.home_SideMenuExpandableComponent {
    background: #d8eef6
}

.home_SideMenuExpandableComponent .wrapper {
    max-width: 1385px;
    width: 100%;
    margin: auto;
    padding: 190px 20px 197px 20px
}

.home_SideMenuExpandableComponent .wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    list-style: none
}

.home_SideMenuExpandableComponent .wrapper ul li {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 40px
}

.home_SideMenuExpandableComponent .wrapper ul li p {
    margin: 0
}

.home_SideMenuExpandableComponent .wrapper ul li::before {
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://www.netcare.co.za/Portals/0/OneNetcare/home/icons/ico_circleCheck_aqua.svg)
}

.home_SideMenuExpandableComponent .wrapper .btn-learn-more-container {
    text-align: center
}

.home_SideMenuExpandableComponent .wrapper .btn-learn-more-container .btn-learn-more {
    font-family: "Open Sans";
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0;
    letter-spacing: -0.48px;
    padding: 18px 36px;
    border-radius: 10px;
    background: #1d3443;
    display: inline-block;
    margin-top: 30px;
    border: none
}

.home_SideMenuExpandableComponent .wrapper .btn-learn-more-container .btn-learn-more:hover {
    background: #3da9d1;
    color: #1d3443
}

.home_SideMenuExpandableComponent .wrapper .text_container {
    max-width: 929px;
    margin: auto
}

.home_SideMenuExpandableComponent .wrapper .text_container h2 {
    text-align: center;
    letter-spacing: -0.03em;
    font-family: "Open Sans";
    font-style: normal;
    font-size: 45px;
    line-height: 50px;
    color: #1d3443;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0
}

.home_SideMenuExpandableComponent .wrapper .text_container .border-new-line {
    width: 81px;
    height: 1px;
    background-color: #1d3443;
    margin: 60px auto 30px
}

.home_SideMenuExpandableComponent .wrapper .text_container p {
    letter-spacing: -0.03em;
    text-align: center;
    font-family: "Open Sans";
    font-style: normal;
    font-size: 16px;
    line-height: 140%;
    color: #1d3443;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 60px
}

.home_SideMenuExpandableComponent .wrapper .text_container p strong {
    font-weight: 600
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile {
    display: none
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.desktop .txt_tab--container.active {
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px)
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--left {
    max-width: 368px;
    width: 100%
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--left .txt_tab--container {
    padding: 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 22px;
    cursor: pointer;
    height: 96.5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--left .txt_tab--container.active {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--left .txt_tab--container:last-child .txt_tab--wrap {
    border-bottom: none
}

@media only screen and (max-width: 1350px)and (min-width: 992px) {
    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--left .txt_tab--container {
        height: 7.2vw
    }
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--left .txt_tab--container .txt_tab--wrap {
    width: 100%
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--left .txt_tab--container.active>.txt_tab--wrap {
    border-bottom: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--left .txt_tab--container.active>.txt_tab--wrap p {
    font-weight: 600;
    color: #1d3443
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--left .txt_tab--container.active>.txt_tab--wrap img.ico_right-long_blue {
    display: block
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--left .txt_tab--container .txt_tab--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: .25px solid rgba(128, 137, 143, .4);
    padding-bottom: 15px
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--left .txt_tab--container .txt_tab--wrap img.ico_right-long_blue {
    display: none
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--left .txt_tab--container .txt_tab--wrap:hover img.ico_right-long_blue {
    display: block
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--left .txt_tab--container p {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -0.03em;
    font-family: "Open Sans";
    font-style: normal;
    font-size: 16px;
    line-height: 140%;
    color: #80898f;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--right {
    max-width: 100%;
    width: 100%;
    position: relative
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--right .box_txt--description {
    border-radius: 0px 5px 5px 0px;
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    max-width: 626px;
    width: 100%;
    padding: 100px 70px;
    position: absolute;
    top: 0px;
    left: -1px
}

@media only screen and (min-width: 1351px) {
    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--right .box_txt--description {
        height: 626px
    }
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--right .box_txt--description.modify_long__desc {
    padding: 100px 70px 40px 55px !important;
    height: 677px
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--right .box_txt--description img {
    margin-bottom: 15px;
    height: 36.45px;
    width: auto
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--right .box_txt--description h2 {
    letter-spacing: -0.03em;
    font-family: "Open Sans";
    font-style: normal;
    font-size: 30px;
    line-height: 40px;
    color: #1d3443;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 30px
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--right .box_txt--description .txt_description--for_title {
    font-family: "Open Sans";
    font-style: normal;
    font-size: 16px;
    line-height: 130%;
    color: #1d3443;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--right .box_txt--description .txt_description--for_title strong {
    font-weight: 600;
    font-size: 16px
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--right .box_txt--description h4 {
    letter-spacing: -0.03em;
    font-family: "Open Sans";
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    color: #61717b;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--right .box_txt--description .txt_description--for_sub-title {
    font-family: "Open Sans";
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
    color: #61717b;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px
}

.home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--right img.bg_ {
    margin-top: 68px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (min-width: 992px) {
    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image .container_side_menu--right img.bg_ {
        height: 643px
    }
}

@media only screen and (max-width: 991px) {
    .home_SideMenuExpandableComponent .wrapper {
        padding: 40px 0 !important
    }

    .home_SideMenuExpandableComponent .wrapper .btn-learn-more-container {
        text-align: center;
        padding: 0px 20px;
        margin-bottom: 40px
    }

    .home_SideMenuExpandableComponent .wrapper .btn-learn-more-container .btn-learn-more {
        width: 100%
    }

    .home_SideMenuExpandableComponent .wrapper .btn-learn-more-container.mb-only {
        margin: 0px;
        width: 100%
    }

    .home_SideMenuExpandableComponent .wrapper .btn-learn-more-container.mb-only a {
        display: block
    }

    .home_SideMenuExpandableComponent .wrapper .text_container {
        max-width: 100%;
        margin: auto;
        padding: 0 20px
    }

    .home_SideMenuExpandableComponent .wrapper .text_container h2 {
        font-size: 35px;
        line-height: 40px
    }

    .home_SideMenuExpandableComponent .wrapper .text_container p {
        font-size: 14px;
        line-height: 130%;
        margin-bottom: 50px
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile {
        display: block
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile:nth-child(4) .container_side_menu--right img.bg_ {
        height: 595px !important
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile:nth-child(5) .container_side_menu--right img.bg_ {
        height: 730px !important
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile:nth-child(6) .container_side_menu--right img.bg_ {
        height: 675px !important
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile:nth-child(7) .container_side_menu--right img.bg_ {
        height: 658px !important
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile:nth-child(8) .container_side_menu--right img.bg_ {
        height: 730px !important
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile:nth-child(9) .container_side_menu--right img.bg_ {
        height: 730px !important
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile.active .container_side_menu--left {
        background: rgba(255, 255, 255, .85);
        border-radius: 5px 0px 0px 5px;
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px)
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile.active .container_side_menu--left .txt_tab--container {
        border-bottom: initial
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile.active .container_side_menu--left .txt_tab--container .txt_tab--wrap p {
        font-weight: 600
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile.active .container_side_menu--left .txt_tab--container .txt_tab--wrap img {
        transform: rotate(-90deg) !important;
        -webkit-transform: rotate(-90deg) !important;
        -moz-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        -o-transform: rotate(-90deg) !important
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile.active .container_side_menu--right {
        display: block !important
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile .container_side_menu--left .txt_tab--container img.ico_right-long_blue {
        transform: initial;
        -webkit-transform: initial;
        -moz-transform: initial;
        -ms-transform: initial;
        -o-transform: initial
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile .container_side_menu--right {
        display: none
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile .container_side_menu--left {
        max-width: 100%;
        padding: 20px
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile .container_side_menu--left .txt_tab--container {
        margin: 0;
        height: auto;
        padding: 10px 0px;
        border-bottom: .25px solid rgba(128, 137, 143, .4)
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile .container_side_menu--left .txt_tab--container .txt_tab--wrap {
        border-bottom: 0px
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile .container_side_menu--left .txt_tab--container .txt_tab--wrap p {
        font-weight: 400;
        color: #80898f
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile .container_side_menu--left .txt_tab--container .txt_tab--wrap img.ico_right-long_blue {
        display: block
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile .container_side_menu--right {
        max-width: 100%;
        pointer-events: none
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile .container_side_menu--right img.bg_ {
        width: 100%;
        height: auto;
        margin-top: 40px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom;
        object-position: bottom
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile .container_side_menu--right .box_txt--description {
        padding: 40px 30px !important;
        height: auto !important;
        max-width: 97%
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile .container_side_menu--right .box_txt--description.modify_long__desc {
        padding: 40px 30px !important;
        height: auto
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile .container_side_menu--right .box_txt--description img {
        height: 30px
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile .container_side_menu--right .box_txt--description h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile .container_side_menu--right .box_txt--description .txt_description--for_title {
        font-size: 14px;
        line-height: 18.2px;
        margin-bottom: 0px;
        color: #1d3443
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile .container_side_menu--right .box_txt--description .txt_description--for_title strong {
        font-size: 14px;
        line-height: 18.2px
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile .container_side_menu--right .box_txt--description h4 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.mobile .container_side_menu--right .box_txt--description .txt_description--for_sub-title {
        font-size: 14px;
        line-height: 130%
    }

    .home_SideMenuExpandableComponent .wrapper .container_side_menu--with_image.desktop {
        display: none
    }
}

@media only screen and (max-width: 550px) {
    .home_SideMenuExpandableComponent img.bg_ {
        height: 100% !important
    }

    .home_SideMenuExpandableComponent img.bg_.modify_long__desc {
        height: 110% !important
    }
}

.who-we-are-landing-home #loadingSpinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.who-we-are-landing-home #overlaySpinner {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.who-we-are-landing-home .line-title {
    height: 1px;
    width: 81px;
    background-color: #1d3443;
    display: block
}

.who-we-are-landing-home .line-title.white {
    background-color: #fff
}

.who-we-are-landing-home .section01 {
    background-image: url(https://www.netcare.co.za/Portals/0/OneNetcare/home/images/who-we-are/img-01.png);
    background-color: #f8f6f4;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right
}

.who-we-are-landing-home .section01 .wrapper {
    height: 780px;
    max-width: 1480px;
    margin: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 20px
}

.who-we-are-landing-home .section01 .wrapper h1 {
    color: #1d3443;
    font-family: "Open Sans";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -1.8px;
    margin: 0px
}

.who-we-are-landing-home .section01 .wrapper .border-new-line {
    width: 81px;
    height: 1px;
    background-color: #1d3443;
    margin: 60px 0px 30px
}

.who-we-are-landing-home .section01 .wrapper p {
    max-width: 543px;
    color: #1d3443;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0px
}

.who-we-are-landing-home .section01 .wrapper p .you-line-container {
    font-weight: 700;
    position: relative
}

.who-we-are-landing-home .section01 .wrapper p .you-line-container img {
    position: absolute;
    bottom: -6px;
    left: 0px
}

.who-we-are-landing-home .section02 {
    background-image: url(https://www.netcare.co.za/Portals/0/OneNetcare/home/images/who-we-are/img-02.png);
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transition: border-radius .3s, margin .3s;
    -o-transition: border-radius .3s, margin .3s;
    transition: border-radius .3s, margin .3s
}

.who-we-are-landing-home .section02 #youtubeContainer {
    background-color: #000
}

.who-we-are-landing-home .section02 .link-watch-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.who-we-are-landing-home .section02 .icon_fullscreen {
    position: absolute;
    bottom: 20px;
    width: 30px;
    height: 30px;
    right: 20px;
    display: none;
    cursor: pointer;
    z-index: 9999999
}

.who-we-are-landing-home .section02 .hide {
    display: none !important
}

.who-we-are-landing-home .section02 .icon_close {
    position: absolute;
    z-index: 999;
    right: 20px;
    top: 20px;
    cursor: pointer
}

.who-we-are-landing-home .section02.active {
    border-radius: 487.5px;
    margin: 60px
}

.who-we-are-landing-home .section02.active .wrapper {
    opacity: 0
}

.who-we-are-landing-home .section02 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    overflow: auto
}

.who-we-are-landing-home .section02 .iframe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    z-index: 10;
    display: block
}

@media screen and (min-width: 992px) {
    .who-we-are-landing-home .section02 .iframe-overlay {
        display: none !important
    }
}

.who-we-are-landing-home .section02 .bg-responsive {
    padding-bottom: 0;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    display: none
}

@media screen and (min-width: 992px) {
    .who-we-are-landing-home .section02 .bg-responsive {
        height: 50vw !important
    }
}

.who-we-are-landing-home .section02 .text-play-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.who-we-are-landing-home .section02 .text-play-wrapper .play-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.who-we-are-landing-home .section02 .text-play-wrapper .play-container .play-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.who-we-are-landing-home .section02 .text-play-wrapper .play-container .play-item .hoverImage {
    display: none;
    -webkit-filter: drop-shadow(0px 30px 70px rgba(29, 52, 67, 0.15)) drop-shadow(2px -15px 25px rgba(29, 52, 67, 0.03)) drop-shadow(1px 10px 10px rgba(29, 52, 67, 0.06));
    filter: drop-shadow(0px 30px 70px rgba(29, 52, 67, 0.15)) drop-shadow(2px -15px 25px rgba(29, 52, 67, 0.03)) drop-shadow(1px 10px 10px rgba(29, 52, 67, 0.06))
}

.who-we-are-landing-home .section02 .text-play-wrapper .play-container .play-item .defaultImage {
    filter: drop-shadow(0px 30px 70px rgba(29, 52, 67, 0.15)) drop-shadow(2px -15px 25px rgba(29, 52, 67, 0.03)) drop-shadow(1px 10px 10px rgba(29, 52, 67, 0.06));
    -webkit-filter: drop-shadow(0px 30px 70px rgba(29, 52, 67, 0.15)) drop-shadow(2px -15px 25px rgba(29, 52, 67, 0.03)) drop-shadow(1px 10px 10px rgba(29, 52, 67, 0.06))
}

.who-we-are-landing-home .section02 .text-play-wrapper .play-container .play-item:hover .hoverImage {
    height: 76px;
    display: block
}

.who-we-are-landing-home .section02 .text-play-wrapper .play-container .play-item:hover .defaultImage {
    display: none
}

.who-we-are-landing-home .section02 .text-play-wrapper .play-container .play-item p {
    color: #fff;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.6px;
    margin: 0px
}

.who-we-are-landing-home .section02 .wrapper {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    height: 975px;
    max-width: 1480px;
    padding: 0px 20px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.who-we-are-landing-home .section02 .wrapper h2 {
    color: #fff;
    font-family: "Open Sans";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -1.35px
}

.who-we-are-landing-home .section02 .wrapper .border-new-line {
    width: 81px;
    height: 1px;
    background-color: #fff;
    margin: 60px 0px 30px
}

.who-we-are-landing-home .section02 .wrapper p {
    max-width: 558px;
    color: #fff;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.6px
}

.who-we-are-landing-home .section03 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 1000px
}

.who-we-are-landing-home .section03 .bg-section03 {
    position: absolute;
    width: 100%;
    bottom: -108px;
    height: 110.78%
}

@media screen and (min-width: 992px)and (max-width: 1200px) {
    .who-we-are-landing-home .section03 .bg-section03 {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.who-we-are-landing-home .section03 .bg-03-right {
    position: absolute;
    right: 0px
}

.who-we-are-landing-home .section03 .wrapper {
    max-width: 880px;
    padding: 120px 20px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
    position: relative
}

.who-we-are-landing-home .section03 .wrapper h2 {
    color: #1d3443;
    text-align: center;
    font-family: "Open Sans";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -1.35px;
    margin: 0px
}

.who-we-are-landing-home .section03 .wrapper .border-new-line {
    width: 81px;
    height: 1px;
    background-color: #1d3443;
    margin: 60px 0px 30px
}

.who-we-are-landing-home .section03 .wrapper p.txt-desc {
    color: #1d3443;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0px 0px 30px;
    text-align: center
}

.who-we-are-landing-home .section03 .wrapper p.txt-subtitle {
    color: #1d3443;
    text-align: center;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.6px;
    margin: 0px 0px 30px
}

.who-we-are-landing-home .section03 .wrapper a {
    padding: 18px 36px;
    color: #f8f6f4;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.48px;
    border-radius: 10px;
    background: #1d3443;
    border: none
}

.who-we-are-landing-home .section03 .wrapper a:hover {
    background: #3da9d1;
    color: #1d3443
}

.who-we-are-landing-home .section05 {
    padding: 120px 0px;
    background-color: #1d3443
}

.who-we-are-landing-home .section05 .slick-track {
    -webkit-transition: padding .3s ease-out;
    -o-transition: padding .3s ease-out;
    transition: padding .3s ease-out
}

.who-we-are-landing-home .section05 .wrapper {
    max-width: 1467px;
    margin: auto
}

.who-we-are-landing-home .section05 .wrapper .tab-content {
    display: none
}

.who-we-are-landing-home .section05 .wrapper .tab-content.active {
    display: block !important
}

.who-we-are-landing-home .section05 .wrapper .text-top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.who-we-are-landing-home .section05 .wrapper .text-top-container h2 {
    color: #fff;
    text-align: center;
    font-family: Open Sans;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -1.35px;
    margin-bottom: 0px;
    margin-top: 0px
}

.who-we-are-landing-home .section05 .wrapper .text-top-container .border-new-line {
    width: 81px;
    height: 1px;
    background-color: #fff;
    margin: 60px 0px 30px
}

.who-we-are-landing-home .section05 .wrapper .text-top-container p {
    color: #fff;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0px auto;
    max-width: 840px
}

.who-we-are-landing-home .section05 .wrapper .tab-button-container {
    margin-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.who-we-are-landing-home .section05 .wrapper .tab-button-container button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    text-align: center;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #fff !important;
    border: none;
    outline: none;
    padding-bottom: 17px
}

.who-we-are-landing-home .section05 .wrapper .tab-button-container button.active {
    border-bottom: 4px solid #3da9d1 !important;
    color: #3da9d1 !important;
    position: relative;
    bottom: -1px
}

.who-we-are-landing-home .section05 .wrapper .body-container .text-desc {
    color: #fff;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 880px;
    margin: 0px auto 80px;
    display: none
}

.who-we-are-landing-home .section05 .wrapper .body-container .text-desc.esd {
    margin-bottom: 40px !important
}

.who-we-are-landing-home .section05 .wrapper .body-container .text-desc strong {
    font-weight: 600
}

.who-we-are-landing-home .section05 .wrapper .body-container .text-desc.active {
    display: block
}

.who-we-are-landing-home .section05 .wrapper .body-container .btn-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
}

.who-we-are-landing-home .section05 .wrapper .body-container .btn-container .btn-learn-more {
    padding: 18px 36px;
    border-radius: 10px;
    background: #3da9d1;
    color: #1d3443;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.48px;
    border: none;
    outline: none
}

.who-we-are-landing-home .section05 .wrapper .body-container .btn-container .btn-learn-more:hover {
    background: #7ec6e0
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container {
    background: #f2efec;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 0px 30px
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .main-carousel {
    background-image: url(https://www.netcare.co.za/Portals/0/OneNetcare/home/images/who-we-are/bg-05-blue.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item.csi:nth-child(2) .image-carousel.pc-only {
    right: 87px
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item.csi:nth-child(5) .image-carousel.pc-only {
    right: -125px
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item.active {
    opacity: 1;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02.active {
    opacity: 1;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02 .carousel-box {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    padding: 60px !important
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02 .carousel-box .text-contain {
    margin-bottom: 70px !important;
    padding-left: 40px
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02 .carousel-box .box-container-highlights {
    border-radius: 10px;
    background: rgba(255, 255, 255, .6);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px)
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02 .carousel-box .box-container-highlights .wrapper-item {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02 .carousel-box .box-container-highlights .wrapper-item .border-line__gray {
    width: 90px;
    height: 2px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #1d3443;
    opacity: .4
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02 .carousel-box .box-container-highlights .wrapper-item .text-container__highlights {
    text-align: center;
    padding: 26px
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02 .carousel-box .box-container-highlights .wrapper-item .text-container__highlights h3 {
    color: #1d3443;
    text-align: center;
    font-family: Montserrat;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin: 0px
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02 .carousel-box .box-container-highlights .wrapper-item .text-container__highlights p {
    color: #1d3443;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0px
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .dot-container {
    z-index: 99;
    position: absolute;
    bottom: 83px;
    margin-left: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 504px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .dot-container.none {
    display: none
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .dot-container .carousel-arrow.active {
    pointer-events: none
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .dot-container .carousel-arrow.active img {
    background-image: url(https://www.netcare.co.za/Portals/0/OneNetcare/home/images/who-we-are/ico_arrow.svg)
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .dot-container .dots {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .dot-container .dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #61717b;
    cursor: pointer
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .dot-container .dot.active {
    width: 84px;
    border-radius: 5px;
    background-color: #1d3443;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .dot-container .carousel-prev {
    border: none;
    background: none;
    outline: none;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .dot-container .carousel-next {
    outline: none;
    border: none;
    background: none
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .dot-container .carousel-next.active {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .bg-container {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 597px
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .bg-container img.image-carousel {
    position: absolute;
    right: -1px
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .bg-container .carousel-box {
    position: relative;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 599px;
    padding: 0px 140px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .bg-container .carousel-box .text-contain {
    max-width: 504px;
    margin-bottom: 80px
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .bg-container .carousel-box .text-contain .text-top {
    margin: 0px 0px 30px;
    color: #1d3443;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .bg-container .carousel-box .text-contain h3 {
    color: #1d3443;
    font-family: Open Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -1.2px;
    margin: 0px 0px 30px
}

.who-we-are-landing-home .section05 .wrapper .body-container .box-container .bg-container .carousel-box .text-contain .text-content {
    color: #1d3443;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0px
}

.who-we-are-landing-home .section06 {
    overflow: hidden;
    background: #f7f7f7;
    padding: 120px 0px
}

.who-we-are-landing-home .section06 .white-space {
    white-space: nowrap
}

.who-we-are-landing-home .section06 .wrapper {
    max-width: 1480px;
    margin: auto
}

.who-we-are-landing-home .section06 .wrapper .container-no-image {
    margin-bottom: 60px;
    padding: 0px 35px
}

.who-we-are-landing-home .section06 .wrapper .container-no-image .left_column {
    padding: 0px;
    padding-right: 60px;
    text-align: left
}

.who-we-are-landing-home .section06 .wrapper .container-no-image .left_column p.title {
    color: #1d3443;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 130%
}

.who-we-are-landing-home .section06 .wrapper .container-no-image .left_column h5 {
    color: #1d3443;
    font-family: Open Sans;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 60px;
    letter-spacing: -1.35px
}

.who-we-are-landing-home .section06 .wrapper .container-no-image .left_column .line-title {
    height: 1px;
    width: 81px;
    background-color: #1d3443;
    display: block
}

.who-we-are-landing-home .section06 .wrapper .container-no-image .right_column {
    padding: 0px;
    padding-left: 60px
}

.who-we-are-landing-home .section06 .wrapper .container-no-image .right_column a {
    display: none;
    color: #f8f6f4;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.48px;
    border: none;
    width: 100%;
    background: #1d3443;
    padding: 18px 36px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.who-we-are-landing-home .section06 .wrapper .container-no-image .right_column a:hover {
    background: #3da9d1;
    color: #1d3443
}

.who-we-are-landing-home .section06 .wrapper .container-no-image .right_column p.desc {
    color: #1d3443;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%
}

.who-we-are-landing-home .section06 .wrapper .container-no-image .right_column p.desc span {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.6px
}

.who-we-are-landing-home .section06 .wrapper .container-with-image {
    margin-bottom: 60px;
    padding: 0px 35px
}

.who-we-are-landing-home .section06 .wrapper .container-with-image.vice-versa .left_column {
    padding-left: 60px;
    padding-right: 0px
}

.who-we-are-landing-home .section06 .wrapper .container-with-image.vice-versa .right_column {
    padding-right: 60px;
    padding-left: 0px
}

.who-we-are-landing-home .section06 .wrapper .container-with-image.vice-versa .right_column .details_content p.desc {
    margin-bottom: 30px !important
}

.who-we-are-landing-home .section06 .wrapper .container-with-image:nth-last-child(0) {
    margin-bottom: 0px
}

.who-we-are-landing-home .section06 .wrapper .container-with-image .left_column {
    padding-right: 60px;
    padding: 0px
}

.who-we-are-landing-home .section06 .wrapper .container-with-image .left_column img {
    width: 100%;
    height: auto
}

.who-we-are-landing-home .section06 .wrapper .container-with-image .right_column {
    padding: 0px;
    padding-left: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.who-we-are-landing-home .section06 .wrapper .container-with-image .right_column .details_content a {
    display: inline-block;
    color: #f8f6f4;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.48px;
    border: none;
    width: auto;
    background: #1d3443;
    padding: 18px 36px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.who-we-are-landing-home .section06 .wrapper .container-with-image .right_column .details_content a:hover {
    background: #3da9d1;
    color: #1d3443
}

.who-we-are-landing-home .section06 .wrapper .container-with-image .right_column .details_content p.title {
    color: #1d3443;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 30px
}

.who-we-are-landing-home .section06 .wrapper .container-with-image .right_column .details_content h5 {
    color: #1d3443;
    font-family: Open Sans;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 60px;
    letter-spacing: -1.35px
}

.who-we-are-landing-home .section06 .wrapper .container-with-image .right_column .details_content .line-title {
    height: 1px;
    width: 81px;
    background-color: #1d3443;
    display: block;
    margin-bottom: 30px
}

.who-we-are-landing-home .section06 .wrapper .container-with-image .right_column .details_content p.desc {
    color: #1d3443;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%
}

.who-we-are-landing-home .section06 .wrapper .container-with-image .right_column .details_content p.desc span {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.6px
}

.who-we-are-landing-home .section07 {
    padding: 120px 0;
    background-color: "black";
    background-image: url(https://www.netcare.co.za/Portals/0/OneNetcare/home/images/who-we-are/img_07.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right
}

.who-we-are-landing-home .section07 #accoladesContainerDot .next path:nth-child(1) {
    stroke: #fff;
    fill: #fff
}

.who-we-are-landing-home .section07 #accoladesContainerDot .next path:nth-child(2) {
    stroke: #1d3443
}

.who-we-are-landing-home .section07 #accoladesContainerDot .next path:nth-child(3) {
    stroke: #1d3443
}

.who-we-are-landing-home .section07 #accoladesContainerDot .next.slick-disabled path:nth-child(1) {
    stroke: #fff;
    fill: rgba(0, 0, 0, 0)
}

.who-we-are-landing-home .section07 #accoladesContainerDot .next.slick-disabled path:nth-child(2) {
    stroke: #fff
}

.who-we-are-landing-home .section07 #accoladesContainerDot .next.slick-disabled path:nth-child(3) {
    stroke: #fff
}

.who-we-are-landing-home .section07 #accoladesContainerDot .prev.slick-disabled path:nth-child(1) {
    stroke: #fff;
    fill: rgba(0, 0, 0, 0)
}

.who-we-are-landing-home .section07 #accoladesContainerDot .prev.slick-disabled path:nth-child(2) {
    stroke: #fff
}

.who-we-are-landing-home .section07 #accoladesContainerDot .prev.slick-disabled path:nth-child(3) {
    stroke: #fff
}

.who-we-are-landing-home .section07 #accoladesContainerDot .prev path:nth-child(1) {
    stroke: #fff;
    fill: #fff
}

.who-we-are-landing-home .section07 #accoladesContainerDot .prev path:nth-child(2) {
    stroke: #1d3443
}

.who-we-are-landing-home .section07 #accoladesContainerDot .prev path:nth-child(3) {
    stroke: #1d3443
}

.who-we-are-landing-home .section07 .wrapper {
    position: relative;
    max-width: 1480px;
    margin: auto;
    padding: 0 20px
}

.who-we-are-landing-home .section07 h2 {
    font-family: Open Sans;
    color: #fff;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -1.35px;
    margin: 0px
}

.who-we-are-landing-home .section07 p.text01 {
    color: #fff;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0px
}

.who-we-are-landing-home .section07 h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.9px
}

.who-we-are-landing-home .section07 .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    row-gap: 40px
}

.who-we-are-landing-home .section07 .title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    row-gap: 30px;
    max-width: 503px;
    padding: 50px 0
}

.who-we-are-landing-home .section07 .title-container a {
    border-radius: 10px;
    padding: 18px 36px;
    border: none;
    background-color: #3da9d1;
    color: #1d3443;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.48px;
    width: 200px
}

.who-we-are-landing-home .section07 .title-container a:hover {
    background: #7ec6e0
}

.who-we-are-landing-home .section07 .container_dot_arrow {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    margin-top: 10px
}

.who-we-are-landing-home .section07 .container_dot_arrow .slick-slider-dots {
    position: relative;
    width: 80%;
    height: 25px
}

.who-we-are-landing-home .section07 .container_dot_arrow .prev,
.who-we-are-landing-home .section07 .container_dot_arrow .next {
    width: 57px;
    height: 57px
}

.who-we-are-landing-home .section07 .slick-arrow {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (min-width: 992px) {
    .who-we-are-landing-home .section07 .slick-dots {
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .who-we-are-landing-home .section07 .slick-dots li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50px !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        height: auto
    }

    .who-we-are-landing-home .section07 .slick-dots li button {
        position: relative;
        width: 25px;
        height: auto;
        display: block
    }

    .who-we-are-landing-home .section07 .slick-dots li button::before {
        content: "•";
        font-size: 25px;
        line-height: 0;
        -webkit-transition: ease .2s;
        -o-transition: ease .2s;
        transition: ease .2s;
        color: #fff !important;
        opacity: 1
    }

    .who-we-are-landing-home .section07 .slick-dots li.slick-active button {
        width: 50px;
        height: auto;
        margin-top: -6px
    }

    .who-we-are-landing-home .section07 .slick-dots li.slick-active button::before {
        content: "—";
        font-size: 50px;
        color: #fff !important;
        width: auto;
        height: auto
    }
}

.who-we-are-landing-home .section07 .accolades-container {
    width: 100%
}

.who-we-are-landing-home .section07 .accolades-container .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.who-we-are-landing-home .section07 .accolades-container .accolades {
    width: 100%;
    max-width: 335px;
    background: rgba(211, 211, 211, .28);
    border: 1px solid rgba(235, 237, 237, .4);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    padding: 30px 20px !important;
    height: 256px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
    padding-top: 20px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px
}

.who-we-are-landing-home .section07 .accolades-container .accolades .accolades-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    height: 100%
}

.who-we-are-landing-home .section07 .accolades-container .accolades img {
    margin-bottom: 20px;
    width: 60.5px;
    height: 60.5px
}

.who-we-are-landing-home .section07 .accolades-container .accolades .title {
    color: #fff;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.6px;
    margin-bottom: 10px;
    min-height: 104px
}

.who-we-are-landing-home .section07 .accolades-container .accolades .description {
    color: #fff;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 15px;
    max-width: 300px;
    height: auto !important
}

.who-we-are-landing-home .section08 {
    background-color: #f2ede9;
    padding: 120px 20px;
    position: relative;
    overflow: hidden
}

.who-we-are-landing-home .section08 .bg-08-right {
    position: absolute;
    right: 0px;
    bottom: 0px
}

.who-we-are-landing-home .section08 .bg-08-left {
    position: absolute;
    left: 0px;
    top: 0px
}

.who-we-are-landing-home .section08 .wrapper {
    overflow: hidden;
    position: relative;
    max-width: 1604px;
    margin: auto;
    border-radius: 10px;
    background: #eee6e0;
    height: 100%;
    max-height: 627px;
    padding: 0px 106px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.who-we-are-landing-home .section08 .wrapper .img-08 {
    position: absolute;
    right: 0px;
    top: 0px
}

.who-we-are-landing-home .section08 .wrapper .text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    row-gap: 30px;
    max-width: 498px;
    z-index: 99
}

.who-we-are-landing-home .section08 .wrapper .text-container h2 {
    color: #1d3443;
    font-family: Open Sans;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -1.35px;
    margin: 0px;
    margin-bottom: 40px
}

.who-we-are-landing-home .section08 .wrapper .text-container p {
    color: #1d3443;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0px
}

.who-we-are-landing-home .section08 .wrapper .text-container a {
    border-radius: 10px;
    background: #1d3443;
    padding: 18px 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #f8f6f4;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.48px;
    width: 157px;
    border: none;
    white-space: nowrap
}

.who-we-are-landing-home .section08 .wrapper .text-container a:hover {
    background: #3da9d1;
    color: #1d3443
}

.who-we-are-landing-home .pc-only {
    display: block !important
}

.who-we-are-landing-home .mb-only {
    display: none !important
}

.who-we-are-landing-home .mb-only-flex {
    display: none !important
}

@media screen and (max-width: 1440px) {
    .who-we-are-landing-home .section01 .wrapper p {
        max-width: 300px
    }
}

@media screen and (max-width: 1288px) {
    .who-we-are-landing-home .section08 .wrapper .img-08 {
        right: -174px
    }
}

@media screen and (max-width: 1120px) {
    .who-we-are-landing-home .section08 .wrapper .img-08 {
        right: -325px
    }
}

@media screen and (max-width: 1200px) {
    .who-we-are-landing-home .section07 .accolades-container .accolades {
        max-width: unset
    }
}

@media only screen and (max-width: 991px) {
    .who-we-are-landing-home .pc-only {
        display: none !important
    }

    .who-we-are-landing-home .mb-only {
        display: block !important
    }

    .who-we-are-landing-home .mb-only-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .who-we-are-landing-home .section01 {
        background-image: url(https://www.netcare.co.za/Portals/0/OneNetcare/home/images/who-we-are/img-01-mb.png);
        height: 700px;
        background-size: contain;
        background-position: bottom
    }

    .who-we-are-landing-home .section01 .wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 40px 20px 0px
    }

    .who-we-are-landing-home .section01 .wrapper h1 {
        line-height: 40px;
        font-size: 35px
    }

    .who-we-are-landing-home .section01 .wrapper p {
        font-size: 14px;
        line-height: 130%;
        max-width: 100%
    }

    .who-we-are-landing-home .section02 {
        background-image: url(https://www.netcare.co.za/Portals/0/OneNetcare/home/images/who-we-are/img-02.png);
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover
    }

    .who-we-are-landing-home .section02 iframe {
        position: initial;
        top: initial;
        left: initial;
        width: 100%;
        height: auto;
        border: initial;
        overflow: initial
    }

    .who-we-are-landing-home .section02 .bg-responsive {
        -o-object-fit: cover;
        object-fit: cover
    }

    .who-we-are-landing-home .section02.active {
        margin: 40px 20px
    }

    .who-we-are-landing-home .section02 .hoverImage {
        height: 71px !important
    }

    .who-we-are-landing-home .section02 .defaultImage {
        height: 71px !important
    }

    .who-we-are-landing-home .section02 .text-play-wrapper {
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .who-we-are-landing-home .section02 .text-play-wrapper .play-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .who-we-are-landing-home .section02 .text-play-wrapper .play-container img {
        width: 71.667px;
        height: 71.667px
    }

    .who-we-are-landing-home .section02 .text-play-wrapper .play-container p {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -0.6px
    }

    .who-we-are-landing-home .section02 .wrapper {
        padding: 68px 20px 40px;
        height: auto
    }

    .who-we-are-landing-home .section02 .wrapper h2 {
        line-height: 40px;
        font-size: 35px;
        margin: 0px
    }

    .who-we-are-landing-home .section02 .wrapper .border-new-line {
        width: 59px
    }

    .who-we-are-landing-home .section02 .wrapper p {
        max-width: 100%;
        font-size: 14px;
        line-height: 130%;
        margin-bottom: 50px
    }

    .who-we-are-landing-home .section03 {
        background-color: #f8f6f5;
        background-image: url(https://www.netcare.co.za/Portals/0/OneNetcare/home/images/who-we-are/img-03-mb.png);
        background-size: cover;
        background-position: bottom;
        margin-bottom: -1px;
        min-height: 680px
    }

    .who-we-are-landing-home .section03 .wrapper {
        padding: 40px 20px !important
    }

    .who-we-are-landing-home .section03 .wrapper .border-new-line {
        margin: 50px 0px 20px !important
    }

    .who-we-are-landing-home .section03 .wrapper h2 {
        font-size: 35px !important;
        line-height: 40px !important;
        letter-spacing: -1.05px !important
    }

    .who-we-are-landing-home .section03 .wrapper .txt-subtitle {
        font-size: 16px !important;
        letter-spacing: -0.48px !important;
        margin-bottom: 20px !important
    }

    .who-we-are-landing-home .section03 .wrapper .txt-desc {
        font-size: 14px !important;
        line-height: 130% !important;
        margin-bottom: 20px !important
    }

    .who-we-are-landing-home .section03 .wrapper a {
        font-size: 16px !important;
        width: 100% !important
    }

    .who-we-are-landing-home .section05 {
        padding: 40px 0px
    }

    .who-we-are-landing-home .section05 .wrapper .text-top-container {
        padding: 0px 20px
    }

    .who-we-are-landing-home .section05 .wrapper .text-top-container h2 {
        font-size: 35px;
        line-height: 40px
    }

    .who-we-are-landing-home .section05 .wrapper .text-top-container p {
        font-size: 14px;
        line-height: 130%;
        color: #e8e9ea
    }

    .who-we-are-landing-home .section05 .wrapper .btn-learn-more {
        width: 100% !important
    }

    .who-we-are-landing-home .section05 .wrapper .arrow-container {
        position: relative
    }

    .who-we-are-landing-home .section05 .wrapper .arrow-container .custom-arrow-prev {
        position: absolute;
        top: 0px;
        left: 20px;
        background: -webkit-gradient(linear, left top, right top, color-stop(43.48%, rgba(29, 52, 67, 0.7)), to(rgba(29, 52, 67, 0)));
        background: -o-linear-gradient(left, rgba(29, 52, 67, 0.7) 43.48%, rgba(29, 52, 67, 0) 100%);
        background: linear-gradient(90deg, rgba(29, 52, 67, 0.7) 43.48%, rgba(29, 52, 67, 0) 100%)
    }

    .who-we-are-landing-home .section05 .wrapper .arrow-container .custom-arrow-prev.slick-disabled {
        display: none !important
    }

    .who-we-are-landing-home .section05 .wrapper .arrow-container .custom-arrow-next {
        position: absolute;
        top: 0px;
        right: 0px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(43.48%, rgba(29, 52, 67, 0.7)), to(rgba(29, 52, 67, 0)));
        background: -o-linear-gradient(top, rgba(29, 52, 67, 0.7) 43.48%, rgba(29, 52, 67, 0) 100%);
        background: linear-gradient(180deg, rgba(29, 52, 67, 0.7) 43.48%, rgba(29, 52, 67, 0) 100%)
    }

    .who-we-are-landing-home .section05 .wrapper .arrow-container .custom-arrow-next img {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg)
    }

    .who-we-are-landing-home .section05 .wrapper .arrow-container .custom-arrow-next.slick-disabled {
        display: none !important
    }

    .who-we-are-landing-home .section05 .wrapper .tab-button-container {
        margin: 40px auto 40px 20px !important
    }

    .who-we-are-landing-home .section05 .wrapper .tab-button-container button {
        border-bottom: initial !important
    }

    .who-we-are-landing-home .section05 .wrapper .tab-button-container button.active {
        border-bottom: 3px solid #3da9d1 !important
    }

    .who-we-are-landing-home .section05 .wrapper .tab-button-container .slick-list {
        padding-bottom: 5px !important
    }

    .who-we-are-landing-home .section05 .wrapper .tab-button-container .slick-list.first-slide-padding {
        padding: 0px !important
    }

    .who-we-are-landing-home .section05 .wrapper .tab-button-container .slick-list.first-slide-padding .slick-track {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        transform: translate3d(0px, 0px, 0px) !important;
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
        -moz-transform: translate3d(0px, 0px, 0px) !important;
        -ms-transform: translate3d(0px, 0px, 0px) !important;
        -o-transform: translate3d(0px, 0px, 0px) !important
    }

    .who-we-are-landing-home .section05 .wrapper .tab-button-container .tab-button {
        font-size: 16px;
        border-bottom: 1px solid #fff !important;
        white-space: nowrap
    }

    .who-we-are-landing-home .section05 .wrapper .tab-button-container .tab-button:nth-child(2) {
        padding: 0px 30px 17px
    }

    .who-we-are-landing-home .section05 .wrapper .tab-button-container .tab-button:last-child {
        padding-right: 20px
    }

    .who-we-are-landing-home .section05 .wrapper .body-container {
        padding: 0px 20px
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .main-carousel {
        background-image: initial !important
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .text-desc {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 30px
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container {
        margin: 0px
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .bg-container {
        height: 800px
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .bg-container.procurement {
        height: 1098px !important
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .bg-container.adjustHeight {
        height: 870px
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .dot-container {
        width: 100%;
        position: relative;
        margin: 0px;
        padding: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 265px;
        bottom: initial;
        position: absolute
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .dot-container .dots {
        padding: 0px
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02 {
        height: 100%
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02 .image-carousel {
        position: absolute;
        right: -1px;
        width: 100%;
        bottom: 0px;
        height: auto
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02 .carousel-box {
        padding: 30px 20px !important
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02 .carousel-box .text-contain {
        max-width: 100%;
        padding-left: 0px
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02 .carousel-box .box-container-highlights {
        width: 100%
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02 .carousel-box .box-container-highlights .wrapper-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 14px
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02 .carousel-box .box-container-highlights .wrapper-item .border-line__gray {
        transform: initial;
        -webkit-transform: initial;
        -moz-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        width: 53px;
        opacity: 1;
        margin: 20px 0px
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02 .carousel-box .box-container-highlights .wrapper-item .text-container__highlights {
        padding: 0px
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02 .carousel-box .box-container-highlights .wrapper-item .text-container__highlights h3 {
        font-size: 40px;
        line-height: 130%
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02 .carousel-box .box-container-highlights .wrapper-item .text-container__highlights p {
        font-size: 16px;
        line-height: 140%
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02 .carousel-box .text-contain {
        margin-bottom: 30px !important
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02 .carousel-box .text-contain h3 {
        font-size: 30px;
        line-height: 42px
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02 .carousel-box .text-contain p {
        font-size: 14px;
        line-height: 130%
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-container .carousel-item {
        height: 100%
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-container .carousel-item .image-carousel {
        position: absolute;
        right: 0px;
        width: auto;
        bottom: 0px;
        height: 60%
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-container .carousel-item .carousel-box {
        padding: 30px 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: auto !important
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-container .carousel-item .carousel-box .text-contain {
        margin-bottom: 0px;
        width: 100%;
        max-width: 100%
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-container .carousel-item .carousel-box .text-contain .text-top {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 130%
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-container .carousel-item .carousel-box .text-contain h3 {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 30px
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-container .carousel-item .carousel-box .text-contain .text-content {
        font-size: 14px;
        line-height: 130%
    }

    .who-we-are-landing-home .section06 {
        padding: 40px 0px
    }

    .who-we-are-landing-home .section06 .wrapper .container-no-image {
        margin-bottom: 30px
    }

    .who-we-are-landing-home .section06 .wrapper .container-no-image .left_column {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-right: 0px
    }

    .who-we-are-landing-home .section06 .wrapper .container-no-image .left_column .line-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%
    }

    .who-we-are-landing-home .section06 .wrapper .container-no-image .left_column p.title {
        font-size: 14px !important;
        line-height: 130% !important;
        margin-bottom: 10px !important
    }

    .who-we-are-landing-home .section06 .wrapper .container-no-image .left_column h5 {
        font-size: 35px !important;
        line-height: 40px !important;
        margin-bottom: 40px !important
    }

    .who-we-are-landing-home .section06 .wrapper .container-no-image .left_column .line-title {
        margin-bottom: 30px
    }

    .who-we-are-landing-home .section06 .wrapper .container-no-image .right_column {
        padding: 0px
    }

    .who-we-are-landing-home .section06 .wrapper .container-no-image .right_column p.desc {
        text-align: left;
        font-size: 14px;
        line-height: 130%;
        margin-bottom: 30px
    }

    .who-we-are-landing-home .section06 .wrapper .container-no-image .right_column p.desc span {
        font-size: 16px;
        line-height: normal
    }

    .who-we-are-landing-home .section06 .wrapper .container-no-image .right_column a {
        display: block;
        width: 100%
    }

    .who-we-are-landing-home .section06 .wrapper .container-with-image {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px
    }

    .who-we-are-landing-home .section06 .wrapper .container-with-image:last-child {
        margin-bottom: 0px
    }

    .who-we-are-landing-home .section06 .wrapper .container-with-image img {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px
    }

    .who-we-are-landing-home .section06 .wrapper .container-with-image .left_column {
        padding: 0px !important;
        margin-bottom: 30px
    }

    .who-we-are-landing-home .section06 .wrapper .container-with-image .right_column {
        padding: 0px !important
    }

    .who-we-are-landing-home .section06 .wrapper .container-with-image .right_column .details_content a {
        width: 100%
    }

    .who-we-are-landing-home .section06 .wrapper .container-with-image .right_column .details_content p.title {
        font-size: 14px !important;
        line-height: 130% !important;
        margin-bottom: 10px !important
    }

    .who-we-are-landing-home .section06 .wrapper .container-with-image .right_column .details_content h5 {
        font-size: 35px !important;
        line-height: 40px !important;
        margin-bottom: 40px !important
    }

    .who-we-are-landing-home .section06 .wrapper .container-with-image .right_column .details_content .line-title {
        margin-bottom: 30px
    }

    .who-we-are-landing-home .section06 .wrapper .container-with-image .right_column .details_content p.desc {
        font-size: 14px;
        line-height: 130%;
        margin-bottom: 0px
    }

    .who-we-are-landing-home .section06 .wrapper .container-with-image .right_column .details_content p.desc span {
        font-size: 16px;
        line-height: normal
    }

    .who-we-are-landing-home .section07 {
        overflow: hidden;
        padding: 240px 0 40px;
        background-image: url(https://www.netcare.co.za/Portals/0/OneNetcare/home/images/who-we-are/img_07_mb.png)
    }

    .who-we-are-landing-home .section07 #accoladesContainerDot .next path:nth-child(1) {
        stroke: #fff !important;
        fill: #fff !important
    }

    .who-we-are-landing-home .section07 #accoladesContainerDot .next path:nth-child(2) {
        stroke: #1d3443 !important
    }

    .who-we-are-landing-home .section07 #accoladesContainerDot .next path:nth-child(3) {
        stroke: #1d3443 !important
    }

    .who-we-are-landing-home .section07 #accoladesContainerDot .prev path:nth-child(1) {
        stroke: #fff !important;
        fill: rgba(0, 0, 0, 0) !important
    }

    .who-we-are-landing-home .section07 #accoladesContainerDot .prev path:nth-child(2) {
        stroke: #fff
    }

    .who-we-are-landing-home .section07 #accoladesContainerDot .prev path:nth-child(3) {
        stroke: #fff
    }

    .who-we-are-landing-home .section07 .slick-slider-dots {
        height: 33px !important
    }

    .who-we-are-landing-home .section07 .slick-slider-dots .slick-dots {
        bottom: 0px
    }

    .who-we-are-landing-home .section07 .slick-slider-dots .slick-dots .slick-active {
        width: 111px
    }

    .who-we-are-landing-home .section07 .slick-slider-dots .slick-dots .slick-active button {
        padding: 0px;
        width: 100px;
        background: #fff;
        position: relative;
        height: 5px;
        border-radius: 10px;
        margin-left: 10px
    }

    .who-we-are-landing-home .section07 .slick-slider-dots .slick-dots .slick-active button::before {
        color: rgba(0, 0, 0, 0) !important
    }

    .who-we-are-landing-home .section07 .slick-slider-dots .slick-dots li button {
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background: #bec2c6;
        margin-left: 10px;
        padding: 4px
    }

    .who-we-are-landing-home .section07 .slick-slider-dots .slick-dots li button::before {
        color: rgba(0, 0, 0, 0) !important
    }

    .who-we-are-landing-home .section07 .wrapper {
        padding: 0
    }

    .who-we-are-landing-home .section07 h3 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.72px
    }

    .who-we-are-landing-home .section07 h2 {
        font-size: 35px;
        line-height: 40px;
        letter-spacing: -1.05px
    }

    .who-we-are-landing-home .section07 p {
        font-size: 14px;
        line-height: 130%
    }

    .who-we-are-landing-home .section07 .title-container {
        max-width: unset;
        padding: 0;
        row-gap: 20px
    }

    .who-we-are-landing-home .section07 .title-container a {
        width: 100%;
        font-size: 16px
    }

    .who-we-are-landing-home .section07 h3,
    .who-we-are-landing-home .section07 .title-container {
        padding: 0 20px
    }

    .who-we-are-landing-home .section07 .accolades-container {
        width: 100%
    }

    .who-we-are-landing-home .section07 .accolades-container .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .who-we-are-landing-home .section07 .accolades-container .item {
        width: calc(100vw - 25px);
        padding: 0 5px 0 12px
    }

    .who-we-are-landing-home .section07 .accolades-container .accolades {
        width: 100%;
        max-width: unset;
        background: rgba(211, 211, 211, .28);
        border: 1px solid rgba(235, 237, 237, .4);
        border-radius: 10px;
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
        padding: 20px !important;
        height: 220px
    }

    .who-we-are-landing-home .section07 .accolades-container .accolades .accolades-between {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        height: 100%
    }

    .who-we-are-landing-home .section07 .accolades-container .accolades .title {
        font-size: 16px;
        font-weight: 600;
        line-height: 140%;
        letter-spacing: -0.48px;
        margin-bottom: 0px;
        min-height: unset
    }

    .who-we-are-landing-home .section07 .accolades-container .accolades .description {
        font-size: 14px;
        font-weight: 400;
        line-height: 130%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .who-we-are-landing-home .section08 {
        padding: 40px 20px
    }

    .who-we-are-landing-home .section08 .wrapper {
        padding: 40px 20px;
        max-height: initial;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 100%;
        overflow: hidden
    }

    .who-we-are-landing-home .section08 .wrapper .img-08 {
        bottom: 0px;
        top: initial;
        right: 0px;
        width: auto;
        height: 100%;
        padding-top: 240px
    }

    .who-we-are-landing-home .section08 .wrapper .text-container {
        max-width: 100%
    }

    .who-we-are-landing-home .section08 .wrapper .text-container h2 {
        font-size: 35px;
        line-height: 40px;
        letter-spacing: -1.05px;
        margin-bottom: 0px
    }

    .who-we-are-landing-home .section08 .wrapper .text-container p {
        font-size: 14px;
        line-height: 130%
    }

    .who-we-are-landing-home .section08 .wrapper .text-container a {
        width: 100%
    }
}

@media only screen and (max-width: 720px) {
    .who-we-are-landing-home .section03 {
        background-size: contain
    }
}

@media only screen and (max-width: 600px) {
    .who-we-are-landing-home .section02 .iframe-video.active {
        width: 100%;
        height: 100%;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        overflow: auto
    }

    .who-we-are-landing-home .section02 .icon_fullscreen {
        display: block
    }
}

@media screen and (max-width: 561px) {
    .who-we-are-landing-home .section08 .wrapper .img-08 {
        width: 100%;
        height: auto
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .dot-container {
        top: 300px
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .dot-container.esd-dots {
        top: 300px !important
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-item02 .image-carousel,
    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .carousel-container .carousel-item .image-carousel {
        width: 101%;
        height: auto
    }
}

@media screen and (max-width: 500px) {
    .who-we-are-landing-home .section08 .wrapper {
        height: 750px
    }

    .who-we-are-landing-home .section08 .wrapper .img-08 {
        width: 100%;
        height: auto
    }
}

@media screen and (max-width: 426px) {
    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .dot-container {
        top: 22rem
    }

    .who-we-are-landing-home .section05 .wrapper .body-container .box-container .dot-container.esd-dots {
        top: 22rem !important
    }
}