


/* pos-features start here  */

.pos-features-main{
}

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

.pos-features-img img{
    width: 70%;
}
/* pos-features start here  */

/* dynamic-dashboard start here  */

.dynamic-dashboard-main{
}

.dynamic-dashboard-desc p{
    color: #000;
    font-size: 16px;
}
.dynamic-dashboard-list ul li{
    font-size: 16px;
    color: #000;

}

.dynamic-dashboard-img img{
    width: 70%;
}


/* dynamic-dashboardend here  */

/* reoport analysis start here  */

.report-management-main{
}

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

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


/* reoport analysis end here  */

/* payment-account start here  */

.payment-account-main{
}

.payment-account-desc p{
    color: #000;
    font-size: 16px;
}

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

/*  payment-account end here  */

/* conslusion start here  */
.product-management-main{
}

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

.product-management-list ul li{
    font-size: 16px;
    color: #000;
}
.product-management-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  */


/* our strength start here  */

.pos-our-strength-main{
}

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

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

/*  our strength  end here  */




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

    .pos-features-main .row{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .report-management-main .row {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .product-management-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;
    }

    .pos-our-strength-main .row {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }



}

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

    .dynamic-dashboard-img img{
        width: 90%;
    }
    .pos-features-img img{
        width: 90%;
    }
    .report-management-img img{
        width: 90%;
    }
    .payment-account-img img{
        width: 90%;
    }

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

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

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