
/* inventory-sales-accounts start here  */

.inventory-sales-accounts-main{
}

.inventory-sales-accounts-desc p{
    color: #000;
    font-size: 16px;
    padding-bottom: 20px;
    text-align: justify;
}
.inventory-sales-accounts-list ul li{
    font-size: 16px;
    color: #000;
}

.inventory-sales-accounts-img img{
    width: 70%;
}
/* inventory-sales-accounts start here  */


/* purchase-accounts-payble start here  */

.purchase-accounts-payble-main{
}

.purchase-accounts-payble-desc p{
    color: #000;
    font-size: 16px;
}
.purchase-accounts-payble-list ul li{
    font-size: 16px;
    color: #000;

}

.purchase-accounts-payble-img img{
    width: 70%;
}


/* purchase-accounts-paybleend here  */

/* reoport analysis start here  */

.inventory-stocks-main{
}

.inventory-stocks-desc p{
    color: #000;
    font-size: 16px;
}

.inventory-stocks-list ul li{
    font-size: 16px;
    color: #000;
}
.inventory-stocks-img img{
    width: 70%;
}


/* reoport analysis end here  */

/* cash-bank start here  */

.cash-bank-main{
}

.cash-bank-desc p{
    color: #000;
    font-size: 16px;
}

.cash-bank-list ul li{
    font-size: 16px;
    color: #000;
}
.cash-bank-img img{
    width: 70%;
}

/*  cash-bank end here  */

/* conslusion start here  */
.inventory-general-ledger-main{
}

.inventory-general-ledger-desc p{
    color: #000;
    font-size: 16px;
}

.inventory-general-ledger-list ul li{
    font-size: 16px;
    color: #000;
}
.inventory-general-ledger-img img{
    width: 70%;
}
/* conslusion end here  */

/* best practice start here  */
.business-management-main{
}

.business-management-desc p{
    color: #000;
    font-size: 16px;
}

.business-management-list ul li{
    font-size: 16px;
    color: #000;
}
.business-management-img img{
    width: 70%;
}
/* best practice end here  */


/* Key Features of Smart Account start here  */

.smart-key-features-main{
}

.smart-key-features-desc p{
    color: #000;
    font-size: 16px;
}

.smart-key-features-list ul li{
    font-size: 16px;
    color: #000;
}


/* Key Features of Smart Account end here  */

/* Benefits of Using Smart Account start here  */

.Benefits-Account-main{
}

.Benefits-Account-desc p{
    color: #000;
    font-size: 16px;
}

.Benefits-Account-list ul li{
    font-size: 16px;
    color: #000;
}


/* Benefits of Using Smart Account end here  */


/* inventory  our strength start here  */

.inventory-our-strength-main{
}

.inventory-our-strength-desc p{
    color: #000;
    font-size: 16px;
}

.inventory-our-strength-list ul li{
    font-size: 16px;
    color: #000;
}
.inventory-our-strength-img img{
    width: 70%;
}

/* inventory our strength  end here  */




@media screen and (max-width: 992px) {

    .inventory-sales-accounts-main .row{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .inventory-stocks-main .row {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .inventory-general-ledger-main .row {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .smart-key-features-main .row {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    


}

@media screen and (max-width: 576px) {
   
    .inventory-sales-accounts-img img{
        width: 90%;
    }
    .purchase-accounts-payble-img img{
        width: 90%;
    }
    .inventory-stocks-img img{
        width: 90%;
    }
    .cash-bank-img img{
        width: 90%;
    }

    .inventory-general-ledger-img img{
        width: 90%;
    }

    .business-management-img img{
        width: 90%;
    }

    .inventory-our-strength-img img{
        width: 90%;
    }
    
    
}