.cust-itemText {
    /* text-align: center; */
    justify-content: center;
}

.cust-text-center {
    text-align: center;
}

.cust-detail {
    width: 93%;
    /* background-color: pink; */
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.pcust {
    /* font-size: 2px; */
    /* line-height:32px; */
}

.img-wrapper{
    max-width: 45%;
    height: auto;
    list-style: calc(67%-100vw);
}
.img-wrapper img{
   border-radius: 20px;
   height: 100%;
   width: 100%;
}

.cust-uper-card{
    height: 100%;
}

.cust-card{
    height: 100% !important;
    /* background: url(https://cdn11.bigcommerce.com/s-2x8j0/images/stencil/1280x1280/products/1/4/IMG_20230914_155028__19582.1694686483.jpg?c=2) no-repeat center center; */
    background: url('/custAssets/img/money2.svg');
    }

.cust-cd634d6{
    --e-con-grid-template-columns: repeat(4, 1fr);
}

.e-con-inner{
    padding-bottom:0px !important;
}

.bg-cust-img{
    /* background: url('https://accrual.1onestrong.com/wp-content/uploads/2024/04/Accrualjpg-05.jpg') no-repeat center center; */
    background-size: cover;
    padding-top: 0px !important;
    margin-top: 40px !important;
}

.bg-cust-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('https://accrual.1onestrong.com/wp-content/uploads/2024/04/Accrualjpg-05.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0.4 !important; 
    z-index: -1;
    --background-overlay:'';
    background-color: #04162E;
    position: center center;
}


.popup-img-container {
    height: 100%;
    max-height: 100%;
  }
  
  .object-fit-cover {
    object-fit: cover;
  }
  
  input.form-control {
    border: 1px solid #ced4da;
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }

  a{
    cursor: pointer !important;
  }

  .cust-formbtn{
    color: white !important;
    
  }
  .cust-formbtn:hover{
    color: white !important;
    
  }

  .e-con-inner{
    padding-top: 20px !important;
  }


  .cust-img001{
    background: url('http://127.0.0.1:5500/wp-content/uploads/2024/04/Accrualjpg-08.jpg') !important;
    background-position: center center !important;
  }

  .cust-img002{
    background: url('http://127.0.0.1:5500/wp-content/uploads/2024/04/Accrualjpg-07.jpg') !important;
    background-position: center center !important;
  }


@media(max-width:750px) {
    .cust-detail {
        width: 93%;
        display: block;
    }

    .pcust {
        font-size: 16px;
        line-height:30px;
    }

    .img-wrapper{
        max-width: 100%;

    }

}