body{
    color: #575757;
}
span.icon {
    background: var(--blue);
    display: flex;
}

span.icon img {
    display: block;
}
.bannerContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width:60%;
}
.bannerContent h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
}
.bannerContent * {
    text-align: center;
}

span.btn {
    padding: 8px 30px;
    background: var(--green);
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 20px;
    min-width: 190px;
    font-size: 20px;
}
.groupService {
    padding: 20px 0 40px;
}

.groupService h3 {
    font-weight: 300;
    text-align: center;
    margin-top: 20px;
    font-size: var(--headdingH2);
}
.keypoints {
    padding: 40px 0;
    background: #F2F2F2 url(../images/Rectangle-96.png) no-repeat right center;
    background-size: auto 100%;
}
.keypoints ul.poligon {
    margin-bottom: 30px;
    margin-top: 10px;
    margin-left: 15px;
}
ul.poligon li {
    background: url(../images/Polygon-1.svg) no-repeat left center;
    background-size: 8px;
    padding: 3px 0;
    padding-left: 15px;
    font-size: var(--headdingH4);
}

.compliance {
    padding: 40px 0 20px;;
    text-align: center;
}

.compliance h2, .compliance h3 {
    text-align: center;
    margin-bottom: 20px;
}

.compliance h3 {
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: var(--headdingH2);
}

ul.complianceList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.complianceList li {
    width: 25%;
    padding: 0 10px;
    text-align: center;
    padding-top: 50px;
}

ul.complianceList li span.icon {
    width: 90px;
    height: 90px;
    padding: 20px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 10px;
    margin-top: -45px;
}

ul.complianceList li p {
    text-align: center;
    margin-top: 30px;
    font-size: 17px;
}

ul.complianceList li {
    margin-bottom: 40px;
}

ul.complianceList li .content {
    border: 1px solid #ccc;
    padding: 20px;
    padding-top: 0;
    height: 100%;
    border-radius: 6px;
}

.products .row {
    display: flex;
    flex-wrap: wrap;
}


.products {
    padding: 40px 0 20px;
}
.products .row .content {
    background: #eee;
    text-align: center;
}

.products .row .content img {
    width: 100%;
    height: auto;
}

.products .row .content h3 {
    padding: 20px 0;
    text-align: center;
}
.products h2 {
    text-align: center;
    margin-bottom: 20px;
}



.whyus {
    padding: 40px 0;
    background: #333 url(../images/Rectangle98.png) no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    position: relative;
}
.whyus:before {content: "";display: block;width: 100%;height: 100%;background: rgb(0 0 0 / 75%);position: absolute;top: 0;left: 0;}

.whyus .container {
    position: relative;
}

.whyus * {
    text-align: center;
}

.whyus  .row.d-flex {
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.whyus h2, .whyus p, .whyus img {
    margin-bottom: 20px;
}
.whyus p{
    font-size: var(--headdingH3);
}
.whyus  .col.span_3:not(:last-child) {
    border-right: 1px solid rgb(255 255 255 / 25%);
}
.calculatorSection {
    padding: 40px 0;
}
.whyus .col.span_3 {
    width: 25%;
    margin-bottom: 0;
    padding: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
}

.whyus .col.span_3:nth-child(n+4) {
    border-bottom: 0;
}

.whyus .col.span_3:nth-child(3) {
    border-right: 1px solid rgb(255 255 255 / 25%);

}
.whyus .col.span_3:nth-child(4) {
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
}

.whyus.oem-wholesale .col.span_3{
    width: 33.3%;
}
.whyus.oem-wholesale .col.span_3:nth-child(3) {
    border-right: none;

}
.whyus.oem-wholesale .col.span_3:nth-child(4) {
    border-right: 1px solid rgb(255 255 255 / 25%);
    border-bottom: none;
}
@media only screen and (max-width:767px){
    .bannerContent {
        position: static;
        transform: unset;
        color: #555;
        width: 100%;
    }

    .bannerContent h2 {
        font-size: var(--headdingH4);
    }

    .bannerContent span.btn {
        color: #fff;
        margin-bottom: 10px;
    }

    .bannerContent {
        padding: 20px 20px 0;
    }

    .groupService h3 {
        font-size: var(--headdingH4);
    }

    .groupService h3 br {
        display: none;
    }

    .groupService, .keypoints, .compliance {
        padding: 20px 0;
    }

    .compliance h3 br {
        display: none;
        font-size: var(--headdingH4);
    }

    .compliance h3 {
        font-size: var(--headdingH4);
    }

    ul.complianceList li {
        width: 50%;
        margin-bottom: 20px;
    }

    ul.complianceList li span.icon {
        width: 50px;
        height: 50px;
        padding: 10px;
        margin-top: -25px;
    }
    .products .row .col.span_3 {
        width: 50%;
    }

    .products .row .content {
        height: 100%;
    }

    .products .row .content h3 {
        padding: 10px;
        font-size: var(--headdingH4);
    }

    .whyus h2 {
        font-size: var(--headdingH3);
    }

    .whyus {
        padding: 20px 0;
    }

    .whyus .col.span_3 {
        width: 50%;
        padding: 20px 7px;
    }
    .whyus .col.span_3:nth-child(2), .whyus .col.span_3:nth-child(6) {
        border-right: none;

    }
    .whyus .col.span_3:nth-child(5), .whyus .col.span_3:nth-child(6) {
        border-bottom: 1px solid rgb(255 255 255 / 25%);

    }
    .whyus .col.span_3 span.iconImage img {
        max-width: 30px;
    }
}