/* Start of Popins */

html,
body {
    font-family: "Poppins", sans-serif;
}


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

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

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

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

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

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


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

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

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

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

.wrapper-customsplus {
    width: 100%;
}

.wrapper-customsplus .container-plus {
    max-width: 1440px !important;
}



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%;
}

/* @media screen and (min-width: 1200px) {
    .wrapper-customsplus .container-plus {
        max-width: 1440px;
    }
} */
@media screen and (max-width: 1200px) {
    .wrapper-customsplus .container-plus {
        max-width: 1440px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .wrapper-customsplus .container-plus {
        width: calc(100% - 80px);
        max-width: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wrapper-customsplus .container-plus {
        width: calc(100% - 60px);
        max-width: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .wrapper-customsplus .container-plus {
        width: calc(100% - 20px);
        max-width: none;
    }
}

@media only screen and (max-width: 575px) {
    .wrapper-customsplus .container-plus {
        width: 100%;
        max-width: 100%;
    }
}

.plus-font-16 {
    font-size: 16px;
    font-family: "Plus Jakarta Sans";
}

.plus-font-18 {
    font-size: 18px;
    font-family: "Plus Jakarta Sans" !important;
}

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

.plus-line-height-24 {
    line-height: 24px;
}

.plus-font-20 {
    font-size: 20px;
    font-family: "Plus Jakarta Sans";
}

@media only screen and (max-width: 1199px) {
    .plus-font-20 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .plus-font-20 {
        font-size: 16px;
    }
}

.plus-font-24 {
    font-size: 24px;
    font-family: "Plus Jakarta Sans";
    line-height: 32px;
}

@media only screen and (max-width: 1439px) {
    .plus-font-24 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .plus-font-24 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .plus-font-24 {
        font-size: 18px;
        line-height: 26px;
    }
}

.plus-font-32 {
    font-size: 32px;
    font-family: "Plus Jakarta Sans";
}

@media only screen and (max-width: 1600px) {
    .plus-font-32 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 991px) {
    .plus-font-32 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 575px) {
    .plus-font-32 {
        font-size: 24px;
    }
}

.plus-font-40 {
    font-size: 40px;
    font-family: "Plus Jakarta Sans";
}

@media only screen and (max-width: 1600px) {
    .plus-font-40 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 1199px) {
    .plus-font-40 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .plus-font-40 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 575px) {
    .plus-font-40 {
        font-size: 24px;
    }
}

.plus-font-w-700 {
    font-weight: 700;
}

.plus-font-w-600 {
    font-weight: 600;
}

.plus-font-w-500 {
    font-weight: 500;
}

.plus-font-w-400 {
    font-weight: 400;
}

.plus-font-black {
    color: #111111;
}

.plus-font-white {
    color: #ffffff;
}

.plus-font-pink {
    color: #ff3d00;
}

.plus-tp-100 {
    padding-top: 100px;
}

@media screen and (max-width: 1600px) {
    .plus-tp-100 {
        padding-top: 80px;
    }
}

@media screen and (max-width: 1440px) {
    .plus-tp-100 {
        padding-top: 70px;
    }
}

@media screen and (max-width: 1199px) {
    .plus-tp-100 {
        padding-top: 60px;
    }
}

@media screen and (max-width: 991px) {
    .plus-tp-100 {
        padding-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .plus-tp-100 {
        padding-top: 40px;
    }
}

@media screen and (max-width: 575px) {
    .plus-tp-100 {
        padding-top: 35px;
    }
}

.plus-bp-100 {
    padding-bottom: 100px;
}

@media screen and (max-width: 1600px) {
    .plus-bp-100 {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 1440px) {
    .plus-bp-100 {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 1199px) {
    .plus-bp-100 {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 991px) {
    .plus-bp-100 {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .plus-bp-100 {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 575px) {
    .plus-bp-100 {
        padding-bottom: 35px;
    }
}

.wrapper-customsplus .challenge-common-btn {
    background: #ff3d00;
    padding: 8px 16px 7px 16px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .wrapper-customsplus .challenge-common-btn {
        margin-bottom: 15px;
    }
}

.wrapper-customsplus .bold-font {
    font-weight: 600;
}

.wrapper-customsplus .sec-plus-banner-hero {
    width: 100%;
}

.wrapper-customsplus .section-we-built-bg {
    background: #ffffff;
}

.wrapper-customsplus .section-we-built-bg .ai-powered-part {
    padding-bottom: 0px;
}

.wrapper-customsplus .section-we-built-bg .ai-powered-part .ai-powered-title-hero {
    font-size: 52px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans";
    color: #111111;
}

@media screen and (max-width: 1700px) {
    .wrapper-customsplus .section-we-built-bg .ai-powered-part .ai-powered-title-hero {
        font-size: 48px;
        line-height: 58px;
    }
}

@media screen and (max-width: 1339px) {
    .wrapper-customsplus .section-we-built-bg .ai-powered-part .ai-powered-title-hero {
        font-size: 44px;
        line-height: 52px;
    }
}

@media screen and (max-width: 1199px) {
    .wrapper-customsplus .section-we-built-bg .ai-powered-part .ai-powered-title-hero {
        font-size: 38px;
        line-height: 48px;
    }
}

@media screen and (max-width: 991px) {
    .wrapper-customsplus .section-we-built-bg .ai-powered-part .ai-powered-title-hero {
        font-size: 32px;
        line-height: 42px;
    }
}

@media screen and (max-width: 767px) {
    .wrapper-customsplus .section-we-built-bg .ai-powered-part .ai-powered-title-hero {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 575px) {
    .wrapper-customsplus .section-we-built-bg .ai-powered-part .ai-powered-title-hero {
        font-size: 26px;
        line-height: 36px;
    }
}

@media screen and (max-width: 375px) {
    .wrapper-customsplus .section-we-built-bg .ai-powered-part .ai-powered-title-hero {
        font-size: 24px;
        line-height: 34px;
    }
}

.wrapper-customsplus .section-client-part {
    background: #ffffff;
    width: 100%;
}

.wrapper-customsplus .section-client-part .client-text {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .wrapper-customsplus .section-client-part .client-text {
        margin-bottom: 12px;
    }
}

.wrapper-customsplus .section-client-part .client-text span {
    padding-right: 4px;
}

.wrapper-customsplus .section-client-part .client-services {
    width: 100%;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .wrapper-customsplus .section-client-part .client-services {
        display: block;
    }
}

.wrapper-customsplus .section-client-part .client-services .core-tech-text {
    font-family: "Plus Jakarta Sans";
    width: 130px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .wrapper-customsplus .section-client-part .client-services .core-tech-text {
        width: 180px;
    }
}

.wrapper-customsplus .section-client-part .client-services .services-provided {
    font-family: "Plus Jakarta Sans";
    width: 234px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .wrapper-customsplus .section-client-part .client-services .services-provided {
        width: 200px;
    }
}

.wrapper-customsplus .section-client-part .client-services .services-right {
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .wrapper-customsplus .section-client-part .client-services .services-right {
        width: 100%;
        display: flex;
        grid-gap: 15px;
        margin-top: 20px;
        white-space: nowrap;
        overflow: auto;
        padding-bottom: 10px;
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-customsplus .section-client-part .client-services .services-right {
        width: 100%;
        display: flex;
        grid-gap: 15px;
        margin-top: 10px;
        white-space: nowrap;
        overflow: auto;
        padding-bottom: 10px;
        overflow-x: scroll;
    }
}

.wrapper-customsplus .section-client-part .client-services .services-right ul {
    margin: 0;
    padding: 0;
}

.wrapper-customsplus .section-client-part .client-services .services-right ul li {
    font-family: "Plus Jakarta Sans";
    list-style: none;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 16px;
    margin-right: 8px;
    border-radius: 10px;
    font-size: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .wrapper-customsplus .section-client-part .client-services .services-right ul li {
        padding: 10px 12px;
        margin-right: 3px;
    }
}

@media only screen and (max-width: 575px) {
    .wrapper-customsplus .section-client-part .client-services .services-right ul li {
        font-size: 15px;
        padding: 9px 12px;
    }
}

.wrapper-customsplus .section-client-part .client-services .services-right ul li.menu-data-bg {
    background: #ffffff;
    border: solid 1px #ff3d00;
}

.wrapper-customsplus .section-client-part .plus-core-tech {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1365px) {
    .wrapper-customsplus .section-client-part .plus-core-tech {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-customsplus .section-client-part .plus-core-tech {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .wrapper-customsplus .section-client-part .plus-core-tech {
        margin-bottom: 16px;
    }
}

.wrapper-customsplus .section-project {
    width: 100%;
    background: #ffefeb;
}

.wrapper-customsplus .section-project .inner-bg-text {
    margin-top: 20px;
}

@media only screen and (max-width: 991px) {
    .wrapper-customsplus .section-project .inner-bg-text {
        margin-top: 12px;
    }
}

.wrapper-customsplus .section-project-img-bg {
    width: 100%;
    background: linear-gradient(to bottom, #ffefeb 0%, #ffefeb 50%, #ffefeb 50%, #ffffff 50%, #ffffff 100%);
}

.wrapper-customsplus .section-project-img-bg .project-img {
    width: 100%;
}

.wrapper-customsplus .section-project-img-bg .project-img img {
    border-radius: 40px;
}

@media only screen and (max-width: 1439px) {
    .wrapper-customsplus .section-project-img-bg .project-img img {
        border-radius: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .wrapper-customsplus .section-project-img-bg .project-img img {
        border-radius: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .wrapper-customsplus .section-project-img-bg .project-img img {
        border-radius: 16px;
    }
}

.wrapper-customsplus .section-manual-data {
    width: 100%;
    background: #ffffff;
}

.wrapper-customsplus .section-manual-data .the-bg-text {
    margin: 20px 0 30px 0;
}

@media only screen and (max-width: 991px) {
    .wrapper-customsplus .section-manual-data .the-bg-text {
        margin: 12px 0 20px 0;
    }
}

.wrapper-customsplus .section-manual-data .manual-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    align-items: start;
}

@media only screen and (max-width: 1199px) {
    .wrapper-customsplus .section-manual-data .manual-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

.wrapper-customsplus .section-manual-data .grid-inner-main {
    background: #ffefeb;
    border-radius: 40px;
    padding: 40px;
    height: 100%;
}

@media only screen and (max-width: 1600px) {
    .wrapper-customsplus .section-manual-data .grid-inner-main {
        border-radius: 30px;
        padding: 26px 24px;
    }
}

@media only screen and (max-width: 1199px) {
    .wrapper-customsplus .section-manual-data .grid-inner-main {
        border-radius: 30px;
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-customsplus .section-manual-data .grid-inner-main {
        border-radius: 16px;
        padding: 15px;
    }
}

.wrapper-customsplus .section-manual-data .grid-inner-main .consuming-inner {
    width: 100%;
}

.wrapper-customsplus .section-manual-data .grid-inner-main .consuming-inner .employees-had {
    width: 100%;
    margin-top: 70px;
}

@media only screen and (max-width: 1700px) {
    .wrapper-customsplus .section-manual-data .grid-inner-main .consuming-inner .employees-had {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1365px) {
    .wrapper-customsplus .section-manual-data .grid-inner-main .consuming-inner .employees-had {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 1199px) {
    .wrapper-customsplus .section-manual-data .grid-inner-main .consuming-inner .employees-had {
        margin-top: 10px;
    }
}

.wrapper-customsplus .section-manual-data .grid-inner-main .consuming-inner .small-grid {
    display: grid;
    grid-template-columns: 1fr 70px;
    gap: 15px;
    align-items: start;
}

@media only screen and (max-width: 1600px) {
    .wrapper-customsplus .section-manual-data .grid-inner-main .consuming-inner .small-grid {
        grid-template-columns: 1fr 62px;
    }
}

@media only screen and (max-width: 1199px) {
    .wrapper-customsplus .section-manual-data .grid-inner-main .consuming-inner .small-grid {
        grid-template-columns: 1fr 56px;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-customsplus .section-manual-data .grid-inner-main .consuming-inner .small-grid {
        grid-template-columns: 1fr 50px;
    }
}

@media only screen and (max-width: 575px) {
    .wrapper-customsplus .section-manual-data .grid-inner-main .consuming-inner .small-grid {
        grid-template-columns: 1fr 48px;
    }
}

.wrapper-customsplus .section-manual-data .grid-inner-main .consuming-inner .small-title-left {
    width: 100%;
}

.wrapper-customsplus .section-manual-data .grid-inner-main .consuming-inner .small-icon-right {
    width: 100%;
    background: #ffffff;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    line-height: 69px;
    text-align: center;
    vertical-align: middle;
}

@media only screen and (max-width: 1600px) {
    .wrapper-customsplus .section-manual-data .grid-inner-main .consuming-inner .small-icon-right {
        width: 62px;
        height: 62px;
        line-height: 61px;
    }
}

@media only screen and (max-width: 1199px) {
    .wrapper-customsplus .section-manual-data .grid-inner-main .consuming-inner .small-icon-right {
        width: 56px;
        height: 56px;
        line-height: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-customsplus .section-manual-data .grid-inner-main .consuming-inner .small-icon-right {
        width: 50px;
        height: 50px;
        line-height: 49px;
    }
}

@media only screen and (max-width: 575px) {
    .wrapper-customsplus .section-manual-data .grid-inner-main .consuming-inner .small-icon-right {
        width: 48px;
        height: 48px;
        line-height: 47px;
    }
}

@media only screen and (max-width: 1199px) {
    .wrapper-customsplus .section-manual-data .grid-inner-main .consuming-inner .small-icon-right img {
        width: 32px;
        height: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-customsplus .section-manual-data .grid-inner-main .consuming-inner .small-icon-right img {
        width: 28px;
        height: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .wrapper-customsplus .section-manual-data .grid-inner-main .consuming-inner .small-icon-right img {
        width: 26px;
        height: 26px;
    }
}

.wrapper-customsplus .section-streamlined-bg {
    width: 100%;
    background: #ffffff;
}

.wrapper-customsplus .section-streamlined-bg .recognizing {
    margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
    .wrapper-customsplus .section-streamlined-bg .recognizing {
        margin-top: 12px;
    }
}

.wrapper-customsplus .section-automation-bg {
    width: 100%;
    background: #ffffff;
}

.wrapper-customsplus .section-automation-bg .we-built {
    margin: 20px 0 25px 0;
}

@media only screen and (max-width: 1199px) {
    .wrapper-customsplus .section-automation-bg .we-built {
        margin: 12px 0 25px 0;
    }
}

@media only screen and (max-width: 575px) {
    .wrapper-customsplus .section-automation-bg .we-built {
        margin: 12px 0 0 0;
    }
}

.wrapper-customsplus .section-automation-bg .automation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 24px;
}

@media only screen and (max-width: 991px) {
    .wrapper-customsplus .section-automation-bg .automation-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.wrapper-customsplus .section-automation-bg .automation-left {
    width: 100%;
    background: #ffefea;
    border-radius: 40px;
    padding: 40px;
    box-shadow: -4px 4px 0px #ff3d00;
}

@media only screen and (max-width: 1199px) {
    .wrapper-customsplus .section-automation-bg .automation-left {
        border-radius: 20px;
        padding: 20px;
        box-shadow: -2px 2px 0px #ff3d00;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-customsplus .section-automation-bg .automation-left {
        border-radius: 16px;
        padding: 15px;
        box-shadow: none;
    }
}

.wrapper-customsplus .section-automation-bg .automation-left .document-main {
    width: 100%;
    margin-top: 15px;
}

.wrapper-customsplus .section-automation-bg .automation-left .document-main ul {
    margin: 0;
    padding-left: 25px;
}

@media only screen and (max-width: 991px) {
    .wrapper-customsplus .section-automation-bg .automation-left .document-main ul {
        padding-left: 18px;
    }
}

.wrapper-customsplus .section-automation-bg .automation-left .document-main ul li {
    width: 100%;
}

.wrapper-customsplus .section-ensuring-bg {
    width: 100%;
}

.wrapper-customsplus .section-efficiency-bg {
    width: 100%;
}

.wrapper-customsplus .section-efficiency-bg .reducing-grid {
    display: grid;
    grid-template-columns: 706px 1fr;
    gap: 78px;
}

@media only screen and (max-width: 1439px) {
    .wrapper-customsplus .section-efficiency-bg .reducing-grid {
        gap: 40px;
        align-items: center;
    }
}

@media only screen and (max-width: 1199px) {
    .wrapper-customsplus .section-efficiency-bg .reducing-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
    }
}

.wrapper-customsplus .section-efficiency-bg .reducing-left-box {
    width: 100%;
}

.wrapper-customsplus .section-efficiency-bg .reducing-left-box .reducing-manual-title {
    font-size: 28px;
}

@media only screen and (max-width: 1700px) {
    .wrapper-customsplus .section-efficiency-bg .reducing-left-box .reducing-manual-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1439px) {
    .wrapper-customsplus .section-efficiency-bg .reducing-left-box .reducing-manual-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-customsplus .section-efficiency-bg .reducing-left-box .reducing-manual-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) {
    .wrapper-customsplus .section-efficiency-bg .reducing-left-box .reducing-manual-title {
        font-size: 20px;
    }
}

.wrapper-customsplus .section-efficiency-bg .reducing-left-box .by-automating {
    margin: 8px 0 9px 0;
    display: inline-block;
}

@media only screen and (max-width: 1199px) {
    .wrapper-customsplus .section-efficiency-bg .reducing-left-box .by-automating {
        margin: 8px 0 5px 0;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-customsplus .section-efficiency-bg .reducing-left-box .by-automating {
        margin: 5px 0 0px 0;
    }
}

.wrapper-customsplus .section-efficiency-bg .reducing-left-box .reduction-bg {
    width: 100%;
    background: #ffefea;
    box-shadow: 4px 4px 0px #ff3d00;
    padding: 16px 18px 16px 20px;
    border-radius: 16px;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .wrapper-customsplus .section-efficiency-bg .reducing-left-box .reduction-bg {
        box-shadow: 2px 2px 0px #ff3d00;
        padding: 16px 15px 16px 15px;
        margin-top: 20px;
    }
}

.wrapper-customsplus .section-efficiency-bg .reducing-left-box .reduction-bg .data-accuracy {
    width: 100%;
    background: url("./img/svg/tick.svg") no-repeat;
    background-position: left 2px;
    padding-left: 32px;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 13px;
}

@media only screen and (max-width: 767px) {
    .wrapper-customsplus .section-efficiency-bg .reducing-left-box .reduction-bg .data-accuracy {
        background-position: left 1px;
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 13px;
    }
}

.wrapper-customsplus .section-efficiency-bg .we-built-an-ai {
    margin: 20px 0 60px 0;
}

@media only screen and (max-width: 1600px) {
    .wrapper-customsplus .section-efficiency-bg .we-built-an-ai {
        margin: 15px 0 30px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .wrapper-customsplus .section-efficiency-bg .we-built-an-ai {
        margin: 15px 0 15px 0;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-customsplus .section-efficiency-bg .we-built-an-ai {
        margin: 12px 0 15px 0;
    }
}

.wrapper-customsplus .section-efficiency-bg .workflow-right-box {
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .wrapper-customsplus .section-efficiency-bg .workflow-right-box {
        margin-top: 20px;
    }
}

.wrapper-customsplus .section-efficiency-bg .workflow-right-box img {
    border-radius: 40px;
}

@media only screen and (max-width: 1439px) {
    .wrapper-customsplus .section-efficiency-bg .workflow-right-box img {
        border-radius: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-customsplus .section-efficiency-bg .workflow-right-box img {
        border-radius: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .wrapper-customsplus .section-efficiency-bg .workflow-right-box img {
        border-radius: 16px;
    }
}

.wrapper-customsplus .sec-this-sparked-bg {
    width: 100%;
}

.wrapper-customsplus .section-demand-bg {
    width: 100%;
}

.wrapper-customsplus .section-standard-in-bg {
    width: 100%;
}

.wrapper-customsplus .section-standard-in-bg .standard-in-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .wrapper-customsplus .section-standard-in-bg .standard-in-grid {
        gap: 40px;
        align-items: center;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-customsplus .section-standard-in-bg .standard-in-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
    }
}

.wrapper-customsplus .section-standard-in-bg .standard-setting-left {
    width: 100%;
}

.wrapper-customsplus .section-standard-in-bg .standard-setting-left .document-processing {
    margin: 20px 0 15px 0;
}

@media only screen and (max-width: 1199px) {
    .wrapper-customsplus .section-standard-in-bg .standard-setting-left .document-processing {
        margin: 13px 0 12px 0;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-customsplus .section-standard-in-bg .standard-setting-left .document-processing {
        margin: 12px 0 12px 0;
    }
}

.wrapper-customsplus .section-standard-in-bg .setting-right-img {
    width: 100%;
    margin-top: 20px;
}

.wrapper-customsplus .section-standard-in-bg .setting-right-img img {
    border-radius: 40px;
}

@media only screen and (max-width: 1439px) {
    .wrapper-customsplus .section-standard-in-bg .setting-right-img img {
        border-radius: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-customsplus .section-standard-in-bg .setting-right-img img {
        border-radius: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .wrapper-customsplus .section-standard-in-bg .setting-right-img img {
        border-radius: 16px;
    }
}