/* Above-fold critical CSS for healthcare-app-development
   Geometry locked so deferred CSS cannot CLS the hero / breadcrumbs. */
:root {
    --clr-pri: #f47a1f;
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/poppins/poppins-400.woff2") format("woff2");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/poppins/poppins-400.woff2") format("woff2");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/poppins/poppins-600.woff2") format("woff2");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/poppins/poppins-700.woff2") format("woff2");
}

html,
body {
    overflow-x: hidden;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
body {
    font-family: Poppins, sans-serif;
    margin: 0;
    color: #314252;
}
body a {
    text-decoration: none;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: 0;
}
.breadcrumb li {
    display: inline-block;
}

.breadcrumbs_style {
    margin-bottom: 100px !important;
}
.breadcrumbs_style .container {
    position: relative;
    z-index: 9;
}
.breadcrumbs_style .container ul.breadcrumb {
    left: 15px;
    margin-bottom: 0;
    position: absolute;
    top: 120px !important;
}
.breadcrumbs_style .container ul.breadcrumb li {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    padding-right: 50px;
    position: relative;
}
.breadcrumbs_style .container ul.breadcrumb li:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTcgOCI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTE2LjM1NCA0LjM1NGEuNS41IDAgMCAwIDAtLjcwOEwxMy4xNzIuNDY0YS41LjUgMCAxIDAtLjcwOC43MDhMMTUuMjkzIDRsLTIuODI5IDIuODI4YS41LjUgMCAxIDAgLjcwOC43MDhsMy4xODItMy4xODJaTTAgNC41aDE2di0xSDB2MVoiLz48L3N2Zz4=");
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 6px;
    width: 17px;
}
.breadcrumbs_style .container ul.breadcrumb li:last-child a {
    color: #f47a1f;
}
.breadcrumbs_style .container ul.breadcrumb li:last-child:after {
    display: none;
}
.breadcrumbs_style.white {
    position: relative;
    z-index: 9;
}
.breadcrumbs_style.white ul.breadcrumb li a {
    color: #fff;
}
.breadcrumbs_style.white ul.breadcrumb li a:hover,
.breadcrumbs_style.white ul.breadcrumb li:last-child a {
    color: #f47a1f;
}
.breadcrumbs_style.white ul.breadcrumb li:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTcgOCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE2LjM1NCA0LjM1NGEuNS41IDAgMCAwIDAtLjcwOEwxMy4xNzIuNDY0YS41LjUgMCAxIDAtLjcwOC43MDhMMTUuMjkzIDRsLTIuODI5IDIuODI4YS41LjUgMCAxIDAgLjcwOC43MDhsMy4xODItMy4xODJaTTAgNC41aDE2di0xSDB2MVoiLz48L3N2Zz4=");
}

.service_usa.healthcare_banner.android_banner.hero-lcp {
    position: relative !important;
    z-index: 1;
    height: 100vh !important;
    margin-top: -100px !important;
    overflow: hidden !important;
    background-image: none !important;
}
.service_usa.healthcare_banner.hero-lcp > .hero-lcp-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
    pointer-events: none;
}

.service_usa.healthcare_banner.hero-lcp .banenr_content {
    margin-top: 0;
}

.service_usa.healthcare_banner.hero-lcp > .container {
    position: relative;
    z-index: 1;
    padding-top: 100px;
}
.service_usa.healthcare_banner .banenr_content {
    padding-right: 40px;
}
.service_usa .banenr_content .h1,
.service_usa .banenr_content h1,
.service_usa .banenr_content p {
    color: #fff;
}
.service_usa .banenr_content h1 {
    font-family: Poppins, sans-serif !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    letter-spacing: -1px !important;
    line-height: 1.2 !important;
    margin-bottom: 15px;
}
.service_usa .banenr_content p {
    font-family: Poppins, sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 35px !important;
    margin-bottom: 24px;
}

.service_usa.healthcare_banner ul,
.service_usa.healthcare_banner .health-list ul {
    margin-top: 30px;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    list-style: none;
    padding: 0;
}
.service_usa.healthcare_banner ul li,
.service_usa.healthcare_banner .health-list ul li {
    display: flex;
    align-items: center;
    column-gap: 6px;
    font-family: Poppins, sans-serif !important;
    font-size: clamp(0.8125rem, 0.7625rem + 0.25vw, 1.0625rem);
    font-weight: 400 !important;
    color: #fff;
}
.service_usa.healthcare_banner ul li svg,
.service_usa.healthcare_banner .health-list ul li svg {
    flex-shrink: 0;
}

.main-btn-sa {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
body a.border_btn,
.service_usa.healthcare_banner a.border_btn {
    background: #f47a1f !important;
    border: 2px solid #f47a1f !important;
    border-radius: 50px !important;
    color: #fff !important;
    display: inline-block;
    font-family: Poppins, sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    height: 50px !important;
    line-height: 50px !important;
    margin-top: 10px;
    min-width: 180px;
    padding: 0 30px;
    text-align: center;
}
.service_usa.healthcare_banner a.border_btn.sa-banner-animate {
    position: relative !important;
    min-width: 200px !important;
    text-align: left !important;
}
.service_usa.healthcare_banner a.border_btn.sa-banner-animate svg {
    position: absolute !important;
    height: 25px !important;
    width: auto !important;
    right: 20px !important;
    top: 10px !important;
}
.sa-animate-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 600;
}
.service_usa.healthcare_banner .sa-animate-btn {
    display: inline-flex !important;
    align-items: center !important;
    border: 0 !important;
    color: #fff !important;
    font-family: Poppins, sans-serif !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    margin-left: 20px !important;
}
.service_usa.healthcare_banner .sa-animate-btn svg {
    height: 30px !important;
    width: auto !important;
    margin-right: 5px !important;
    flex-shrink: 0 !important;
}
.service_usa.healthcare_banner .sa-animate-btn svg path {
    fill: #f47a14 !important;
}

@media (min-width: 1600px) and (max-width: 1800px) {
    .breadcrumbs_style .container ul.breadcrumb li {
        font-size: 13px !important;
    }
    .service_usa .banenr_content p {
        font-size: 16px !important;
        line-height: 32px !important;
    }
    .service_usa.healthcare_banner a.border_btn {
        border-radius: 45px !important;
        font-size: 16px !important;
        height: 50px !important;
        line-height: 50px !important;
    }
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .breadcrumbs_style .container ul.breadcrumb li {
        font-size: 14px !important;
    }
    .service_usa .banenr_content p {
        font-size: 15px !important;
        line-height: 30px !important;
    }
    .service_usa.healthcare_banner a.border_btn {
        border-radius: 45px !important;
        font-size: 15px !important;
        height: 45px !important;
        line-height: 45px !important;
    }
    .service_usa.healthcare_banner a.border_btn.sa-banner-animate {
        min-width: 180px !important;
    }
    .service_usa.healthcare_banner a.border_btn.sa-banner-animate svg {
        height: 22px !important;
        right: 20px !important;
        top: 10px !important;
    }
    .service_usa.healthcare_banner .sa-animate-btn {
        font-size: 16px !important;
    }
    .service_usa.healthcare_banner .sa-animate-btn svg {
        height: 27px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .breadcrumbs_style .container ul.breadcrumb li {
        font-size: 13px !important;
    }
    .service_usa .banenr_content h1 {
        font-size: 40px !important;
        line-height: 1.25 !important;
    }
    .service_usa .banenr_content p {
        font-size: 14px !important;
        line-height: 28px !important;
    }
    .service_usa.healthcare_banner a.border_btn {
        border-radius: 40px !important;
        font-size: 13px !important;
        height: 40px !important;
        line-height: 40px !important;
    }
    .service_usa.healthcare_banner a.border_btn.sa-banner-animate {
        min-width: 180px !important;
    }
    .service_usa.healthcare_banner a.border_btn.sa-banner-animate svg {
        height: 18px !important;
        right: 28px !important;
        top: 10px !important;
    }
    .service_usa.healthcare_banner .sa-animate-btn {
        font-size: 15px !important;
    }
    .service_usa.healthcare_banner .sa-animate-btn svg {
        height: 25px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .breadcrumbs_style .container ul.breadcrumb li {
        font-size: 10px !important;
        height: 15px !important;
        padding-right: 40px !important;
    }
    .service_usa .banenr_content h1 {
        font-size: 34px !important;
    }
    .service_usa .banenr_content p {
        font-size: 13px !important;
        line-height: 26px !important;
    }
    .service_usa.healthcare_banner a.border_btn {
        border-radius: 40px !important;
        font-size: 13px !important;
        height: 40px !important;
        line-height: 40px !important;
    }
    .service_usa.healthcare_banner a.border_btn.sa-banner-animate {
        min-width: 180px !important;
    }
    .service_usa.healthcare_banner a.border_btn.sa-banner-animate svg {
        height: 18px !important;
        right: 28px !important;
        top: 10px !important;
    }
    .service_usa.healthcare_banner .sa-animate-btn {
        font-size: 15px !important;
    }
    .service_usa.healthcare_banner .sa-animate-btn svg {
        height: 25px !important;
    }
    .service_usa.healthcare_banner ul,
    .service_usa.healthcare_banner .health-list ul {
        row-gap: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    header {
        padding: 0 !important;
    }

    .breadcrumbs_style .container ul.breadcrumb li {
        font-size: 10px !important;
        height: 15px !important;
        padding-right: 40px !important;
    }

    .service_usa.healthcare_banner.android_banner.hero-lcp {
        height: auto !important;
        min-height: 90vh;
        padding-bottom: 40px;
    }

    .service_usa.healthcare_banner.hero-lcp .banenr_content {
        margin-top: 80px;
    }

    .service_usa .banenr_content h1 {
        font-size: 30px !important;
    }
    .service_usa .banenr_content p {
        font-size: 12px !important;
        line-height: 24px !important;
    }
    .service_usa.healthcare_banner a.border_btn {
        border-radius: 40px !important;
        font-size: 13px !important;
        height: 40px !important;
        line-height: 40px !important;
    }
    .service_usa.healthcare_banner a.border_btn.sa-banner-animate {
        min-width: 180px !important;
    }
    .service_usa.healthcare_banner a.border_btn.sa-banner-animate svg {
        height: 18px !important;
        right: 28px !important;
        top: 10px !important;
    }
    .service_usa.healthcare_banner .sa-animate-btn {
        font-size: 14px !important;
    }
    .service_usa.healthcare_banner .sa-animate-btn svg {
        height: 23px !important;
    }
}
@media (max-width: 767px) {
    .breadcrumbs_style {
        margin-bottom: 40px !important;
    }

    header {
        padding: 0 !important;
    }

    .breadcrumbs_style .container ul.breadcrumb {
        top: 90px !important;
    }
    .breadcrumbs_style .container ul.breadcrumb li {
        font-size: 10px !important;
        height: 20px !important;
        padding-right: 20px !important;
    }

    .service_usa.healthcare_banner.android_banner.hero-lcp {
        height: 100% !important;
        margin-top: -40px !important;
        padding-bottom: 10px;
        background: #0a111c !important;
    }
    .service_usa.healthcare_banner.hero-lcp > .hero-lcp-img {
        display: none;
    }
    .service_usa.healthcare_banner.hero-lcp > .container {
        padding-top: 110px;
    }

    .service_usa.healthcare_banner.hero-lcp .banenr_content {
        margin-top: 30px;
    }

    .service_usa.healthcare_banner .banenr_content {
        padding-right: 0;
    }
    .service_usa .banenr_content h1 {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }
    .service_usa .banenr_content p {
        font-size: 13px !important;
        line-height: 26px !important;
    }
    .service_usa.healthcare_banner ul,
    .service_usa.healthcare_banner .health-list ul {
        grid-template-columns: 1fr;
        row-gap: 14px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    body a.border_btn,
    .service_usa.healthcare_banner a.border_btn {
        border-radius: 25px !important;
        font-size: 13px !important;
        height: 40px !important;
        line-height: 38px !important;
        min-width: 150px;
    }
    .service_usa.healthcare_banner a.border_btn.sa-banner-animate {
        min-width: 180px !important;
        text-align: center !important;
    }
    .service_usa.healthcare_banner a.border_btn.sa-banner-animate svg {
        display: none !important;
    }
    .service_usa.healthcare_banner .sa-animate-btn {
        font-size: 13px !important;
        margin-left: 10px !important;
    }
    .service_usa.healthcare_banner .sa-animate-btn svg {
        height: 22px !important;
    }
    .main-btn-sa {
        flex-direction: column;
        align-items: flex-start;
    }
}
