/*----------------- POWER SINGLE PHASE SOLUTION SECTION CSS START ------------------*/
.power_single_cards_parent {
    background: rgba(244, 244, 244, 0.7);
}

.powerful_card_width {
    min-width: 215px;
}

.z_index_1 {
    z-index: 1;
}

/*---------------------HERO CSS START------------------*/
.border_top {
    border-top: 2px solid rgba(20, 20, 20, 0.2);
}

.hero_line_img {
    left: -16%;
    bottom: 4%;
}

.power_img_one_width {
    width: 80px;
    height: 80px;
}

/*------------------FOOTPRINT CSS START------------------*/
.border_box {
    border: 1px solid #000;
}

@media (min-width:1600px) {
    .hero_line_img {
        left: 0%;
    }
}

@media (max-width:1199.98px) {
    .hero_line_img {
        left: -37%;
    }
}

@media (max-width:1100.98px) {
    .hero_line_img {
        left: -50%;
    }
}

@media (max-width:991.98px) {
    .hero_line_img {
        top: -3%;
        left: -30%;
    }

    .powerful_card_width {
        min-width: 150px;
    }

    .powerful_small_img {
        width: 60px;
        height: 60px;
    }
}

@media (max-width:767.98px) {
    .hero_line_img {
        top: -20%;
    }

    .powerful_card_width {
        min-width: unset;
    }
}

@media (max-width:575.98px) {
    .hero_line_img {
        top: -33%;
    }
}