.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-image: url('./assests/Images/indiciimage7.webp');
  }
  .card-tems
   {
      background-color: #e6f8fc;
      border: 0;
      border-radius: 35px !important;
      margin: 20px !important;
      min-height: 228px !important;
      padding: 20px !important;
      text-align: center !important;
      width: 228px !important;
      display: flex;
      /* justify-content:center ; */
      align-items: center;
      flex-direction: column;
  }
  .available-app {
    border-color: #00b8e5 !important;
    border-radius: 31px !important;
    font-family: Comfortaa, sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    height: 63px !important;
    width: 419px;
  }
  .featureimg{
    transform: scaleX(-1);
    z-index: 1;
  
  }
  .bgimg{
    margin-bottom: 20px;
    text-align: center;
    border-radius: 19px;
    padding: 20px;
    width: 10rem;
    align-items: center;
    border: 0px;
    height: 150px;
    background-color: rgb(230, 248, 252);
    display:flex ;
    justify-content: center;
    align-items: center;
  }
  .bacgroungsection{
      background-color: rgb(239, 249, 254);
      border-top: 3px solid rgb(210, 236, 252);
      border-bottom: 3px solid rgb(210, 236, 252);
      padding: 90px;
      position: relative;
  }