* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Tungsten-SemiBold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Tungsten-SemiBold.ttf') format('woff');
}

@font-face {
    font-family: 'Sequel-Sans-Bold-Head';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Sequel-Sans-Bold-Head.otf') format('woff');
}

@font-face {
    font-family: 'MYRIADPRO-REGULAR';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/MYRIADPRO-REGULAR.OTF') format('woff');
}

@font-face {
    font-family: 'MYRIADPRO-SEMIBOLD';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/MYRIADPRO-SEMIBOLD.OTF') format('woff');
}

@font-face {
    font-family: 'MYRIADPRO-LIGHT';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/MyriadPro-Light.otf') format('woff');
}

:root {
    --MYRIADPRO-SEMIBOLD: 'MYRIADPRO-SEMIBOLD';
    --MYRIADPRO-REGULAR: 'MYRIADPRO-REGULAR';
    --MYRIADPRO-LIGHT: 'MYRIADPRO-LIGHT';
    --Tungsten-SemiBold: 'Tungsten-SemiBold';
    --sequel-head: 'Sequel-Sans-Bold-Head';
}

.wrapper {
    overflow: hidden;
}

@media (max-width: 576px) {
    main {
        margin: 5rem 0 0 0;
    }

    .hero-section {
        position: relative;
        width: 100%;
        height: 50vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hero-title {
        width: 90%;
        margin: 0 auto;
        z-index: 1;
        position: relative;
    }

    .plus-sign {
        position: absolute;
        top: -2rem;
        left: 0rem;
    }

    .plus-sign img {
        width: 4rem;
    }

    .plus-sign-1 {
        display: none;
    }

    .plus-sign-1 img {
        width: 0;
    }

    .hero-title h1 {
        color: #fff;
        font-family: var(--sequel-head);
        margin: 0;
        display: inline;
    }

    .hero-title h2 {
        color: #E4E4E4;
        font-family: var(--sequel-medium-body);
        margin: 0;
    }

    .hero-title p {
        color: #fff;
        font-family: var(--MYRIADPRO-REGULAR);
        margin: 0;
        font-size: 1.3rem;
        display: inline;
    }

    video {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 0;
    }

    .overlay {
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        background-image: linear-gradient(to left, #0B9BB800 0%, #00DBCA78 39%, #06AEB5 70%, #05B5A7 93%);
        width: 100%;
        height: 100%;
    }

    /* ============== domain description css ============= */
    .domain-description .domain-desc-para {
        width: 90%;
        margin: 2rem auto;
    }

    .domain-desc-para h2 {
        font-family: var(--Tungsten-SemiBold);
        letter-spacing: 1.4px;
    }

    .domain-desc-para p {
        font-family: var(--MYRIADPRO-REGULAR);
        margin: 0;
        font-size: 1.3rem;
    }

    .healthcare-solutions {
        min-height: 500px;
        width: 90%;
        margin: 0 auto;
    }

    .healthcare-solutions h2 {
        text-align: center;
    }

    .authentication-step {
        border-left: 0.5px dashed #BDBDBD;
    }

    .healthsolutions-content h5 {
        color: #00A29C;
        margin: 0;
        font-family: var(--MYRIADPRO-SEMIBOLD);
    }

    .authentication-heading {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin: 1rem 0 1rem 0;
    }

    .authentication-img {
        width: 25px;
    }

    .calendar-img {
        width: 20px;
    }

    .authentication-step h6 {
        padding: 0 0 0 10px;
        font-family: var(--MYRIADPRO-REGULAR);
        font-weight: 600;
        position: relative;
    }

    .authentication-step h6::before {
        content: "";
        width: 2px;
        height: 1rem;
        background-color: #00A29C;
        position: absolute;
        left: 0;
    }

    .authentication-step p {
        padding: 0 0 0 10px;
        font-family: var(--MYRIADPRO-LIGHT);
        font-weight: 600;
    }

    .healthsolutions-img img {
        width: 100%;
    }

    .healthsolutions-img {
        background: #CCE6E6 radial-gradient(closest-side at 50% 50%, #CCE6E6 -126%, #fffffff0 165%) 0% 0% no-repeat padding-box;
    }

    .healthsolutions-parts {
        margin: 0 0 2rem 0;
    }

    .authentication-process {
        padding: 0 0 0 2rem;
    }

    .healthcare-solutions h2 {
        font-family: var(--Tungsten-SemiBold);
        font-size: 2rem;
        letter-spacing: 1px;
        margin: 0 0 1rem 0;
    }

    /* ----------------------green section css start ----------------------*/
    .green-section {
        background: transparent linear-gradient(90deg, #1FE7DF 0%, #1CD8D1 8%, #109C97 20%, #008480 100%) 0% 0% no-repeat padding-box;
        color: #fff;
        padding: 2rem 0;
    }

    .green-section-wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .green-section-title {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin: 1rem 0;
    }

    .green-section-title img {
        width: 20px;
    }

    .green-section-title h5 {
        margin: 0;
        font-family: var(--MYRIADPRO-SEMIBOLD);
    }

    .green-section-text-wrapper {
        padding: 0 0 0 2rem;
    }

    .green-point {
        margin: 0 0 2rem 0;
    }

    .green-point h6 {
        font-family: var(--MYRIADPRO-REGULAR);
        font-size: 1.1rem;
        border-left: 2px solid #fff;
        padding: 0 0 0 0.5rem;
    }

    .green-point p {
        font-family: var(--MYRIADPRO-LIGHT);
        padding: 0 0 0 0.5rem;
    }

    .green-section-list {
        border-left: 0.01px dashed #fff;
    }

    /* ------------Invest in Healthcare Analytics section css start  --------------*/
    .invest-healthcare {
        width: 90%;
        margin: 2rem auto;
    }

    .invest-healthcare h2 {
        font-family: var(--Tungsten-SemiBold);
        font-size: 2rem;
        letter-spacing: 1px;
        margin: 0 0 1rem 0;
    }

    p.invest-healthcare-desc {
        font-size: 1.3rem;
    }

    .invest-healthcare p {
        font-family: var(--MYRIADPRO-REGULAR);
        margin: 0;
    }

    /* ---------------invest healthcare analytics css start ----------------*/
    .invest-health-img {
        display: flex;
        justify-content: center;
    }

    .invest-health-img img {
        width: 60%;
    }

    .invest-health-card {
        border: 1px solid #EBEBEB;
        border-radius: 10px;
        padding: 1rem 1rem;
        margin: 2rem 0;
    }

    .invest-health-card h6 {
        padding: 0 0 0 0.5rem;
        border-left: 2px solid #00A29C;
        font-family: var(--MYRIADPRO-REGULAR);
        font-weight: 600;
        font-size: 1.1rem;
    }

    .invest-health-card-content p {
        padding: 0 0 0 0.5rem;
        font-family: var(--MYRIADPRO-LIGHT);
        font-weight: 600;
    }
}

@media (min-width: 576px) {
    main {
        margin: 4rem 0 0 0;
    }

    .hero-section {
        position: relative;
        width: 100%;
        height: 50vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hero-title {
        width: 90%;
        margin: 0 auto;
        z-index: 1;
        position: relative;
    }

    .plus-sign {
        position: absolute;
        top: -4rem;
        left: -2rem;
    }

    .plus-sign img {
        width: 7rem;
    }

    .plus-sign-1 {
        display: none;
    }

    .hero-title h1 {
        color: #fff;
        font-family: var(--sequel-head);
        margin: 0;
        display: inline;
    }

    .hero-title h2 {
        color: #E4E4E4;
        font-family: var(--sequel-medium-body);
        margin: 0;
    }

    .hero-title p {
        color: #fff;
        font-family: var(--MYRIADPRO-REGULAR);
        margin: 0;
        font-size: 1.3rem;
        display: inline;
    }

    video {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 0;
    }

    .overlay {
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        background-image: linear-gradient(to left, #0B9BB800 0%, #00DBCA78 39%, #06AEB5 50%, #05B5A7 93%);
        width: 100%;
        height: 100%;
    }

    /* ============== domain description css ============= */
    .domain-description .domain-desc-para {
        width: 90%;
        margin: 4.5rem auto 2rem;
    }

    .domain-desc-para h2 {
        font-family: var(--Tungsten-SemiBold);
        letter-spacing: 1.4px;
    }

    .domain-desc-para p {
        font-family: var(--MYRIADPRO-REGULAR);
        margin: 0;
        font-size: 1.3rem;
    }

    .healthcare-solutions {
        min-height: 500px;
        width: 100%;
    }

    .healthcare-solutions h2 {
        text-align: left;
        padding: 0 0 0 2rem
    }

    .authentication-step {
        border-left: 0.5px dashed #BDBDBD;
    }

    .healthsolutions-content h5 {
        color: #00A29C;
        margin: 0;
        font-family: var(--MYRIADPRO-SEMIBOLD);
    }

    .authentication-heading {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin: 1rem 0 1rem 0;
    }

    .authentication-img {
        width: 25px;
    }

    .calendar-img {
        width: 20px;
    }

    .authentication-step h6 {
        padding: 0 0 0 10px;
        font-family: var(--MYRIADPRO-REGULAR);
        font-weight: 600;
        position: relative;
    }

    .authentication-step h6::before {
        content: "";
        width: 2px;
        height: 1rem;
        background-color: #00A29C;
        position: absolute;
        left: 0;
    }

    .authentication-step p {
        padding: 0 0 0 10px;
        font-family: var(--MYRIADPRO-LIGHT);
        font-weight: 600;
    }

    .healthsolutions-img img {
        width: 100%;
    }

    .healthsolutions-img {
        background: #CCE6E6 radial-gradient(closest-side at 50% 50%, #CCE6E6 -126%, #fffffff0 165%) 0% 0% no-repeat padding-box;
    }

    .healthsolutions-parts {
        padding: 0 0 0 2rem;
        margin: 0 0 2rem 0;
    }

    .authentication-process {
        padding: 0 0 0 2rem;
    }

    .healthcare-solutions h2 {
        font-family: var(--Tungsten-SemiBold);
        font-size: 2.5rem;
        letter-spacing: 1px;
        margin: 0 0 1rem 0;
    }

    /* ----------------------green section css start ----------------------*/
    .green-section {
        background: transparent linear-gradient(90deg, #1FE7DF 0%, #1CD8D1 8%, #109C97 20%, #008480 100%) 0% 0% no-repeat padding-box;
        color: #fff;
        padding: 2rem 0;
    }

    .green-section-wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .green-section-title {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin: 1rem 0;
    }

    .green-section-title img {
        width: 20px;
    }

    .green-section-title h5 {
        margin: 0;
        font-family: var(--MYRIADPRO-SEMIBOLD);
    }

    .green-section-text-wrapper {
        padding: 0 0 0 2rem;
    }

    .green-point {
        margin: 0 0 2rem 0;
    }

    .green-point h6 {
        font-family: var(--MYRIADPRO-REGULAR);
        font-size: 1.1rem;
        border-left: 2px solid #fff;
        padding: 0 0 0 0.5rem;
    }

    .green-point p {
        font-family: var(--MYRIADPRO-LIGHT);
        padding: 0 0 0 0.5rem;
    }

    .green-section-list {
        border-left: 0.01px dashed #fff;
    }

    /* ------------Invest in Healthcare Analytics section css start  --------------*/
    .invest-healthcare {
        width: 90%;
        margin: 2rem auto;
    }

    .invest-healthcare h2 {
        font-family: var(--Tungsten-SemiBold);
        font-size: 2.5rem;
        letter-spacing: 1px;
        margin: 0 0 1rem 0;
    }

    p.invest-healthcare-desc {
        font-size: 1.3rem;
    }

    .invest-healthcare p {
        font-family: var(--MYRIADPRO-REGULAR);
        margin: 0;
    }

    /* ---------------invest healthcare analytics css start ----------------*/
    .invest-health-img {
        display: flex;
        justify-content: center;
    }

    .invest-health-img img {
        width: 50%;
    }

    .invest-health-card {
        border: 2px solid #EBEBEB;
        border-radius: 10px;
        padding: 1rem 1rem;
        margin: 2rem 0;
    }

    .invest-health-card h6 {
        padding: 0 0 0 0.5rem;
        border-left: 2px solid #00A29C;
        font-family: var(--MYRIADPRO-REGULAR);
        font-weight: 600;
        font-size: 1.1rem;
    }

    .invest-health-card-content p {
        padding: 0 0 0 0.5rem;
        font-family: var(--MYRIADPRO-LIGHT);
        font-weight: 600;
    }
}

@media (min-width: 768px) {
    main {
        margin: 0;
    }

    .hero-section {
        width: 100%;
        height: 70vh;
    }

    .hero-title {
        width: 85%;
    }

    .hero-title h1 {
        display: block;
    }

    .plus-sign {
        top: -1rem;
        left: -2rem;
    }

    .plus-sign img {
        width: 5rem;
    }

    .hero-title p {
        display: block;
    }

    .domain-description .domain-desc-para {
        width: 85%;
    }

    .healthsolutions-parts {
        padding: 0 0 0 3rem;
    }

    .authentication-process {
        padding: 0 0 0 2rem;
    }

    .healthcare-solutions h2 {
        padding: 0 0 0 3rem;
    }

    .green-section-title img {
        width: 30px;
    }

    /* ------------Invest in Healthcare Analytics section css start  --------------*/
    .invest-healthcare {
        width: 85%;
    }

    .invest-health-img {
        display: flex;
        justify-content: center;
    }

    .invest-health-img img {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .hero-section {
        height: 80vh;
        background-position: center;
    }

    .plus-sign {
        position: absolute;
        top: -2rem;
        left: -2rem;
    }

    .plus-sign-1 {
        z-index: 1;
        display: block;
        position: absolute;
        border: 0;
        bottom: 0;
        left: 30rem;
    }

    .healthsolutions-parts {
        display: flex;
        justify-content: end;
        padding: 0 0 0 5rem;
    }

    .authentication-process {
        display: flex;
        flex-wrap: wrap;
        gap: 0 3rem;
    }

    .authentication-step {
        width: 45%;
    }

    .healthcare-solutions {
        background: transparent radial-gradient(closest-side at 80% 50%, #CCE6E6 0%, #FFFFFF 100%) 100% 100% no-repeat padding-box;
    }

    .healthcare-solutions h2 {
        padding: 0 0 0 5rem;
    }

    .healthsolutions-img {
        display: flex;
        align-items: center;
        justify-content: end;
        background: none;
    }

    .green-section-wrapper {
        display: flex;
    }

    .invest-health-parts {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .invest-health-img {
        display: block;
    }

    .invest-health-img img {
        width: 70%;
    }

    .invest-health-card {
        width: 450px;
    }
}

@media (min-width: 1200px) {
    .hero-title h1 {
        font-size: 2.5rem;
    }

    .plus-sign img {
        width: 6rem;
    }

    .plus-sign {
        position: absolute;
        top: -3rem;
        left: -2rem;
    }

    .plus-sign-1 {
        left: 45rem;
    }

    .authentication-process {
        gap: 0 1rem;
    }

    .authentication-step {
        width: 31%;
    }

    .healthsolutions-content {
        width: 70%;
    }

    .healthsolutions-img {
        width: 30%;
    }

    .healthsolutions-img img {
        width: 100%;
    }

    section.healthcare-solutions>div>div.healthsolutions-content>div:nth-child(4)>div:nth-child(4),
    section.healthcare-solutions>div>div.healthsolutions-content>div:nth-child(4)>div:nth-child(5) {
        padding: 1.5rem 0 0 0;
    }
}

@media print and (orientation: landscape)  {
 
    main{
      margin: -7rem 0 0 0;
    }
  
  } 
  
  @media print and (orientation: portrait)  {
 
    main{
      margin: 0;
    }
  
  }