
/* section1 */

.section-new1 {
    background: #eee;
    padding: 71px 0 72px;
}

.section-new1 .section-new1-inner {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.section-new1 .section-new1-inner .box1 {
    width: 23%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
    padding-right: 35px;
    padding-left: 35px;
}

.section-new1 .section-new1-inner .box1 .box1-img {
    margin-bottom: 39px;
}

.section-new1 .section-new1-inner .box1 .box1-img img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.section-new1 .section-new1-inner .box1 .box1-content h4 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 16px;
}

.section-new1 .section-new1-inner .box1 .box1-content p {
    font-size: 18px;
    line-height: normal;
    margin: 0 0;
}

/* section2 */
.section-new2 {
    background-color: #1eabb0;
    padding-bottom: 14px;
    padding-top: 14px;
}

.section-new2 .section-new2-inner {
    display: flex;
    gap: 23%;
    flex-wrap: wrap;
    align-items: center;
}

.section-new2 .section-new2-inner .left-content p {
    line-height: 1.5em;
    letter-spacing: 0px;
    font-size: 22px;
    font-weight: bold;
    color: #ffda65;
    margin: 0;
    text-align: center;
}

.section-new2 .section-new2-inner .right-content .countdown {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.section-new2 .section-new2-inner .right-content .countdown .time-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-new2 .section-new2-inner .right-content .countdown .time-box span.num {
    line-height: 1.5em;
    letter-spacing: 0px;
    font-size: 22px;
    font-weight: bold;
    color: #ffda65;
}

.section-new2 .section-new2-inner .right-content .countdown .time-box span.label {
    display: block;
    line-height: 1em;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

/* section3 */
.section-new3 {
    background-color: rgba(251, 251, 251, 1);
    padding-top: 50px;
    padding-bottom: 70px;
    background-image: url(../images/electricity-saving-device/Shape-bg-update.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-new3 .section-new3-inner {
    padding-top: 30px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.section-new3 .section-new3-inner .left-content {
    width: 49%;
    padding-right: 25px;
}

.section-new3 .section-new3-inner .left-content .heading-h2 h2 {
    font-size: 35px;
    line-height: 1.3em;
    letter-spacing: 0px;
    color: #242424;
    text-transform: none;
    font-weight: bold;
}

.section-new3 .section-new3-inner .left-content p {
    margin: 0;
    color: #575757;
}

.section-new3 .section-new3-inner .left-content button {
    font-weight: 600;
    font-size: 21px;
    /* background-color: rgba(6, 180, 5, 1); */
    width: 75%;
    /* border-radius: 40px; */
    color: #fff;
    margin-top: 20px;
}

/* .section-new3 .section-new3-inner .left-content button:hover {
    background-color: rgb(30, 171, 176) !important
}

.section-new3 .section-new3-inner .left-content span {
    margin-bottom: 9px;
} */

span.AddToCartText {
    /* padding-left: 20px; */
    padding: 12px;
}

.section-new3 .section-new3-inner .right-content {
    width: 49%;
    padding-left: 35px;
    padding-right: 35px;
}

.section-new3 .section-new3-inner .right-content h2 {
    display: none;
}

/* section4 */
.section-new4 {
    background-color: fff;
    padding-top: 50px;
    padding-bottom: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-new4 h3 {
    font-size: 35px;
    line-height: 1.2em;
    letter-spacing: 0px;
    color: #242424;
    text-transform: capitalize;
    font-weight: 800;

    text-align: center;
}

.section-new4 .section-new4-inner {
    padding-top: 30px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.section-new4 .section-new4-inner .left-content {
    width: 49%;
    padding-right: 25px;
}

.section-new4 .section-new4-inner .left-content .box1 {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.section-new4 .section-new4-inner .left-content .box1:nth-of-type(2) {
    margin-bottom: 56px;
}

.section-new4 .section-new4-inner .left-content .box1:nth-of-type(1) {
    margin-bottom: 56px;
}

.section-new4 .section-new4-inner .left-content .box1 .box1-img {
    width: 30%;
    height: 100%;
    text-align: right;
}

.section-new4 .section-new4-inner .left-content .box1 .box1-img img {
    width: 100px;
}

.section-new4 .section-new4-inner .left-content .box1-content {
    width: 70%;
}

.section-new4 .section-new4-inner .left-content h5 {
    font-size: 21px;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: #242424;
    text-transform: none;
    margin: 0;
    padding-bottom: 10px;
}

.section-new4 .section-new4-inner .left-content p {
    margin: 0;
    color: #575757;
}

.section-new4 button {
    font-weight: 600;
    font-size: 21px;
    /* background-color: rgba(6, 180, 5, 1); */
    width: 40%;
    /* border-radius: 40px; */
    color: #fff;
    margin-top: 20px;
    margin: 50px auto 0;
    max-width: 100%;
}

/* .section-new4 button:hover {
    background-color: rgb(30, 171, 176) !important
} */

/* .section-new4 .section-new4-inner .left-content span {
    margin-bottom: 9px;
} */

.section-new4 .section-new4-inner .right-content {
    width: 49%;
    padding-left: 35px;
    padding-right: 35px;
}

.section-new4 .section-new4-inner .right-content h2 {
    display: none;
}

/* section5 */
.section-new5 {
    padding-top: 112px;
    padding-bottom: 112px;
    background-image: url(../images/electricity-saving-device/Background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-new5 .section-new5-inner {
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 33px;
    padding-left: 33px;
    background-color: rgba(255, 255, 255, 0.75);
}

.section-new5 .section-new5-inner h2 {
    font-size: 35px;
    line-height: 1.2em;
    letter-spacing: 0px;
    color: #242424;
    text-transform: capitalize;
    font-weight: 800;
    text-align: center;
    margin: 0;
    padding-bottom: 20px !important;

}

.section-new5 .section-new5-inner p {
    text-align: center;
    margin: 0;
}

/* section6 */
.section-new4 .section-new4.section-new6 .left-content {
    width: 59%;
    padding-right: 25px;
}

.section-new4 .section-new4.section-new6 .right-content {
    width: 49%;
    padding-left: 35px;
    padding-right: 35px;
}

.section-new4.section-new6 h3 {
    text-align: right;
}

.section-new4-inner.section-new6-inner {
    flex-direction: row;
}

.section-new4.section-new6 .section-new4-inner.section-new6-inner .left-content .box1:nth-of-type(3) {
    margin-bottom: 56px;
}

/* section7 */
.section-new7 {
    padding: 50px 0;
    background-color: rgb(238, 238, 238) !important;
}
.section-new7 p.longtxt {
    font-size: 17px;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: #242424;
    text-transform: none;
    font-weight: 300;
    text-align: center;
}
.section-new7 h3 {
    font-size: 35px;
    line-height: 1.2em;
    letter-spacing: 0px;
    color: #242424;
    text-transform: capitalize;
    font-weight: 800;

    text-align: center;
    margin: 0;
}

.section-new7 .section-new7-inner {
    display: flex;
    width: 100%;
    padding-top: 56px;
    align-items: center;
}

.section-new7 .section-new7-inner:nth-of-type(2) {
    flex-direction: row-reverse;
    padding-top: 30px;
}

.section-new7 .section-new7-inner .left-content {
    width: 50%;
}

.section-new7 .section-new7-inner .left-content .box1-img {
    /* padding: 32px; */
    width: 500px;
    margin: auto;
    height: auto;
}

.section-new7 .section-new7-inner .right-content {
    width: 50%;
    text-align: left;
}

.section-new7 .section-new7-inner .right-content .box1-content p {
    padding: 0;
    margin: 0;
}

/* section8 */
.section-new8 {
    padding-top: 41px;
    padding-bottom: 58px;
    background-color: rgb(30, 171, 176);
}

.section-new8 h3 {
    font-size: 35px;
    line-height: 1.2em;
    letter-spacing: 0px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 800;

    text-align: center;
    margin: 0;
}

.section-new8 p {
    font-size: 17px;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    text-transform: none;
    font-weight: 300;

    text-align: center;

}

.section-new8 .section-new8-inner {
    display: flex;
    width: 100%;
    padding-top: 30px;
}

.section-new8 .section-new8-inner .box1 {
    width: 33.333%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.section-new8 .section-new8-inner .box1 .box-content h4 {
    text-align: center;
    font-size: 21px;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: #ffffff;
    padding-top: 32px;
    margin: 0;
}

.section-new8 .section-new8-inner .box1 .box-img {
    width: 200px;
    height: auto;
}

.section-new8 .section-new8-inner .box1 .box-content p {
    padding-top: 16px;
    margin: 0;
    padding-bottom: 28px;

}

.section-new8 button {
    font-weight: 600;
    font-size: 21px;
    /* background-color: #000;
    color: rgba(6, 180, 5, 1); */
    width: 40%;
    /* border-radius: 40px; */
    margin-top: 20px;
    margin: 50px auto 0;
    max-width: 100%;
}
.section-new8 button.cta-btn.unify-support.atc-button.product-form__submit.button.button--full-width.button--margin-x.main-product-atc.testing_here:hover {
    background: #fff;
}

/* .section-new8 button:hover {
    background-color: rgba(6, 180, 5, 1);
    color: #fff;
} */

/* section9 */
.section-new9 {
    padding-bottom: 70px;
    padding-top: 56px;
    background-color: #eff0f5;
}

.section-new9 h3 {
    font-size: 35px;
    line-height: 1.2em;
    letter-spacing: 0px;
    color: #000;
    text-transform: capitalize;
    font-weight: 800;

    text-align: center;
    margin: 0;
    padding: 18px 0px 32px;
}

.section-new9 .section-new9-inner {
    display: flex;
    width: 100%;
    align-items: center;
    padding-top: 20px;
}

.section-new9 .section-new9-inner .box1 {
    width: 33.333%;
    margin-bottom: 32px;
}

.section-new9 .section-new9-inner .box1 .box1-inner {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 32px;
}

.section-new9 .section-new9-inner .box1 .box1-inner:nth-of-type(4) {
    margin-bottom: 0px;
}

.section-new9 .section-new9-inner .box1 .box1-inner .box1-inner-img img {
    height: auto;
    max-width: 80px;

}

.section-new9 .section-new9-inner .box1 .box1-inner .box1-inner-content p {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: #424242;
    text-transform: none;

    font-weight: 400;
    margin: 0;
}

.section-new9 button {
    font-weight: 600;
    font-size: 21px;
    /* background-color: rgba(6, 180, 5, 1); */
    width: 40%;
    /* border-radius: 40px; */
    /* color: #fff; */
    margin-top: 20px;
    margin: 50px auto 0;
    max-width: 100%;
}

/* .section-new9 button:hover {
    background-color: rgb(30, 171, 176);
    color: #fff;
} */

/* section10 */
.section-new10 {
    padding-bottom: 70px;
    padding-top: 56px;
    background-color: #fff;
}

.section-new10 h4 {
    font-size: 45px;
    line-height: 1.3em;
    letter-spacing: 0.6px;
    color: #242424;
    text-transform: none;
    font-weight: 600;
    font-family: 'Montserrat';
    margin: 0;
    padding-bottom: 56px !important;
}

.section-new10 .faq-inner .accordion {
    border: 1px solid #e0e0e0;
    cursor: pointer;
    padding: 16px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 73px;
}

.section-new10 .faq-inner:nth-of-type(2),
.section-new10 .faq-inner:nth-of-type(3),
.section-new10 .faq-inner:nth-of-type(4) {
    margin-top: 16px;
}

.section-new10 .faq-inner .accordion .title {
    font-size: 21px;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: #242424;
    text-transform: none;
    font-weight: 600;

    margin: 0;
}

.section-new10 .faq-inner .accordion .icon {
    transition: transform 0.3s ease;
}

.section-new10 .faq-inner .accordion.active .icon {
    transform: rotate(180deg);
}

.section-new10 .faq-inner .accordion-content {
    border: 1px solid #e0e0e0;
    background: #eff0f5;
    overflow: hidden;
    max-height: 0;
    border-top: 0;
    transition: max-height 0.4s ease;
}

.section-new10 .faq-inner .accordion-content p {
    padding: 20px 57px 20px 16px;
    margin: 0;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: #424242;
    text-transform: none;
    font-weight: 400;

}

.section-new10 .section-new10-inner {
    display: flex;
}

.section-new10 .section-new10-inner .box1 {
    width: 50%;
    padding: 0 15px;
}
img[src*="arrow-gif.gif"] {
    display: none;
}
@media (max-width: 1399px) {

    .section-new1 .section-new1-inner .box1 {
        width: 23%;
    }

    .section-new1 .section-new1-inner {
        gap: 20px;
        justify-content: space-around;
    }

    .section-new2 .section-new2-inner {
        gap: initial;
        justify-content: space-between;
    }
}

@media (max-width: 991px) {

    .section-new1 .section-new1-inner .box1 {
        width: 47%;
    }

    .section-new1 .section-new1-inner {
        gap: 0px;
    }

    .section-new1 {
        background: #eee;
        padding: 20px 0 25px;
    }

    .section-new2 .section-new2-inner {
        flex-direction: column;
    }

    .section-new2 .section-new2-inner .left-content p {
        padding-bottom: 15px;
    }

    .section-new2 {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .section-new3 {
        padding-top: 30px;
    }

    .section-new3 .section-new3-inner {
        justify-content: space-between;
        flex-direction: column-reverse;
        padding-top: 0px;
    }

    .section-new3 .section-new3-inner .left-content {
        width: 100%;
        padding-right: 0;
        padding-top: 21px;
    }

    .section-new3 .section-new3-inner .left-content h2 {
        display: none;
    }

    .section-new3 .section-new3-inner .right-content h2 {
        display: block;
        text-align: center;
    }

    .section-new3 .section-new3-inner .right-content {
        width: 100%;
    }

    .section-new3 .section-new3-inner .right-content img {
        padding-top: 22px;
    }

    .section-new3 .section-new3-inner .left-content .long-content {
        padding-top: 21px;
    }

    .section-new3 .section-new3-inner .left-content .heading-h2 h2 {
        text-align: center;
    }

    .section-new3 .section-new3-inner .left-content span img {
        margin-right: 10px;
    }

    .section-new3 .section-new3-inner .left-content span {
        margin-right: 0px;
    }

    .section-new3 .section-new3-inner .left-content p {
        text-align: center;
    }

    .section-new3 .section-new3-inner .left-content button {
        margin: auto;
        width: 100%;
    }

    .section-new4 {
        padding-top: 30px;
    }

    .section-new4 .section-new4-inner {
        flex-direction: column-reverse;
    }

    .section-new4.section-new6 h3 {
        text-align: center;
    }

    .section-new4 .section-new4-inner .left-content {
        width: 100%;
        padding-right: 0px;
    }

    .section-new4 .section-new4-inner .right-content {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
        display: none;
    }

    .section-new4 .section-new4-inner .left-content .box1 .box1-img img {
        width: 150px;
    }

    .section-new4 .section-new4-inner .left-content .box1 .box1-img {
        text-align: center;
    }

    .section-new4 .section-new4-inner {
        padding-top: 0px;
    }

    .section-new4 button {
        width: 100%;
    }

    .section-new5 {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .section-new5 .section-new5-inner {
        width: 100%;
    }

    .section-new7 .section-new7-inner .left-content .box1-img {
        padding: 32px;
        width: 350px;
    }

    .section-new7 h3 {
        font-size: 25px;
    }

    .section-new8 .section-new8-inner {
        display: block;
    }

    .section-new8 .section-new8-inner .box1 {
        width: 100%;
    }

    .section-new8 h3 {
        font-size: 25px;
    }

    .section-new8 button {
        width: 100%;
    }

    .section-new9 .section-new9-inner {
        flex-direction: column;
    }

    .section-new9 .section-new9-inner .box1 {
        width: 100%;
    }

    .section-new9 .section-new9-inner .box1:nth-of-type(2) {
        order: 1;
    }

    .section-new9 .section-new9-inner .box1:nth-of-type(1) {
        order: 2;
    }

    .section-new9 .section-new9-inner .box1:nth-of-type(3) {
        order: 3;
    }

    .section-new9 h3 {
        font-size: 25px;
    }

    .section-new9 button {
        width: 100%;
    }

    .section-new10 h4 {
        font-size: 30px;
        text-align: center;
    }

    .section-new10 .section-new10-inner {
        display: block;
    }

    .section-new10 .section-new10-inner .box1 {
        width: 100%;
        padding: 0 15px;
    }

    .section-new9-inner .box1 .box2-inner-img {
        text-align: center;
    }

    .section-new9-inner .box1 .box2-inner-img img {
        width: 70%;
        height: auto;
    }
}

@media (max-width: 768px) {

    .section-new1 .section-new1-inner .box1 {
        width: 100%;
        text-align: center;
        background-color: transparent;
    }

    .section-new3 .section-new3-inner .right-content h2 {
        font-size: 25px;
    }

    .section-new4 h3 {
        font-size: 25px;
    }

    .section-new7 .section-new7-inner {
        display: block;
    }

    .section-new7 .section-new7-inner .left-content .box1-img {
        width: auto;
    }

    .section-new7 .section-new7-inner .left-content {
        width: 100%;
    }

    .section-new7 .section-new7-inner .right-content {
        width: 100%;
    }
}