

.accounting-top-banner-desc p{
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 20px;
    text-align: justify;
}

.accounting-top-img img{
    width: 75%;
}
 
/* application features start here  */

.app-feature-desc{
    width: 100%;
    min-height: 200px;
    border: 1px solid lightgray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px  25px;
    border-radius: 5px;
    transition: all .3s ease-in;
  
  }
  .app-feature-desc:hover{
    border-color: var(--icon-color);
    box-shadow: 0px 26px 20px -30px rgba(0,0,0,0.45);
  -webkit-box-shadow: 0px 26px 20px -30px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 26px 20px -30px rgba(0,0,0,0.45);
  }
  
  .app-feature-desc svg{
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .app-feature-desc img{
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .app-feature-desc h3{
    font-size: 22px;
    margin-top: 10px;
    text-align: center;
    
  }
  .app-feature-desc p{
    font-size: 14px;
    text-align: center;
    color: var(--text-secondary-color);
    
  }
/* application features end here  */

/* sales accounts start here  */

.sales-accounts-main{
}

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

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

/* genereal-ledger start here  */

.genereal-ledger-main{
}

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

}

.genereal-ledger-img img{
    width: 70%;
}


/* genereal-ledgerend here  */

/* reoport analysis start here  */

.report-analysis-main{
}

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

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


/* reoport analysis end here  */

/* support-maintenance start here  */

.support-maintenance-main{
}

.support-maintenance-desc p{
    color: #000;
    font-size: 16px;
}

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

/*  support-maintenance end here  */

/* conslusion start here  */
.conclusion-main{
}

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

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

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

.best-practice-desc p{
    color: #000;
    font-size: 16px;
}

.best-practice-list ul li{
    font-size: 16px;
    color: #000;
}
.best-practice-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;
}
.smart-key-features-img img{
    width: 70%;
}

/* 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-Account-img img{
    width: 70%;
}

/* Benefits of Using Smart Account end here  */

/* Why-Choose-Smart-Account start here  */

.Why-Choose-Smart-Account-main{
}

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

.Why-Choose-Smart-Account-list ul li{
    font-size: 16px;
    color: #000;
}
.Why-Choose-Smart-Account-img img{
    width: 70%;
}

/* Why-Choose-Smart-Account end here  */

/* our strength start here  */

.account-our-strength-main{
}

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

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

/*  our strength  end here  */




@media screen and (max-width: 992px) {
    .accounting-top-banner-main .row {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        
    }

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

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


    .Why-Choose-Smart-Account-main .row {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }



}

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

    .accounting-top-img img{
        width: 90%;
    }
     
    .genereal-ledger-img img{
        width: 90%;
    }
    .report-analysis-img img{
        width: 90%;
    }
    .support-maintenance-img img{
        width: 90%;
    }

    .conclusion-img img{
        width: 90%;
    }

    .smart-key-features-img img{
        width: 90%;
    }
    .Benefits-Account-img img{
        width: 90%;
    }
    
    .Why-Choose-Smart-Account-img img{
        width: 90%;
    }
    

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