:root {
    --bluecolor: #00A0DD;
}

body {
    font-family: 'Montserrat', sans-serif;
}

#mainimg {
    height: 90vh;
    width: 100%;
    position: relative;
}

#mainimg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    user-select: none;
}

.warrantyimg {
    position: absolute;
    right: 5%;
    bottom: 5%;
    height: 150px!important;
}

.warrantyimg img {
    object-fit: contain;
}

@media screen and (max-width: 992px) {
    #mainimg {
        height: 50vh;
    }
    .warrantyimg {
        position: absolute;
        right: 5%;
        bottom: 5%;
        height: 75px!important;
    }
    .sectionline {
        display: none;
    }
    .sechead {
        text-align: center;
    }
}


/* PRODUCT FEATURES START */

#productfeatures {
    background-color: #E3E3E3;
    padding: 50px 0;
}

#productfeatures .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#productfeatures h1 {
    font-weight: 400;
    text-align: center;
    font-size: 25px;
    letter-spacing: 16px;
}

#productfeatures h1 strong {
    font-weight: 600;
}

#productfeatures h1 strong span {
    color: var(--bluecolor);
}

#productfeatures p {
    margin: 20px 0;
    width: 75%;
    text-align: center;
    letter-spacing: 3px;
}

#productfeatures ul {
    margin: 30px 0;
    padding: 0;
    list-style: none!important;
}

#productfeatures ul li {
    text-align: center;
}

#productfeatures ul li span {
    color: var(--bluecolor);
}

.productfeaturesicons {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.prodfeatureicon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.prodfeatureicon img {
    height: 85px;
    width: 85px;
    object-fit: contain;
    object-position: center;
}

@media screen and (max-width: 992px) {
    #productfeatures p {
        width: 100%;
    }
    .prodfeatureicon img {
        height: 85px;
        width: 85px;
        object-fit: contain;
        object-position: center;
    }
    .prodfeatureicon {
        margin-top: 20px;
        width: 48%;
        text-align: center;
    }
    .productfeaturesicons {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }
}


/* PRODUCT FEATURES END */


/*  BLUE ICONS START */

#blueicons {
    padding: 50px 0;
}

#blueicons .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

#blueicons .container>div {
    margin: 10px;
}

@media screen and (max-width: 992px) {
    #blueicons .container {
        flex-wrap: wrap;
    }
    #blueicons .container>div {
        width: 48%;
        margin: 10px 0;
    }
}


/*  BLUE ICONS END */


/* INVERTER SECTION START */

#inverter {
    background-color: var(--bluecolor);
    padding: 50px 0;
}

.invertersechead {
    text-align: center;
    font-size: 32px;
    letter-spacing: 10px;
    color: #fff;
}

.invertersechead span {
    color: #222;
    font-weight: bolder;
}

#inverter img {
    margin-top: 20px;
    width: 100%;
}

.desktopimage {
    display: block;
}

.mobileimage {
    display: none;
}

@media screen and (max-width: 992px) {
    #blueicons .container {
        flex-wrap: wrap;
    }
    #blueicons .container>div {
        width: 48%;
        margin: 10px 0;
    }
    .desktopimage {
        display: none;
    }
    .mobileimage {
        display: block;
    }
}


/* INVERTER SECTION END */