/* Above-fold critical CSS for custom-software-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: 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;
}

header,
header.mega-header,
header.white {
    padding: 0 !important;
}

.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.real-estate-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; */
    font-weight: 700 !important;
    letter-spacing: -1px;
    /* line-height: 1.2; */
    margin-bottom: 15px;
}
.service_usa .banenr_content p {
    font-family: Poppins, sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 24px;
}

body a.border_btn {
    background: #f47a1f;
    border: 2px solid #f47a1f;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    min-width: 180px;
    padding: 0 30px;
    text-align: center;
}
.service_usa.healthcare_banner a.border_btn {
    background: #f47a1f;
    border: 2px solid #f47a1f;
    color: #fff;
}
.service_usa.healthcare_banner a.border_btn:hover {
    background: #fff;
    color: #f47a1f;
}

.banner_form {
    background: #fff;
    border-radius: 15px;
    box-shadow: 7px 1px 100px rgba(0, 0, 0, 0.1);
    margin-left: auto;
    max-width: 520px;
    padding: 40px 55px;
    min-height: 420px;
    box-sizing: border-box;
}
.banner_form h2,
.banner_form .h2,
.banner_form h3,
.banner_form .h3 {
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    /* font-size: 35px; */
    font-weight: 600;
    /* line-height: 45px; */
    color: #314252;
}
.banner_form h2 span,
.banner_form .h2 span,
.banner_form h3 span,
.banner_form .h3 span {
    color: #f47a1f;
}
.banner_form .banner_form_inner p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 15px;
}
.banner_form .banner_form_inner .from_item {
    margin-bottom: 10px;
    position: relative;
}
.banner_form .banner_form_inner .from_item input,
.banner_form .banner_form_inner .from_item textarea {
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 0;
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}
.banner_form .banner_form_inner .from_item input {
    line-height: 50px;
}
.banner_form .banner_form_inner .from_item textarea {
    height: 100px;
    line-height: normal;
}
.banner_form .banner_form_inner .from_item:after {
    background: #f47a1f;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 48px;
    width: 100px;
}
.banner_form .banner_form_inner .btn_submit {
    background: #fff;
    border: 2px solid #f47a1f;
    border-radius: 50px;
    color: #f47a1f;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 500;
    height: 60px;
    line-height: normal;
    margin: 0 auto;
    text-align: center;
    text-transform: capitalize;
    width: 60%;
}
.banner_form .banner_form_inner .btn_submit:hover {
    background: #f47a1f;
    color: #fff;
}

.trustedtop_brands {
    padding: 30px 0;
    position: relative;
    overflow-x: hidden;
}
.trustedtop_brands .h5,
.trustedtop_brands h5 {
    color: #000;
    letter-spacing: 0;
}
.trustedtop_brands .top_brands_item_img {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    min-height: 60px;
}
.trustedtop_brands .top_brands_item_img img {
    max-height: 50px;
    width: auto;
}
.top_brands_slider.swiper-container {
    overflow: hidden;
    max-width: 100%;
}
.top_brands_slider .swiper-wrapper {
    display: flex;
    align-items: center;
    max-width: 100%;
}
.top_brands_slider .swiper-slide {
    flex-shrink: 0;
    width: auto;
    min-width: 120px;
    display: flex;
    justify-content: center;
    padding: 0 10px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .banner_form {
        max-width: 430px;
        padding: 40px;
        min-height: 400px;
    }

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

    .banner_form .banner_form_inner .from_item input,
    .banner_form .banner_form_inner .from_item textarea {
        font-size: 13px;
        height: 45px;
        line-height: 45px;
    }
    .banner_form .banner_form_inner .from_item textarea {
        height: 100px;
    }
    .banner_form .banner_form_inner .from_item:after {
        top: 43px;
    }
    .banner_form .banner_form_inner .btn_submit {
        font-size: 15px;
        height: 45px;
        width: 170px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .service_usa .banenr_content h1 {
        font-size: 40px;
        line-height: 1.25;
    }
    .banner_form {
        max-width: 400px;
        padding: 25px;
        min-height: 380px;
    }
    .service_usa.healthcare_banner.hero-lcp .banner_form {
        margin-top: 0;
    }

    .banner_form h2,
    .banner_form .h2,
    .banner_form h3,
    .banner_form .h3 {
        line-height: 40px;
        margin-bottom: 10px;
    }
    .banner_form .banner_form_inner .from_item input,
    .banner_form .banner_form_inner .from_item textarea {
        font-size: 12px;
        height: 35px;
        line-height: 35px;
    }
    .banner_form .banner_form_inner .from_item textarea {
        height: 80px;
    }
    .banner_form .banner_form_inner .from_item:after {
        top: 33px;
    }
    .banner_form .banner_form_inner .btn_submit {
        font-size: 13px;
        height: 40px;
        width: 170px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service_usa .banenr_content h1 {
        font-size: 34px;
    }
    .banner_form {
        max-width: 320px;
        padding: 25px 40px;
        min-height: 360px;
    }

    .banner_form h2,
    .banner_form .h2,
    .banner_form h3,
    .banner_form .h3 {
        line-height: 40px;
        font-size: 35px;
    }

    .banner_form .banner_form_inner .from_item input,
    .banner_form .banner_form_inner .from_item textarea {
        font-size: 12px;
        height: 45px;
        line-height: 45px;
    }
    .banner_form .banner_form_inner .from_item textarea {
        height: 80px;
    }
    .banner_form .banner_form_inner .from_item:after {
        top: 43px;
        width: 20px;
    }
    .banner_form .banner_form_inner .btn_submit {
        font-size: 14px;
        height: 45px;
        width: 180px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header {
        padding: 0 !important;
    }

    .banner_form h2,
    .banner_form .h2,
    .banner_form h3,
    .banner_form .h3 {
        line-height: 40px;
        font-size: 35px !important;
    }

    .service_usa.healthcare_banner.android_banner.real-estate-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;
    }

    .banner_form {
        margin: 30px auto;
        max-width: 400px;
        padding: 30px;
        min-height: 380px;
    }
    .banner_form .banner_form_inner .btn_submit {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .breadcrumbs_style {
        margin-bottom: 40px !important;
    }

    .banner_form h2,
    .banner_form .h2,
    .banner_form h3,
    .banner_form .h3 {
        line-height: 35px !important;
        font-size: 28px !important;
    }

    header {
        padding: 0 !important;
    }

    .breadcrumbs_style .container ul.breadcrumb {
        top: 90px !important;
    }

    .service_usa.healthcare_banner.android_banner.real-estate-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;
        line-height: 1.3;
    }
    body a.border_btn {
        border-radius: 25px;
        font-size: 13px;
        height: 40px;
        line-height: 38px;
        min-width: 150px;
    }

    .banner_form {
        margin: 20px auto;
        max-width: 100%;
        padding: 25px 20px;
        min-height: 380px;
    }
    .banner_form .banner_form_inner .btn_submit {
        width: 100%;
    }

    .trustedtop_brands {
        padding: 25px 0;
    }
    .trustedtop_brands .top_brands_item_img img {
        max-height: 40px;
    }
}
