@media (max-width: 1399.98px) and (min-width: 992px) {
  .benefits .heading h4 {
    width: 50% !important;
  }
}
.service-provide .card {
  border: 1px solid rgba(33, 212, 150, 0.53);
  cursor: pointer;
  width: 42%;
  border-radius: 12px;
}

.service-provide .card:hover {
  background: #21d49614;
  box-shadow: inset 0 0 15px 0 hsla(0, 0%, 100%, 0.43);
}

.service-provide .heading h4 {
  width: 28%;
}

.service-provide .pragraph p {
  width: 50%;
}

@media (max-width: 992px) {
  .service-provide .card {
    width: 100%;
  }

  .service-provide .heading h4 {
    width: 100%;
  }

  .service-provide .pragraph p {
    width: 100%;
  }
  .object-content {
    width: 100% !important;
  }
}

.service-provide .width-20 {
  width: 20%;
}

.service-provide .width-15 {
  width: 15%;
  margin-left: 9px;
}

.workflow .card {
  border: 1px solid rgba(230, 233, 236, 1) !important;
}

.workflow .numbers {
  top: 9px !important;
    padding: 8px 8px !important;
    background: linear-gradient(175.37deg, #A639FF 13.49%, #0593F8 121.57%) !important;
    z-index: 9;
    font-size: 16px;
}

.workflow .workflow-borderline {
  border: 1px solid rgb(159, 159, 159);
}

.tools-we-use .card-img {
  border: 1px solid rgba(232, 228, 228, 1);
  width: 31%;
  padding: 5px;
}

.tools-we-use .card {
  box-shadow: 0px 2px 19px 1px rgb(114, 114, 114 / 28%);
  transition: transform 0.2s ease-in-out;
  border-radius: 12px;
}

.tools-we-use .card:hover {
  transform: scale(1.08);
}

.benefits .text-start {
min-height: 250px;
background: linear-gradient(246.11deg, #062924 1.05%, #011326 100%);

}

.benefits .z-index {
  z-index: 9;
}

.benefits .heading h4 {
  width: 50%;
}

.benefits .pragraph p {
  width: 75%;
}

@media (max-width: 992px) {
  .benefits .heading h4 {
    width: 100%;
  }

  .benefits .pragraph p {
    width: 100%;
  }
}


.width53 {
  width: 78%;
}

@media (max-width:992px) {
  .width53 {
    width: 100%;
  }
}

.width75 {
  width: 75%;
}

@media (max-width:992px) {
  .width75 {
    width: 100%;
  }
}

@media (max-width:1399.98px) and (min-width:992px) {
  .benefits .card {
    min-height: 267px;
  }
}

@media (max-width:1199.98px) and (min-width:992px) {
  .benefits {
    .card {
      min-height: 306px;
    }
  }

  .workflow .card {
    border: 1px solid rgba(230, 233, 236, 1) !important;
  }

  .workflow .numbers {
    top: 9px;
    padding: 4px 9px;
    background: linear-gradient(175.37deg, #A639FF 13.49%, #0593F8 121.57%);
    z-index: 9;
  }
}

.owl-item {
  margin-right: 20px !important;
}

.owl-carousel .owl-stage {
  display: flex !important;
}

.owl-carousel .owl-item {
  display: flex !important;
  flex: 1 0 auto !important;
}

.owl-carousel .thumbnail {
  display: flex !important;
  flex-direction: column !important;
  margin: 0 15px !important;
}

.owl-carousel .thumbnail .caption {
  display: flex !important;
  flex: 1 0 auto !important;
  flex-direction: column !important;
}

.owl-carousel .thumbnail .caption .flex-text {
  flex-grow: 1 !important;
}

.owl-theme .owl-nav {
  position: absolute;
  bottom: -25px;
  right: 0;
  display: flex;
}

.owl-dots {
  position: absolute;
  bottom: -18px;
  left: 0;
}

   .lap-process-img{
    width: 100%;
    aspect-ratio: 353 / 148;
    object-fit: contain;
  }

  .mobile-process-img {
  width: 100%;
  aspect-ratio: 272 / 274;
  object-fit: contain;
}
  .mobile-processes-img{
    width: 100%;
    aspect-ratio: 44 / 104;
    object-fit: contain;
  }
/* 
.object-card {
 
    background-image: url("https://d2q4gipm2ebkzp.cloudfront.net/img/gen-ai/insurance-card.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
} */

@media (min-width: 992px) {
    .mb-lg-0 {
        margin-bottom: 0 !important;
        margin-left: 16px;
    }
}

@media (min-width: 1200px) {
    .mb-lg-0 {
        margin-bottom: 0 !important;
        margin-left: auto;
    }
}
.object-content {
width: 75%;
position: relative;
z-index: 99;

}

.contact-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://d2q4gipm2ebkzp.cloudfront.net/img/ui&ux/bgshape.png);
  z-index: 0;
  background-repeat: no-repeat;
  background-position: left;
}

.our-focus-card{
  height: 223px!important;
}
.insurance-card{
position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; z-index:-1; border-radius:12px;
}