/* general elements start */
.my-container {
    padding-left: 16px;
    padding-right: 16px;
}

.reason-title, .feature-title, .benefit-title, .video-title, .service-title, .faq-title {
    color: #242424;
    font-weight: 800;
    line-height: 1.45;
    font-size: 25px;
}

.reason-content, .feature-content, .benefit-content, .video-content, .service-content, .faq-content {
    font-size: 14px;
    line-height: 1.7;
}

.my-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 17px;
    min-height: 35px;
}

.my-btn span {
    pointer-events: none;
}
.my-btn img {
    pointer-events: none;
    width: 14px;
    margin-left: 8px;
}

.my-btn-1 {
    color: #ffffff;
    background-color: #191919;
}

.my-btn-2 {
    color: #ffffff;
    background-color: #00cfbd;
}

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

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

/* general elements end */

/* banner start */
.banner-sec {
    margin-bottom: 50px;
}

.banner-swiper-row {
    background-color: #ffffff;
}
.banner-img {
    height: 320px;
    width: auto;
    display: inline-block;
    margin-bottom: 45px;
}

.banner-slider-pagination {
    top: 325px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: auto !important;
    border-color: #1b1a1a !important;
}

#banner-swiper .swiper-slide {
    margin: 0 !important;
}

.banner-slider-pagination .swiper-pagination-bullet {
    width: 20px !important;
    height: 12px !important;
    background-color: #00b5ea !important;
}

.banner-breadcrumb {
    font-weight: 700;
    font-size: 14px;
    color: #797979;
    margin-bottom: 12px;
}

.banner-breadcrumb span {
    color: #0d0b0b;
}

.banner-title {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.3;
    color: #535252;
    margin-bottom: 14px;
}

.banner-title span {
    color: #04c0f7;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.banner-content {
    font-size: 12px;
    color: #0d0b0b;
    font-weight: 400;
    margin-bottom: 14px;
}

.banner-col {
    text-align: center;
}

.banner-btns {
    display: inline-flex;
    gap: 8px;
}
@media(min-width:420px){
    .banner-img {
        height: 400px;
        margin-bottom: 40px;
    }
    .banner-slider-pagination {
        top: 400px !important;
    }
}
/* banner end */

/* reason start */
.reason-sec {
    margin-bottom: 35px;
}

.reason-title {
    margin-bottom: 14px;
}

.reason-content {
    margin-bottom: 29px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.reason-title, .reason-content {
    text-align: center;
}

.reason-row {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.reason-row::before {
    content: "";
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 84%;
    z-index: -1;
    transform: translateX(-50%);
    max-width: 575px;
    display: block;
    position: absolute;
    border-radius: 30px;
    background: linear-gradient(rgba(155, 157, 158, 0.2), transparent);
}

.reason-col {
    display: flex;
    position: sticky;
    top: 100px;
    padding: 0 0 14px 0;
}

.reason-col-2 {
    top: 115px;
}

.reason-col-3 {
    top: 130px;
}

.reason-col-4 {
    top: 145px;
}

.reason-card {
    padding: 24px 16px 18px 16px;
    display: flex;
    max-width: 520px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px -9px 13.5px rgba(36, 167, 169, 0.16);
}

.reason-card-title {
    margin-bottom: 6px;
}

.reason-card-col-1 {
    width: 80px;
    flex-shrink: 0;
    margin-right: 10px;
}

/* reason end */

/* features start */
.feature-sec {
    margin-bottom: 60px;
}

.feature-title {
    margin-bottom: 14px;
}

.feature-title, .feature-content {
    text-align: center;
}

.feature-content {
    margin-bottom: 20px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.feature-row {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
}

.feature-row::before {
    content: "";
    left: 50%;
    top: 45px;
    width: 100%;
    height: 84%;
    z-index: -1;
    transform: translateX(-50%);
    display: block;
    position: absolute;
    border-radius: 30px;
    background: linear-gradient(rgba(155, 157, 158, 0.2), transparent);
}

.feature-street-light-row::before {
    opacity: 0;
}

.feature-col {
    width: 50%;
    padding: 8px;
    display: flex;
    text-align: center;
}

.feature-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: 0px 27px 35px rgba(36, 167, 169, 0.19);
}

.feature-street-light-card {
    background-color: rgba(255,255,255,0.7);
}

.feature-card-img {
    width: 55px;
    margin-bottom: 4px;
    display: inline-block;
}

.feature-street-light-card-img {
    width: 145px;
    max-width: 100%;
}

.feature-card-title {
    font-weight: 700;
    color: #0d0b0b;
    margin-top: auto;
    margin-bottom: auto;
}
@media(min-width:500px){
    .feature-street-light-card-img {
        width: 115px;
    }
}
@media(min-width:800px){
    .feature-street-light-row .feature-col {
        width: 16%;
    }
    .feature-street-light-row .feature-card {
        animation: updown 1200ms cubic-bezier(0.71, 0.16, 0.89, 0.43) 0s infinite alternate both running;
    }

    .feature-row .feature-card-2,
    .feature-row .feature-card-4,
    .feature-row .feature-card-6 {
        animation-delay: 600ms;
    }
}
/* features end */

/* pumps start */
.pump-row-group {
    margin-bottom: 55px;
}

.pump-row {
    margin-bottom: 45px;
}

.pump-col {
    text-align: center;
}

.pump-img {
    max-height: 345px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.pump-title {
    font-size: 28px;
    color: #000000;
    line-height: 1.4;
    font-weight: 800;
    margin-bottom: 18px;
}

.pump-title span {
    color: #00aeee;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.pump-content {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
}

.pump-features {
    column-count: 2;
    list-style: none;
    text-align: left;
    margin-bottom: 16px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.pump-features li {
    break-inside: avoid;
}

.pump-features li .pump-feature-card {
    display: flex;
    color: #0c002a;
    font-weight: 700;
    padding: 5px 2px;
    line-height: 1.45;
    align-items: flex-start;
}

.pump-features li img {
    width: 12px;
    position: relative;
    top: 3px;
    margin-right: 6px;
    display: inline-block;
}

.pump-type-title {
    margin-bottom: 12px;
}

.pump-subtypes {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.pump-subtype-title {
    display: inline-flex;
    border: 1px solid #a5a5a5;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 99px;
    font-weight: 800;
    margin: 3px;
    position: relative;
}

.pump-subtype-title-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    border-radius: 99px;
    justify-content: center;
    align-items: center;
}
/* pumps end */

/* benefits start */
.benefit-sec {
    margin-bottom: 70px;
}

.benefit-col-1 {
    text-align: center;
}

.benefit-title {
    margin-bottom: 16px;
}

.benefit-title span {
    color: #04c0f7;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.benefit-content {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.benefit-card-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    margin-bottom: 10px;
}

.benefit-card-col {
    width: 50%;
    padding: 8px;
    display: flex;
}

.benefit-card {
    width: 100%;
    display: flex;
    padding: 10px 14px;
    border-radius: 10px;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0px -5px 5px rgba(98, 107, 107, 0.09);
}

.benefit-card-img {
    width: 50px;
    margin-right: 8px;
}

.benefit-card-title {
    font-weight: 800;
    line-height: 1.45;
    margin-bottom: 0;
}

.benefit-mobile {
    text-align: center;
}

.benefit-desktop {
    display: none;
}

/* benefits end */


/* beneficial start */
.beneficial-card-row {
    position: relative;
    margin: 32px auto 16px auto;
    max-width: 575px;
    padding: 0px 0px;
}
.beneficial-card-row::before {
    content: "";
    left: 50%;
    top: -5px;
    opacity: 0;
    width: 100%;
    height: 84%;
    z-index: -1;
    transform: translateX(-50%);
    display: block;
    position: absolute;
    border-radius: 30px;
    background: linear-gradient(rgba(155, 157, 158, 0.2), transparent);
}
.beneficial-card {
    padding: 20px 16px;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    margin-bottom: 16px;
    box-shadow: 2.837px -0.977px 10.5px rgba(68,68,68,0.13);
}
.beneficial-card::after {
    content: "";
    height: 4px;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    background-color: #8bdef7;
}
.beneficial-card-icon {
    width: 50px;
    height: auto;
    margin-bottom: 12px;
}
.beneficial-card-title {
    font-size: 17px;
    font-weight: 800;
    color: #2a1717;
    margin-bottom: 10px;
}
.beneficial-card-subtitle {
    color: #0d0b0b;
    line-height: 1.5;
    font-size: 14px;
}
.beneficial-card-row-desktop {
    display: none;
}
.beneficial-card-row-mobile {
    margin-bottom: 30px;
}
.beneficial-card-row-mobile .beneficial-card-col {
    position: sticky;
    top: 100px;
}
.beneficial-card-row-mobile .beneficial-card-col-2 {
    top: 120px;
}
.beneficial-card-row-mobile .beneficial-card-col-3 {
    top: 140px;
}
.beneficial-card-row-mobile .beneficial-card-col-4 {
    top: 160px;
}
.beneficial-card-swiper-buttons {
    padding-left: 26px;
    display: flex;
    gap: 10px;
}
.beneficial-card-swiper-button-prev,
.beneficial-card-swiper-button-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 25px;
    background: #0b0b0b;
    border-radius: 17px;
    cursor: pointer;
    transition: background 200ms ease;
}
.beneficial-card-swiper-button-prev.active,
.beneficial-card-swiper-button-next.active {
    background: #04b7cc;
}
/* beneficial end */


/* video start */
.video-sec {
    margin-bottom: 80px;
}

.video-container {
    text-align: center;
}

.video-title {
    margin-bottom: 14px;
}

.video-content {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.video-box {
    margin-left: auto;
    margin-right: auto;
}

.video-iframe {
    border-radius: 10px;
}

/* video end */

/* services start */
.service-col-1 {
    text-align: center;
}

.service-title {
    margin-bottom: 14px;
}

.service-title span {
    color: #04c0f7;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.service-content {
    margin-bottom: 18px;
    max-width: 775px;
    margin-left: auto;
    margin-right: auto;
}

.service-items {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.service-acrdn-icon {
    width: 24px;
    flex-shrink: 0;
    margin-right: 9px;
}

.service-acrdn {
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 12px;
    border: 1px solid rgba(11, 11, 11, 0.2);
}

.service-acrdn-title {
    display: flex;
    font-weight: 700;
    padding: 10px 10px 10px 10px;
    align-items: center;
    cursor: pointer;
    text-align: left;
    background: transparent;
    transition: padding 200ms ease-out;
}

.service-acrdn-title span {
    flex-grow: 1;
    color: #212121 !important;
}

.service-acrdn-title::after {
    content: "";
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    transition: transform 200ms ease-out;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212121' viewBox='0 0 16 16'%3E%3Cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3E%3C/svg%3E");
}

.service-acrdn-title.active {
    font-weight: 800;
    padding: 10px 10px 0px 10px;
}

.service-acrdn-title.active::after {
    transform: rotate(90deg);
}

.service-acrdn-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 200ms ease-out;
}

.service-acrdn-content {
    padding: 0 10px 10px 42px;
    line-height: 1.45;
}

.service-mobile {
    padding-top: 15px;
    text-align: center;
}

.service-desktop {
    display: none;
}

/* services end */

/* faq section start */
.faq-container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.faq-title, .faq-content {
    text-align: center;
}

.faq-title {
    margin-bottom: 12px;
}

.faq-content {
    margin-bottom: 20px;
}

.faq-acdn {
    max-width: 545px;
    margin-left: auto;
    margin-right: auto;
}

.faq-acdn-item {
    margin-bottom: 10px;
}

.faq-acdn-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 200ms ease-out;
}

.faq-acdn-content {
    padding: 10px 10px 0px 10px;
    line-height: 1.45;
}

.faq-acdn-head {
    border-radius: 10px;
    cursor: pointer;
    text-align: left;
    padding: 14px 15px;
    color: #160d3a;
    line-height: 1.45;
    display: flex;
    align-items: center;
    font-weight: 700;
    background-color: #f4f4f4;
    transition: all 200ms ease-out;
}

.faq-acdn-head.active {
    color: #ffffff;
    background-color: #163053;
}

.faq-acdn-head::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    margin-right: 8px;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    transition: transform 500ms ease-in-out;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23160d3a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM232 344V280H168c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V168c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H280v64c0 13.3-10.7 24-24 24s-24-10.7-24-24z'/%3E%3C/svg%3E");
}

.faq-acdn-head.active::before {
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM184 232H328h24v48H328 184 160V232h24z'/%3E%3C/svg%3E");
}

/* faq section end */
@media (min-width:360px) {
    .feature-col {
        width: 33.33%;
        max-width: 200px;
    }

}

@media (min-width:400px) {
    .pump-subtype-title {
        width: 48px;
        height: 48px;
        margin: 4px;
    }
    .pump-img {
        max-height: 400px;
    }

}

@media (min-width:426px) {
    .pump-features li img {
        width: 14px;
    }

    .pump-subtype-title {
        font-size: 13px;
        width: 50px;
        height: 50px;
    }

}

@media(min-width:500px){
    .video-box {
        max-width: 80%;
    }
    .pump-img {
        max-height: 450px;
    }
}

@media(min-width:800px){
    .video-box {
        max-width: 700px;
    }
}

@media(min-width:890px){
    .beneficial-card-row {
        max-width: 700px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .beneficial-card-col {
        width: 49%;
    }
}


@media(max-width:1023.99px){
    .banner-breadcrumb {
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        text-align: center;
    }
    .street-light-banner-breadcrumb {
        top: 15px;
    }
}

/* desktop start */
@media (min-width:1024px) {
    .my-container {
        padding-left: 8%;
        padding-right: 8%;
    }

    /* banner start */
    .banner-row {
        display: flex;
    }

    .banner-col {
        width: 50%;
        text-align: left;
    }

    .banner-content-area {
        padding-top: 60px;
    }

    /* banner end */

    /* reasons start */
    .reason-row {
        display: flex;
        flex-wrap: wrap;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: center;
    }

    .reason-row::before {
        max-width: 100%;
    }

    .reason-col {
        width: 50%;
        position: static;
        padding: 0px 12px 14px 12px;
    }

    .reason-card {
        max-width: 100%;
    }

    /* reasons end */

    /* pumps start */
    .pump-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .pump-row.pump-even {
        flex-direction: row-reverse;
    }

    .pump-col {
        text-align: left;
    }

    .pump-col-1 {
        width: 49%;
        margin-bottom: 0;
    }

    .pump-col-2 {
        width: 50%;
    }

    .pump-content {
        margin-left: 0;
    }

    .pump-img {
        max-width: 450px;
    }

    .pump-features {
        margin-left: 0;
    }

    .pump-subtypes {
        margin-left: -2px;
        margin-right: -2px;
        justify-content: flex-start;
    }

    /* pumps end */

    /* benefits start */
    .benefit-desktop {
        display: block;
    }

    .benefit-mobile {
        display: none;
    }
    .benefit-sec {
        margin-bottom: 77px;
    }

    .benefit-row {
        display: flex;
        align-items: center;
    }

    .benefit-col {
        width: 50%;
    }

    .benefit-col-1 {
        text-align: left;
    }

    .benefit-content {
        margin-left: 0;
    }

    .benefit-card-row {
        margin-bottom: 0;
    }

    .benefit-card {
        box-shadow: 0px 27px 35px rgba(36, 167, 169, 0.19);
    }

    /* benefits end */

    /* beneficial start */
    .beneficial-row {
        align-items: flex-start;
    }
    .beneficial-card-row {
        max-width: 100%;
/*        padding-left: 15px;*/
        margin: 0 0 16px 0;
    }
    .beneficial-card-row::before {
        display: none;
    }
    .beneficial-row {
        position: relative;
    }
    .beneficial-row::before {
        content: "";
        /*left: -55px;
        top: -25px;
        right: -55px;
        height: 84%;
        z-index: -1;
        display: block;
        position: absolute;
        border-radius: 30px;
        background: linear-gradient(rgba(155, 157, 158, 0.1), transparent);*/
    }
    .beneficial-row::after {
        content: "";
        /*left: 50%;
        transform: translateX(-50%);
        top: 0;
        width: 2px;
        border-right: 3px dashed rgba(28, 8, 8, 0.07);
        position: absolute;
        bottom: 0;*/
    }
    .beneficial-col-1 {
        width: 30%;
    }
    .beneficial-col-2 {
        width: 70%;
    }
    .beneficial-card-row {
        margin-bottom: 0;
    }
    .beneficial-card-col {
        width: 100%;
        display: flex;
        padding: 15px 10px;
    }
    #beneficial-card-desktop-tns {
        display: flex;
    }
    #beneficial-card-desktop-tns .tns-item {
        display: flex;
    }
    .beneficial-card-row-desktop .beneficial-card {
        margin-top: 34px;
        transition: all 100ms ease;
    }
    .beneficial-card-row-desktop .beneficial-card:hover {
        margin-top: 0;
        margin-bottom: 34px;
    }
    .beneficial-card-row-mobile {
        display: none !important;
    }
    .beneficial-card-row-desktop {
        display: block !important;
    }
    #beneficial-card-desktop-swiper .swiper-slide.swiper-slide-active {
        margin: 0 0 !important;
    }
    /* beneficial end */

    /* features start */
    .feature-col {
        width: 16.66%;
    }

    .feature-row::before {
        top: 45%;
    }

    .feature-street-light-row::before {
        opacity: 1;
    }

    .feature-card {
        animation: updown 1200ms cubic-bezier(0.71, 0.16, 0.89, 0.43) 0s infinite alternate both running;
    }

    /* features end */

    /* video start */
    .video-box {
        max-width: 752px;
    }

    .video-iframe {
        border-radius: 20px;
    }

    /* video end */

    /* services start */
    .service-row {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
    }

    .service-col-1 {
        width: 46%;
        text-align: left;
    }

    .service-col-2 {
        width: 47%;
    }

    .service-desktop {
        display: block;
    }

    .service-mobile {
        display: none;
    }

    .service-acrdn-icon {
        width: 28px;
    }
    .service-acrdn-title span {
        color: #212121;
    }
    .service-acrdn-content {
        padding-left: 47px;
    }
    /* services end */

    /* faq start */
    .faqs-row {
        display: flex;
        justify-content: space-between;
    }

    .faqs-col {
        width: 49%;
    }

    .faq-acdn {
        max-width: 100%;
    }

    /* faq end */
}

/* desktop end */
@media (min-width:1300px) {
    .banner-breadcrumb {
        font-size: 15px;
    }
    .banner-content, .my-btn {
        font-size: 16px;
    }

    .my-btn {
        padding: 14px 20px;
        border-radius: 99px;
    }

    .banner-title {
        font-size: 40px;
    }

    .banner-content {
        margin-bottom: 25px;
    }

    .banner-img {
        height: 500px;
    }

    .banner-slider-pagination {
        top: 440px !important;
    }

    .reason-title, .feature-title, .benefit-title, .video-title, .service-title, .faq-title {
        font-size: 35px;
    }

    .reason-content, .feature-content, .benefit-content, .video-content, .service-content, .faq-content {
        font-size: 18px;
    }

    .reason-content, .video-content {
        max-width: 992px;
    }

    .reason-card-title {
        font-size: 19px;
    }

    .reason-card-content {
        font-size: 17px;
    }

    .feature-card-title {
        margin-top: 3px;
        font-size: 15px;
    }

    .pump-row {
        margin-bottom: 0;
    }
    .pump-title {
        font-size: 37px;
    }

    .pump-features li img {
        top: 5px;
    }

    .pump-content, .pump-feature-card, .pump-type-title {
        font-size: 18px;
    }

    .pump-img {
        max-height: 100%;
        display: block;
    }

    .benefit-card-row, .service-content {
        max-width: 100%;
    }

    .benefit-card-img {
        width: 54px;
    }

    .benefit-card-title {
        font-size: 16px;
    }

    .beneficial-card-title {
        font-size: 20px;
        border-left-width: 5px;
    }
    .beneficial-card-subtitle {
        font-size: 17px;
        line-height: 1.55;
    }

    .service-acrdn-title {
        font-size: 18px;
    }

    .service-acrdn-content {
        font-size: 15px;
    }

    .faq-acdn-head {
        font-size: 17px;
    }

    .faq-acdn-content {
        font-size: 16px;
    }

    .faq-acdn-head::before {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }

}

@media (min-width:1600px) {
    .my-container {
        padding-left: 18%;
        padding-right: 18%;
    }

}

@keyframes updown {
    from {
        transform: translateY(-24px);
    }

    to {
        transform: translateY(24px);
    }
}



.popup .wpcf7-select {
    background: #e2e2e2;
    padding: 10px 15px;
}

