.productBannerHeading,
.productContentbox span {
    font-weight: 600;
    line-height: 120%;
    color: #fff;
    letter-spacing: 0
}

.reportparagraph,
.textCenter,
.valvesImageset {
    text-align: center
}

*,
.reportcards {
    box-sizing: border-box
}

.whatwedoProductbanner {
    background: url(../images/whatwedoproducts/productsbanner.webp) center left no-repeat;
    position: relative
}

.productContentbox {
    background: #e3eeff;
    padding: 45px 40px;
    position: relative;
    width: 100%;
    max-width: 997px;
    margin: 270px 0 40px
}

.marginbottomSet,
.reportparagraph {
    margin-bottom: 20px
}

.productAlign {
    display: flex;
    align-items: flex-end
}

.headingAlignset,
.partnerDetails span {
    display: inline-block
}


.headingAlignset p {
    text-align: end;
    font-size: 28px;
    text-decoration: underline;
    margin-top: 10px;
    color: #1e4683;
    opacity: 0;
    transform: translateY(-20px);
    animation: 1s .5s forwards fadeDown
}

@keyframes fadeDown {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}



.productContentbox span {
    font-size: 24px;
    background: #e1171f;
    padding: 7px 16px;
    position: absolute;
    top: -20px
}

.productBannerHeading {
    font-size: 26px;
    padding: 14px 10px;
    background: linear-gradient(118.04deg, #1e4683 3.55%, #1a2a38 95.74%);
    display: inline-flex
}

.alignText {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    gap: 10px
}

.alignText p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    color: #525252
}

.customAligntext {
    padding: 64px 0 37px
}

.productContentDetails {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: -118px;
    flex-wrap: wrap;
    max-width: 1139px;
    width: 100%
}

.colorBlue {
    margin-top: 20px;
    background: #243b6b
}

.productContentDetailscard,
.productContentDetailscard1 {
    padding: 36px 30px 60px;
    background-color: #fff;
    overflow: hidden;
    position: relative
}

.colorBlue:hover {
    background: #fff;
    color: #243b6b;
}

/* hide white arrow by default */
.arrow-hover {
    display: none;
}

/* hide default arrow and show white arrow on hover */
.viewProduct:hover .arrow-default {
    display: none;
    transition: 0.7s ease;
}

.viewProduct:hover .arrow-hover {
    display: inline-block;
    transition: 0.7s ease;
}

.viewProduct {
    transition: 0.7s ease;
}

.viewProduct img {
    transition: 0.7s ease;
}

.viewProduct:hover img {
    transition: 0.7s ease;
}



.productContentDetailscard {
    width: 100%;
    max-width: 562px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.productContentDetailscard h4 .block {
    display: inline
}

.productContentDetailscard1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/whatwedoproducts/productoverviewcardbg1.webp) bottom left no-repeat;
    filter: blur(0px);
    opacity: 1;
    z-index: 0
}

.productContentDetailscard1>*,
.productContentDetailscard>* {
    position: relative;
    z-index: 1
}

.productContentDetailscard h4,
.productContentDetailscard1 h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    color: #1e4683
}

.productContentDetailscard p,
.productContentDetailscard1 p {
    padding: 20px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0
}

.productContentDetailscard::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/whatwedoproducts/productoverviewcardbg.webp) bottom left no-repeat;
    filter: blur(0px);
    opacity: .1;
    z-index: 0
}

.valvesImageset {
    margin-top: 40px
}

.productlistAlign {
    background: #f4f8ff;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 155px;
    position: relative;
    padding-bottom: 84px
}

.FullWidthSet {
    width: 100%;
    max-width: 1139px
}

.displayAlign {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.marginTopset {
    margin-top: 32px
}

.colorRed {
    margin-top: 20px;
    background: #e1171f
}

.colorRed:hover {
    background: #fff;
    color: #243b6b;
}

.sizingProgram {
    background: linear-gradient(118.04deg, #1e4683 3.55%, #1a2a38 95.74%)
}

.leftSizemenu .headingFont {
    color: #fff;
    margin-bottom: 35px
}

.programsizingAlign,
.workdetailsAlign {
    display: flex
}

.leftSizemenu {
    width: 100%;
    max-width: 835px;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    padding: 90px 30px 90px 0
}

.leftSizemenu p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    color: #fff
}

.accordion-title,
.rightSizemenu p {
    font-weight: 600;
    line-height: 120%;
    color: #fff
}

.rightSizemenu {
    border-left: 2px solid gray;
    padding: 90px 0
}

.rightSizemenu p {
    font-size: 24px;
    letter-spacing: 0;
    padding-left: 28px
}

.accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.rightLine {
    border-right: 1px solid gray
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 40px 0 40px 40px
}

.accordion-item.active .accordion-header {
    padding-bottom: 20px
}

.accordion-left {
    display: flex;
    align-items: center;
    gap: 20px
}

.accordion-icon {
    width: 50px;
    padding: 9px;
    border-radius: 50%;
    background: #fff;
    transition: background .3s
}

.accordion-item.active .accordion-icon {
    background: 0 0
}

.accordion-title {
    font-size: 20px
}

.accordion-content {
    overflow: hidden;
    transition: .3s;
    display: none;
    padding: 0 60px 16px 82px
}

.accordion-item.active .accordion-content {
    display: block
}

.accordion-item .arrow {
    transition: transform .3s;
    display: flex;
    align-items: center;
    transform: rotate(180deg)
}

.accordion-item.active .arrow {
    transform: rotate(0)
}

.accordion-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    margin: 0
}

.reportcards h2,
.reportparagraph {
    line-height: 120%;
    letter-spacing: 0
}

.materialtestReportsportal {
    position: relative
}

.reportButtonalign {
    display: flex;
    gap: 16px;
    justify-content: center
}

.imageAlign {
    width: 100%;
    position: relative
}

.ReportBackgroundalign {
    display: flex;
    justify-content: center;
    align-items: center
}

.reportcardsDetails {
    display: flex;
    flex-wrap: wrap
}

.reportBox {
    background: #fff;
    padding: 60px 50px;
    box-shadow: 0 -2px 8px 0 #0000000A
}

.reportparagraph {
    font-weight: 400;
    font-size: 20px;
    color: #525252;
    margin-top: 17px
}

.reportcards {
    width: 33.33%;
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-right: none;
    border-bottom: none
}

.reportcards h2 {
    font-weight: 600;
    font-size: 24px;
    color: #e1171f;
    margin-bottom: 10px;
    margin-top: 27px
}

.reportcards span {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0
}

.Productconfigurator p,
.defineParameters p,
.howItworksDetails h4 {
    line-height: 120%;
    letter-spacing: 0
}

.customBorderset {
    border-bottom: 1px solid #e0e0e0
}

.reportcards:nth-child(-n+3) {
    border-top: none
}

.reportcards:nth-child(3n+1) {
    border-left: none
}

.materialtestReportsportal .container {
    position: absolute;
    top: 214px
}

.Productconfigurator {
    padding-top: 493px;
    padding-bottom: 75px;
    background: #f4f8ff
}

.Productconfigurator p {
    color: #525252;
    font-weight: 400;
    font-size: 20px;
    margin-top: 20px
}

.Productconfigurator .headingFont {
    margin-bottom: 34px
}

.howItworksDetails h4 {
    color: #e1171f;
    font-weight: 600;
    font-size: 32px
}

.howItworksDetails {
    margin-top: 54px
}

.defineParameters p {
    font-weight: 500;
    font-size: 24px;
    color: #000;
    padding: 20px 0 90px 65px
}

.howItworksDetails h4 {
    padding-bottom: 32px
}

.defineParametersimg {
    border-top: 2px dashed gray;
    border-radius: 240px 240px 0 0
}

.defineParametersimg img {
    padding: 0 0 0 60px
}

.defineParametersimg p {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0;
    color: #525252;
    padding: 20px 30px 45px 79px
}

.plantmanagerMessage p,
.plantmanagerMessage span {
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0
}

.borderRightset {
    border-right: 1px solid #ccc;
    width: 100%
}

.plantmanagerMessage {
    background: #fff;
    padding: 37px 100px 40px 26px;
    margin-left: auto;
    width: 953px;
    margin-top: 50px
}

.plantmanagerMessage p {
    font-size: 32px;
    color: #1e4683;
    margin-bottom: 30px
}

.plantmanagerMessage span {
    color: #e1171f;
    font-size: 24px
}

.alignButtoncenter {
    display: flex;
    justify-content: center;
    margin-top: 42px
}

@media screen and (max-width:1750px) {
    .reportcards {
        padding: 20px
    }

    .defineParametersimg p {
        font-size: 20px
    }

    .leftSizemenu {
        max-width: 710px
    }

    .Productconfigurator {
        padding-top: 560px
    }

    .plantmanagerMessage p {
        font-size: 28px
    }
}

@media screen and (max-width:1450px) {
    .leftSizemenu {
        max-width: 600px
    }

    .reportparagraph {
        font-size: 18px
    }

    .defineParametersimg p {
        font-size: 20px
    }

    .Productconfigurator {
        padding-top: 660px
    }

    .defineParameters p {
        padding: 20px 0 60px 65px
    }

    .plantmanagerMessage p {
        font-size: 24px
    }

    .plantmanagerMessage {
        width: 800px
    }
}

@media screen and (max-width:1250px) {
    .productContentbox {
        max-width: 900px
    }

    .productContentDetailscard {
        max-width: 505px
    }

    .leftSizemenu {
        padding: 60px 20px 90px
    }

    .rightSizemenu {
        padding: 60px 20px
    }

    .alignText p,
    .productContentDetailscard p,
    .reportcards span {
        font-size: 16px
    }

    .productContentbox span {
        font-size: 22px
    }

    .productBannerHeading,
    .reportcards h2 {
        font-size: 20px
    }

    .headingAlignset p {
        font-size: 22px;
    }

    .headingFont {
        font-size: 32px
    }

    .Productconfigurator p,
    .accordion-title,
    .rightSizemenu p {
        font-size: 18px
    }

    .accordion-header {
        padding: 30px 0 30px 10px
    }

    .accordion-content {
        padding: 0 50px 16px 52px
    }

    .materialtestReportsportal .container {
        top: 170px
    }

    .defineParametersimg .block,
    .reportparagraph .block {
        display: inline
    }

    .reportBox {
        padding: 40px 30px
    }

    .Productconfigurator {
        padding: 630px 20px 50px
    }

    .defineParametersimg img {
        width: 30%;
        padding: 0 0 0 30px
    }

    .defineParameters p {
        padding: 20px 0 60px 30px
    }

    .plantmanagerMessage {
        width: 630px
    }

    .productlistAlign {
        margin-top: 130px
    }
}

@media screen and (max-width:1024px) {
    .productContentbox {
        max-width: 750px
    }

    .productContentDetailscard {
        max-width: 450px;
        padding: 36px 15px 60px
    }

    .productContentDetailscard h4 {
        font-size: 22px
    }

    .productContentDetailscard p {
        font-size: 15px
    }

    .headingFont {
        font-size: 28px
    }

    .leftSizemenu {
        padding: 60px 10px 90px;
        max-width: 485px
    }

    .leftSizemenu p,
    .reportparagraph {
        font-size: 16px
    }

    .rightSizemenu p {
        padding-left: 15px;
        font-size: 16px
    }

    .accordion-header {
        padding: 30px 0
    }

    .reportcards h2 {
        font-size: 20px
    }

    .Productconfigurator p .block {
        display: inline
    }

    .defineParameters p {
        padding: 20px 0 30px 30px
    }

    .plantmanagerMessage {
        padding: 37px 50px 40px 26px
    }
}

@media screen and (max-width:991px) {
    .whatwedoProductbanner {
        background: url(../images/whatwedoproducts/productsbannermob.webp) center top / cover no-repeat;
        position: relative;
        margin-top: 90px
    }

    .productContentbox span {
        font-size: 23px;
    }


    .productContentbox {
        max-width: 100%;
        margin: 270px 0 0
    }

    .productContentDetailscard {
        max-width: 45%;
        display: flex;
        flex-direction: column-reverse;
        padding: 20px 15px 30px
    }

    .productContentDetailscard p,
    .productContentDetailscard1 p {
        display: none
    }

    .productContentDetailscard .viewProduct {
        font-size: 14px
    }

    .productContentDetailscard h4 {
        margin-top: 15px;
        font-size: 24px
    }

    .productsOverview {
        background: #f4f8ff
    }

    .valvesImageset {
        margin-top: 10px
    }

    .plantmanagerMessage,
    .reportcards,
    .valvesImageset img {
        width: 100%
    }

    .productContentDetailscard::before {
        opacity: .1;
        background-size: 55%
    }

    .displayAlign .viewProduct {
        width: 65%;
        text-align: center;
        justify-content: center
    }

    .ReportBackgroundalign,
    .programsizingAlign {
        display: flex;
        flex-direction: column
    }

    .leftSizemenu {
        max-width: 100%;
        padding: 60px 10px 40px
    }

    .rightSizemenu {
        border-left: none;
        padding: 30px 20px
    }

    .Productconfigurator p,
    .rightSizemenu .approachDetails {
        font-size: 20px
    }

    .accordion-header {
        padding: 20px 0
    }

    .d-mob .rightmenualignText {
        font-weight: 400;
        margin-top: 26px;
        padding-left: 5px
    }

    .materialtestReportsportal .container {
        top: 0;
        position: relative
    }

    .reportBox {
        box-shadow: none
    }

    .Productconfigurator {
        padding: 50px 20px
    }

    .borderRightset {
        border-right: none
    }

    .workdetailsAlign {
        flex-direction: column
    }

    .defineParametersimg {
        border-radius: 5440px 5450px 0 0;
        position: relative;
        max-height: 350px;
        border-bottom: 1px solid #cccc;
        display: flex;
        flex-direction: column;
        gap: 60px;
        height: 100%
    }

    .defineParametersimg img {
        width: 20%;
        position: relative;
        left: 38%;
        margin-top: -4%
    }

    .Productconfigurator p .block {
        display: block
    }

    .defineParameters p {
        text-align: center;
        font-size: 20px;
        padding: 20px 0 50px 30px
    }

    .headingSetting p .block {
        display: inline
    }

    .reports.owl-carousel .owl-item img {
        width: auto
    }

    .FullWidthSet {
        width: 100%;
        max-width: 92%
    }

    .howItworksDetails h4 {
        text-align: center
    }

    .productContentDetailscard p,
    .productContentDetailscard1 p {
        font-size: 16px;
    }

    .productBannerHeading,
    .reportcards h2 {
        font-size: 22px;
    }

    .headingAlignset p {
        font-size: 22px;
    }
}

@media screen and (max-width:767px) {

    .displayAlign .viewProduct,
    .productContentDetailscard .viewProduct {
        padding: 10px;
        font-size: 11px
    }

    .productBannerHeading,
    .reportcards h2 {
        font-size: 18px;
    }

    .productContentbox {
        padding: 45px 15px
    }

    .defineParametersimg .workdetailsAlignment .block,
    .productContentDetailscard h4 .block {
        display: block
    }

    .productContentDetailscard::before {
        opacity: .1;
        background-size: 70%
    }

    .productContentDetailscard h4 {
        font-size: 18px
    }

    .block {
        display: inline
    }

    .displayAlign .viewProduct {
        justify-content: center;
        width: 100%
    }

    .productlistAlign {
        padding-bottom: 60px
    }

    .leftSizemenu {
        padding: 60px 10px 20px
    }

    .Productconfigurator {
        padding: 50px 10px
    }

    .Productconfigurator p {
        font-size: 16px
    }

    .howItworksDetails {
        margin-top: 30px
    }

    .productContentDetailscard1 p {
        display: none
    }

    .reportcardsDetails {
        display: initial
    }

    .FullWidthSet {
        width: 100%;
        max-width: 100%
    }

    .reportcards {
        border: none
    }

    .plantmanagerMessage {
        margin-top: 0
    }

    .headingAlignset p {
        font-size: 21px;
    }
}

@media screen and (max-width:500px) {
    .productBannerHeading {
        font-size: 18px
    }

    .headingAlignset p {
        font-size: 20px;
    }

    .productContentbox {
        padding: 45px 10px;
        margin: 200px 0 0
    }

    .productContentbox span {
        font-size: 22px;
        top: -14px
    }

    .productContentbox img {
        width: 40px
    }

    .customAligntext {
        padding: 30px 0
    }

    .headingFont {
        font-size: 26px
    }

    .productContentDetailscard {
        max-width: 100%
    }

    .productContentDetailscard .viewProduct {
        padding: 10px;
        font-size: 16px;
        width: 100%;
        justify-content: center
    }

    .productContentDetailscard1 p {
        font-size: 16px
    }

    .displayAlign {
        flex-direction: column-reverse
    }

    .rightSizemenu .approachDetails {
        font-size: 18px;
        padding-left: 0
    }

    .d-mob .marginTopset {
        padding: 15px 20px
    }

    .reportBox,
    .rightSizemenu {
        padding: 30px 10px
    }

    .rightSizemenu p {
        padding-left: 15px
    }

    .reportButtonalign {
        gap: 0;
        flex-direction: column
    }

    .reportButtonalign .viewProduct {
        justify-content: center;
        padding: 15px 20px
    }

    .Productconfigurator .headingFont {
        margin-bottom: 20px
    }

    .howItworksDetails h4 {
        padding-bottom: 0
    }

    .defineParametersimg {
        gap: 10px
    }

    .defineParametersimg img {
        width: 30%;
        position: relative;
        left: 30%;
        margin-top: -7%
    }

    .Productconfigurator p .block {
        display: inline
    }

    .defineParameters p {
        padding: 20px 20px 50px
    }

    .plantmanagerMessage {
        padding: 15px 20px 20px
    }

    .plantmanagerMessage span {
        font-size: 20px
    }

    .alignButtoncenter .viewProduct {
        padding: 15px 10px
    }

    .alignButtoncenter {
        margin-top: 20px
    }

    .productContentDetails .viewProduct {
        font-size: 15px
    }

    .howItworksDetails h4 {
        font-size: 24px;
        text-align: center
    }
}