@font-face {
    font-family: "Outfit";
    src:
        local("Outfit Medium"),
        local("Outfit-Medium"),
        url("../woff2/outfit-medium.woff2") format("woff2"),
        url("../woff/outfit-medium.woff") format("woff"),
        url("../ttf/outfit-medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src:
        local("Outfit Bold"),
        local("Outfit-Bold"),
        url("../woff2/outfit-bold.woff2") format("woff2"),
        url("../woff/outfit-bold.woff") format("woff"),
        url("../ttf/outfit-bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src:
        local("Outfit ExtraBold"),
        local("Outfit-ExtraBold"),
        url("../woff2/outfit-extrabold.woff2") format("woff2"),
        url("../woff/outfit-extrabold.woff") format("woff"),
        url("../ttf/outfit-extrabold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src:
        local("Outfit Black"),
        local("Outfit-Black"),
        url("../woff2/outfit-black.woff2") format("woff2"),
        url("../woff/outfit-black.woff") format("woff"),
        url("../ttf/outfit-black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src:
        local("Outfit SemiBold"),
        local("Outfit-SemiBold"),
        url("../woff2/outfit-semibold.woff2") format("woff2"),
        url("../woff/outfit-semibold.woff") format("woff"),
        url("../ttf/outfit-semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src:
        local("Outfit Thin"),
        local("Outfit-Thin"),
        url("../woff2/outfit-thin.woff2") format("woff2"),
        url("../woff/outfit-thin.woff") format("woff"),
        url("../ttf/outfit-thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src:
        local("Outfit ExtraLight"),
        local("Outfit-ExtraLight"),
        url("../woff2/outfit-extralight.woff2") format("woff2"),
        url("../woff/outfit-extralight.woff") format("woff"),
        url("../ttf/outfit-extralight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src:
        local("Outfit Regular"),
        local("Outfit-Regular"),
        url("../woff2/outfit-regular.woff2") format("woff2"),
        url("../woff/outfit-regular.woff") format("woff"),
        url("../ttf/outfit-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src:
        local("Outfit Light"),
        local("Outfit-Light"),
        url("../woff2/outfit-light.woff2") format("woff2"),
        url("../woff/outfit-light.woff") format("woff"),
        url("../ttf/outfit-light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* ----------------start--my-fonts------------------ */
@font-face {
    font-family: "Outfit Extra";
    src:
        url("../woff/outfit-extrabold-2.woff") format("woff"),
        url("../ttf/outfit-extrabold-2.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src:
        url("../woff/outfit-bold-2.woff") format("woff"),
        url("../ttf/outfit-bold-2.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit Semi";
    src:
        url("../woff/outfit-semibold-2.woff") format("woff"),
        url("../ttf/outfit-semibold-2.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src:
        url("../woff/outfit-medium-2.woff") format("woff"),
        url("../ttf/outfit-medium-2.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src:
        url("../woff/outfit-thin-2.woff") format("woff"),
        url("../ttf/outfit-thin-2.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit Extra";
    src:
        url("../woff/outfit-extralight-2.woff") format("woff"),
        url("../ttf/outfit-extralight-2.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src:
        url("../woff/outfit-regular-2.woff") format("woff"),
        url("../ttf/outfit-regular-2.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ----------------end--my-fonts------------------ */

:root {
    --clr-industry-green: #23b250;
    --clr-industry-bg: #fffef1;
    --clr-industry-black: #121212;
    --clr-industry-nav-bg: #f6f4e6;
    --clr-industry-pirple: #5139d5;
    --clr-industry-white: #ffffff;
}

/* START : Font sizes */

.industry-font-24 {
    font-size: 24px;
    line-height: 2rem;
}
@media screen and (max-width: 1365px) {
    .industry-font-24 {
        font-size: 22px;
        line-height: 1.9rem;
    }
}
@media screen and (max-width: 1199px) {
    .industry-font-24 {
        font-size: 18px;
        line-height: 2rem;
    }
}
@media screen and (max-width: 1023px) {
    .industry-font-24 {
        font-size: 18px;
        line-height: 1.8rem;
    }
}
.industry-font-16 {
    font-size: 16px;
    line-height: 1.8rem;
}

.industry-font-18 {
    font-size: 18px;
    line-height: 1.8rem;
}
@media screen and (max-width: 1599px) {
    .industry-font-18 {
        font-size: 16px;
        line-height: 1.6rem;
    }
}
@media screen and (max-width: 1199px) {
    .industry-font-18 {
        font-size: 16px;
        line-height: 1.5rem;
    }
}

.industry-font-40 {
    font-size: 40px;
    line-height: 3.4rem;
    letter-spacing: -0.04rem;
}
@media screen and (max-width: 1599px) {
    .industry-font-40 {
        font-size: 36px;
        line-height: 3.2rem;
    }
}
@media screen and (max-width: 1365px) {
    .industry-font-40 {
        font-size: 34px;
        line-height: 3rem;
    }
}
@media screen and (max-width: 1199px) {
    .industry-font-40 {
        font-size: 30px;
        line-height: 2.6rem;
    }
}
@media screen and (max-width: 991px) {
    .industry-font-40 {
        font-size: 28px;
        line-height: 2.4rem;
    }
}
@media screen and (max-width: 575px) {
    .industry-font-40 {
        font-size: 26px;
        line-height: 2.3rem;
    }
}

.industry-font-28 {
    font-size: 28px;
    line-height: 2rem;
}
@media screen and (max-width: 1365px) {
    .industry-font-28 {
        font-size: 25px;
        line-height: 1.8rem;
    }
}
@media screen and (max-width: 991px) {
    .industry-font-28 {
        font-size: 22px;
        line-height: 1.7rem;
    }
}
@media screen and (max-width: 575px) {
    .industry-font-28 {
        font-size: 20px;
        line-height: 1.5rem;
    }
}

.industry-font-48 {
    font-size: 40px;
    line-height: 3.4rem;
    letter-spacing: -0.04rem;
}
@media screen and (max-width: 1599px) {
    .industry-font-48 {
        font-size: 36px;
        line-height: 3.2rem;
    }
}
@media screen and (max-width: 1365px) {
    .industry-font-48 {
        font-size: 34px;
        line-height: 3rem;
    }
}
@media screen and (max-width: 1199px) {
    .industry-font-48 {
        font-size: 30px;
        line-height: 2.6rem;
    }
}
@media screen and (max-width: 991px) {
    .industry-font-48 {
        font-size: 28px;
        line-height: 2.4rem;
    }
}
@media screen and (max-width: 575px) {
    .industry-font-48 {
        font-size: 26px;
        line-height: 2.3rem;
    }
}

.industry-font-46 {
    font-size: 46px;
    line-height: 3.4rem;
}
@media screen and (max-width: 1599px) {
    .industry-font-46 {
        font-size: 40px;
        line-height: 3.2rem;
    }
}
@media screen and (max-width: 1365px) {
    .industry-font-46 {
        font-size: 38px;
        line-height: 3rem;
    }
}
@media screen and (max-width: 1199px) {
    .industry-font-46 {
        font-size: 34px;
        line-height: 2.8rem;
    }
}
@media screen and (max-width: 991px) {
    .industry-font-46 {
        font-size: 30px;
        line-height: 2.6rem;
    }
}
@media screen and (max-width: 575px) {
    .industry-font-46 {
        font-size: 28px;
        line-height: 2.4rem;
    }
}

.industry-font-42 {
    font-size: 42px;
    line-height: 3.4rem;
    letter-spacing: -0.04rem;
}
@media screen and (max-width: 1599px) {
    .industry-font-42 {
        font-size: 38px;
        line-height: 3.2rem;
    }
}
@media screen and (max-width: 1365px) {
    .industry-font-42 {
        font-size: 36px;
        line-height: 3rem;
    }
}
@media screen and (max-width: 1199px) {
    .industry-font-42 {
        font-size: 32px;
        line-height: 2.6rem;
    }
}
@media screen and (max-width: 991px) {
    .industry-font-42 {
        font-size: 30px;
        line-height: 2.4rem;
    }
}
@media screen and (max-width: 575px) {
    .industry-font-42 {
        font-size: 26px;
        line-height: 2.3rem;
    }
}

.industry-font-22 {
    font-size: 22px;
    line-height: 2rem;
}

@media screen and (max-width: 1365px) {
    .industry-font-22 {
        font-size: 21px;
        line-height: 1.8rem;
    }
}

@media screen and (max-width: 991px) {
    .industry-font-22 {
        font-size: 20px;
        line-height: 1.7rem;
    }
}

@media screen and (max-width: 575px) {
    .industry-font-22 {
        font-size: 18px;
        line-height: 1.5rem;
    }
}

.industry-font-30 {
    font-size: 30px;
    line-height: 2.6rem;
}
@media screen and (min-width: 1200px) and (max-width: 1699px) {
    .industry-font-30 {
        font-size: 28px;
        line-height: 2.4rem;
    }
}
@media screen and (max-width: 1199px) {
    .industry-font-30 {
        font-size: 26px;
        line-height: 2.4rem;
    }
}

@media screen and (max-width: 991px) {
    .industry-font-30 {
        font-size: 22px;
        line-height: 2rem;
    }
}

.industry-font-20 {
    font-size: 1.25rem;
    line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
    .industry-font-20 {
        font-size: 18px;
        line-height: 1.8rem;
    }
}

/* END : Font sizes */

.industry .healthcare-container {
    max-width: 1600px;
}

.industry {
    background-color: var(--clr-industry-bg);
}

.industry .bg-industry-cream {
    background-color: var(--clr-industry-bg);
}

.industry .ind-clr-white {
    color: var(--clr-industry-white);
}

/* font classes */
.industry .outfit,
.industry.outfit {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: var(--clr-industry-black);
}

.industry .outfit-medium {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
}

.industry .outfit-semibold {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
}

.industry .outfit-bold {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
}

.industry .health-ind-42 {
    font-size: 42px;
    line-height: 54px;
}
.industry .health-ind-18 {
    font-size: 18px;
    line-height: 24px;
}

/*end font classes */

/* START: button */
.industry .industry-button {
    background-color: var(--clr-industry-black);
    color: var(--clr-white);
    padding: 10px 10px 10px 20px;
    border-radius: 100px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    transition: background-color 0.3s ease;
}

.industry .industry-button.industry-button-green {
    background-color: var(--clr-industry-green);
}

.industry .industry-button .industry-button-icon {
    display: inline-block;
    height: 42px;
    width: 42px;
    background-color: var(--clr-industry-green);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

@media screen and (max-width: 767px) {
    .industry .industry-button .industry-button-icon {
        height: 34px;
        width: 34px;
    }
}

.industry .industry-button .industry-button-icon .icon.icon-arrow {
    transition: transform 0.3s ease;
}

@media screen and (max-width: 767px) {
    .industry .industry-button .industry-button-icon .icon.icon-arrow {
        transform: rotate(45deg);
    }
}

.industry .industry-button .industry-button-icon .icon::before {
    background-color: var(--clr-white);
}

.industry .industry-button:focus,
.industry .industry-button:hover {
    background-color: var(--clr-industry-green);
}

.industry .industry-button:focus .industry-button-icon,
.industry .industry-button:hover .industry-button-icon {
    background-color: var(--clr-industry-black);
}

.industry .industry-button:focus .industry-button-icon .icon.icon-arrow,
.industry .industry-button:hover .industry-button-icon .icon.icon-arrow {
    transform: rotate(45deg);
}

.industry .industry-button.industry-button-green:hover,
.industry .industry-button.industry-button-green:focus {
    background-color: var(--clr-industry-black);
}

.industry .industry-button.industry-button-shadow:focus,
.industry .industry-button.industry-button-shadow:hover {
    box-shadow: 0px 0 0 2px rgba(255, 255, 255, 0.4);
}

.industry .industry-button.industry-button-no-icon {
    padding: 14px 30px;
}

@media screen and (max-width: 767px) {
    .industry .industry-button.industry-button-no-icon {
        padding: 8px 16px;
    }
}

/* END: button */

/* START : industry-hero */

.sec-industry-hero {
    background-color: var(--clr-industry-bg);
    position: relative;
}

.sec-industry-hero .industry-hero-title {
    font-size: 100px;
    margin-bottom: 58px;
}

@media screen and (max-width: 1599px) {
    .sec-industry-hero .industry-hero-title {
        font-size: 80px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1439px) {
    .sec-industry-hero .industry-hero-title {
        font-size: 70px;
        margin-bottom: 30px;
        line-height: 1;
    }
}

@media screen and (max-width: 991px) {
    .sec-industry-hero .industry-hero-title {
        font-size: 50px;
    }
}

@media screen and (max-width: 767px) {
    .sec-industry-hero .industry-hero-title {
        font-size: 38px;
        margin-bottom: 16px;
    }
}

.sec-industry-hero .industry-hero-title span {
    display: inline-block;
    position: relative;
    z-index: 2; /* Ensures text stays on top */
}

.sec-industry-hero .industry-hero-title span::before {
    content: "";
    width: 100%;
    bottom: 16px;
    left: 0;
    height: 14px;
    position: absolute;
    background-color: var(--clr-industry-green);
    z-index: -1;
}

@media screen and (max-width: 1439px) {
    .sec-industry-hero .industry-hero-title span::before {
        bottom: 2px;
    }
}

@media screen and (max-width: 991px) {
    .sec-industry-hero .industry-hero-title span::before {
        height: 10px;
    }
}

@media screen and (max-width: 767px) {
    .sec-industry-hero .industry-hero-title span::before {
        height: 5px;
    }
}

.sec-industry-hero .industry-hero-inner {
    display: grid;
    grid-template-columns: 940px 1fr;
    gap: 50px;
}

@media screen and (max-width: 1599px) {
    .sec-industry-hero .industry-hero-inner {
        grid-template-columns: 800px 1fr;
    }
}

@media screen and (max-width: 1439px) {
    .sec-industry-hero .industry-hero-inner {
        grid-template-columns: 60% 1fr;
    }
}

@media screen and (max-width: 991px) {
    .sec-industry-hero .industry-hero-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .sec-industry-hero .industry-hero-inner {
        grid-template-columns: 1fr;
    }
}

.sec-industry-hero .industry-hero-right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: end;
}

.sec-industry-hero .industry-hero-right picture {
    margin-bottom: 30px;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .sec-industry-hero .industry-hero-right picture {
        width: 100%;
    }
}

/* END : industry-hero */
/* START : sec-industry-video */

.sec-industry-video {
    margin-bottom: 90px;
}

@media only screen and (max-width: 1439px) {
    .sec-industry-video {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .sec-industry-video {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .sec-industry-video {
        margin-bottom: 35px;
    }
}

.industry .sec-industry-video .our-vision__video {
    border-radius: 32px;
}
@media only screen and (max-width: 991px) {
    .industry .sec-industry-video .our-vision__video {
        border-radius: 24px;
    }
}
@media only screen and (max-width: 991px) {
    .industry .sec-industry-video .our-vision__video {
        border-radius: 16px;
    }
}

.healthcareheader .industry-nav-outer {
    background-color: var(--clr-industry-nav-bg);
    /*overflow: auto;*/
    padding: 12px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .healthcareheader .industry-nav-outer {
        margin-bottom: 20px;
    }
}

.healthcareheader .industry-nav-outer ul {
    display: flex;
    gap: 12px;
}

.healthcareheader .industry-nav-outer ul li a {
    padding: 16px 20px;
    display: inline-block;
    border-radius: 12px;
    white-space: nowrap;
    transition:
        color 0.3s ease,
        background-color 0.3s ease;
}

@media only screen and (max-width: 1199px) {
    .healthcareheader .industry-nav-outer ul li a {
        padding: 8px 16px;
    }
}

.healthcareheader .industry-nav-outer ul li a:hover,
.healthcareheader .industry-nav-outer ul li a.active {
    background-color: #333;
    color: var(--clr-white);
}

.sec-industry-video .our-vision__video::after {
    display: none;
}

.sec-industry-video .our-vision__video {
    border-radius: 0;
}

.sec-industry-video .our-vision__video {
    padding-bottom: 50%;
}

@media only screen and (max-width: 1919px) {
    .sec-industry-video .our-vision__video {
        border-radius: 0;
    }
}

.sec-industry-video .our-vision__video .br-30 {
    border-radius: 0;
}

.sec-industry-video .industry-video-inner {
    margin-top: 90px;
    display: grid;
    grid-template-columns: 370px 1fr;
    gap: 140px;
}

@media only screen and (max-width: 1439px) {
    .sec-industry-video .industry-video-inner {
        margin-top: 60px;
        gap: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .sec-industry-video .industry-video-inner {
        grid-template-columns: 1fr;
        margin-top: 40px;
        gap: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .sec-industry-video .industry-video-inner {
        margin-top: 30px;
        gap: 10px;
    }
}
@media only screen and (max-width: 575px) {
    .sec-industry-video .industry-video-inner {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .sec-industry-video .industry-video-text {
        font-size: 18px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 991px) {
    .sec-industry-video .industry-video-text {
        font-size: 16px;
        line-height: 1.5;
    }
}
/* END : sec-industry-video */

/* SATRT : sec-industry-tab */

.sec-industry-tab {
    margin-bottom: 70px;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .sec-industry-tab {
        margin-bottom: 0;
    }
}

.sec-industry-tab .industry-tab-title {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1439px) {
    .sec-industry-tab .industry-tab-title {
        margin-bottom: 30px;
    }
}

.sec-industry-tab .industry-tab-main {
    position: relative;
}

.sec-industry-tab .industry-tab-image {
    position: absolute;
    top: 0;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    right: -50px;
    height: 695px;
    width: 695px;
}

@media only screen and (max-width: 1599px) {
    .sec-industry-tab .industry-tab-image {
        height: 550px;
        width: 550px;
    }
}

.sec-industry-tab .industry-tab-main > ul .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--clr-industry-pirple);
    background-color: transparent;
    padding: 16px;
    border: 2px solid var(--clr-industry-pirple);
    border-radius: 18px;
    min-width: 340px;
    background-color: rgba(81, 57, 213, 0.1);
}

@media only screen and (max-width: 1439px) {
    .sec-industry-tab .industry-tab-main > ul .nav-link {
        padding: 8px 16px;
    }
}

@media only screen and (max-width: 767px) {
    .sec-industry-tab .industry-tab-main > ul .nav-link {
        min-width: 200px;
        white-space: nowrap;
        border-radius: 10px;
        padding: 8px;
        padding-right: 14px;
    }
}

.sec-industry-tab .industry-tab-main > ul .nav-link.active {
    background-color: var(--clr-industry-green);
    border-color: var(--clr-industry-green);
    color: var(--clr-white);
}

.sec-industry-tab .nav-icon {
    height: 52px;
    width: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--clr-industry-pirple);
    border-radius: 100px;
}

@media only screen and (max-width: 767px) {
    .sec-industry-tab .nav-icon {
        width: 32px;
        height: 32px;
    }
}

.sec-industry-tab .nav-icon .icon::before {
    background-color: var(--clr-white);
}

@media only screen and (max-width: 767px) {
    .sec-industry-tab .nav-icon .icon {
        height: 20px;
        width: 20px;
    }
}

.sec-industry-tab .industry-tab-main > ul .nav-link.active .nav-icon {
    background-color: #119b3d;
}

.sec-industry-tab .nav-pills {
    padding: 16px;
    background-color: var(--clr-white);
    max-width: 730px;
    margin: 0 auto 60px;
    border-radius: 20px;
    box-shadow: 0px 0px 14px 0px #0000001a;
}

@media only screen and (max-width: 1439px) {
    .sec-industry-tab .nav-pills {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .sec-industry-tab .nav-pills {
        overflow: auto;
        border-radius: 10px;
        width: max-content;
        justify-content: flex-start !important;
        margin-bottom: 20px;
        padding: 15px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
    .sec-industry-tab .nav-pills {
        justify-content: center !important;
    }
}
@media only screen and (max-width: 575px) {
    .sec-industry-tab .nav-pills {
        width: 100%;
    }
}

.sec-industry-tab .industry-tab-info {
    position: relative;
    padding-left: 30px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1599px) {
    .sec-industry-tab .industry-tab-info {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .sec-industry-tab .industry-tab-info {
        margin-bottom: 16px;
    }
}

.sec-industry-tab .industry-tab-info::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 7px;
    width: 10px;
    height: 10px;
    background-color: var(--clr-industry-green);
    border-radius: 100px;
}

.sec-industry-tab .industry-tab-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--clr-industry-green);
    border-radius: 100px;
}

.sec-industry-tab .industry-tab-card-item {
    background-color: #f6f4e6;
    position: relative;
    display: block;
    padding: 32px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    min-height: 420px;
    overflow: hidden;
}

@media only screen and (max-width: 1599px) {
    .sec-industry-tab .industry-tab-card-item {
        padding: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .sec-industry-tab .industry-tab-card-item {
        min-height: 1px;
    }
}

@media only screen and (max-width: 767px) {
    .sec-industry-tab .industry-tab-card-item {
        padding: 15px;
        border-radius: 15px;
    }
}

.sec-industry-tab .industry-tab-card-item .industry-tab-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 24px 20px;
    background-color: var(--clr-industry-green);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

@media only screen and (max-width: 1599px) {
    .sec-industry-tab .industry-tab-card-item .industry-tab-card-overlay {
        padding: 20px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .sec-industry-tab .industry-tab-card-item .industry-tab-card-overlay {
        padding: 16px;
    }
}

.sec-industry-tab .industry-tab-card-item:focus .industry-tab-card-overlay,
.sec-industry-tab .industry-tab-card-item:hover .industry-tab-card-overlay {
    opacity: 1;
    pointer-events: all;
}

.sec-industry-tab .industry-tab-card-item .industry-tab-card-overlay ul li a {
    text-decoration: underline;
}

.sec-industry-tab .industry-tab-card-title {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .sec-industry-tab .industry-tab-card-title {
        margin-bottom: 16px;
    }
}

.sec-industry-tab .industry-tab-card-text {
    margin-top: auto !important;
}

.sec-industry-tab .industry-tab-card-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media only screen and (max-width: 1599px) {
    .sec-industry-tab .industry-tab-card-list {
        gap: 20px;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .sec-industry-tab .industry-tab-card-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .sec-industry-tab .industry-tab-card-list div:empty {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .sec-industry-tab .industry-tab-card-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .sec-industry-tab .industry-tab-card-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* END : sec-industry-tab */

/* START : sec-industry-CTA */
.section-industry-cta .health-common-headings-cta {
    background-color: var(--clr-industry-green);
    position: relative;
    border-radius: 32px;
}
@media only screen and (max-width: 991px) {
    .section-industry-cta .health-common-headings-cta {
        border-radius: 24px;
    }
}
@media only screen and (max-width: 991px) {
    .section-industry-cta .health-common-headings-cta {
        border-radius: 16px;
    }
}

.section-industry-cta .health-common-headings-cta .cta-content-get {
    max-width: 754px;
    padding: 100px 25px 100px 85px;
}
@media only screen and (max-width: 1600px) {
    .section-industry-cta .health-common-headings-cta .cta-content-get {
        padding: 70px 25px 70px 70px;
    }
}
@media only screen and (max-width: 1199px) {
    .section-industry-cta .health-common-headings-cta .cta-content-get {
        padding: 40px;
        text-align: left;
        width: calc(100% - 440px);
    }
}

@media only screen and (max-width: 991px) {
    .section-industry-cta .health-common-headings-cta .cta-content-get {
        width: 100%;
        padding: 32px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .section-industry-cta .health-common-headings-cta .cta-content-get {
        padding: 20px;
        text-align: center;
    }
}

.section-industry-cta .health-common-headings-cta .cta-content {
    max-width: 754px;
    padding: 100px 25px 100px 85px;
}
@media only screen and (max-width: 1600px) {
    .section-industry-cta .health-common-headings-cta .cta-content {
        padding: 70px 25px 70px 70px;
    }
}
@media only screen and (max-width: 1199px) {
    .section-industry-cta .health-common-headings-cta .cta-content {
        padding: 40px;
        text-align: left;
        width: calc(100% - 440px);
    }
}

@media only screen and (max-width: 991px) {
    .section-industry-cta .health-common-headings-cta .cta-content {
        width: 100%;
        padding: 32px;
        text-align: center;
        max-width: none;
    }
}

@media only screen and (max-width: 767px) {
    .section-industry-cta .health-common-headings-cta .cta-content {
        padding: 15px;
        border-radius: 15px;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .section-industry-cta .health-common-headings-cta .cta-content .industry-button {
        border-radius: 10px;
        padding: 10px;
    }

    .section-industry-cta .health-common-headings-cta .cta-content .industry-button .industry-button-icon {
        flex: 0 0 34px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1366px) {
    .section-industry-cta .health-common-headings-cta .cta-content h2 {
        max-width: 700px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-industry-cta .health-common-headings-cta .cta-content h2 {
        max-width: none;
    }
}
.section-industry-cta .health-common-headings-cta .healthcarepage-cta {
    width: 780px;
    position: absolute;
    bottom: 0;
    right: 10px;
}

@media only screen and (max-width: 1599px) {
    .section-industry-cta .health-common-headings-cta .healthcarepage-cta {
        width: 660px;
    }
}

@media only screen and (max-width: 1439px) {
    .section-industry-cta .health-common-headings-cta .healthcarepage-cta {
        width: 600px;
    }
}

@media only screen and (max-width: 1366px) {
    .section-industry-cta .health-common-headings-cta .healthcarepage-cta {
        width: 540px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-industry-cta .health-common-headings-cta .healthcarepage-cta {
        width: 440px;
    }
}

/* START : sec-industry-insight */

.sec-industry-insight {
    background-color: var(--clr-industry-nav-bg);
    position: relative;
}
.sec-industry-insight .industry-insight-title {
    margin-bottom: 16px;
}

.sec-industry-insight .industry-insight-desc {
    color: #3b5068;
}

.sec-industry-insight .industry-insight-top {
    margin-bottom: 60px;
}

@media only screen and (max-width: 1199px) {
    .sec-industry-insight .industry-insight-top {
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .sec-industry-insight .industry-insight-top {
        margin-bottom: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .sec-industry-insight .industry-insight-top {
        margin-bottom: 24px;
    }
}

.sec-industry-insight .industry-insight-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
    .sec-industry-insight .industry-insight-list {
        gap: 20px;
        margin-bottom: 32px;
    }
}
@media only screen and (max-width: 991px) {
    .sec-industry-insight .industry-insight-list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        margin-bottom: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .sec-industry-insight .industry-insight-list {
        grid-template-columns: 1fr;
        margin-bottom: 24px;
    }
}

.sec-industry-insight .industry-insight-card {
    box-shadow: 0 1px 4px 0 #0c0c0d0d;
    overflow: hidden;
    border-radius: 16px;
}

@media only screen and (max-width: 767px) {
    .sec-industry-insight .industry-insight-card {
        border-radius: 15px;
    }
}

.sec-industry-insight .industry-insight-card-tag {
    color: var(--clr-industry-pirple);
    padding: 2px 8px;
    border: 1px solid var(--clr-industry-pirple);
    display: inline-block;
    margin-bottom: 16px;
    border-radius: 4px;
}

.sec-industry-insight .industry-insight-card-title {
    margin-bottom: 16px;
}

.sec-industry-insight .industry-insight-btns {
    display: flex;
    justify-content: center;
    gap: 12px;
}

@media only screen and (max-width: 767px) {
    .sec-industry-insight .industry-insight-btns {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
}

.sec-industry-insight .industry-insight-card-text {
    color: #3b5068;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sec-industry-insight .industry-insight-card-content {
    padding: 24px;
    background-color: var(--clr-white);
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .sec-industry-insight .industry-insight-card-content {
        padding: 15px;
    }
}

/* END : sec-industry-insight */

/* SATRT :industry-faq */

.sec-industry-faq .industry-faq-title span {
    color: var(--clr-industry-green);
}

.sec-industry-faq .accordion {
    display: grid;
    grid-gap: 12px;
}

.sec-industry-faq .accordion-item {
    border-radius: 10px;
    border: none;
    background-color: transparent;
}

.sec-industry-faq .accordion-button {
    background-color: var(--clr-industry-nav-bg);
    border: none;
    box-shadow: none;
    border-radius: 16px !important;
    padding: 16px 24px;
}

@media only screen and (max-width: 767px) {
    .sec-industry-faq .accordion-button {
        align-items: flex-start;
        padding: 15px;
        gap: 6px;
        border-radius: 15px !important;
    }
}

.sec-industry-faq .accordion-button::after {
    background: url("data:image/svg+xml,%3Csvg width='38' height='38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='38' height='38' rx='19' fill='%23FFFEF1'/%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M27.1 18.1h-7.2v-7.2a.9.9 0 0 0-1.8 0v7.2h-7.2a.9.9 0 0 0 0 1.8h7.2v7.2a.9.9 0 0 0 1.8 0v-7.2h7.2a.9.9 0 0 0 0-1.8Z' fill='%23222'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(10 10)' d='M0 0h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
        center/contain no-repeat;
    height: 36px;
    width: 36px;
}

@media only screen and (max-width: 1199px) {
    .sec-industry-faq .accordion-button::after {
        height: 32px;
        width: 32px;
        background-size: contain;
    }
}

@media only screen and (max-width: 767px) {
    .sec-industry-faq .accordion-button::after {
        height: 28px;
        width: 28px;
        background-size: contain;
    }

    .sec-industry-faq .accordion-body {
        padding: 10px;
    }
}

.sec-industry-faq .accordion-button:not(.collapsed)::after {
    transform: rotate(-45deg);
}

.sec-industry-faq .accordion-button:not(.collapsed) {
    color: var(--clr-industry-black);
}

/* END :industry-faq */

/* SATRT : industry-testimonial */

.industry-testimonial {
    background-color: var(--clr-industry-pirple);
    padding: 80px;
    border-radius: 40px;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .industry-testimonial {
        padding: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .industry-testimonial {
        padding: 50px;
    }
}

.industry-testimonial .industry-testimonial-top {
    /* max-width: 600px; */
    margin: 0 auto;
    padding-top: 10px;
    pointer-events: none;
}

.industry-testimonial .industry-testimonial-top img {
    height: 100px;
    width: 100px;
    display: block;
    margin: 0 auto;
    line-height: 0;
    border-radius: 2000px;
    transition: all 0.3s ease;
}

.industry-testimonial .industry-testimonial-top .swiper-slide-active img {
    height: 200px;
    width: 200px;
    margin-bottom: 16px;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1599px) {
    .industry-testimonial .industry-testimonial-top .swiper-slide-active img {
        width: 170px;
        height: 170px;
    }
}

@media only screen and (max-width: 1199px) {
    .industry-testimonial .industry-testimonial-top .swiper-slide-active img {
        width: 150px;
        height: 150px;
    }
}

.industry-testimonial .industry-testimonial-top .swiper-slide {
    min-height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: var(--clr-white);
}

.industry-testimonial .industry-testimonial-top .swiper-slide .testimonial-text {
    opacity: 0;
    transition: all 0.3s ease;
}

.industry-testimonial .industry-testimonial-top .swiper-slide.swiper-slide-active .testimonial-text {
    opacity: 1;
}

.industry-testimonial .industry-testimonial-top .swiper-slide .testimonial-auth {
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
}

.industry-testimonial .testimonial-content {
    max-width: 1000px;
    margin: 0 auto;
    color: var(--clr-white);
    margin-top: 40px;
    text-align: center;
}

.industry-testimonial .testimonial-title {
    margin-bottom: 16px;
}

.industry-testimonial .industry-testimonial-button-prev,
.industry-testimonial .industry-testimonial-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    cursor: pointer;
}

.industry-testimonial .industry-testimonial-button-prev .icon::before,
.industry-testimonial .industry-testimonial-button-next .icon::before {
    background-color: var(--clr-white);
}

.industry-testimonial .industry-testimonial-button-next .icon {
    transform: rotate(45deg);
}

.industry-testimonial .industry-testimonial-button-prev .icon {
    transform: rotate(-135deg);
}

.industry-testimonial .industry-testimonial-button-next {
    right: 50px;
}

.industry-testimonial .industry-testimonial-button-prev {
    left: 50px;
}

.industry-testimonial .industry-testimonial-top-decoration {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 498px;
    width: 100%;
    opacity: 45%;
}

.industry-testimonial .industry-testimonial-bottom-decoration {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 482px;
    width: 100%;
    opacity: 55%;
}

.sec-industry-testimonial {
    position: relative;
}

.sec-industry-testimonial::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 350px;
    background-color: var(--clr-industry-nav-bg);
}
/* END : industry-testimonial */

/* START : enablers */

.sec-enablers .blue {
    background-color: #5139d5;
    border-radius: 40px;
    padding: 0px;
    width: 100%;
    /* Ensure it has a width */
}
.sec-enablers .blue .accordion-main {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff26;
}

@media only screen and (max-width: 767px) {
    .sec-enablers .blue .accordion-main {
        padding: 0;
    }
}
.sec-enablers .blue .text-blue-portion {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 80px 60px;
    color: var(--white-color);
    gap: 60px;
}
.sec-enablers .blue img {
    pointer-events: none;
    height: auto;
    opacity: 33%;
}
.sec-enablers .blue .accordion-button {
    background: transparent;
    font-weight: 500;
    color: var(--white-color);
    padding: 15px;
    border-radius: 8px;
    transition: background 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .sec-enablers .blue .accordion-button {
        padding: 10px 0;
        font-size: 16px;
    }

    .sec-enablers .text-blue-portion-desc {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .sec-enablers .blue .text-blue-portion > div:last-child .accordion-main:last-child {
        border: none;
    }
}

.sec-enablers .blue .accordion-button:not(.collapsed) {
    background: transparent;
    color: var(--white-color);
    border-radius: 8px;
    outline: none;
    box-shadow: none;
}
.sec-enablers .blue .accordion-button::after {
    content: "";
    background: url("data:image/svg+xml,%3Csvg width='23' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.22 9.92h-8.64V1.28a1.08 1.08 0 0 0-2.16 0v8.64H1.78a1.08 1.08 0 0 0 0 2.16h8.64v8.64a1.08 1.08 0 0 0 2.16 0v-8.64h8.64a1.08 1.08 0 0 0 0-2.16Z' fill='%23fff'/%3E%3C/svg%3E")
        no-repeat center;
    transition: transform 0.3s;
}

@media only screen and (max-width: 767px) {
    .sec-enablers .blue .accordion-button::after {
        height: 16px;
        width: 16px;
        background-size: contain;
    }
}
.sec-enablers .blue .accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
}
.sec-enablers .blue .accordion-body {
    padding: 0px 5px 0px 14px;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .sec-enablers .blue .accordion-body {
        padding: 0 0 10px;
        font-size: 16px;
    }
}

.sec-enablers .blue .accordion-body a {
    text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
    .sec-enablers .blue {
        border-radius: 20px;
    }
    .sec-enablers .blue .text-blue-portion {
        padding: 20px 20px;
        gap: 10px;
        overflow: hidden;
    }
    .sec-enablers .blue img {
        height: auto !important;
        width: 350px !important;
    }
}

@media only screen and (max-width: 767px) {
    .sec-enablers .blue {
        border-radius: 10px;
    }
}
/* Responsive Design */
@media only screen and (max-width: 992px) {
    .sec-enablers .blue .text-blue-portion {
        display: grid;
        grid-template-columns: 1fr;
        padding: 20px 20px;
        gap: 0px;
        overflow: hidden;
    }
    .sec-enablers .blue img {
        opacity: 0.5;
    }
}
@media only screen and (max-width: 768px) {
    .sec-enablers .blue .text-blue-portion {
        display: grid;
        grid-template-columns: 1fr;
        padding: 15px 15px 0;
        gap: 0px;
        overflow: hidden;
    }
    .sec-enablers .blue img {
        width: 300px !important;
        opacity: 0.5;
    }
}

/* END : enablers */

/*  START : newworkslider  */

.industry .custslides .custslick-list .item .font-red {
    color: #5139d5;
    border: 1px solid #5139d5;
    background-color: #f2f0ff;
}

.industry .view-btns .btn-slide-pink,
.industry .view-btns .btn-slide-border:before {
    background-color: var(--clr-industry-black);
    border-color: var(--clr-industry-black);
}

.industry .view-btns .btn-slide-pink {
    background-color: var(--clr-industry-black);
}
.industry .view-btns .btn-slide-border {
    background-color: var(--clr-industry-green);
    color: var(--clr-white);
}

.healthcare-top-line-wrap .healthcare-slide-top-line {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.healthcare-slide-wrapper .custslides .custslick-list .slick-slide {
    box-shadow: 0px 1px 10px 0px #0c0c0d03;
    border: 1px solid #0c0c0d03;
}

.healthcare-page-wrapper .healthcare-slide-inner {
    background-color: transparent !important;
    padding-bottom: 0 !important;
}

/*  END : newworkslider  */

/*  START : Healthcare Solutions */
.healthcare-solution-section {
    display: grid;
    gap: 200px;
    grid-template-columns: 1fr 650px;
}

.healthcare-solution-section .healthcare-solution-section-inner {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.healthcare-solution-section .healthcare-solution-section-image-top-text {
    top: 4px;
    left: 4px;
}

.healthcare-solution-section .white-text-image {
    top: 30px;
    left: 30px;
}
.healthcare-solution-section .white-text-image-two {
    bottom: 30px;
    left: 30px;
    display: grid;
    justify-content: center;
    align-items: center;
}

.healthcare-solution-section .number-circle {
    height: 60px;
    width: 150px;
    flex: 0 0 60px;
    border-radius: 99em;
    background-color: #5139d5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.healthcare-solution-section .msak-image {
    left: -340px;
    bottom: 0px;
    border-radius: 40px;
    overflow: hidden;
}

.healthcare-solution-section .mask-blur-image {
    top: 30px;
    left: -360px;
}
.healthcare-solution-section .custom-list {
    list-style: none;
    padding: 0;
}

.healthcare-solution-section .custom-list li span {
    color: var(--clr-industry-green);
}

.healthcare-solution-section .custom-list-wrapper {
    margin-bottom: 20px;
}

.healthcare-solution-section .custom-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
    .healthcare-solution-section .custom-list li {
        margin-bottom: 8px;
        line-height: 1.5;
    }
}
.healthcare-solution-section .custom-list li::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%235139D5' d='M7.709 18.74c.396.348.806.708 1.227 1.08l.009.008 1.402 1.21a.997.997 0 0 0 1.307 0l1.402-1.21.008-.008c2.775-2.453 4.855-4.332 6.36-6.164C21.18 11.516 22 9.582 22 7.568c0-3.644-2.854-6.498-6.498-6.498A6.979 6.979 0 0 0 11 2.755 6.98 6.98 0 0 0 6.498 1.07C2.854 1.07 0 3.924 0 7.568c0 4.405 3.067 7.097 7.709 11.172Zm-.71-9.565h2.667V6.508h2.668v2.667H15v2.668h-2.667v2.667H9.666v-2.667H7V9.175Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .176h22v22H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 4px;
}

.healthcare-solution-section .healthcare-solution-section-img {
    border-radius: 52px;
    object-fit: cover;
}

@media screen and (max-width: 1599px) {
    .healthcare-solution-section .white-text-image-two {
        left: 10px;
        border-radius: 10px;
        overflow: hidden;
    }

    .healthcare-solution-section .msak-image {
        left: -250px;
        height: 240px;
        width: 240px;
    }

    .healthcare-solution-section .msak-image .mask-small-image {
        height: 240px;
        width: 240px;
    }

    .healthcare-solution-section .small-image-white-area {
        height: 100px;
        width: 220px;
        background-color: white;
    }
}

@media only screen and (max-width: 1500px) {
    .healthcare-solution-section {
        display: grid;
        gap: 100px;
        grid-template-columns: 1fr 550px;
    }
    .healthcare-solution-section .picture-of-doctor {
        height: 650px;
        width: 550px;
    }
    .healthcare-solution-section .msak-image {
        left: -220px;
    }
    .healthcare-solution-section .mask-blur-image {
        top: 30px;
        left: -348px;
    }
}

@media only screen and (max-width: 1499px) {
    .healthcare-solution-section .msak-image {
        left: -270px;
        border-radius: 32px;
    }
}

@media only screen and (max-width: 1439px) {
    .healthcare-solution-section .picture-of-doctor {
        height: auto;
        width: 450px;
    }

    .healthcare-solution-section .msak-image {
        left: -220px;
        bottom: 0px;
        width: 200px;
        height: 200px;
        border-radius: 22px;
    }

    .healthcare-solution-section .small-image-white-area {
        height: auto;
        width: 200px;
        background-color: white;
    }

    .healthcare-solution-section .text-small-image {
        font-size: 14px;
        line-height: 1.5;
        padding: 4px !important;
    }

    .healthcare-solution-section .msak-image .mask-small-image {
        width: 200px;
        height: 200px;
    }

    .healthcare-solution-section .msak-image .white-text-image-two {
        left: 10px;
        top: initial;
        bottom: 10px;
        width: 180px;
    }

    .healthcare-solution-section .white-text-image-two .position-relative {
        background-color: var(--clr-white);
    }

    .healthcare-solution-section .mask-blur-image {
        top: 30px;
        left: -341px;
    }
}

@media only screen and (max-width: 1439px) {
    .healthcare-solution-section .white-text-image-two {
        bottom: 20px;
        left: 20px;
    }

    .healthcare-solution-section .healthcare-solution-section-img {
        border-radius: 32px;
    }
}
@media only screen and (max-width: 1199px) {
    .healthcare-solution-section .msak-image {
        display: none;
    }
    .healthcare-solution-section .picture-of-doctor {
        height: auto;
        width: 100%;
        margin-top: 10px;
    }
    .healthcare-solution-section .mask-blur-image {
        display: none;
    }

    .healthcare-solution-section .healthcare-solution-section-img {
        border-radius: 26px;
    }

    .healthcare-solution-section .white-text-image {
        top: 20px;
        left: 20px;
    }

    .healthcare-solution-section .white-text-image-two {
        bottom: 20px;
        left: 20px;
    }

    .healthcare-solution-section {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .healthcare-solution-section .healthcare-solution-section-img {
        width: 100%;
        object-fit: cover;
    }

    .healthcare-solution-section-image-inner {
        flex: 0 0 100%;
    }

    .healthcare-solution-section .healthcare-solution-section-img {
        border-radius: 32px;
    }

    .healthcare-solution-section .healthcare-solution-section-title {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .healthcare-solution-section .healthcare-solution-section-image {
        display: none;
    }

    .healthcare-solution-section .healthcare-solution-section-title {
        margin-bottom: 0;
    }

    .healthcare-solution-section .custom-list li {
        font-size: 16px;
    }

    .healthcare-solution-section {
        grid-template-columns: 1fr;
    }
}

.healthcare-solution-section .healthcare-solution-section-stats {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 18px;
    font-size: 16px;
    line-height: 1.5;
    background-color: var(--clr-white);
    padding: 10px;
    border: 1px solid #0c0c0d3a;
    border-radius: 10px;
}

@media only screen and (max-width: 768px) {
    .healthcare-solution-section .healthcare-solution-section-stats {
        padding: 15px;
    }
}

.healthcare-solution-section .healthcare-solution-section-ai {
    font-size: 16px;
    line-height: 1.5;
    background-color: var(--clr-white);
    padding: 10px;
    border: 1px solid #0c0c0d3a;
    border-radius: 10px;
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .healthcare-solution-section .healthcare-solution-section-ai {
        padding: 15px;
    }
}

.healthcare-solution-section .healthcare-solution-section-num {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background-color: var(--clr-industry-pirple);
    color: var(--clr-white);
    border-radius: 100px;
}

/* END : Healthcare Solutions */

/* START : industry-excellence */
.industry-excellence .industry-excellence-inner {
    display: grid;
    grid-template-columns: 388px 1fr;
    grid-gap: 40px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
    .industry-excellence .industry-excellence-inner {
        grid-template-columns: 1fr;
        margin-bottom: 40px;
        gap: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .industry-excellence .industry-excellence-inner {
        margin-bottom: 20px;
        gap: 10px;
    }
}

.industry-excellence .industry-excellence-main {
    display: grid;
    grid-template-columns: 500px 1fr;
    grid-gap: 40px;
    align-items: flex-start;
}

@media only screen and (max-width: 1599px) {
    .industry-excellence .industry-excellence-main {
        gap: 32px;
    }
}

@media only screen and (max-width: 1365px) {
    .industry-excellence .industry-excellence-main {
        grid-template-columns: 1fr;
    }
}

.industry-excellence .industry-excellence-main .nav {
    background-color: #f6f4e6;
    padding: 32px;
    border-radius: 32px;
    gap: 20px;
}

@media only screen and (max-width: 1599px) {
    .industry-excellence .industry-excellence-main .nav {
        padding: 24px;
    }
}

.industry-excellence .industry-excellence-main .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 16px;
    white-space: nowrap;
    width: 100%;
    border: 2px solid var(--clr-white);
    min-width: 340px;
    background-color: var(--clr-white);
    color: var(--clr-industry-black);
    border-radius: 100px;
}

.industry-excellence .industry-excellence-main .nav-link.active {
    background-color: var(--clr-industry-green);
    color: var(--clr-white);
}

.industry-excellence .industry-excellence-main .nav-icon {
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background-color: #e9e9e9;
}

.industry-excellence .industry-excellence-main .nav-icon .icon.icon-arrow {
    transform: rotate(45deg);
}

.industry-excellence .industry-excellence-main .nav-link.active .nav-icon {
    background-color: var(--clr-white);
}

.industry-excellence .industry-excellence-main .accordion-item,
.industry-excellence .industry-excellence-main .accordion-item .accordion-button {
    border: none;
    box-shadow: none;
}

.industry-excellence .industry-excellence-main .accordion-item .accordion-button {
    background-color: #f6f4e6;
    color: var(--clr-industry-black);
    font-size: 20px;
    border-radius: 20px;
}

@media only screen and (max-width: 1199px) {
    .industry-excellence .industry-excellence-main .accordion-item .accordion-button {
        border-radius: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .industry-excellence .industry-excellence-main .accordion-item .accordion-button {
        font-size: 16px;
        padding: 15px;
    }
}

.industry-excellence .industry-excellence-main .accordion-button:not(.collapsed) {
    background-color: var(--clr-industry-green);
    color: var(--clr-white);
}

.industry-excellence .industry-excellence-main .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.293 6.707a1 1 0 0 1 1.414 0L12 14l7.293-7.293a1 1 0 0 1 1.414 0l.707.707a1 1 0 0 1 0 1.414l-8.353 8.354a1.5 1.5 0 0 1-2.122 0L2.586 8.828a1 1 0 0 1 0-1.414l.707-.707Z' fill='%23000'/%3E%3C/svg%3E");
}

.industry-excellence .industry-excellence-main .accordion.industry-accordion {
    display: grid;
    grid-gap: 22px;
}

@media only screen and (max-width: 767px) {
    .industry-excellence .industry-excellence-main .accordion.industry-accordion {
        display: grid;
        grid-gap: 10px;
    }
}

.industry-excellence .industry-excellence-main .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.293 6.707a1 1 0 0 1 1.414 0L12 14l7.293-7.293a1 1 0 0 1 1.414 0l.707.707a1 1 0 0 1 0 1.414l-8.353 8.354a1.5 1.5 0 0 1-2.122 0L2.586 8.828a1 1 0 0 1 0-1.414l.707-.707Z' fill='%23fff'/%3E%3C/svg%3E");
}

.industry-excellence .industry-excellence-main .tab-content {
    padding: 32px;
    background-color: var(--clr-industry-nav-bg);
    border-radius: 32px;
    height: 100%;
}

@media only screen and (max-width: 1599px) {
    .industry-excellence .industry-excellence-main .tab-content {
        padding: 20px;
    }
}

.industry-excellence .industry-excellence-main .tab-content .industry-tab-content {
    display: grid;
    grid-template-columns: 358px 1fr;
    gap: 40px;
}

@media only screen and (max-width: 1599px) {
    .industry-excellence .industry-excellence-main .tab-content .industry-tab-content {
        grid-template-columns: 300px 1fr;
        gap: 20px;
    }
}

.industry-excellence .industry-excellence-main .tab-content .industry-tab-content .industry-tab-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media only screen and (max-width: 1599px) {
    .industry-excellence .industry-excellence-main .tab-content .industry-tab-content .industry-tab-list {
        gap: 14px;
    }
}

.industry-excellence .industry-tab-content li {
    position: relative;
    padding-left: 36px;
}

.industry-excellence .industry-tab-content .industry-tab-text a {
    color: var(--clr-industry-green);
    text-decoration: underline;
}

@media only screen and (max-width: 1439px) {
    .industry-excellence .industry-excellence-inner-text {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1365px) {
    .industry-excellence .industry-excellence-inner-text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .industry-excellence .industry-excellence-inner-text,
    .industry-excellence .industry-tab-content .industry-tab-text,
    .industry-excellence .industry-tab-content li {
        font-size: 16px;
        line-height: 1.5;
    }
}

.industry-excellence .industry-excellence-main .tab-content .industry-tab-content img {
    border-radius: 20px;
}

.industry-excellence .industry-tab-list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 20px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='22' fill='none'%3E%3Cpath d='M8.527 18.564c.397.348.806.707 1.228 1.08l.008.008 1.402 1.21a.998.998 0 0 0 1.308 0l1.4-1.21.01-.008c2.774-2.454 4.854-4.332 6.359-6.164 1.758-2.14 2.576-4.074 2.576-6.088 0-3.644-2.854-6.498-6.498-6.498a6.979 6.979 0 0 0-4.501 1.685A6.98 6.98 0 0 0 7.317.894C3.673.894.818 3.748.818 7.392c0 4.404 3.067 7.096 7.709 11.172Zm-.71-9.565h2.668V6.332h2.667v2.667h2.667v2.667h-2.667v2.668h-2.667v-2.668H7.817V9Z' fill='%235139D5'/%3E%3C/svg%3E");
}

.industry-excellence .industry-excellence-main .accordion-body {
    padding: 0 10px;
}

@media only screen and (max-width: 1439px) {
    .industry-excellence .industry-excellence-main .accordion-body .industry-tab-content > div ul {
        display: grid;
        gap: 6px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .industry-excellence .industry-excellence-main .accordion-body {
        padding: 0;
    }
}

.industry-excellence .industry-excellence-main .accordion-item {
    background-color: var(--clr-industry-bg);
}

.industry-excellence .industry-excellence-main .accordion-body .industry-tab-content {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 20px;
}

@media only screen and (max-width: 767px) {
    .industry-excellence .industry-excellence-main .accordion-body .industry-tab-content {
        padding-top: 10px;
        gap: 14px;
        grid-template-columns: 1fr;
    }
}

.industry-excellence .industry-excellence-main .accordion-body .industry-tab-content img {
    border-radius: 20px;
    display: block;
}

@media only screen and (max-width: 767px) {
    .industry-excellence .industry-excellence-main .accordion-body .industry-tab-content img {
        border-radius: 12px;
    }
}

.sec-industry-hero {
    background-color: var(--clr-industry-bg);
    position: relative;
}

.sec-industry-hero .industry-hero-title {
    font-size: 100px;
    margin-bottom: 58px;
}

@media screen and (max-width: 1599px) {
    .sec-industry-hero .industry-hero-title {
        font-size: 80px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1439px) {
    .sec-industry-hero .industry-hero-title {
        font-size: 70px;
        margin-bottom: 30px;
        line-height: 1;
    }
}

@media screen and (max-width: 991px) {
    .sec-industry-hero .industry-hero-title {
        font-size: 50px;
    }
}

@media screen and (max-width: 767px) {
    .sec-industry-hero .industry-hero-title {
        font-size: 38px;
        margin-bottom: 16px;
    }
}

/* .sec-industry-hero .industry-hero-title span {
    color: var(--clr-primary);
} */

/* ------------start--industry---real-estate-css---- */

.wrapper-ind-real-est {
    width: 100%;
    font-family: "Outfit";
    background-color: #eef0f3;
}

.wrapper-ind-real-est .container-real {
    max-width: 1600px !important;
}
.wrapper-ind-real-est .estatept-130 {
    padding-top: 130px;
}
@media screen and (max-width: 1599px) {
    .wrapper-ind-real-est .estatept-130 {
        padding-top: 80px;
    }
}
@media screen and (max-width: 1499px) {
    .wrapper-ind-real-est .estatept-130 {
        padding-top: 70px;
    }
}
@media screen and (max-width: 1199px) {
    .wrapper-ind-real-est .estatept-130 {
        padding-top: 60px;
    }
}
@media screen and (max-width: 991px) {
    .wrapper-ind-real-est .estatept-130 {
        padding-top: 50px;
    }
}
@media screen and (max-width: 767px) {
    .wrapper-ind-real-est .estatept-130 {
        padding-top: 40px;
    }
}
@media screen and (max-width: 575px) {
    .wrapper-ind-real-est .estatept-130 {
        padding-top: 35px;
    }
}

.wrapper-ind-real-est .estatepb-130 {
    padding-bottom: 130px;
}
@media screen and (max-width: 1599px) {
    .wrapper-ind-real-est .estatepb-130 {
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 1499px) {
    .wrapper-ind-real-est .estatepb-130 {
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 1199px) {
    .wrapper-ind-real-est .estatepb-130 {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 991px) {
    .wrapper-ind-real-est .estatepb-130 {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    .wrapper-ind-real-est .estatepb-130 {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 575px) {
    .wrapper-ind-real-est .estatepb-130 {
        padding-bottom: 35px;
    }
}

.wrapper-ind-real-est .estateptb-130 {
    padding: 130px 0;
}
@media screen and (max-width: 1599px) {
    .wrapper-ind-real-est .estateptb-130 {
        padding: 80px 0;
    }
}
@media screen and (max-width: 1499px) {
    .wrapper-ind-real-est .estateptb-130 {
        padding: 70px 0;
    }
}
@media screen and (max-width: 1199px) {
    .wrapper-ind-real-est .estateptb-130 {
        padding: 60px 0;
    }
}
@media screen and (max-width: 991px) {
    .wrapper-ind-real-est .estateptb-130 {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .wrapper-ind-real-est .estateptb-130 {
        padding: 40px 0;
    }
}
@media screen and (max-width: 575px) {
    .wrapper-ind-real-est .estateptb-130 {
        padding-top: 35px;
    }
}

.real-estate-h2 {
    font-size: 50px;
    line-height: 63px;
    font-family: "Outfit";
}
@media screen and (max-width: 1600px) {
    .real-estate-h2 {
        font-size: 40px;
        line-height: 50px;
    }
}
@media screen and (max-width: 1199px) {
    .real-estate-h2 {
        font-size: 34px;
        line-height: 44px;
    }
}
@media screen and (max-width: 991px) {
    .real-estate-h2 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media screen and (max-width: 767px) {
    .real-estate-h2 {
        font-size: 28px;
        line-height: 38px;
    }
}
@media screen and (max-width: 575px) {
    .real-estate-h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

.real-estate-42 {
    font-size: 42px;
    line-height: 52px;
    font-family: "Outfit";
}
@media screen and (max-width: 1600px) {
    .real-estate-42 {
        font-size: 40px;
        line-height: 50px;
    }
}
@media screen and (max-width: 1199px) {
    .real-estate-42 {
        font-size: 34px;
        line-height: 46px;
    }
}
@media screen and (max-width: 991px) {
    .real-estate-42 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media screen and (max-width: 767px) {
    .real-estate-42 {
        font-size: 28px;
        line-height: 40px;
    }
}
@media screen and (max-width: 575px) {
    .real-estate-42 {
        font-size: 26px;
        line-height: 38px;
    }
}

.real-estate-h3 {
    font-family: "Outfit";
    font-size: 32px;
    line-height: 40px;
}
@media screen and (max-width: 1600px) {
    .real-estate-h3 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media screen and (max-width: 1199px) {
    .real-estate-h3 {
        font-size: 28px;
        line-height: 38px;
    }
}
@media screen and (max-width: 991px) {
    .real-estate-h3 {
        font-size: 24px;
        line-height: 36px;
    }
}
@media screen and (max-width: 767px) {
    .real-estate-h3 {
        font-size: 24px;
        line-height: 36px;
    }
}
@media screen and (max-width: 575px) {
    .real-estate-h3 {
        font-size: 24px;
        line-height: 30px;
    }
}

.real-estate-22 {
    font-size: 22px;
    font-family: "Outfit";
}
@media screen and (max-width: 1600px) {
    .real-estate-22 {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .real-estate-22 {
        font-size: 18px;
    }
}
@media screen and (max-width: 575px) {
    .real-estate-22 {
        font-size: 16px;
    }
}

.real-estate-20 {
    font-family: "Outfit";
    font-size: 20px;
}
@media screen and (max-width: 1600px) {
    .real-estate-20 {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .real-estate-20 {
        font-size: 18px;
    }
}
@media screen and (max-width: 575px) {
    .real-estate-20 {
        font-size: 16px;
    }
}

.real-weight-500 {
    font-weight: 500;
}
.real-weight-600 {
    font-weight: 600;
}
.real-weight-400 {
    font-weight: 400;
}
.real-weight-300 {
    font-weight: 300;
}
.real-style {
    text-transform: capitalize;
}
.real-white {
    color: #ffffff;
}
.real-black {
    color: #121212;
}

.wrapper-ind-real-est .sec-building-hero {
    width: 100%;
    background: #eef0f3;
    padding-bottom: 50px;
    overflow: hidden;
}
@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-building-hero {
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-building-hero {
        padding-bottom: 30px;
    }
}
.wrapper-ind-real-est .sec-building-hero .building-hero-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 660px 1fr;
    gap: 1px;
    align-items: center;
}
@media only screen and (max-width: 1600px) {
    .wrapper-ind-real-est .sec-building-hero .building-hero-grid {
        grid-template-columns: 550px 1fr;
        align-items: start;
    }
}
@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .sec-building-hero .building-hero-grid {
        grid-template-columns: 1fr;
        align-items: center;
    }
}

.wrapper-ind-real-est .sec-building-hero .hero-building-left-part {
    width: 100%;
}
@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .sec-building-hero .hero-building-left-part {
        text-align: center;
    }
}
.wrapper-ind-real-est .sec-building-hero .hero-building-left-part .hero-building-title {
    font-family: "Outfit";
    font-size: 108px;
    line-height: 110px;
    font-weight: 700;
}
@media only screen and (max-width: 1600px) {
    .wrapper-ind-real-est .sec-building-hero .hero-building-left-part .hero-building-title {
        font-size: 96px;
        line-height: 96px;
    }
}
@media only screen and (max-width: 1499px) {
    .wrapper-ind-real-est .sec-building-hero .hero-building-left-part .hero-building-title {
        font-size: 70px;
        line-height: 70px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .wrapper-ind-real-est .sec-building-hero .hero-building-left-part .hero-building-title {
        width: 600px;
        font-size: 60px;
        line-height: 60px;
        margin: 0 auto;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wrapper-ind-real-est .sec-building-hero .hero-building-left-part .hero-building-title {
        width: 600px;
        font-size: 48px;
        line-height: 58px;
        margin: 0 auto;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-building-hero .hero-building-left-part .hero-building-title {
        font-size: 44px;
        line-height: 50px;
    }
}
@media only screen and (max-width: 640px) {
    .wrapper-ind-real-est .sec-building-hero .hero-building-left-part .hero-building-title {
        font-size: 34px;
        line-height: 42px;
    }
}
@media only screen and (max-width: 500px) {
    .wrapper-ind-real-est .sec-building-hero .hero-building-left-part .hero-building-title {
        font-size: 28px;
        line-height: 34px;
    }
}
.wrapper-ind-real-est .sec-building-hero .hero-building-left-part .hero-building-title .real-border {
    width: 100%;
    display: block;
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .sec-building-hero .hero-building-left-part .hero-building-title .real-border {
        display: inline;
        position: static;
    }
}
.wrapper-ind-real-est .sec-building-hero .hero-building-left-part .hero-building-title .real-border::after {
    content: "";
    width: 84%;
    display: block;
    border-bottom: solid 14px #f9bfa2;
    position: relative;
    transform: translateY(-158%);
}
@media only screen and (max-width: 1499px) {
    .wrapper-ind-real-est .sec-building-hero .hero-building-left-part .hero-building-title .real-border::after {
        display: none;
    }
}

.wrapper-ind-real-est .sec-building-hero .hero-building-left-part .hero-building-title .of-tomorrow {
    font-family: "Outfit";
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
}
.wrapper-ind-real-est .sec-building-hero .hero-building-left-part .hero-building-text {
    font-family: "Outfit";
    font-size: 24px;
    line-height: 36px;
    margin-top: 130px;
}
@media only screen and (max-width: 1800px) {
    .wrapper-ind-real-est .sec-building-hero .hero-building-left-part .hero-building-text {
        font-size: 22px;
        line-height: 30px;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1600px) {
    .wrapper-ind-real-est .sec-building-hero .hero-building-left-part .hero-building-text {
        font-size: 20px;
        line-height: 28px;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-building-hero .hero-building-left-part .hero-building-text {
        font-size: 18px;
        line-height: 24px;
        margin-top: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .wrapper-ind-real-est .sec-building-hero .hero-building-left-part .hero-building-text {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
    }
}
.wrapper-ind-real-est .sec-building-hero .hero-building-right-part {
    width: 100%;
}
@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .sec-building-hero .hero-building-right-part {
        display: none;
    }
}

@media screen and (min-width: 1800px) {
    .wrapper-ind-real-est .sec-building-hero .hero-building-right-part {
        width: 100%;
        position: relative;
        right: -19%;
    }
}

.wrapper-ind-real-est .section-lets-discuss-bg {
    width: 100%;
    background-color: #eef0f3;
    border-top: solid 1px #d1d5da;
    border-bottom: solid 1px #d1d5da;
}
.wrapper-ind-real-est .section-lets-discuss-bg .industry-real-estate-nav {
    color: #121212;
}

.wrapper-ind-real-est .section-lets-discuss-bg .industry-real-estate-nav ul {
    display: flex;
    width: 100%;
    gap: 0;
}
@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .section-lets-discuss-bg .industry-real-estate-nav ul {
        width: auto;
    }
}
.wrapper-ind-real-est .section-lets-discuss-bg .industry-real-estate-nav ul li {
    width: 20%;
    text-align: center;
}
@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .section-lets-discuss-bg .industry-real-estate-nav ul li {
        width: max-content;
    }
}

.wrapper-ind-real-est .section-lets-discuss-bg .industry-real-estate-nav ul li a {
    font-family: "Outfit";
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 500;
    padding: 15px 0;
    display: block;
    /*white-space: nowrap;*/
    transition:
        color 0.3s ease,
        background-color 0.3s ease;
    border-right: solid 1px #d1d5da;
    position: relative;
}
@media only screen and (max-width: 1600px) {
    .wrapper-ind-real-est .section-lets-discuss-bg .industry-real-estate-nav ul li a {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .section-lets-discuss-bg .industry-real-estate-nav ul li a {
        font-size: 16px;
    }
}
@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .section-lets-discuss-bg .industry-real-estate-nav ul li a {
        font-size: 14px;
        white-space: nowrap;
    }
}
@media only screen and (max-width: 575px) {
    .wrapper-ind-real-est .section-lets-discuss-bg .industry-real-estate-nav ul li a {
        font-size: 14px;
    }
}
.wrapper-ind-real-est .section-lets-discuss-bg .industry-real-estate-nav ul li a::after {
    content: "";
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url("../svg/north-east.svg") no-repeat;
    right: 15px;
    opacity: 0;
}
@media only screen and (max-width: 1600px) {
    .wrapper-ind-real-est .section-lets-discuss-bg .industry-real-estate-nav ul li a::after {
        display: none;
    }
}
@media only screen and (max-width: 1600px) {
    .wrapper-ind-real-est .section-lets-discuss-bg .industry-real-estate-nav ul li a {
        padding: 16px 16px;
    }
}
@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .section-lets-discuss-bg .industry-real-estate-nav ul li a {
        padding: 12px 16px;
    }
}

.wrapper-ind-real-est .section-lets-discuss-bg .industry-real-estate-nav ul li:last-child a {
    border-right: none;
}

.wrapper-ind-real-est .section-lets-discuss-bg .industry-real-estate-nav ul li a:hover,
.wrapper-ind-real-est .section-lets-discuss-bg .industry-real-estate-nav ul li a.active {
    background: #f9bfa2;
    color: #121212;
}
.wrapper-ind-real-est .section-lets-discuss-bg .industry-real-estate-nav ul li a:hover::after,
.wrapper-ind-real-est .section-lets-discuss-bg .industry-real-estate-nav ul li a.active::after {
    opacity: 1;
    transition: all 0.3s ease;
}

.wrapper-ind-real-est .sec-we-serve-bg {
    width: 100%;
    background-color: #eef0f3;
    border-bottom: solid 1px #d1d5da;
}
.wrapper-ind-real-est .sec-we-serve-bg .we-serve-main {
    max-width: 810px;
    margin-left: auto;
    border-left: solid 1px #d1d5da;
    padding: 100px 0;
}
@media only screen and (max-width: 1600px) {
    .wrapper-ind-real-est .sec-we-serve-bg .we-serve-main {
        max-width: 100%;
        border: 0;
        padding: 30px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .sec-we-serve-bg .we-serve-main {
        max-width: 100%;
        border: 0;
        padding: 30px 0;
    }
}
@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-we-serve-bg .we-serve-main {
        max-width: 100%;
        border: 0;
        padding: 40px 0;
    }
}
@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-we-serve-bg .we-serve-main {
        max-width: 100%;
        border: 0;
        padding: 30px 0;
    }
}
@media only screen and (max-width: 575px) {
    .wrapper-ind-real-est .sec-we-serve-bg .we-serve-main {
        padding-top: 0;
    }
}
.wrapper-ind-real-est .sec-we-serve-bg .we-serve-main .we-serve-main-inner {
    padding-left: 100px;
}
@media only screen and (max-width: 1600px) {
    .wrapper-ind-real-est .sec-we-serve-bg .we-serve-main .we-serve-main-inner {
        padding-left: 0px;
    }
}
.wrapper-ind-real-est .sec-we-serve-bg .we-serve-main .we-serve-main-inner .from-working {
    padding-top: 30px;
}
@media only screen and (max-width: 1600px) {
    .wrapper-ind-real-est .sec-we-serve-bg .we-serve-main .we-serve-main-inner .from-working {
        padding-top: 10px;
    }
}

.wrapper-ind-real-est .sec-contech-bg {
    width: 100%;
    background-color: #eef0f3;
    height: 300px;
}

.wrapper-ind-real-est .sec-let-us-know-bg {
    width: 100%;
    background-color: #eef0f3;
}
.wrapper-ind-real-est .sec-let-us-know-bg .let-us-know-inner {
    width: 100%;
    background: url("../webp/let-us-know-cta.webp") no-repeat;
    border-radius: 32px;
    background-position: center center;
    background-size: 100% 100%;
    padding: 88px 15px 88px 80px;
}
@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-let-us-know-bg .let-us-know-inner {
        border-radius: 20px;
        padding: 30px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-let-us-know-bg .let-us-know-inner {
        border-radius: 20px;
        padding: 24px 20px;
    }
}

.wrapper-ind-real-est .sec-let-us-know-bg .let-us-know-inner .let-us-know-main {
    max-width: 970px;
}
@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-let-us-know-bg .let-us-know-inner .let-us-know-main {
        max-width: 970px;
        margin: 0 auto;
        text-align: center;
    }
}

.wrapper-ind-real-est .sec-let-us-know-bg .let-us-know-inner .let-us-know-main .enabling {
    font-family: "Outfit";
    font-size: 26px;
    margin-top: 14px;
    margin-bottom: 35px;
}
@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .sec-let-us-know-bg .let-us-know-inner .let-us-know-main .enabling {
        font-size: 22px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-let-us-know-bg .let-us-know-inner .let-us-know-main .enabling {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-let-us-know-bg .let-us-know-inner .let-us-know-main .enabling {
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .wrapper-ind-real-est .sec-let-us-know-bg .let-us-know-inner .let-us-know-main .enabling {
        font-size: 16px;
        margin-top: 8px;
        margin-bottom: 20px;
    }
}

/* wrapper-ind-real-est START: button */

.wrapper-ind-real-est .industry-real {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .industry-real {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}
.wrapper-ind-real-est .industry-real .industry-button {
    font-family: "Outfit";
    background-color: #ffffff;
    color: #121212;
    padding: 10px 10px 10px 20px;
    border-radius: 100px;
    display: inline-flex;
    gap: 10px;
    font-size: 16px;
    text-transform: uppercase;
    align-items: center;
    transition: background-color 0.3s ease;
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .industry-real .industry-button {
        margin: 0 auto;
        text-align: center;
    }
}

.wrapper-ind-real-est .industry-real .industry-button.industry-button-green {
    background-color: #f9bfa2;
}
.wrapper-ind-real-est .industry-real .industry-button .industry-button-icon {
    display: inline-block;
    height: 42px;
    width: 42px;
    background-color: #f9bfa2;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
    color: #121212;
}
@media screen and (max-width: 767px) {
    .wrapper-ind-real-est .industry-real .industry-button .industry-button-icon {
        height: 34px;
        width: 34px;
    }
}
.wrapper-ind-real-est .industry-real .industry-button .industry-button-icon .icon.icon-arrow {
    transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
    .wrapper-ind-real-est .industry-real .industry-button .industry-button-icon .icon.icon-arrow {
        transform: rotate(45deg);
    }
}
.wrapper-ind-real-est .industry-real .industry-button .industry-button-icon .icon::before {
    background-color: #121212;
}
.wrapper-ind-real-est .industry-real .industry-button:focus,
.wrapper-ind-real-est .industry-real .industry-button:hover {
    background-color: #f9bfa2;
}
.wrapper-ind-real-est .industry-real .industry-button:focus .industry-button-icon,
.wrapper-ind-real-est .industry-real .industry-button:hover .industry-button-icon {
    background-color: #ffffff;
}
.wrapper-ind-real-est .industry-real .industry-button:focus .industry-button-icon .icon.icon-arrow,
.wrapper-ind-real-est .industry-real .industry-button:hover .industry-button-icon .icon.icon-arrow {
    transform: rotate(45deg);
}
.wrapper-ind-real-est .industry-real .industry-button.industry-button-green:hover,
.wrapper-ind-real-est .industry-real .industry-button.industry-button-green:focus {
    background-color: #ffffff;
}
.wrapper-ind-real-est .industry-real .industry-button.industry-button-shadow:focus,
.wrapper-ind-real-est .industry-real .industry-button.industry-button-shadow:hover {
    box-shadow: 0px 0 0 2px rgba(255, 255, 255, 0.4);
}
.wrapper-ind-real-est .industry-real .industry-button.industry-button-no-icon {
    padding: 14px 30px;
}
@media screen and (max-width: 767px) {
    .wrapper-ind-real-est .industry-real .industry-button.industry-button-no-icon {
        padding: 8px 16px;
    }
}

/* wrapper-ind-real-est END: button */

.wrapper-ind-real-est .sec-our-enablers-bg {
    width: 100%;
    background: #eef0f3;
}
.wrapper-ind-real-est .sec-our-enablers-bg .our-enablers-grid {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-our-enablers-bg .our-enablers-grid {
        grid-template-columns: 1fr;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 575px) {
    .wrapper-ind-real-est .sec-our-enablers-bg .our-enablers-grid {
        grid-template-columns: 1fr;
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-our-enablers-bg .our-enablers-left {
        text-align: center;
    }
}
.wrapper-ind-real-est .sec-our-enablers-bg .our-enablers-right-text {
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-our-enablers-bg .our-enablers-right-text {
        text-align: center;
        margin-top: 10px;
    }
}

.sec-we-serve-bg .we-serve-grid .we-serve-grid-left-part {
    width: 100%;
}
.sec-we-serve-bg .we-serve-grid .we-serve-grid-left-part .we-serve-grid-left-part-title {
    font-family: "Outfit";
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* -----start css sec-our-slider-bg ----------------- */

.wrapper-ind-real-est .sec-our-slider-bg {
    width: 100%;
    background: #eef0f3;
    border-top: solid 1px #d1d5da;
    border-bottom: solid 1px #d1d5da;
    height: 100%;
}

.wrapper-ind-real-est .slick-track {
    display: flex;
}

.wrapper-ind-real-est .sec-our-slider-bg .new-border-add {
    padding: 15px 15px 15px 24px;
    border-left: solid 1px #d1d5da;
    height: auto;
}
.wrapper-ind-real-est .sec-our-slider-bg .new-border-add .real-slider-item {
    /* padding: 15px; */
    /* border-left: solid 1px #d1d5da; */
    height: 100%;
}
.wrapper-ind-real-est .sec-our-slider-bg .new-border-add .real-slider-item .real-font {
    font-family: "Outfit";
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 60px;
}
@media only screen and (max-width: 1800px) {
    .wrapper-ind-real-est .sec-our-slider-bg .new-border-add .real-slider-item .real-font {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1600px) {
    .wrapper-ind-real-est .sec-our-slider-bg .new-border-add .real-slider-item .real-font {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-our-slider-bg .new-border-add .real-slider-item .real-font {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .wrapper-ind-real-est .sec-our-slider-bg .new-border-add .real-slider-item .real-font {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }
}

.wrapper-ind-real-est .sec-our-slider-bg .new-border-add .real-slider-item .real-font-text {
    font-weight: 300;
    font-family: "Outfit";
    font-size: 20px;
    line-height: 26px;
}
@media only screen and (max-width: 1800px) {
    .wrapper-ind-real-est .sec-our-slider-bg .new-border-add .real-slider-item .real-font-text {
        font-size: 18px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .sec-our-slider-bg .new-border-add .real-slider-item .real-font-text {
        font-size: 16px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 575px) {
    .wrapper-ind-real-est .sec-our-slider-bg .new-border-add .real-slider-item .real-font-text {
        font-size: 16px;
        line-height: 22px;
    }
}
.wrapper-ind-real-est .sec-our-slider-bg .new-border-add .real-slider-item .real-font-text span {
    font-weight: 500;
}

/* Positioning the arrows */
.wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
    width: 46px;
    height: 46px;
    background-color: rgba(255, 255, 255, 100);
    border-radius: 50%;
    position: absolute;
    top: 45px;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
    box-shadow: 0px 0px 0px 1px #ffffff;
}
.wrapper-ind-real-est .sec-our-slider-bg .slick-next {
    width: 46px;
    height: 46px;
    background-color: rgba(249, 191, 162, 100);
    box-shadow: 0px 0px 0px 1px #333333;
    border-radius: 50%;
    position: absolute;
    top: 45px;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
}
.wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
    left: -50px;
    font-size: 0;
}
@media screen and (min-width: 1701px) {
    .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
        left: -132px;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1700px) {
    .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
        width: 40px;
        height: 40px;
        left: -118px;
    }
}
@media only screen and (max-width: 1399px) {
    .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
        top: auto;
        position: absolute;
        left: 44%;
        bottom: -100px;
    }
}
@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
        top: auto;
        position: absolute;
        left: 43%;
        bottom: -100px;
    }
}
@media only screen and (max-width: 1024px) {
    .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
        top: auto;
        position: absolute;
        left: 43%;
        bottom: -100px;
    }
}
@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
        top: auto;
        position: absolute;
        left: 42%;
        bottom: -100px;
    }
}
@media only screen and (max-width: 850px) {
    .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
        top: auto;
        position: absolute;
        left: 41%;
        bottom: -100px;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
        top: auto;
        position: absolute;
        left: 39%;
        bottom: -100px;
    }
}
@media only screen and (max-width: 640px) {
    .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
        top: auto;
        position: absolute;
        left: 39%;
        bottom: -100px;
    }
}
@media only screen and (max-width: 575px) {
    .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
        top: auto;
        position: absolute;
        left: 39%;
        bottom: -90px;
    }
}
@media only screen and (max-width: 500px) {
    .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
        top: auto;
        position: absolute;
        left: 37%;
        bottom: -90px;
    }
}
@media only screen and (max-width: 424px) {
    .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
        top: auto;
        position: absolute;
        left: 32%;
        bottom: -90px;
    }
}
@media only screen and (max-width: 375px) {
    .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
        top: auto;
        position: absolute;
        left: 30%;
        bottom: -90px;
        width: 44px;
        height: 44px;
    }
}

.wrapper-ind-real-est .sec-our-slider-bg .slick-next {
    right: 0;
    font-size: 0;
}
@media screen and (min-width: 1851px) {
    .wrapper-ind-real-est .sec-our-slider-bg .slick-next {
        right: 102%;
    }
}
@media screen and (min-width: 1701px) and (max-width: 1850px) {
    .wrapper-ind-real-est .sec-our-slider-bg .slick-next {
        right: 101%;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1700px) {
    .wrapper-ind-real-est .sec-our-slider-bg .slick-next {
        width: 40px;
        height: 40px;
        right: 101%;
    }
}
@media only screen and (max-width: 1399px) {
    .wrapper-ind-real-est .sec-our-slider-bg .slick-next {
        top: auto;
        position: absolute;
        left: 53%;
        bottom: -100px;
    }
}
@media only screen and (max-width: 1200px) {
    .wrapper-ind-real-est .sec-our-slider-bg .slick-next {
        top: auto;
        position: absolute;
        left: 53%;
        bottom: -100px;
    }
}
@media only screen and (max-width: 575px) {
    .wrapper-ind-real-est .sec-our-slider-bg .slick-next {
        top: auto;
        position: absolute;
        left: 53%;
        bottom: -90px;
    }
}
@media only screen and (max-width: 375px) {
    .wrapper-ind-real-est .sec-our-slider-bg .slick-next {
        top: auto;
        position: absolute;
        left: 53%;
        bottom: -90px;
        width: 44px;
        height: 44px;
    }
}

.wrapper-ind-real-est .sec-our-slider-bg .slick-prev:before,
.wrapper-ind-real-est .sec-our-slider-bg .slick-next:before {
    font-family: "FontAwesome";
    color: white;
    font-size: 0px;
    line-height: 40px;
    text-align: center;
    display: block;
}
.wrapper-ind-real-est .sec-our-slider-bg .slick-prev:before {
    /* content: "\f104"; */
    content: "";
    background: url("../svg/arrow-right.svg") no-repeat;
    width: 36px;
    height: 18px;
    transform: rotate(180deg);
}
@media screen and (min-width: 1400px) and (max-width: 1700px) {
    .wrapper-ind-real-est .sec-our-slider-bg .slick-prev:before {
        width: 33px;
    }
}
.wrapper-ind-real-est .sec-our-slider-bg .slick-next:before {
    /* content: "\f105"; */
    content: "";
    background: url("../svg/arrow-right.svg") no-repeat;
    width: 36px;
    height: 18px;
    background-position: 10px 0px;
}
@media screen and (min-width: 1400px) and (max-width: 1700px) {
    .wrapper-ind-real-est .sec-our-slider-bg .slick-next:before {
        width: 34px;
        background-position: 8px 0px;
    }
}
.wrapper-ind-real-est .sec-our-slider-bg .slick-prev:hover {
    background-color: rgba(249, 191, 162, 100);
    box-shadow: 0px 0px 0px 1px #333333;
}
.wrapper-ind-real-est .sec-our-slider-bg .slick-next:hover {
    background-color: rgba(255, 255, 255, 100);
    box-shadow: 0px 0px 0px 1px #333333;
}

/* -----end css sec-our-slider-bg ----------------- */

.wrapper-ind-real-est .sec-migrating-legacy-bg {
    width: 100%;
    background-color: #eef0f3;
    border-bottom: solid 1px #d1d5da;
}
.wrapper-ind-real-est .sec-migrating-legacy-bg .migrating-title {
    max-width: 850px;
    font-family: "Outfit";
}
@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-migrating-legacy-bg .migrating-title {
        max-width: 850px;
        margin: 0 auto;
        text-align: center;
    }
}
.wrapper-ind-real-est .sec-migrating-legacy-bg .migrating-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 0px;
}
@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-migrating-legacy-bg .migrating-grid {
        display: flex;
        word-wrap: normal;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
    }
}
.wrapper-ind-real-est .sec-migrating-legacy-bg .top-bor {
    width: 100%;
    border-top: solid 1px #d1d5da;
}
.wrapper-ind-real-est .sec-migrating-legacy-bg .migrating-left-box {
    width: 100%;
    border-bottom: solid 1px #d1d5da;
    border-right: solid 1px #d1d5da;
    padding: 35px 0 35px 40px;
}
@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-migrating-legacy-bg .migrating-left-box {
        width: auto;
    }
}
@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-migrating-legacy-bg .migrating-left-box {
        width: auto;
        padding: 30px 0 20px 15px;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-migrating-legacy-bg .migrating-left-box.mobile-bor {
        display: none;
    }
}

.wrapper-ind-real-est .sec-migrating-legacy-bg .migrating-left-box .migrating-left-title {
    padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-migrating-legacy-bg .migrating-left-box .migrating-left-title {
        padding-bottom: 10px;
    }
}
.wrapper-ind-real-est .sec-migrating-legacy-bg .migrating-left-box .construction {
    width: 100%;
}
.wrapper-ind-real-est .sec-migrating-legacy-bg .migrating-left-box .construction ul {
    margin: 0;
    padding: 0;
}
.wrapper-ind-real-est .sec-migrating-legacy-bg .migrating-left-box .construction ul li {
    font-family: "Outfit";
    text-decoration: none;
    list-style: none;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    color: #121212;
    background: url("../svg/shape.svg") no-repeat;
    padding: 4px 15px 4px 16px;
    background-position: left 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1499px) {
    .wrapper-ind-real-est .sec-migrating-legacy-bg .migrating-left-box .construction ul li {
        font-size: 18px;
        line-height: 24px;
    }
}

.wrapper-ind-real-est .sec-migrating-legacy-bg .migrating-left-box .construction ul li span {
    font-weight: 500;
    padding-right: 5px;
}

.wrapper-ind-real-est .sec-migrating-legacy-bg .bor-line-bottom {
    border-bottom: 0;
}
.wrapper-ind-real-est .sec-migrating-legacy-bg .bor-line-right {
    border-right: 0;
}

.wrapper-ind-real-est .sec-future-bg {
    width: 100%;
    background: #eef0f3;
}

.wrapper-ind-real-est .sec-future-bg .future-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 730px 1fr;
    grid-column-gap: 50px;
}
@media only screen and (max-width: 1200px) and (max-width: 1500px) {
    .wrapper-ind-real-est .sec-future-bg .future-grid {
        grid-template-columns: 580px 1fr;
        grid-column-gap: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .sec-future-bg .future-grid {
        grid-template-columns: 1fr;
        grid-column-gap: 5px;
    }
}

.wrapper-ind-real-est .sec-future-bg .future-content-left {
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-future-bg .future-content-left {
        text-align: center;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-future-bg .future-content-left {
        text-align: center;
        margin-bottom: 30px;
    }
}
.wrapper-ind-real-est .sec-future-bg .at-space {
    margin: 20px 0 40px 0;
}
@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-future-bg .at-space {
        margin: 15px 0 30px 0;
    }
}
@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-future-bg .at-space {
        margin: 10px 0 25px 0;
    }
}
.wrapper-ind-real-est .sec-future-bg .future-content-left .future-btn-box {
    width: 100%;
}
.wrapper-ind-real-est .sec-future-bg .future-content-left .future-btn-box .primary {
    font-family: "Outfit";
    background: #f9bfa2;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    color: #121212;
    border-radius: 36px;
    padding: 12px 24px;
    margin-right: 12px;
}
@media only screen and (max-width: 575px) {
    .wrapper-ind-real-est .sec-future-bg .future-content-left .future-btn-box .primary {
        margin-bottom: 15px;
    }
}
.wrapper-ind-real-est .sec-future-bg .future-content-left .future-btn-box .primary:hover {
    background: #121212;
    color: #ffffff;
    transition: all 0.3s ease;
}
.wrapper-ind-real-est .sec-future-bg .future-content-left .future-btn-box .secondary {
    font-family: "Outfit";
    background: #121212;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff;
    border-radius: 36px;
    padding: 12px 24px;
}
.wrapper-ind-real-est .sec-future-bg .future-content-left .future-btn-box .secondary:hover {
    background: #f9bfa2;
    color: #121212;
    transition: all 0.3s ease;
}
.wrapper-ind-real-est .sec-future-bg .technology-right {
    width: 100%;
}

.wrapper-ind-real-est .sec-future-bg .technology-right .accordion-item .accordion-button::after {
    background: url(../svg/arrow-up.svg);
    width: 24px;
    height: 24px;
}
.wrapper-ind-real-est .sec-future-bg .technology-right .accordion-item {
    background: transparent;
    box-shadow: none;
    border-bottom: solid 1px #d1d5da;
    margin-bottom: 0;
    border: 0;
}
.wrapper-ind-real-est .sec-future-bg .technology-right .accordion-header {
    width: 100%;
    box-shadow: none;
}
.wrapper-ind-real-est .sec-future-bg .technology-right .accordion-button {
    font-family: "Outfit";
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #121212;
    align-items: start;
    background: transparent;
    box-shadow: none;
    border-top: solid 1px #d1d5da;
    padding: 24px 20px;
}
@media only screen and (max-width: 1500px) {
    .wrapper-ind-real-est .sec-future-bg .technology-right .accordion-button {
        font-size: 22px;
        line-height: 26px;
        padding: 15px 15px;
    }
}
@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .sec-future-bg .technology-right .accordion-button {
        font-size: 20px;
        line-height: 24px;
        padding: 15px 15px;
    }
}
@media only screen and (max-width: 575px) {
    .wrapper-ind-real-est .sec-future-bg .technology-right .accordion-button {
        font-size: 18px;
        line-height: 24px;
        padding: 15px 15px;
    }
}
.wrapper-ind-real-est .sec-future-bg .technology-right .topbor {
    border: 0;
}

.wrapper-ind-real-est .sec-future-bg .technology-right .accordion-button .icon-tick-text {
    padding-left: 6px;
    padding-right: 2px;
}
.wrapper-ind-real-est .sec-future-bg .technology-right .accordion-button .icon-tick-circle {
    width: 28px;
    height: 28px;
    background: url("../svg/tick-circle.svg") no-repeat;
    padding-left: 20px;
    background-position: left 4px;
}
@media only screen and (max-width: 1500px) {
    .wrapper-ind-real-est .sec-future-bg .technology-right .accordion-button .icon-tick-circle {
        background-position: left 2px;
    }
}
@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .sec-future-bg .technology-right .accordion-button .icon-tick-circle {
        background-position: left 1px;
    }
}
@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-future-bg .technology-right .accordion-button .icon-tick-circle {
        background-position: left 1px;
    }
}
.wrapper-ind-real-est .sec-future-bg .technology-right .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.wrapper-ind-real-est .sec-future-bg .technology-right .accordion-body {
    padding: 1px 18px 20px 25px;
}

/* ------------end--industry---real-estate-css---- */
/* =======start==cta================= */

.wrapper-ind-real-est .sec-let-business-bg {
    width: 100%;
    background-color: #eef0f3;
}
.wrapper-ind-real-est .sec-let-business-bg .let-us-business {
    width: 100%;
    background: #f9bfa2 url("../webp/get-in-touch-bg.webp") no-repeat;
    border-radius: 32px;
    background-position: left bottom;
    background-size: 78%;
}
@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-let-business-bg .let-us-business {
        border-radius: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .wrapper-ind-real-est .sec-let-business-bg .let-us-business {
        border-radius: 16px;
    }
}
.wrapper-ind-real-est .sec-let-business-bg .let-us-business .business-left-box {
    width: 970px;
    position: absolute;
    margin-left: 80px;
    transform: translateY(50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .wrapper-ind-real-est .sec-let-business-bg .let-us-business .business-left-box {
        width: 760px;
        margin-left: 30px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .wrapper-ind-real-est .sec-let-business-bg .let-us-business .business-left-box {
        width: 600px;
        transform: translateY(45%);
        margin-left: 25px;
    }
}
@media only screen and (min-width: 902px) and (max-width: 1024px) {
    .wrapper-ind-real-est .sec-let-business-bg .let-us-business .business-left-box {
        width: 550px;
        transform: translateY(43%);
        margin-left: 25px;
    }
}
@media only screen and (min-width: 901px) and (max-width: 991px) {
    .wrapper-ind-real-est .sec-let-business-bg .let-us-business .business-left-box {
        width: 550px;
        transform: translateY(43%);
        margin-left: 25px;
        position: static;
    }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
    .wrapper-ind-real-est .sec-let-business-bg .let-us-business .business-left-box {
        width: 500px;
        transform: translateY(32%);
        margin-left: 20px;
        position: static;
    }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
    .wrapper-ind-real-est .sec-let-business-bg .let-us-business .business-left-box {
        width: 500px;
        transform: translateY(32%);
        margin-left: 20px;
        position: static;
    }
}
@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-let-business-bg .let-us-business .business-left-box {
        width: 100%;
        transform: translateY(0);
        margin-left: 0px;
        position: static;
        padding: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .wrapper-ind-real-est .sec-let-business-bg .let-us-business .business-left-box {
        width: 100%;
        transform: translateY(0);
        margin-left: 0px;
        position: static;
        padding: 26px 15px;
    }
}

.wrapper-ind-real-est .sec-let-business-bg .let-us-business .business-left-box .business-left-box-inner-title {
    font-family: "Outfit";
    font-size: 42px;
    color: #121212;
    margin-top: 14px;
    margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .wrapper-ind-real-est .sec-let-business-bg .let-us-business .business-left-box .business-left-box-inner-title {
        font-size: 36px;
        margin-top: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .wrapper-ind-real-est .sec-let-business-bg .let-us-business .business-left-box .business-left-box-inner-title {
        font-size: 26px;
        margin-top: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .wrapper-ind-real-est .sec-let-business-bg .let-us-business .business-left-box .business-left-box-inner-title {
        font-size: 24px;
        margin-top: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wrapper-ind-real-est .sec-let-business-bg .let-us-business .business-left-box .business-left-box-inner-title {
        font-size: 24px;
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-let-business-bg .let-us-business .business-left-box .business-left-box-inner-title {
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 16px;
        text-align: center;
    }
}
@media only screen and (max-width: 575px) {
    .wrapper-ind-real-est .sec-let-business-bg .let-us-business .business-left-box .business-left-box-inner-title {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 16px;
        text-align: center;
    }
}

.wrapper-ind-real-est .sec-let-business-bg .let-us-business .let-us-know-img-right {
    width: 100%;
    text-align: end;
    margin-top: 50px;
}
@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-let-business-bg .let-us-business .let-us-know-img-right {
        display: none;
    }
}
.wrapper-ind-real-est .sec-let-business-bg .let-us-business .let-us-know-img-right img {
    text-align: end;
    border-radius: 30px;
}
@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-let-business-bg .let-us-business .let-us-know-img-right img {
        text-align: end;
        border-radius: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-let-business-bg .let-us-business .let-us-know-img-right img {
        display: none;
    }
}

.wrapper-ind-real-est .real {
    width: 100%;
}
.wrapper-ind-real-est .real .industry-business {
    font-family: "Outfit";
    background-color: #121212;
    color: #ffffff;
    padding: 10px 10px 10px 20px;
    border-radius: 100px;
    display: inline-flex;
    gap: 10px;
    font-size: 16px;
    text-transform: uppercase;
    align-items: center;
    transition: background-color 0.3s ease;
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .real .industry-business {
        margin: 0 auto;
        justify-content: center;
    }
}
.wrapper-ind-real-est .real .industry-business.industry-business-green {
    background-color: #f9bfa2;
}
.wrapper-ind-real-est .real .industry-business .industry-business-icon {
    display: inline-block;
    height: 42px;
    width: 42px;
    background-color: #f9bfa2;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
    color: #121212;
}
@media screen and (max-width: 767px) {
    .wrapper-ind-real-est .real .industry-business .industry-business-icon {
        height: 34px;
        width: 34px;
    }
}
.wrapper-ind-real-est .real .industry-business .industry-business-icon .icon.icon-arrow {
    transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
    .wrapper-ind-real-est .real .industry-business .industry-business-icon .icon.icon-arrow {
        transform: rotate(45deg);
    }
}
.wrapper-ind-real-est .real .industry-business .industry-business-icon .icon::before {
    background-color: #121212;
}
.wrapper-ind-real-est .real .industry-business:focus,
.wrapper-ind-real-est .real .industry-business:hover {
    background-color: #ffffff;
    color: #121212;
}
.wrapper-ind-real-est .real .industry-business:focus .industry-business-icon,
.wrapper-ind-real-est .industry-real .industry-business:hover .industry-business-icon {
    background-color: #ffffff;
}
.wrapper-ind-real-est .real .industry-business:focus .industry-business-icon .icon.icon-arrow,
.wrapper-ind-real-est .real .industry-business:hover .industry-business-icon .icon.icon-arrow {
    transform: rotate(45deg);
}
.wrapper-ind-real-est .real .industry-business.industry-business-green:hover,
.wrapper-ind-real-est .real .industry-business.industry-business-green:focus {
    background-color: #ffffff;
}
.wrapper-ind-real-est .real .industry-business.industry-business-shadow:focus,
.wrapper-ind-real-est .real .industry-business.industry-business-shadow:hover {
    box-shadow: 0px 0 0 2px rgba(255, 255, 255, 0.4);
}
.wrapper-ind-real-est .real .industry-business.industry-business-no-icon {
    padding: 14px 30px;
}
@media screen and (max-width: 767px) {
    .wrapper-ind-real-est .real .industry-business.industry-business-no-icon {
        padding: 8px 16px;
    }
}

/* wrapper-ind-real-est END: business */

/* START : tech-excellence */
.wrapper-ind-real-est .tech-excellence {
    background-color: #8bdfff;
    position: relative;
    padding: 60px;
    border-radius: 32px;
    overflow: hidden;
}

@media only screen and (max-width: 1439px) {
    .wrapper-ind-real-est .tech-excellence {
        padding: 42px;
        border-radius: 24px;
    }
}

@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .tech-excellence {
        padding: 32px;
        border-radius: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .tech-excellence {
        padding: 24px;
        border-radius: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .tech-excellence {
        padding: 16px;
        border-radius: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .wrapper-ind-real-est .tech-excellence {
        padding: 20px 10px;
        border-radius: 10px;
    }
}
@media only screen and (max-width: 330px) {
    .wrapper-ind-real-est .tech-excellence {
        padding: 20px 10px;
        border-radius: 10px;
    }
}

.wrapper-ind-real-est .tech-excellence .tech-excellence-image {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    pointer-events: none;
}

@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .tech-excellence .tech-excellence-image {
        display: none;
    }
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-container {
    max-width: 1624px;
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main {
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 100px;
    align-items: flex-start;
}

@media only screen and (max-width: 1599px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main {
        gap: 60px;
    }
}

@media only screen and (max-width: 1439px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main {
        gap: 32px;
    }
}

@media only screen and (max-width: 1365px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main {
        grid-template-columns: 1fr;
    }
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence .tech-excellence-inner {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 32px;
    margin-bottom: 80px;
}

@media only screen and (max-width: 1439px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence .tech-excellence-inner {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence .tech-excellence-inner {
        grid-template-columns: 1fr;
        grid-gap: 24px;
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence .tech-excellence-inner {
        grid-gap: 16px;
        margin-bottom: 16px;
    }
}

.wrapper-ind-real-est .sec-tech-excellence .accordion-button {
    box-shadow: none;
    padding: 24px 32px;
    font-weight: 500;
    font-size: 22px;
}

@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .sec-tech-excellence .accordion-button {
        padding: 20px 24px;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-tech-excellence .accordion-button {
        padding: 16px 22px;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-tech-excellence .accordion-button {
        font-size: 18px;
        padding: 12px 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .sec-tech-excellence .accordion-body {
        padding: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-tech-excellence .accordion-body {
        padding: 10px;
    }
}

@media only screen and (max-width: 330px) {
    .wrapper-ind-real-est .sec-tech-excellence .accordion-body {
        padding: 6px;
    }
}

.wrapper-ind-real-est .sec-tech-excellence .accordion-item {
    border: 1px solid #121212;
    background-color: #ffffff1a;
    border-radius: 16px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-tech-excellence .accordion-item {
        border-radius: 10px;
    }
}

.wrapper-ind-real-est .sec-tech-excellence .tech-accordion {
    display: grid;
    grid-gap: 20px;
}

.wrapper-ind-real-est .sec-tech-excellence .accordion-button:not(.collapsed) {
    background-color: #121212;
    color: #fff;
    box-shadow: none;
}

.wrapper-ind-real-est .sec-tech-excellence .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m4 9 8 8 8-8' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.wrapper-ind-real-est .sec-tech-excellence .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m4 9 8 8 8-8' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .nav-item .nav-link {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 30px 20px;
    align-items: center;
    color: #121212;
    border-radius: 16px;
    border-bottom: 3px solid transparent;
    font-weight: 500;
    position: relative;
    outline: none;
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .nav-item .nav-link:focus {
    outline: none;
}

@media only screen and (max-width: 1599px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .nav-item .nav-link {
        padding: 20px;
    }
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .nav-item .nav-link:not(.active):after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #dff6ff;
    bottom: 0;
    left: 0;
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .nav-item .nav-link.active {
    background-color: #121212;
    color: #fff;
    border-color: #fff;
    transition: all 0.3s ease-in-out;
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .nav-item .nav-icon {
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #63c3e8;
    border-radius: 100%;
    transform: rotate(45deg);
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .nav-link.active .nav-icon {
    background-color: #fff;
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .nav {
    align-items: flex-start;
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid {
        gap: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid {
        gap: 10px;
    }
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid .tech-grid-item {
    background-color: #fff;
    border-radius: 32px;
    padding: 32px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-height: 500px;
    position: relative;
}

@media only screen and (max-width: 1439px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid .tech-grid-item {
        padding: 24px;
        border-radius: 18px;
    }
}

@media only screen and (max-width: 1365px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid .tech-grid-item {
        min-height: 1px;
    }
}

@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid .tech-grid-item {
        border-radius: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid .tech-grid-item {
        min-height: 1px;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid .tech-grid-item {
        padding: 16px;
    }
}

@media only screen and (max-width: 330px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid .tech-grid-item {
        padding: 10px;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 1365px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid .tech-grid-item .tech-grid-item-text {
        margin-bottom: 32px;
    }
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid .tech-grid-item-action {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

@media only screen and (max-width: 1439px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid .tech-grid-item-action {
        gap: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid .tech-grid-item-action {
        gap: 10px;
        margin-top: 23px;
    }
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-inner-text {
    position: relative;
    padding-left: 34px;
}

@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-inner-text {
        font-size: 16px;
        line-height: 1.5;
    }
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-inner-text::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 5px;
    height: 10px;
    width: 10px;
    background-color: #121212;
    border-radius: 100%;
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-inner-text::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #121212;
    border-radius: 100%;
}

@media only screen and (min-width: 1366px) {
    .wrapper-ind-real-est .sec-tech-excellence {
        position: sticky;
        position: -webkit-sticky;
        top: 90px;
    }
}

.wrapper-ind-real-est .sec-tech-excellence-wrapper {
    padding-top: 130px;
    display: grid;
    gap: 46px;
}

@media screen and (max-width: 1599px) {
    .wrapper-ind-real-est .sec-tech-excellence-wrapper {
        padding-top: 70px;
    }
}

@media screen and (max-width: 1199px) {
    .wrapper-ind-real-est .sec-tech-excellence-wrapper {
        padding-top: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-tech-excellence-wrapper {
        gap: 32px;
        padding-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-tech-excellence-wrapper {
        gap: 24px;
        padding-top: 45px;
    }
}

@media screen and (max-width: 575px) {
    .wrapper-ind-real-est .sec-tech-excellence-wrapper {
        padding-top: 35px;
    }
}

.wrapper-ind-real-est .sec-tech-excellence-wrapper .tech-grid-icon {
    position: relative;
    height: 38px;
    width: 38px;
    background-color: #222222;
    border-radius: 100%;
}

@media only screen and (min-width: 991px) {
    .wrapper-ind-real-est .sec-tech-excellence-wrapper .tech-grid-icon {
        height: 30px;
        width: 30px;
    }
}

.wrapper-ind-real-est .sec-tech-excellence-wrapper .tech-grid-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 24px;
    width: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M21.59 10.124H11.23A5.612 5.612 0 0 0 .333 12.01c.092 6.058 8.213 7.76 10.743 2.278l1.121.738a.415.415 0 0 0 .521-.05l1.64-1.596 1.555 1.588a.428.428 0 0 0 .473.088.404.404 0 0 0 .135-.1l1.412-1.572 1.725 1.6a.426.426 0 0 0 .492.055l3.153-1.796a.364.364 0 0 0 .12-.104 2.074 2.074 0 0 0-1.832-3.016ZM4.17 13.573a1.563 1.563 0 0 1 0-3.124 1.563 1.563 0 0 1 0 3.124Z' fill='%23fff'/%3E%3Cpath d='M4.17 11.282a.73.73 0 1 0 0 1.458.73.73 0 0 0 0-1.458Z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

@media only screen and (min-width: 991px) {
    .wrapper-ind-real-est .sec-tech-excellence-wrapper .tech-grid-icon::before {
        height: 20px;
        width: 20px;
    }
}

.wrapper-ind-real-est .tech-excellence.bg-cream {
    background-color: #f9bfa2;
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence.bg-cream .tech-excellence-main .nav-item .nav-icon {
    background-color: #fed5c0;
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence.bg-cream .tech-excellence-main .nav-item .active .nav-icon {
    background-color: var(--clr-white);
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid .tech-grid-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 26px;
    background-image: url("../webp/overlau-bg.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 32px;
    color: var(--clr-white);
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    opacity: 0;
    transform-origin: bottom;
    transform: scale(0);
    transition: all 0.3s ease;
    overflow: auto;
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid .tech-grid-item-overlay::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}

@media only screen and (max-width: 1439px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid .tech-grid-item-overlay {
        padding: 24px;
        border-radius: 18px;
    }
}

@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid .tech-grid-item-overlay {
        border-radius: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid .tech-grid-item-overlay {
        min-height: 1px;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid .tech-grid-item-overlay {
        padding: 16px;
        border-radius: 10px;
        font-size: 16px;
        gap: 10px;
    }
}

.wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence-main
    .tech-grid
    .tech-grid-item:hover
    .tech-grid-item-overlay {
    opacity: 1;
    transform: scale(1);
}
/* END : tech-excellence */

.wrapper-ind-real-est .sec-jd-bg {
    width: 100%;
    background-color: #eef0f3;
    padding-top: 130px;
    padding-bottom: 130px;
}
@media only screen and (max-width: 1399px) {
    .wrapper-ind-real-est .sec-jd-bg {
        padding-top: 130px;
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .sec-jd-bg {
        padding-top: 120px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-jd-bg {
        padding-top: 120px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-jd-bg {
        padding-top: 115px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .wrapper-ind-real-est .sec-jd-bg {
        padding-top: 100px;
        padding-bottom: 20px;
    }
}

.wrapper-ind-real-est .sec-jd-bg .real-oue-ser-title {
    width: 100%;
    text-align: center;
}

/* START  : real-est-services */
.wrapper-ind-real-est .real-est-services {
    background-color: #eef0f3;
}

.wrapper-ind-real-est .real-est-services .real-est-services-item {
    display: grid;
    grid-template-columns: 450px 1fr;
    padding: 34px 32px;
    border-bottom: 1px solid #d1d5da;
    gap: 20px;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .real-est-services .real-est-services-item {
        padding: 32px;
        grid-template-columns: 400px 1fr;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .real-est-services .real-est-services-item {
        padding: 24px;
        grid-template-columns: 240px 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .real-est-services .real-est-services-item {
        grid-template-columns: 1fr;
        padding: 16px;
        gap: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wrapper-ind-real-est .real-est-services .real-est-services-item .real-est-services-title {
        font-size: 20px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .real-est-services .real-est-services-item .real-est-services-title {
        line-height: 1.2;
    }
}

.wrapper-ind-real-est .real-est-services .real-est-services-item::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 50px;
    height: 24px;
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none'%3E%3Cpath d='m1.75 24.25 22.5-22.5m0 0H1.75m22.5 0v22.5' stroke='%23000' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transition: all 0.3s ease;
}

@media only screen and (max-width: 1365px) {
    .wrapper-ind-real-est .real-est-services .real-est-services-item::before {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .real-est-services .real-est-services-item::before {
        right: 26px;
        top: 45px;
        width: 18px;
        height: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .real-est-services .real-est-services-item::before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .real-est-services .real-est-services-item::before {
        right: 16px;
        top: 24px;
        height: 14px;
        width: 14px;
    }
}

.wrapper-ind-real-est .real-est-services .real-est-services-item:hover::before {
    transform: rotate(45deg);
}
.wrapper-ind-real-est .real-est-services .real-est-services-item:first-child {
    border-top: 1px solid #d1d5da;
}

.wrapper-ind-real-est .real-est-services .real-est-services-item p {
    padding-right: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .real-est-services .real-est-services-item p {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .real-est-services .real-est-services-item p {
        -webkit-line-clamp: unset;
        line-clamp: unset;
        padding: 0;
    }
}

.wrapper-ind-real-est .real-est-services .real-est-services-item:hover p {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    height: auto;
}

.wrapper-ind-real-est .real-est-services .real-est-services-item picture {
    display: block;
    margin-top: 0;
    border-radius: 10px;
    overflow: hidden;
    height: 0;
    transition: all 0.5s ease;
}

.wrapper-ind-real-est .real-est-services .real-est-services-item picture img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.wrapper-ind-real-est .real-est-services .real-est-services-item:hover picture {
    margin-top: 30px;
    height: 200px;
    border-radius: 32px;
}

@media only screen and (max-width: 1439px) {
    .wrapper-ind-real-est .real-est-services .real-est-services-item:hover picture {
        border-radius: 28px;
        margin-top: 24px;
    }
}

@media only screen and (max-width: 1199px) {
    .wrapper-ind-real-est .real-est-services .real-est-services-item:hover picture {
        display: none;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid .tech-grid-item .tech-grid-item-title {
        font-size: 26px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid .tech-grid-item .tech-grid-item-title {
        font-size: 20px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 3px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid .tech-grid-item .tech-grid-item-title {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est
        .sec-tech-excellence
        .tech-excellence-main
        .tech-grid
        .tech-grid-item
        .tech-grid-item-action
        .font-20,
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid .tech-grid-item .tech-grid-item-text {
        font-size: 16px;
        line-height: 1.5;
    }
}
/* END : real-est-services */

/* .healthcare-slide-wrapper .outfit .bg-industry-cream .change-real-bg {
    background-color: #eef0f3 !important;
} */
.healthcare-slide-wrapper .healthcare-slide-inner,
.story-real-bg {
    background-color: #f7f7f7;
    padding-bottom: 50px;
}
@media only screen and (max-width: 1600px) {
    .healthcare-slide-wrapper .healthcare-slide-inner,
    .story-real-bg {
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .healthcare-slide-wrapper .healthcare-slide-inner,
    .story-real-bg {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .healthcare-slide-wrapper .healthcare-slide-inner,
    .story-real-bg {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .healthcare-slide-wrapper .healthcare-slide-inner,
    .story-real-bg {
        padding-bottom: 20px;
    }
}

.healthcare-slide-wrapper .sec-industry-insight,
.change-real-bg {
    background-color: #eef0f3;
}
.industry .sec-industry-faq,
.faq-gbg {
    background-color: #eef0f3;
    padding-bottom: 100px;
}
@media only screen and (max-width: 1600px) {
    .industry .sec-industry-faq,
    .faq-gbg {
        background-color: #eef0f3;
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 1499px) {
    .industry .sec-industry-faq,
    .faq-gbg {
        background-color: #eef0f3;
        padding-bottom: 70px;
    }
}
@media only screen and (max-width: 1199px) {
    .industry .sec-industry-faq,
    .faq-gbg {
        background-color: #eef0f3;
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .industry .sec-industry-faq,
    .faq-gbg {
        background-color: #eef0f3;
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .industry .sec-industry-faq,
    .faq-gbg {
        background-color: #eef0f3;
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .industry .sec-industry-faq,
    .faq-gbg {
        background-color: #eef0f3;
        padding-bottom: 35px;
    }
}

.healthcare-page-wrapper .sec-industry-faq {
    background-color: transparent !important;
    padding-bottom: 0 !important;
}
.healthcare-page-wrapper .newworkslider-area {
    padding-bottom: 10px;
}
.real-estate-wrap .newworkslider-area {
    padding-bottom: 10px;
}

.sec-industry-faq .accordion-button {
    background-color: #f1eeed;
}
.healthcare-page-wrapper .sec-industry-faq .accordion-button {
    background-color: #f6f4e6;
}

@media only screen and (max-width: 991px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence .tech-excellence-inner .tech-excellence-inner-title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence .tech-excellence-inner .tech-excellence-inner-title {
        font-size: 28px;
    }
}
@media only screen and (max-width: 575px) {
    .wrapper-ind-real-est .sec-tech-excellence .tech-excellence .tech-excellence-inner .tech-excellence-inner-title {
        font-size: 24px;
    }
}

.real-estate-wrap .view-btns .btn-slide-border {
    background-color: #f9bfa2;
    border: none;
}
.real-estate-wrap .view-btns .btn-slide-border span {
    color: #121212;
}
.real-estate-wrap .view-btns .btn-slide-border:hover span {
    color: #ffffff;
}
.real-estate-wrap .industry-button.industry-button-green {
    background-color: #f9bfa2;
}
.real-estate-wrap .industry-button.industry-button-green {
    color: #121212;
}
.real-estate-wrap .industry-button.industry-button-green:hover {
    color: #fff;
}
.wrapper-ind-real-est .sec-industry-faq .industry-faq-title span {
    color: #ef9263;
}
.wrapper-ind-real-est .sec-industry-faq .accordion-button {
    background-color: #e4eaf3;
}
.wrapper-ind-real-est .industry-faq .accordion-button::after {
    height: 36px;
    width: 36px;
    background-image: url("../svg/north-east-plus.svg");
}

@media screen and (min-width: 1200px) {
    .wrapper-ind-real-est .sec-industry-video .our-vision__video {
        padding: 0;
        height: calc(100vh - 140px);
    }
}

.real-estate-wrap .healthcare-slide-wrapper {
    background-color: #eef0f3;
}
.real-estate-wrap .healthcare-slide-inner {
    background-color: transparent;
}

.real-estate-wrap .healthcare-top-line-wrap .healthcare-slide-top-line {
    border-bottom: 1px solid #d1d5da;
}
.real-estate-wrap .sec-industry-insight {
    background-color: #f4f6f9;
}

/* END : industry-excellence */

/*--- var css start ---*/
.industry .ptb-120 {
    padding: 120px 0;
}

@media screen and (max-width: 1599px) {
    .industry .ptb-120 {
        padding: 120px 0;
    }
}

@media screen and (max-width: 1199px) {
    .industry .ptb-120 {
        padding: 90px 0;
    }
}

@media screen and (max-width: 991px) {
    .industry .ptb-120 {
        padding: 70px 0;
    }
}

@media screen and (max-width: 767px) {
    .industry .ptb-120 {
        padding: 70px 0;
    }
}

@media screen and (max-width: 575px) {
    .industry .ptb-120 {
        padding: 50px 0;
    }
}

.industry .pt-120 {
    padding-top: 120px;
}

@media screen and (max-width: 1599px) {
    .industry .pt-120 {
        padding-top: 120px;
    }
}

@media screen and (max-width: 1199px) {
    .industry .pt-120 {
        padding-top: 90px;
    }
}

@media screen and (max-width: 991px) {
    .industry .pt-120 {
        padding-top: 70px;
    }
}

@media screen and (max-width: 767px) {
    .industry .pt-120 {
        padding-top: 70px;
    }
}

@media screen and (max-width: 575px) {
    .industry .pt-120 {
        padding-top: 50px;
    }
}

/*industry lists nav css starts here*/

@media only screen and (max-width: 991px) {
    .industry-lists-nav {
        gap: 15px;
        overflow: hidden;
        overflow-x: scroll;
    }
}
.industry-lists-nav ul {
    display: flex;
    gap: 12px;
}

.industry-lists-nav .email-icon {
    flex: 0 0 auto;
    margin: 0 10px;
}
@media only screen and (min-width: 992px) {
    .industry-lists-nav .email-icon {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .addindstickheader {
        display: none;
    }
}

.industry-lists-nav .email-icon .btn-icon {
    background-color: #333;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addindstickheader {
    position: sticky;
    top: 80px;
    width: 100%;
    z-index: 999;
    max-width: calc(100vw - 12px);
}

@media only screen and (max-width: 1599px) {
    .addindstickheader {
        top: 73px;
    }
}
@media only screen and (max-width: 1199px) {
    .addindstickheader {
        top: 77px;
    }
}
@media only screen and (max-width: 575px) {
    .addindstickheader {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .addindstickheader .container {
        padding: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
    .addindstickheader .container-fluid {
        padding: 0;
    }
}

.real-estate-wrap-outer .industry-lists-nav .email-icon {
    padding: 5px;
}

/* -----start-css-new--section-whitepaper------ */

.sec-whitepa-healthcare {
    width: 100%;
    font-family: "Outfit", sans-serif;
    border-top: solid 1px #e5e5da;
    border-bottom: solid 1px #e5e5da;
}

.sec-whitepa-healthcare .whitepa-health-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .sec-whitepa-healthcare .whitepa-health-grid {
        gap: 30px;
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .sec-whitepa-healthcare .whitepa-health-grid {
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 767px) {
    .sec-whitepa-healthcare .whitepa-health-grid {
        grid-template-columns: 1fr;
        gap: 0px;
    }
}
@media only screen and (max-width: 575px) {
    .sec-whitepa-healthcare .whitepa-health-grid {
        grid-template-columns: 1fr;
        gap: 0px;
    }
}
.sec-whitepa-healthcare .whitepap-img-box-left {
    width: 100%;
    border-right: solid 1px #e5e5da;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
@media only screen and (max-width: 1600px) {
    .sec-whitepa-healthcare .whitepap-img-box-left {
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 1499px) {
    .sec-whitepa-healthcare .whitepap-img-box-left {
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 1199px) {
    .sec-whitepa-healthcare .whitepap-img-box-left {
        padding-bottom: 70px;
    }
}
@media only screen and (max-width: 991px) {
    .sec-whitepa-healthcare .whitepap-img-box-left {
        padding-top: 40px;
        padding-bottom: 20px;
        border-right: none;
    }
}
@media only screen and (max-width: 767px) {
    .sec-whitepa-healthcare .whitepap-img-box-left {
        padding-top: 40px;
        padding-bottom: 10px;
        border-right: none;
    }
}
@media only screen and (max-width: 575px) {
    .sec-whitepa-healthcare .whitepap-img-box-left {
        padding-top: 40px;
        padding-bottom: 0px;
        border-right: none;
    }
}
.sec-whitepa-healthcare .whitepap-img-box-left img {
    max-width: 590px;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .sec-whitepa-healthcare .whitepap-img-box-left img {
        max-width: 500px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .sec-whitepa-healthcare .whitepap-img-box-left img {
        max-width: 450px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .sec-whitepa-healthcare .whitepap-img-box-left img {
        max-width: 430px;
    }
}
@media only screen and (max-width: 991px) {
    .sec-whitepa-healthcare .whitepap-img-box-left img {
        max-width: 100%;
    }
}
.sec-whitepa-healthcare .whitepap-title-box-right {
    max-width: 645px;
}
@media only screen and (max-width: 1500px) {
    .sec-whitepa-healthcare .whitepap-title-box-right {
        max-width: 645px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-whitepa-healthcare .whitepap-title-box-right {
        padding: 40px 0;
    }
}
.sec-whitepa-healthcare .whitepap-title-box-right .compr {
    margin-top: 40px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 1500px) {
    .sec-whitepa-healthcare .whitepap-title-box-right .compr {
        margin: 15px 0;
    }
}
@media only screen and (max-width: 767px) {
    .sec-whitepa-healthcare .whitepap-title-box-right .compr {
        margin: 10px 0;
    }
}
.sec-whitepa-healthcare .whitepap-title-box-right .comprehensive-light {
    font-weight: 300;
    margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
    .sec-whitepa-healthcare .whitepap-title-box-right .comprehensive-light {
        margin-top: 20px;
        margin-bottom: 8px;
    }
}
.sec-whitepa-healthcare .whitepap-title-box-right .whitepap-get-detail-btn {
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .sec-whitepa-healthcare .whitepap-title-box-right .whitepap-get-detail-btn {
        margin-bottom: 40px;
    }
}

/* -----end-css-new--section-whitepaper------ */

/*industry lists nav css ends here*/
