/**why us**/
.sppb-section.feature-whyus-all:not(.spectrum-faq-list) .sppb-addon-feature {
    border: 0;
    padding: 0;
  background-color:#dc429a;
}
.sppb-section.feature-whyus-all:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-text,
.sppb-section.feature-whyus-all:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-title.sppb-feature-box-title{
  color:#fff!important;
}
.sppb-section.feature-whyus-all .sppb-media-content {
    padding: 15px 15px 25px 15px;
}

/**customers**/
.sppb-section.feature-achievement:not(.spectrum-faq-list) .sppb-addon-feature {
 
}
.sppb-section.feature-achievement:not(.spectrum-faq-list) .sppb-addon-feature {
   border: 0px;
    padding: 0px;
}

.sppb-section.feature-achievement:not(.spectrum-faq-list) .sppb-addon-feature:hover {
  color: #fff;
   background-color:transparent!important;
}
.sppb-section.feature-achievement:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-text,
.sppb-section.feature-achievement:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-title.sppb-feature-box-title,
.sppb-sectionfeature-achievement:not(.spectrum-faq-list) .sppb-addon-feature .sppb-icon span i {
  color: #fff !important;
}
.sppb-section.feature-achievement:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-text,
.sppb-section.feature-achievement:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-title.sppb-feature-box-title,
.sppb-sectionfeature-achievement:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-icon span i {
  color: #fff !important;
 
}

/**image carousel**/
.sppb-carousel-extended-content-wrap {
    position: sticky;
    background-color: #dc429a;
  padding:15px 10px;
}
.sppb-carousel-extended-heading {
    font-size: 14px;
  margin-bottom:0px;
}

/**services**/
.cls-services-icon {
    position:absolute;
    bottom:0;
    left:15px;
}
.cls-services-icon-right {
    position:absolute;
    bottom:0;
    right:15px;
}

/**maid videos**/
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    padding: 12px;
      font-size: 16px;
}

.cls-video .sppb-addon-single-image {
    position:relative;
}
.cls-video .sppb-addon-single-image:before {
   content:"";
    background-image:url("/images/0_powerone/maids/icon-video.png");
    background-repeat:no-repeat;
    background-size:contain;
    width:55px;
    height:55px;
    position:absolute;
    left:15px;
    bottom:-25px;
    z-index:9;
}
.mfp-close-btn-in .mfp-content .white-popup-block .mfp-close {
    color: #fff;
    background-color: #dc429a;
    opacity: 1;
    position: absolute;
    top: -18px;
    right: -18px;
    border-radius: 50%;
}
.white-popup-block {
    padding: 30px;
}