@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("./fonts/PlusJakartaSans-Light.woff2") format("woff2"),
        url("./fonts/PlusJakartaSans-Light.woff") format("woff"),
        url("./fonts/PlusJakartaSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("./fonts/PlusJakartaSans-Bold.woff2") format("woff2"),
        url("./fonts/PlusJakartaSans-Bold.woff") format("woff"),
        url("./fonts/PlusJakartaSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("./fonts/PlusJakartaSans-Medium.woff2") format("woff2"),
        url("./fonts/PlusJakartaSans-Medium.woff") format("woff"),
        url("./fonts/PlusJakartaSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("./fonts/PlusJakartaSans-SemiBold.woff2") format("woff2"),
        url("./fonts/PlusJakartaSans-SemiBold.woff") format("woff"),
        url("./fonts/PlusJakartaSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("./fonts/PlusJakartaSans-Regular.woff2") format("woff2"),
        url("./fonts/PlusJakartaSans-Regular.woff") format("woff"),
        url("./fonts/PlusJakartaSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-medico-regular: "Plus Jakarta Sans", sans-serif;
    --font-medico-light: "Plus Jakarta Sans", sans-serif;
    --font-medico-medium: "Plus Jakarta Sans", sans-serif;
    --font-medico-semibold: "Plus Jakarta Sans", sans-serif;
    --font-medico-bold: "Plus Jakarta Sans", sans-serif;
    --medico-primary-color: #121d30;
    --medico-text-white: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
    margin: 0;
}

a {
    display: inline;
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}


img {
    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
}

.medico-font-regular {
    font-family: var(--font-medico-regular);
    font-weight: 400;
}

.medico-font-light {
    font-family: var(--font-medico-light);
    font-weight: 300;
}

.medico-font-medium {
    font-family: var(--font-medico-medium);
    font-weight: 500;
}

.medico-font-semibold {
    font-family: var(--font-medico-semibold);
    font-weight: 600;
}

.medico-opacity-8 {
    opacity: 0.5;
}

.medico-opacity-1 {
    opacity: 1;
}

.medico-font-bold {
    font-family: var(--font-medico-bold);
    font-weight: 700;
}

.medico-primary-color {
    color: var(--medico-primary-color);
}

.medico-bg-primary {
    background-color: var(--medico-primary-color);
}

.medico-border-primary {
    border: 1px solid var(--medico-primary-color);
}

.medico-ptb-100 {
    padding-top: 100px;
    padding-bottom: 110px;
}

@media only screen and (max-width: 1699px) {
    .medico-ptb-100 {
        padding: 75px 0;
    }
}

@media only screen and (max-width: 1499px) {
    .medico-ptb-100 {
        padding: 65px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .medico-ptb-100 {
        padding: 55px 0;
    }
}

@media only screen and (max-width: 991px) {
    .medico-ptb-100 {
        padding: 45px 0;
    }
}

@media only screen and (max-width: 767px) {
    .medico-ptb-100 {
        padding: 30px 0;
    }
}

.medico-pt-100 {
    padding-top: 100px;
}

@media only screen and (max-width: 1699px) {
    .medico-pt-100 {
        padding-top: 75px;
    }
}

@media only screen and (max-width: 1499px) {
    .medico-pt-100 {
        padding-top: 65px;
    }
}

@media only screen and (max-width: 1199px) {
    .medico-pt-100 {
        padding-top: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .medico-pt-100 {
        padding-top: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .medico-pt-100 {
        padding-top: 30px;
    }
}

.medico-pt-50 {
    padding-top: 50px;
}

@media only screen and (max-width: 1699px) {
    .medico-pt-50 {
        padding-top: 75px;
    }
}

@media only screen and (max-width: 1499px) {
    .medico-pt-50 {
        padding-top: 65px;
    }
}

@media only screen and (max-width: 1199px) {
    .medico-pt-50 {
        padding-top: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .medico-pt-50 {
        padding-top: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .medico-pt-50 {
        padding-top: 30px;
    }
}

.medico-mt-100 {
    margin-top: 100px;
}

@media only screen and (max-width: 1699px) {
    .medico-mt-100 {
        margin-top: 75px;
    }
}

@media only screen and (max-width: 1499px) {
    .medico-mt-100 {
        margin-top: 65px;
    }
}

@media only screen and (max-width: 1199px) {
    .medico-mt-100 {
        margin-top: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .medico-mt-100 {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .medico-mt-100 {
        margin-top: 30px;
    }
}

.medico-mb-100 {
    margin-bottom: 110px;
}

.medico-font-44 {
    font-size: 44px;
    line-height: 1.3;
}

@media only screen and (max-width: 1600px) {
    .medico-font-44 {
        font-size: 36px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 1199px) {
    .medico-font-44 {
        font-size: 30px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 767px) {
    .medico-font-44 {
        font-size: 24px;
        line-height: 1.5;
    }
}

.medico-font-40 {
    font-size: 40px;
    line-height: 1.3;
}

.medico-font-16 {
    font-size: 15px;
    line-height: 1.6;
}

.medico-font-18 {
    font-size: 18px;
    line-height: 1.6;
}

@media only screen and (max-width: 991px) {
    .medico-font-18 {
        font-size: 16px;
    }
}

.medico-font-20 {
    font-size: 20px;
    line-height: 1.5;
}

.medico-font-24 {
    font-size: 24px;
    line-height: 1.5;
}

.medico-font-36 {
    font-size: 36px;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    .medico-font-36 {
        font-size: 30px;
    }
}

.medico-font-30 {
    font-size: 30px;
    line-height: 1.5;
}

@media only screen and (max-width: 991px) {
    .medico-font-30 {
        font-size: 28px;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 767px) {
    .medico-font-30 {
        font-size: 26px;
        line-height: 1.3;
    }
}

.medico-text-white {
    color: var(--medico-text-white);
}

.medico-font-blue {
    color: #2970ff;
}

.medico-font-green {
    color: #51ba77;
}

.medico-font-sky {
    color: #33b1eb;
}

.medico-font-pink {
    color: #f4668f;
}

.medico-bg-blue {
    background-color: #2970ff;
}

.medico-bg-green {
    background-color: #51ba77;
}

.medico-bg-sky {
    background-color: #33b1eb;
}

.medico-bg-pink {
    background-color: #f4668f;
}

.medico-br-30 {
    border-radius: 30px;
}

@media only screen and (max-width: 1199px) {
    .medico-br-30 {
        border-radius: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .medico-br-30 {
        border-radius: 10px;
    }
}

@media only screen and (min-width: 1500px) {
    .medico-wrapper .custom-container {
        max-width: 1470px;
    }
}

.medico-wrapper .mv-1015 {
    max-width: 1015px;
}

.section-medico-hero .medico-hero-main .medico-hero-content {
    max-width: 560px;
    position: absolute;
    top: 50px;
    text-align: center;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
}

@media only screen and (max-width: 1199px) {
    .section-medico-hero .medico-hero-main .medico-hero-content {
        z-index: 2;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        top: 50%;
    }
}

.section-medico-hero .medico-hero-main .medico-hero-content .medico-logo {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
    .section-medico-hero .medico-hero-main .medico-hero-content .medico-logo {
        margin-bottom: 20px;
    }
}

.section-medico-hero .medico-hero-main .medico-hero-banner {
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .section-medico-hero .medico-hero-main .medico-hero-banner {
        position: relative;
        min-height: 60vh;
        object-fit: cover;
    }
}

.section-medico-hero .medico-hero-main::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top left,
            rgba(128, 128, 128, 0.5),
            rgba(0, 0, 0, 0.9));
}

@media only screen and (min-width: 1200px) {
    .section-medico-hero .medico-hero-main::after {
        content: none;
    }
}

.section-medico-about .medico-data {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media only screen and (max-width: 767px) {
    .section-medico-about .medico-data strong {
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    .section-medico-about .medico-data .services-provider span {
        background-color: transparent;
        color: #2970ff;
        padding: 0 !important;
        border-radius: 0;
    }
}

.section-medico-about .medico-data .medico-data-inner span {
    padding: 10px 15px;
    border-radius: 99em;
    margin-right: 8px;
}

@media only screen and (max-width: 1199px) {
    .section-medico-about .medico-data .medico-data-inner span {
        margin-right: 0;
    }
}

.section-medico-about .medico-challenges li:nth-child(1) {
    background-color: #e9eceb;
}

.section-medico-challenges .medico-key-challenges {
    padding: 0;
    margin: 0;
}

.section-medico-challenges .medico-key-challenges li {
    list-style: none;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 99em;
}

@media only screen and (max-width: 1199px) {
    .section-medico-challenges .medico-key-challenges li {
        border-radius: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-medico-challenges .medico-key-challenges li {
        border-radius: 10px;
    }
}

.section-medico-challenges .medico-key-challenges li:last-child {
    margin-bottom: 0;
}

.section-medico-solution .inner-challenges {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-medico-solution .inner-challenges {
        gap: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-medico-solution .inner-challenges {
        gap: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .section-medico-solution .inner-challenges {
        grid-template-columns: 1fr;
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .section-medico-solution .inner-challenges {
        grid-template-columns: 1fr;
        display: block;
    }
}

.section-medico-solution .inner-challenges .challenges-left {
    padding: 50px;
    background-color: #e8f0fb;
    position: relative;
}

@media only screen and (max-width: 1365px) {
    .section-medico-solution .inner-challenges .challenges-left {
        padding: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .section-medico-solution .inner-challenges .challenges-left {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-medico-solution .inner-challenges .challenges-left {
        padding: 25px 15px;
    }
}

.section-medico-solution .inner-challenges .challenges-left:before {
    content: "";
    background-image: url("./img/svg/light-circle.svg");
    height: 200px;
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
}

.section-medico-solution .inner-challenges .challenges-right {
    /*@media only screen and (max-width: 767px) {
           margin-top: 20px;
           margin-bottom: 20px;
      }
      */
}

.section-medico-solution .inner-challenges .challenges-system {
    display: grid;
    grid-template-columns: 650px auto;
    grid-column: span 2;
    background-color: #e9eceb;
    padding: 50px 0 50px 50px;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
    .section-medico-solution .inner-challenges .challenges-system {
        padding: 30px;
        grid-template-columns: auto;
        grid-column: auto;
        align-items: start;
    }
}

@media only screen and (max-width: 991px) {
    .section-medico-solution .inner-challenges .challenges-system {
        padding: 30px 20px;
        grid-template-columns: auto;
        margin-top: 20px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-medico-solution .inner-challenges .challenges-system {
        padding: 25px 15px;
        grid-template-columns: auto;
        margin-top: 20px;
        margin-bottom: 0;
    }
}

.section-medico-solution .inner-challenges .challenges-system .challenges-inner {
    max-width: 670px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-medico-solution .inner-challenges .challenges-system .challenges-inner {
        max-width: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .section-medico-solution .inner-challenges .challenges-system .challenges-inner {
        max-width: 100%;
    }
}

.section-medico-solution .inner-challenges .challenges-system .medico-integration {
    position: relative;
}

.section-medico-solution .inner-challenges .challenges-system .medico-integration:before {
    content: "";
    background-image: url("./img/svg/light-circle.svg");
    height: 200px;
    width: 200px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.section-medico-solution .inner-challenges .challenges-system .medico-integration img {
    border-radius: 20px 0 0 20px;
    z-index: 1;
    position: relative;
}

.section-medico-scalability .medico-scalability-new .team-involved-inner-big {
    display: flex;
    gap: 40px;
    align-items: stretch;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-medico-scalability .medico-scalability-new .team-involved-inner-big {
        gap: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-medico-scalability .medico-scalability-new .team-involved-inner-big {
        gap: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .section-medico-scalability .medico-scalability-new .team-involved-inner-big {
        flex-direction: column;
        gap: 20px;
    }
}

.section-medico-scalability .medico-scalability-new .team-involved-inner-div {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.section-medico-scalability .medico-scalability-new .team-involved-inner-div .team-involved-inn {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-medico-scalability .medico-scalability-new .team-involved-inner-div .team-involved-inn {
        gap: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section-medico-scalability .medico-scalability-new .team-involved-inner-div .team-involved-inn {
        gap: 20px;
    }
}

.section-medico-scalability .medico-scalability-new .scalability-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    background-color: #e8f0fb;
    position: relative;
}

@media only screen and (max-width: 1365px) {
    .section-medico-scalability .medico-scalability-new .scalability-left {
        padding: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .section-medico-scalability .medico-scalability-new .scalability-left {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-medico-scalability .medico-scalability-new .scalability-left {
        padding: 25px 15px;
    }
}

.section-medico-scalability .medico-scalability-new .scalability-left.right:after,
.section-medico-scalability .medico-scalability-new .scalability-left.left:after {
    content: "";
    background-image: url("./img/svg/light-circle.svg");
    height: 200px;
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
}

.section-medico-scalability .medico-scalability-new .result-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.section-medico-scalability .medico-scalability-new .result-icons img {
    max-width: 100%;
    height: auto;
}

.section-medico-scalability .medico-scalability {
    display: grid;
}

.section-medico-scalability .medico-scalability .scalability-left {
    padding: 50px;
    background-color: #e8f0fb;
    position: relative;
}

@media only screen and (max-width: 1365px) {
    .section-medico-scalability .medico-scalability .scalability-left {
        padding: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .section-medico-scalability .medico-scalability .scalability-left {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-medico-scalability .medico-scalability .scalability-left {
        padding: 25px 15px;
    }
}

.section-medico-scalability .medico-scalability .scalability-left:before {
    content: "";
    background-image: url("./img/svg/light-circle.svg");
    height: 200px;
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
}

.section-medico-scalability .medico-scalability .challenges-system {
    display: grid;
    grid-template-columns: 650px auto;
    grid-column: span 2;
    background-color: #e9eceb;
    padding: 50px 0 50px 50px;
    align-items: center;
    justify-content: space-between;
}

.section-medico-scalability .medico-scalability .challenges-system .challenges-inner {
    max-width: 670px;
}

.section-medico-scalability .medico-scalability .challenges-system .medico-integration {
    position: relative;
}

.section-medico-scalability .medico-scalability .challenges-system .medico-integration:before {
    content: "";
    background-image: url("./img/svg/light-circle.svg");
    height: 200px;
    width: 200px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.section-medico-scalability .medico-scalability .challenges-system .medico-integration img {
    border-radius: 20px 0 0 20px;
    z-index: 1;
    position: relative;
}

.section-medico-result .result-impact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-medico-result .result-impact {
        gap: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-medico-result .result-impact {
        gap: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .section-medico-result .result-impact {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-medico-result .result-impact {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
}

.section-medico-result .result-impact .challenges-left {
    padding: 50px;
    background-color: #e8f0fb;
}

@media only screen and (max-width: 1600px) {
    .section-medico-result .result-impact .challenges-left {
        padding: 40px;
    }
}

@media only screen and (max-width: 1365px) {
    .section-medico-result .result-impact .challenges-left {
        padding: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .section-medico-result .result-impact .challenges-left {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-medico-result .result-impact .challenges-left {
        padding: 25px 15px;
    }
}

.section-medico-team-involved .team-involved {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-medico-team-involved .team-involved {
        row-gap: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-medico-team-involved .team-involved {
        row-gap: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .section-medico-team-involved .team-involved {
        column-gap: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .section-medico-team-involved .team-involved {
        row-gap: 20px;
    }
}

.section-medico-team-involved .team-involved .team-involved-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-medico-team-involved .team-involved .team-involved-inner {
        column-gap: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-medico-team-involved .team-involved .team-involved-inner {
        column-gap: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .section-medico-team-involved .team-involved .team-involved-inner {
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .section-medico-team-involved .team-involved .team-involved-inner {
        grid-template-columns: 1fr 1fr;
        row-gap: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-medico-team-involved .team-involved .team-involved-inner {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
}

.section-medico-team-involved .team-involved .challenges-left {
    padding: 50px;
    background-color: #e8f0fb;
}

@media only screen and (max-width: 1600px) {
    .section-medico-team-involved .team-involved .challenges-left {
        padding: 40px;
    }
}

@media only screen and (max-width: 1365px) {
    .section-medico-team-involved .team-involved .challenges-left {
        padding: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .section-medico-team-involved .team-involved .challenges-left {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-medico-team-involved .team-involved .challenges-left {
        padding: 25px 15px;
    }
}

.section-medico-team-involved .team-involved .team-involved-inner-big {
    display: flex;
    gap: 40px;
    align-items: stretch;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-medico-team-involved .team-involved .team-involved-inner-big {
        column-gap: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-medico-team-involved .team-involved .team-involved-inner-big {
        column-gap: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .section-medico-team-involved .team-involved .team-involved-inner-big {
        column-gap: 20px;
    }
}

.section-medico-team-involved .team-involved .team-involved-inner-big .team-involved-inner-div {
    flex: 1;
    display: flex;
    align-items: stretch;
}

.section-medico-team-involved .team-involved .team-involved-inner-big .team-involved-inner-div:first-child {
    display: grid;
    align-items: stretch;
}

.section-medico-team-involved .team-involved .team-involved-inner-big .team-involved-inner-div .team-involved-inn {
    row-gap: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-medico-team-involved .team-involved .team-involved-inner-big .team-involved-inner-div .team-involved-inn {
        row-gap: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-medico-team-involved .team-involved .team-involved-inner-big .team-involved-inner-div .team-involved-inn {
        row-gap: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .section-medico-team-involved .team-involved .team-involved-inner-big .team-involved-inner-div .team-involved-inn {
        row-gap: 20px;
    }
}

.section-medico-team-involved .team-involved .team-involved-inner-big .team-involved-inner-div:last-child {
    display: flex;
    align-items: stretch;
}

.section-medico-team-involved .team-involved .team-involved-inner-big .team-involved-inner-div:last-child img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.section-medico-team-involved .team-involved .challenges-left {
    background-color: #e8f0fb;
    flex-grow: 1;
}

.section-medico-team-involved .team-involved .team-involved-inner-div:last-child img {
    min-height: 100%;
}

.section-medico-conclusion .medico-common-headings-cta {
    background-color: #2970ff;
    position: relative;
}

.section-medico-conclusion .medico-common-headings-cta .medico-conclusion {
    max-width: 815px;
    padding: 100px 25px 100px 70px;
}

@media only screen and (max-width: 1600px) {
    .section-medico-conclusion .medico-common-headings-cta .medico-conclusion {
        padding: 70px 25px 70px 70px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-medico-conclusion .medico-common-headings-cta .medico-conclusion {
        padding: 40px;
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .section-medico-conclusion .medico-common-headings-cta .medico-conclusion {
        padding: 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1366px) {
    .section-medico-conclusion .medico-common-headings-cta .medico-conclusion h2 {
        max-width: 700px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-medico-conclusion .medico-common-headings-cta .medico-conclusion h2 {
        max-width: 650px;
    }
}

.section-medico-conclusion .medico-common-headings-cta .medico-cta {
    width: 300px;
    position: absolute;
    bottom: 0;
    right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1366px) {
    .section-medico-conclusion .medico-common-headings-cta .medico-cta {
        width: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-medico-conclusion .medico-common-headings-cta .medico-cta {
        width: 170px;
    }
}

@media only screen and (max-width: 767px) {
    .section-medico-conclusion .medico-common-headings-cta .medico-cta {
        width: 100px;
        right: auto;
        left: 0;
    }
}

@media only screen and (min-width: 1400px) {
    .medico-container {
        max-width: 1270px;
    }
}

.section-medico-app {
    background-color: #1c274c;
}

@media only screen and (max-width: 767px) {
    .section-medico-app {
        padding: 35px 0;
    }
}

.section-medico-app .medico-app-main {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

@media only screen and (max-width: 991px) {
    .section-medico-app .medico-app-main {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .section-medico-app .medico-app-main .medico-logo-left {
        text-align: center;
    }
}

.section-medico-app .medico-app-main .medico-logo-left .medico-lab-logo {
    margin-left: -15px;
}

@media only screen and (max-width: 991px) {
    .section-medico-app .medico-app-main .medico-logo-left .medico-lab-logo {
        padding: 35px 0;
        text-align: center;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-medico-app .medico-app-main .medico-logo-left .medico-lab-logo {
        padding: 35px 0;
        text-align: center;
        margin-left: 0;
    }
}

.section-medico-app .medico-app-main .medico-logo-right {
    min-width: 955px;
    right: -5px;
    margin-top: 50px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
    .section-medico-app .medico-app-main .medico-logo-right {
        min-width: auto;
        max-width: 800px;
        right: 0;
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-medico-app .medico-app-main .medico-logo-right {
        min-width: auto;
        right: 0;
        margin-top: 0;
    }
}

.section-medico-app .medico-app-main .medico-logo-right .medico-lab-app {
    position: absolute;
    left: 0;
    right: 100px;
    margin: auto;
    bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
    .section-medico-app .medico-app-main .medico-logo-right .medico-lab-app {
        max-width: 300px;
        height: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-medico-app .medico-app-main .medico-logo-right .medico-lab-app {
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        max-width: 300px;
        height: auto;
    }
}

/*healthcare platform for medical institution css ends here*/