body{
  width: 100%;
}
nav{
  /* background: #e6f9f6; */
  height: 60px;
  /* padding: 10px 80px; */
  padding-left: 80px;
  padding-top: 10px;
  background: linear-gradient(45deg, #E7E7FD 0%, #E6F9F6 20%, #E3FCEF);
  width: 99%;
  margin: auto;
}
label.logo{
  color: black;
  font-size: 22px;
  line-height: 60px;
  padding: 0px 25px;
  font-weight: bold;
  cursor: pointer;
}
nav ul{
  float: right;
  margin-right: 20px;
  z-index: 99;
}
nav ul li{
  display: inline-block;
  line-height: 60px;
  margin: 0 5px;
}
nav ul li a{
  color: black;
  font-size: 14px;
  padding: 7px 13px;
  border-radius: 3px;
  text-transform: uppercase;
}
a:hover{
  /* background: #245b76; */
  transition: .5s;
}
.checkbtn{
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}
.close-menu-icon{
  display: none;
  position: absolute;
  top: -40px;
  right: 10px;
}
@media (max-width: 952px){
  label.logo{
    font-size: 18px;
    padding-left: 25px;
  }
  nav ul li a{
    font-size: 16px;
  }
}
@media (max-width: 1118px){
  .checkbtn{
    display: block;
  }
  .close-menu-icon{
      display: block;
      position: absolute;
      top: -40px;
      right: 10px;
    }
    nav ul{
    position: fixed;
    /* width: 100%; */
    width: 70%;
    height: 100vh;
    background: #e7e9fd;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
  }
  a:hover{
    background: none;
    color: #245b76;
  }
  #check:checked ~ ul{
    left: 0;
  }
}
.logo-img{
  width: 60px;
  padding: 10px;
}
header {
    background: #4B2E83; /* Dark purple background */
    color: white;
    text-align: center;
}
header img {
    max-width: 150px;
    margin-bottom: 1rem;
}
section h2 {
    color: #333;
}
#use-cases, #benefits {
    background: #f4f4f4;
}
#testimonials {
    background: #e2e2e2;
}
.testimonial {
    border: 1px solid #ddd;
    padding: 1rem;
    margin-bottom: 1rem;
}
#contact-us {
    background: #ddd;
    padding: 2rem;
}
footer {
    text-align: center;
    padding: 1rem;
    background: #333;
    color: white;
}

  .button-demo {
    background-color: #3498db; /* Vivid Blue Background */
    color: #ffffff; /* White Text */
    padding: 12px 24px; /* Top and Bottom Padding, Left and Right Padding */
    font-size: 18px; /* Text Size */
    border: none; /* No Border */
    border-radius: 8px; /* Rounded Corners */
    cursor: pointer; /* Cursor Changes to Hand Icon */
    transition: background-color 0.2s ease-in-out; /* Smooth Background Color Transition */
  }

  /* Hover Effect */
  .button-demo:hover {
    background-color: #2874a6; /* Slightly Darker Blue on Hover */
  }

  /* Active/Click Effect */
  .button-demo:active {
    background-color: #1b4f72; /* Even Darker Blue on Click */
  }

.contact-form {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
  }

  /* Style inputs, textareas, and button */
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form textarea {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; /* Make sure the padding doesn't affect the box size */
  }

  /* Style the submit button */
  .contact-form button[type="button"] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  /* Add a hover effect for the submit button */
  .contact-form button[type="submit"]:hover {
    background-color: #45a049;
  }

  .web-imgs-1{
    padding: 10px;
    max-width: 184px;
    border-radius: 50%;
    width: 100%;
  }
  .grid-sty{
    display: grid;
    place-items: center;
  
  }
  .nav-bar-fixed{
    position: fixed;
    top: 0;
    width: 100%;
  }
  /* .company-imgs{
    padding: 5px;
    border-radius: 8px;
  } */

  
  .first-row-margin-bottom {
    margin-bottom: 30px; 
  }
  
  
  .company-name-sty{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #4b2e83;
  }

  .text-justify{
    text-align: justify;
  }
  .header-title{
    color: #4b2e83;
  }
  .sub-header-title{
    color: #2b7a78;
  }
  .img-div{
    display: grid;
      place-items: center;
      height: 100%;
  }


  .header-logos{
    max-width: 60px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border-radius: 11px;
  }
  .contact-title-sty{
    font-weight: 600;
    font-size: 18px;
  }
  .contact-box-shadow{
    box-shadow: 2px 2px 7px #bbb;
    padding: 5px;
  }
  .contact-box-shadow p{
    margin: 0px;
  }
  .text-center{
    text-align: center;
  }
  .img-div-center{
    height: 150px;
     display: flex;
      flex-direction: column; 
      align-items: center; 
      justify-content: center;
  }
  .web-imgs-4{
    padding: 5px;
    border-radius: 10px;
    width: 100%;
  }
  @media screen and (min-width: 90px) and (max-width: 991px){
    .img-div-center-p{
       /* display: flex;
        flex-direction: column; 
        align-items: center; 
        justify-content: center; */
    }
    .padding-t-40{
      padding-top: 5px;
    }
    .web-imgs-2 {
      padding: 5px;
      border-radius: 10px;
      width: 60%;
      height: 300px;
  }
  .web-imgs-3 {
    padding: 5px;
    border-radius: 10px;
    width: 60%;
    height: 300px;
}
.row-col-rev:nth-child(2) {
  order: 1;
}
.col-hiden{
  display: none;
}
.m-l-50{
  margin-left: 0px;
}
.fotter-div-ul{
  margin: 0px;
  padding-top: 10px;
}
  }
  @media screen and (min-width: 992px) and (max-width: 2990px){
    .img-div-center-p{
      min-height: 550px;
       display: flex;
        flex-direction: column; 
        align-items: center; 
        justify-content: center;
    }
    .padding-t-40{
      padding-top: 40px;
    }
    .web-imgs-2{
      padding: 5px;
      border-radius: 10px;
      width: 90%;
    }
    .web-imgs-3{
      padding: 5px;
      border-radius: 10px;
      width: 100%;
      /* height: 70%; */
    }
    .m-l-50{
      margin-left: 50px;
    }
    .line-mobile-div{
      line-height: 40px;
    }
    .fotter-div-ul{
      text-align: end;
    }
  }
  /* Scrolling to top */
.scroll-to-top{
  position: fixed;
    bottom: 70px;
    left: 90%;
    background: rgba(17, 17, 17, 0.83);
    box-shadow: 2px 2px 7px;
    padding: 12px 15px;
}
@media (max-width: 600px){
  .scroll-to-top{
    position: fixed;
      bottom: 140px;
      left: 80%;
      background: rgba(17, 17, 17, 0.83);
      box-shadow: 2px 2px 7px;
      padding: 12px 15px;
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.animate {
  animation: slideInRight 2s ease-in-out; /* Change the animation properties as needed */
}

.animate-left {
  animation: slideInLeft 2s ease-in-out; /* Change the animation properties as needed */
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* footer style */
.footer-div-p{
  padding: 10px;
}
.fb-img{
  width: 30px;
}
.footer-div-1{
  display: grid;
  place-items: center;
  /* line-height: 40px; */
}
.footer-div{
  display: grid;
    place-items: end;
    line-height: 40px;
}

.fotter-div ul li{
  display: inline-block;
  margin: 0 5px;
}
.fotter-div ul li a{
  color: white;
  font-size: 14px;
  padding: 7px 13px;
  border-radius: 3px;
}

.company-imgs {
  padding: 5px;
  border-radius: 8px;
  width: 100px; 
  height: auto; 
}

.client-item {
  position: relative;
  cursor: pointer;
  box-shadow: 2px 2px 7px #bbb;
  border-radius: 8px;
}

.client-item::after {
  content: attr(data-solution);
  position: absolute;
  left: 1px;
  top: -20px;
  white-space: nowrap;
  background-color: #03537b;
  color: #ffffff;
  border-radius: 5px;
  padding: 5px 10px;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
  z-index: 999;
}

.client-item:hover::after {
  opacity: 1;
  transform: translateX(0);
}
.client-list {
  display: grid;
  width: 100%;
  max-width: 1200px;
  grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
  gap: 2rem;
}
/* Responsive Design */
@media (max-width: 768px) {
    nav {

    padding-left: 20px;
    padding-top: 10px;
}
  .office-info, .client-list {
      flex-direction: column;
  }

  /* nav ul li {
      display: block;
      margin: 10px 0;
      color = #fdc8c4,#c5e8e2
      color old=#ffffff,#eef0f1
  } */
}


/* cocounselor style */

a{
  color: #000;
  text-decoration: none;  
  padding: 5px;
}
a:hover { 
    background: #ccf1ec;
  }

.section-1-style{
    padding: 20px;
    border-bottom-left-radius: 10%;
    border-bottom-right-radius: 10%;
    background: linear-gradient(45deg, #E7E7FD, #E6F9F6, #E3FCEF);
    width: 99%;
    margin: auto;
}


.automate-your-patient {
    font-weight: 500;
}
.ai {
    color: #6941c6;
}
.automate-your-patient-container1 {
    width: 100%;
}

.parent {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 21px;
}
.text {
    width: 100%;
    position: relative;
    /* height: 120px;
    font-size: 18px; */
}
.automate-your-patient-intake-w-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}

.enter-your-email {
    /* position: absolute;
    top: 22px;
    left: 24px; */
    line-height: 24px;
    opacity: 0.5;
    border: none;
    font-size: 20px;
    outline: none;
}
.streamlineai-edit-spark {
    /* position: absolute;
    top: 0px;
    left: 224px; */
    width: 14px;
    height: 14px;
    overflow: hidden;
}
.email-button {
    /* position: absolute;
    top: 0px;
    left: 0px;
    width: 526px;
    height: 68px; */
}
.iconoutlinesearch {
    width: 18px;
    position: relative;
    height: 18px;
    overflow: hidden;
    flex-shrink: 0;
}
.icon3 {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.book-a-free {
    position: relative;
    line-height: 24px;
    font-weight: 600;
}
.icon-parent {
    width: 160px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.buttonprimarywith-icon-left {
    position: absolute;
    top: 8px;
    left: 351px;
    border-radius: 8px;
    background-color: #6941c6;
    width: 170px;
    height: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    box-sizing: border-box;
    text-align: right;
    color: #fff;
    border: none;
}
.buttonprimarywith-icon-left:hover{
    cursor: pointer;
}
.already-have-an {
    font-weight: 300;
    font-family: Poppins;
}
.span {
    font-weight: 600;
}
.log-in-now1 {
    text-decoration: underline;
}
.already-have-an-container {
    position: absolute;
    top: 83px;
    left: 0px;
    line-height: 24px;
    color: #12141d;
    opacity: 0.8;
}
.buttons {
    width: 100%;
    position: relative;
    height: 107px;
    font-size: 16px;
}
.frame-parent {
    /* position: absolute;
    top: 0px;
    left: 0px; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 48px;
}
.vector-parent {
    /* width: 610px;
    position: relative;
    height: 443px; */
}
.group-wrapper {
   
    /* display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start; */
}
.frame-child {
    /* width: 49px; */
    /* position: relative; */
    /* height: 44px; */
}
.cocounsellor-icon {
    width: 128px;
    position: relative;
    height: 15px;
}
.frame-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.features {
    position: relative;
    line-height: 24px;
    font-weight: 500;
}
.features-parent {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}
.book-a-demo {
    position: relative;
    line-height: 21px;
    font-weight: 600;
}
.buttonprimarywith-icon-left1 {
    width: 170px;
    border-radius: 8px;
    background-color: #6941c6;
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    box-sizing: border-box;
    text-align: right;
    font-size: 14px;
    color: #fff;
    font-family: Poppins;
}
.frame-group {
    position: absolute;
    top: 40px;
    left: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 100px;
    font-size: 16px;
    font-family: Inter;
}
.fill-22-icon {
    position: absolute;
    height: 11.67%;
    width: 7.5%;
    top: 58.26%;
    right: 49.9%;
    bottom: 30.07%;
    left: 42.6%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: contain;
}
.section-title {
    position: relative;
    line-height: 50px;
    font-weight: 500;
    color: #6941c6;
    font-size: 30px;
}
.airbnb-logo-icon {
    width: 90px;
    position: relative;
    height: 28px;
    overflow: hidden;
    flex-shrink: 0;
}
.hubspot-logo-icon {
    width: 84px;
    position: relative;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
}
.google-logo-icon {
    width: 84px;
    position: relative;
    height: 28px;
    overflow: hidden;
    flex-shrink: 0;
}
.microsoft-logo-icon {
    width: 122px;
    position: relative;
    height: 26px;
    overflow: hidden;
    flex-shrink: 0;
}
.walmart-logo-icon {
    width: 111px;
    position: relative;
    height: 26px;
    overflow: hidden;
    flex-shrink: 0;
}
.fedex-logo-icon {
    width: 80px;
    position: relative;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
}
.logos {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 0px;
    gap: 64px;
}
.logos-section {
    position: absolute;
    top: 798px;
    left: 165px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}
.streamlined-patient-intake {
    /* width: 599px; */
    /* position: relative; */
    line-height: 56px;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 30px;
}
.frame-item {
    width: 64px;
    position: relative;
    max-height: 100%;
    margin-top: -4px;
}
.streamlined-patient-intake-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.svg-icon {
    width: 24px;
    /* position: relative; */
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
}
.streamlined-intake-process-container {
    width: 481px;
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.svg-parent {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}
.error-reduction-co-container {
    /* width: 462px;
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0; */
}
.immediate-needs-assessment-container {
    /* width: 468px;
    position: relative; */
    display: flex;
    align-items: center;
    /* flex-shrink: 0; */
}
.frame-parent3 {
    /* display: flex; */
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}
.frame-wrapper {
    /* display: flex;  */
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 16px;
    width: 100%;
}
.frame-parent2 {
  
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}
.local-benchmarking-child {
    /* position: absolute; */
    height: 65.69%;
    width: 43.33%;
    top: 18.45%;
    right: 9.24%;
    bottom: 15.86%;
    left: 49.43%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
}
/* .rectangle-div {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    border-radius: 12px;
    background-color: #f6fffe;
    border: 1px solid #00a88e;
    box-sizing: border-box;
} */
.vector-icon1 {
    position: absolute;
    height: 48.48%;
    width: 88.84%;
    top: 24.24%;
    right: 5.58%;
    bottom: 27.27%;
    left: 5.58%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.rectangle-parent {
    /* position: absolute; */
    height: 15.38%;
    width: 18.93%;
    top: 35.69%;
    right: 37.5%;
    bottom: 52.93%;
    left: 45.57%;
    /* box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.13); */
}
.vector-icon2 {
    position: absolute;
    height: 50%;
    width: 90.24%;
    top: 25%;
    right: 4.88%;
    bottom: 25%;
    left: 4.88%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.rectangle-group {
    /* position: absolute; */
    height: 11.03%;
    width: 17.08%;
    top: 69.83%;
    right: 26.53%;
    bottom: 19.14%;
    left: 56.39%;
    /* box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.13); */
}
.vector-icon3 {
    position: absolute;
    height: 50%;
    width: 90.44%;
    top: 25%;
    right: 4.78%;
    bottom: 25%;
    left: 4.78%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.rectangle-container {
    /* position: absolute; */
    height: 11.03%;
    width: 17.43%;
    top: 52.93%;
    right: 20.83%;
    bottom: 36.03%;
    left: 61.74%;
    /* box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.13); */
}
.local-benchmarking-item {
    /* position: absolute; */
    height: 36.91%;
    width: 21.26%;
    top: 24.66%;
    right: 3.81%;
    bottom: 38.43%;
    left: 74.93%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.local-benchmarking {
    width: 100%;
    position: relative;
    background-color: #f5fff4;
    height: 580px;
}
.local-benchmarking-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 40px;
    color: #333;
}
.enhanced-transparency-and-trus-wrapper {
    /* position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; */
}
.line-icon {
    /* position: absolute;
    top: 56px;
    left: 0px; */
    max-height: 100%;
    width: 64px;
}
.group-div {
    /* width: 599px;
    position: relative;
    height: 112px; */
    padding-bottom: 20px;
}
.transparent-patient-tracking-container {
    /* width: 493px;
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0; */
}
.group-parent {
    position: absolute;
    top: 126px;
    left: 715.5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}
.vector-icon4 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.group-child3 {
    position: absolute;
    height: 2.76%;
    width: 11.5%;
    top: 14.84%;
    right: 64.47%;
    bottom: 82.4%;
    left: 24.02%;
    border-radius: 2px;
    background-color: #afafaf;
    opacity: 0.4;
}
.cocounsellor-icon1 {
    position: absolute;
    top: 16px;
    left: 30px;
    width: 68px;
    height: 8px;
}
.vector-icon6 {
    width: 16px;
    position: relative;
    height: 15px;
}
.vector-wrapper {
    position: absolute;
    top: 11px;
    left: 9px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.group-child4 {
    position: absolute;
    height: 100%;
    width: 78.46%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 21.54%;
    border-radius: 2px;
    background-color: #6941c6;
    opacity: 0.4;
}
.group-child5 {
    position: absolute;
    height: 100%;
    width: 12.31%;
    top: 0%;
    right: 87.69%;
    bottom: 0%;
    left: 0%;
    border-radius: 2px;
    background-color: #6941c6;
    opacity: 0.4;
}
.rectangle-parent1 {
    width: 65px;
    position: relative;
    height: 8px;
}
.group-container {
    position: absolute;
    top: 78px;
    left: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    opacity: 0.3;
}
.group1 {
    position: absolute;
    height: 99.7%;
    width: 20.41%;
    top: 0%;
    right: 79.59%;
    bottom: 0.3%;
    left: 0%;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
}
.vector-icon7 {
    position: absolute;
    height: 6.44%;
    width: 18.36%;
    top: 14.05%;
    right: 80.58%;
    bottom: 79.51%;
    left: 1.06%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.vector-icon8 {
    position: absolute;
    height: 9.67%;
    width: 79.53%;
    top: 0%;
    right: -0.01%;
    bottom: 90.33%;
    left: 20.48%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.vector-icon9 {
    position: absolute;
    height: 2.02%;
    width: 9.79%;
    top: 3.79%;
    right: 66.26%;
    bottom: 94.19%;
    left: 23.95%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.vector-icon10 {
    position: absolute;
    height: 4.72%;
    width: 24.28%;
    top: 2.49%;
    right: 3.57%;
    bottom: 92.79%;
    left: 72.15%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.vector-icon11 {
    position: absolute;
    height: 5.91%;
    width: 14.12%;
    top: 11.83%;
    right: 5.3%;
    bottom: 82.27%;
    left: 80.58%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    opacity: 0.5;
}
.vector-icon12 {
    position: absolute;
    height: 16.94%;
    width: 22.77%;
    top: 19.89%;
    right: 53.13%;
    bottom: 63.16%;
    left: 24.1%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.vector-icon13 {
    position: absolute;
    height: 2.26%;
    width: 15.06%;
    top: 23.88%;
    right: 58.68%;
    bottom: 73.86%;
    left: 26.27%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.vector-icon14 {
    position: absolute;
    height: 3.09%;
    width: 1.6%;
    top: 29.83%;
    right: 72.05%;
    bottom: 67.08%;
    left: 26.34%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.vector-icon15 {
    position: absolute;
    height: 16.94%;
    width: 22.77%;
    top: 19.89%;
    right: 28.24%;
    bottom: 63.16%;
    left: 48.99%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.vector-icon16 {
    position: absolute;
    height: 1.66%;
    width: 8.71%;
    top: 23.88%;
    right: 40.13%;
    bottom: 74.46%;
    left: 51.16%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.vector-icon17 {
    position: absolute;
    height: 3.2%;
    width: 4.32%;
    top: 29.74%;
    right: 44.45%;
    bottom: 67.06%;
    left: 51.23%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.vector-icon18 {
    position: absolute;
    height: 16.94%;
    width: 22.77%;
    top: 19.89%;
    right: 3.35%;
    bottom: 63.16%;
    left: 73.87%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.vector-icon19 {
    position: absolute;
    height: 2.17%;
    width: 14.77%;
    top: 23.95%;
    right: 9.19%;
    bottom: 73.89%;
    left: 76.05%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.vector-icon20 {
    position: absolute;
    height: 3.2%;
    width: 3.22%;
    top: 29.73%;
    right: 20.64%;
    bottom: 67.07%;
    left: 76.13%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.vector-icon21 {
    position: absolute;
    height: 1.84%;
    width: 0.7%;
    top: 91.29%;
    right: 48.46%;
    bottom: 6.87%;
    left: 50.84%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.vector-icon22 {
    position: absolute;
    height: 55.25%;
    width: 35.31%;
    top: 39.52%;
    right: 3.26%;
    bottom: 5.23%;
    left: 61.43%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.group-icon1 {
    width: 166px;
    position: relative;
    height: 58px;
}
.group-frame {
    position: absolute;
    top: 156.05px;
    left: 321.75px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.group-wrapper1 {
    position: absolute;
    top: 222.05px;
    left: 321.75px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.vector-icon23 {
    position: absolute;
    height: 2.23%;
    width: 11.72%;
    top: 42.43%;
    right: 24.98%;
    bottom: 55.34%;
    left: 63.3%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.vector-icon24 {
    position: absolute;
    height: 5.37%;
    width: 35.31%;
    top: 89.61%;
    right: 3.16%;
    bottom: 5.01%;
    left: 61.52%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.group-child10 {
    position: absolute;
    height: 2.76%;
    width: 11.5%;
    top: 90.8%;
    right: 15.25%;
    bottom: 6.44%;
    left: 73.24%;
    border-radius: 2px;
    background-color: #fff;
    opacity: 0.4;
}
.clip-path-group {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
}
.new1-2-child {
    position: absolute;
    height: 79.85%;
    width: 50.92%;
    top: 34.46%;
    right: 41.64%;
    bottom: -14.31%;
    left: 7.44%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.group-child11 {
    position: absolute;
    height: 100%;
    width: 78.43%;
    top: 0%;
    right: 0.03%;
    bottom: 0%;
    left: 21.54%;
    border-radius: 2px;
    background-color: #fff;
    opacity: 0.4;
}
.group-child12 {
    position: absolute;
    height: 100%;
    width: 12.25%;
    top: 0%;
    right: 87.75%;
    bottom: 0%;
    left: 0%;
    border-radius: 2px;
    background-color: #fff;
    opacity: 0.4;
}
.rectangle-parent4 {
    position: absolute;
    height: 2.76%;
    width: 14.67%;
    top: 15.81%;
    right: 82.62%;
    bottom: 81.43%;
    left: 2.71%;
}
.new1-2 {
    position: absolute;
    top: 104px;
    left: 108px;
    width: 512px;
    height: 337px;
}
.local-benchmarking-inner {
    position: absolute;
    height: 18.45%;
    width: 5.33%;
    top: 59.66%;
    right: 55.5%;
    bottom: 21.9%;
    left: 39.17%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.local-benchmarking1 {
    width: 100%;
    position: relative;
    background-color: #f4faff;
    height: 580px;
}
.reduced-bias-and {
    position: relative;
    line-height: 56px;
    font-weight: 500;
    font-size: 30px;
}
.frame-inner {
    width: 64px;
    position: relative;
    max-height: 100%;
    margin-top: -5px;
}
.objective-assessments-our-container {
    /* width: 529px;
    position: relative; */
    display: flex;
    align-items: center;
    /* flex-shrink: 0; */
}
.consistent-care-quality-container {
    /* width: 543px;
    position: relative; */
    display: flex;
    align-items: center;
    /* flex-shrink: 0; */
}
.frame-parent6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}
.new-frame-parent6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}
/* New styles */
.img-display1,
.img-display2,
.img-display3{
    display: none;
}
.img-show {
    display: block;
}
.new-frame-wrapper4,
.new-frame-wrapper5,
.new-frame-wrapper6 {
    /* width: 1206px; */
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #12141d;
}

.show {
    display: flex;
}
.frame-child1 {
    width: 100%;
    /* max-width: 300px; */
    /* position: relative; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    /* background-color: #ced5ed; */    
    /* background-image: url(./assets/images/assets/login-img.png);
    background-repeat: no-repeat; */
    height: 300px;
}
.frame-parent5 {
    position: absolute;
    top: calc(50% - 174.5px);
    left: calc(50% - 584px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 64px;
}
.local-benchmarking2 {
    width: 100%;
    position: relative;
    background-color: rgba(146, 119, 255, 0.04);
    height: 580px;
}
.frame-icon {
    /* width: 272px;
    position: relative;
    height: 265px; */
}
.counselors-enhanced-focus-container {
    position: relative;
}
.frame-child2 {
    /* width: 48px;
    position: relative; */
    max-height: 100%;
    margin-top: -4px;
}
.focus-on-what {
    /* width: 532px;
    position: relative; */
    font-weight: 600;
    display: flex;
    align-items: center;
}
.with-the-intake {
    /* width: 532px;
    position: relative; */
    display: inline-block;
    opacity: 0.7;
}
.focus-on-what-matters-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}
.frame-parent11 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    font-size: 16px;
    padding-top: 15px;
}
.frame-parent9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}
.frame-child3 {
    /* width: 307px;
    position: relative;
    height: 264px; */
}
.patients-can-start {
    /* width: 532px;
    position: relative; */
    display: inline-block;
    height: 72px;
    flex-shrink: 0;
    opacity: 0.7;
}
.frame-parent8 {
    position: absolute;
    top: 30px;
    left: calc(50% - 554px);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 64px;
}
.local-benchmarking3 {
    width: 100%;
    position: relative;
    background: linear-gradient(45deg, #e7f5fd, #e6f9f6 50%, #e3fcef);
    height: 670px;
}
.local-benchmarking-wrapper1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 24px;
    color: #12141d;
}
.frame-child5 {
    width: 80px;
    position: relative;
    max-height: 100%;
}
.patients-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #12141d;
    cursor: pointer;
}
.counselor {
    /* position: absolute;
    top: 0px;
    left: 0px; */
}
.group-child13 {
    position: absolute;
    top: calc(50% + 19px);
    left: calc(50% - 40px);
    width: 80px;
    height: 0px;
}
.counselor-parent {
    width: 82px;
    position: relative;
    height: 38px;
}
.group-wrapper2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.clinical-facilities-parent {
    /* width: 132px; */
    position: relative;
    height: 38px;
}
.frame-parent18 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 44px;
}
.line-div {
    /* width: 1207px;
    position: relative; */
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    height: 1px;
}
.frame-parent17 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    width: 100%;
    border-bottom: 1px solid #bbb;
}
.ellipse-div {
    /* position: absolute;
    top: 28px;
    left: 20px; */
    border-radius: 50%;
    background-color: rgba(255, 215, 215, 0.3);
    width: 78px;
    height: 78px;
    display: none;
}
.frame-child6 {
    position: absolute;
    top: 51px;
    left: 500px;
    filter: blur(84px);
    border-radius: 50%;
    background-color: #ffe6e6;
    width: 120px;
    height: 120px;
}
.accelerated-access-to {
    position: relative;
    font-weight: 500;
}
.automated-intake-streamlines {
    /* width: 468px; */
    position: relative;
    font-size: 16px;
    text-align: left;
    display: inline-block;
    opacity: 0.7;
}
.accelerated-access-to-care-parent {
    /* position: absolute;
    top: 24px;
    left: 26px; */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}
.ellipse-parent {
    /* width: 594px;
    position: relative; */
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    /* height: 134px; */
    /* overflow: hidden; */
    /* flex-shrink: 0; */
    padding: 15px;
}
.frame-parent19-2{
    padding-bottom: 20px;
}
.frame-child7 {
    position: absolute;
    top: 27.5px;
    left: 20px;
    border-radius: 50%;
    background-color: rgba(169, 221, 187, 0.3);
    width: 78px;
    height: 78px;
    display: none;
}
.empowered-participation-in-rec-parent {
    /* position: absolute;
    top: 11.5px;
    left: 20px; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}
.frame-child8 {
    /* position: absolute;
    top: 51px;
    left: 500px;
    filter: blur(84px);
    border-radius: 50%;
    background-color: #ffefd7;
    width: 120px;
    height: 120px; */
}
.frame-child9 {
    position: absolute;
    top: 51px;
    left: 500px;
    filter: blur(84px);
    border-radius: 50%;
    background-color: #e9f0ff;
    width: 120px;
    height: 120px;
}
.enhanced-privacy-and-comfort-parent {
    /* position: absolute;
    top: 12px;
    left: 26px; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}
.frame-child10 {
    /* position: absolute;
    top: 51px;
    left: 500px; */
    filter: blur(84px);
    border-radius: 50%;
    background-color: #e2ffe5;
    width: 120px;
    height: 120px;
}
.frame-parent19 {
    /* width: 1212px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 38px;
}
.frame-wrapper4 {
    width: 1206px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #12141d;
}
.jesse-kirk-evernote {
    position: absolute;
    top: calc(50% - 8px);
    left: 22.45%;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase;
}
.userpic-icon {
    position: absolute;
    height: 100%;
    width: 17.49%;
    top: 0%;
    right: 82.51%;
    bottom: 0%;
    left: 0%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
}
.sign {
    position: absolute;
    width: 33.83%;
    top: calc(50% + 28.5px);
    right: 44.28%;
    left: 21.89%;
    height: 60px;
}
.fa-quote-left {
    position: absolute;
    top: 0%;
    left: 0%;
    line-height: 26px;
}
.the-most-important {
    position: absolute;
    width: 87.39%;
    top: 3.03%;
    left: 12.61%;
    font-size: 22px;
    line-height: 32px;
    display: inline-block;
    font-weight: 500;
    font-family: Poppins;
    color: #796dab;
    text-align: left;
}
.quote {
    position: absolute;
    height: 40.41%;
    width: 78.21%;
    top: 12.24%;
    right: 9.76%;
    bottom: 47.35%;
    left: 12.03%;
    text-align: center;
    font-size: 40px;
    color: #ebeaed;
    font-family: FontAwesome;
}
.lines-icon {
    /* position: absolute; */
    height: 100%;
    width: 95.66%;
    /* top: 0%;
    right: 2.12%;
    bottom: 0%;
    left: 2.22%; */
    /* max-width: 100%; */
    overflow: hidden;
    max-height: 100%;
}
.testimonial-1 {
    width: 1014px;
    position: relative;
    background-color: #fff;
    height: 245px;
    overflow: hidden;
    flex-shrink: 0;
}
.testimonial-1-wrapper {
    width: 100%;
    height: 245px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-size: 14px;
    color: rgba(21, 20, 57, 0.4);
}
.recession-5207836-1-icon {
    width: 60px;
    position: relative;
    height: 60px;
    overflow: hidden;
    flex-shrink: 0;
}
.decreased-overdoses-and {
    /* width: 296px; */
    position: relative;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.co-counsellors-swift {
    /* width: 376px;
    position: relative; */
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recession-5207836-1-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;    
    text-align: center;
    padding: 15px;
}
.enhancing-trust-in {
    /* width: 317px; */
    position: relative;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scalable-recovery-model {
    /* width: 267px; */
    position: relative;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.frame-parent23 {
    border-radius: 20px;
    background-color: #f6f4ff;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 48px;
    gap: 49px;
    font-size: 20px;
    color: #12141d;
}
.frame-parent15 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
    /* text-align: center;
    font-size: 16px;
    color: rgba(18, 20, 29, 0.8); */
}
.section-title-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.frame-wrapper3 {
    width: 100%;
    height: 1277px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.rectangle-icon {
    position: absolute;
    top: 335px;
    left: -52px;
    width: 1788px;
    height: 2432px;
    object-fit: contain;
    opacity: 0.1;
}
.local-benchmarking-child1 {
    position: absolute;
    top: 395px;
    left: -52px;
    width: 1788px;
    height: 2432px;
    object-fit: contain;
    opacity: 0.02;
}
.ellipse-icon {
    position: absolute;
    top: -605.97px;
    left: 138.59px;
    width: 1581.4px;
    height: 1516px;
    object-fit: contain;
    opacity: 0.6;
}
.local-benchmarking-child2 {
    position: absolute;
    top: 2158.56px;
    left: 490.59px;
    width: 1597.3px;
    height: 1606.9px;
    object-fit: contain;
    opacity: 0.6;
}
.section-title-wrapper {
    position: absolute;
    top: 47px;
    left: calc(50% - 122.5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.step-1-sign-container {
    position: relative;
    z-index: 0;
}
.frame-child11 {
    width: 72px;
    position: absolute;
    margin: 0 !important;
    top: 36px;
    left: calc(50% - 195px);
    max-height: 100%;
    z-index: 1;
}
.step-1-sign-up-and-secure-log-parent {
    width: 952px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    gap: 10px;
}
.frame-child12 {
    position: absolute;
    top: 10px;
    left: calc(50% - 83.5px);
    border-radius: 20px;
    background-color: #967ad7;
    width: 560px;
    height: 568px;
}
.frame-child13 {
    position: absolute;
    height: 20.71%;
    width: 9.88%;
    top: 23.74%;
    right: 40.17%;
    bottom: 55.56%;
    left: 49.95%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.for-patients {
    position: relative;
    font-weight: 600;
}
.begin-your-journey {
    width: 320px;
    position: relative;
    display: inline-block;
    opacity: 0.7;
}
.for-patients-parent {
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}
.frame-wrapper6 {
    position: absolute;
    top: 94px;
    left: 73px;
    border-radius: 20px;
    background: linear-gradient(111.98deg, #fff, #fffcf5);
    border: 1px solid #fabb18;
    box-sizing: border-box;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px;
}
.frame-wrapper7 {
    position: absolute;
    top: 317px;
    left: 8px;
    border-radius: 20px;
    background: linear-gradient(111.98deg, #fff, #fffcf5);
    border: 1px solid #00a88e;
    box-sizing: border-box;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px;
}
.title {
    position: relative;
    line-height: 130%;
    font-weight: 600;
}
.body {
    width: 61px;
    position: relative;
    font-size: 4.08px;
    line-height: 160%;
    font-weight: 900;
    color: #718096;
    display: none;
}
.text1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.2px;
}
.vector-icon25 {
    width: 81px;
    position: relative;
    height: 10.3px;
}
.text-parent {
    position: absolute;
    top: 5.25px;
    left: 9.33px;
    width: 244px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.header {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px 10px 0px 0px;
    background-color: #fff;
    width: 262.6px;
    height: 21px;
    overflow: hidden;
}
.header-wrapper {
    position: absolute;
    top: 0px;
    right: 0.07px;
    width: 262.6px;
    height: 21px;
}
.hi-alex-simon {
    position: relative;
    line-height: 9.91px;
    font-weight: 500;
}
.add-new-counselor {
    position: relative;
    line-height: 5.83px;
}
.add-new-counselor-wrapper {
    width: 55.7px;
    border-radius: 2.33px;
    background-color: #6941c6;
    height: 12.8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 3.5px;
    box-sizing: border-box;
    font-size: 4.08px;
    color: #fff;
    font-family: Inter;
}
.hi-alex-simon-parent {
    position: absolute;
    top: 25.66px;
    left: 75.79px;
    width: 239.9px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.group-child15 {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 7.59px;
    background-color: #fff;
    width: 317.6px;
    height: 221.6px;
}
.pay-securely {
    position: relative;
    line-height: 7.59px;
    font-weight: 500;
}
.mask-icon {
    width: 5.2px;
    position: relative;
    height: 3px;
    transform:  rotate(-90deg);
}
.auto-added-frame {
    position: absolute;
    top: 3.78px;
    left: 4.55px;
    width: 68.3px;
    height: 7.6px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.st-view {
    width: 78.9px;
    position: relative;
    border-radius: 3.04px;
    background-color: #f9fafb;
    border: 0.4px solid #e5e7ea;
    box-sizing: border-box;
    height: 15.2px;
    transform:  rotate(90deg);
}
.date-added {
    position: relative;
    line-height: 7.59px;
    text-transform: uppercase;
    color: rgba(18, 21, 32, 0.6);
    text-align: left;
    transform:  rotate(90deg);
}
.st-view-parent {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.5px;
    transform:  rotate(-90deg);
}
.frame-wrapper8 {
    position: absolute;
    top: 7.59px;
    left: 6.07px;
    width: 78.9px;
    height: 25.3px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.counselor-name {
    position: relative;
    line-height: 6.07px;
    text-transform: uppercase;
    font-weight: 600;
}
.mask-icon1 {
    width: 2.6px;
    position: relative;
    height: 1.5px;
}
.mask-wrapper {
    width: 3.8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.8px;
    box-sizing: border-box;
}
.counselor-name-parent {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5px;
}
.counselor-id-parent {
    position: absolute;
    top: 0px;
    left: 59.57px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5px;
}
.date-added-parent {
    position: absolute;
    top: 0px;
    left: 204.54px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5px;
}
.status-parent {
    position: absolute;
    top: 0px;
    left: 256.91px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5px;
}
.contact-parent {
    position: absolute;
    top: 0px;
    left: 114.98px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5px;
}
.frame-parent26 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 241.7px;
    height: 6.1px;
}
.frame-wrapper9 {
    position: absolute;
    top: 0px;
    left: 7.58px;
    width: 241.7px;
    height: 6.1px;
}
.group-child16 {
    position: absolute;
    height: 4.4%;
    width: 100.13%;
    top: 100.06%;
    right: -0.13%;
    bottom: -4.46%;
    left: 0%;
    border-top: 0.4px solid #e5e7ea;
    box-sizing: border-box;
}
.group-parent2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 317.6px;
    height: 9.1px;
}
.group-wrapper4 {
    width: 317.6px;
    position: relative;
    height: 9.1px;
}
.list-iteminsufficient-funds-child {
    position: absolute;
    height: 100%;
    width: 100.95%;
    top: 0%;
    right: -0.95%;
    bottom: 0%;
    left: 0%;
    background-color: #fff;
    border-bottom: 0.4px solid rgba(51, 51, 51, 0.1);
    box-sizing: border-box;
}
.current-balance-10-wrapper {
    position: absolute;
    top: 9.49px;
    left: 264.89px;
    border-radius: 7.59px;
    background-color: #00a88e;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 1.5px 4.6px;
}
.makenna-vetrovs {
    position: relative;
    line-height: 7.59px;
    font-weight: 600;
}
.makenna-vetrovs-wrapper {
    position: absolute;
    top: 4.55px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    color: #6941c6;
}
.div3 {
    position: absolute;
    top: 4.55px;
    left: 59.58px;
    line-height: 7.59px;
}
.mdicall-icon {
    width: 6.8px;
    position: relative;
    height: 6.8px;
    overflow: hidden;
    flex-shrink: 0;
}
.mdicall-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.5px;
}
.makennavetrovsgmailcom {
    position: relative;
    line-height: 6.83px;
    font-weight: 500;
}
.icbaseline-email-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5px;
}
.frame-parent29 {
    position: absolute;
    top: 0px;
    left: 114.98px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3px;
    font-size: 4.55px;
    color: #333;
    font-family: Poppins;
}
.div5 {
    position: absolute;
    top: 4.55px;
    left: 204.54px;
    line-height: 7.59px;
}
.frame-parent28 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 276.3px;
    height: 16.7px;
}
.frame-wrapper11 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 266.8px;
    height: 16.7px;
}
.list-iteminsufficient-funds-inner {
    position: absolute;
    top: 6.07px;
    left: 7.59px;
    width: 266.8px;
    height: 16.7px;
    font-size: 5.31px;
    color: #151e2c;
    font-family: Inter;
}
.list-iteminsufficient-funds {
    width: 314.6px;
    position: relative;
    height: 28.8px;
}
.list-iteminsufficient-funds-wrapper {
    width: 314.6px;
    height: 28.8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.frame-wrapper10 {
    height: 28.8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 4.55px;
    color: #fff;
    font-family: Poppins;
}
.list-iteminsufficient-funds-item {
    position: absolute;
    height: 100%;
    width: 100.95%;
    top: 0%;
    right: -0.95%;
    bottom: 0%;
    left: 0%;
    background-color: #fcfcfc;
    border-bottom: 0.4px solid rgba(51, 51, 51, 0.1);
    box-sizing: border-box;
}
.lydia-korsgaard-wrapper {
    position: absolute;
    top: 4.56px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    color: #6941c6;
}
.div6 {
    position: absolute;
    top: 4.56px;
    left: 59.58px;
    line-height: 7.59px;
}
.div7 {
    width: 61.1px;
    position: relative;
    line-height: 6.83px;
    font-weight: 500;
    display: inline-block;
    flex-shrink: 0;
}
.frame-wrapper14 {
    position: absolute;
    top: 4.94px;
    left: 114.98px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 4.55px;
    color: #333;
    font-family: Poppins;
}
.div8 {
    position: absolute;
    top: 4.56px;
    left: 204.54px;
    line-height: 7.59px;
}
.current-balance-10-container {
    position: absolute;
    top: 3.42px;
    left: 256.92px;
    border-radius: 7.59px;
    background-color: #00a88e;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 1.5px 4.6px;
    font-size: 4.55px;
    color: #fff;
    font-family: Poppins;
}
.frame-parent30 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 288px;
    height: 16.7px;
}
.list-iteminsufficient-funds-inner1 {
    position: absolute;
    top: 6.09px;
    left: 7.59px;
    width: 266.8px;
    height: 16.7px;
}
.frame-wrapper12 {
    height: 28.8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.maren-mango-wrapper {
    position: absolute;
    top: 4.57px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    color: #6941c6;
}
.div9 {
    position: absolute;
    top: 4.57px;
    left: 59.58px;
    line-height: 7.59px;
}
.div11 {
    position: absolute;
    top: 4.57px;
    left: 204.54px;
    line-height: 7.59px;
}
.list-iteminsufficient-funds-inner2 {
    position: absolute;
    top: 6.09px;
    left: 7.59px;
    width: 266.8px;
    height: 16.7px;
    font-size: 5.31px;
    color: #151e2c;
    font-family: Inter;
}
.current-balance-10-wrapper1 {
    position: absolute;
    top: 3.4px;
    left: 256.92px;
    border-radius: 7.59px;
    background-color: rgba(18, 21, 32, 0.4);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 1.5px 4.6px;
    font-size: 4.55px;
    color: #fff;
    font-family: Poppins;
}
.frame-parent33 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 301.7px;
    height: 16.7px;
}
.list-iteminsufficient-funds-inner3 {
    position: absolute;
    top: 6.07px;
    left: 7.59px;
    width: 266.8px;
    height: 16.7px;
}
.current-balance-10-wrapper2 {
    position: absolute;
    top: 3.42px;
    left: 256.92px;
    border-radius: 7.59px;
    background-color: rgba(18, 21, 32, 0.4);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 1.5px 4.6px;
    font-size: 4.55px;
    color: #fff;
    font-family: Poppins;
}
.list-iteminsufficient-funds-inner4 {
    position: absolute;
    top: 6.1px;
    left: 7.59px;
    width: 266.8px;
    height: 16.7px;
}
.list-iteminsufficient-funds-child4 {
    position: absolute;
    height: 100%;
    width: 100.95%;
    top: 0%;
    right: -0.95%;
    bottom: 0%;
    left: 0%;
    border-radius: 0px 0px 12.45px 12.45px;
    background-color: #fcfcfc;
    border-bottom: 0.4px solid rgba(51, 51, 51, 0.1);
    box-sizing: border-box;
}
.frame-parent27 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 5.31px;
    color: #151e2c;
}
.group-parent1 {
    position: absolute;
    top: 39.47px;
    left: 0px;
    width: 317.6px;
    height: 182.2px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    font-size: 4.55px;
    color: #4c596b;
    font-family: Inter;
}
.rectangle-parent6 {
    position: absolute;
    top: 43.72px;
    left: 76.96px;
    width: 317.6px;
    height: 221.6px;
    text-align: center;
    font-size: 5.31px;
}
.group-child17 {
    position: absolute;
    top: 0px;
    left: 0px;
    box-shadow: 0px 0.2915000319480896px 3.5px 0.29px rgba(0, 0, 0, 0.08);
    border-radius: 10px 2.33px 2.33px 10px;
    background-color: #fff;
    width: 67.6px;
    height: 216.9px;
}
.frame-child14 {
    width: 14.3px;
    position: relative;
    height: 12.8px;
}
.cocounsellor-icon2 {
    width: 38.6px;
    position: relative;
    height: 4.4px;
}
.frame-parent40 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 2.3px;
}
.frame-child15 {
    width: 67.6px;
    position: relative;
    max-height: 100%;
}
.frame-parent39 {
    position: absolute;
    top: 9.33px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 5.8px;
}
.ipad-mini-83-427-inner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 67.6px;
    height: 216.9px;
}
.group-child18 {
    position: absolute;
    height: 100%;
    width: 78.35%;
    top: 0%;
    right: 0.12%;
    bottom: 0%;
    left: 21.53%;
    border-radius: 1.19px;
    background-color: #6941c6;
    opacity: 0.4;
}
.group-child19 {
    position: absolute;
    height: 100%;
    width: 12.37%;
    top: 0%;
    right: 87.63%;
    bottom: 0%;
    left: 0%;
    border-radius: 1.19px;
    background-color: #6941c6;
    opacity: 0.4;
}
.rectangle-parent8 {
    width: 38.8px;
    position: relative;
    height: 4.8px;
}
.group-child20 {
    position: absolute;
    height: 100%;
    width: 78.57%;
    top: 0%;
    right: -0.13%;
    bottom: 0%;
    left: 21.56%;
    border-radius: 1.19px;
    background-color: #fff;
    opacity: 0.4;
}
.group-child21 {
    position: absolute;
    height: 100%;
    width: 12.28%;
    top: 0%;
    right: 87.72%;
    bottom: 0%;
    left: 0%;
    border-radius: 1.19px;
    background-color: #fff;
    opacity: 0.4;
}
.rectangle-parent9 {
    position: absolute;
    height: 42.31%;
    width: 79.86%;
    top: 25.36%;
    right: 10.3%;
    bottom: 32.34%;
    left: 9.84%;
}
.vector-group {
    width: 56.1px;
    position: relative;
    height: 13px;
}
.group-parent3 {
    position: absolute;
    top: 38.98px;
    left: 9.91px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 7.2px;
    opacity: 0.3;
}
.ipad-mini-83-427 {
    position: absolute;
    top: 284px;
    left: 484px;
    border-radius: 9.04px;
    background-color: #f6f6f6;
    width: 330.3px;
    height: 216.9px;
    font-size: 5.83px;
    color: #121520;
}
.time {
    position: relative;
    font-weight: 900;
}
.left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0.8px 0px;
    gap: 3.1px;
}
.combined-shape-icon {
    width: 6.4px;
    position: relative;
    height: 3.9px;
}
.combined-shape-icon1 {
    width: 5.5px;
    position: relative;
    height: 3.9px;
}
.div21 {
    position: relative;
    line-height: 5.46px;
    font-weight: 900;
}
.battery-icon {
    width: 10.3px;
    position: relative;
    height: 4.7px;
    object-fit: cover;
}
.right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 1.9px 0px;
    gap: 1.6px;
    text-align: right;
}
.status-bar-ipad {
    position: absolute;
    top: -37.65px;
    left: -33.07px;
    width: 441.8px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 5.8px;
    box-sizing: border-box;
}
.group-child26 {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 6.24px;
    background-color: #fff;
    border: 0.4px solid rgba(105, 65, 198, 0.4);
    box-sizing: border-box;
    width: 180.9px;
    height: 172.2px;
}
.pay-securely1 {
    position: relative;
    line-height: 9.36px;
    font-weight: 500;
}
.icon-container {
    width: 6.2px;
    position: relative;
    height: 9.4px;
    overflow: hidden;
    flex-shrink: 0;
    display: none;
}
.content {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1.6px;
}
.masterbuttonlargetext {
    position: absolute;
    top: 143.77px;
    left: 101.94px;
    border-radius: 1.56px;
    background-color: #6941c6;
    width: 64px;
    height: 15.6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4.7px;
    box-sizing: border-box;
}
.log-in {
    position: relative;
    line-height: 10.92px;
    font-weight: 600;
}
.email-address {
    position: relative;
    line-height: 17.8px;
    text-transform: uppercase;
}
.alex-simon {
    position: absolute;
    top: 3.51px;
    left: 4.68px;
    line-height: 7.8px;
}
.group-child27 {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 1.56px;
    background-color: #fff;
    border: 0.4px solid rgba(18, 21, 32, 0.1);
    box-sizing: border-box;
    width: 148.2px;
    height: 17.2px;
}
.group-child28 {
    position: absolute;
    top: 0px;
    right: 17.17px;
    background-color: #fff;
    border-right: 0.4px solid rgba(18, 21, 32, 0.1);
    box-sizing: border-box;
    width: 0px;
    height: 17.2px;
}
.charmcircle-tick-icon {
    position: absolute;
    top: 4.68px;
    left: 135.71px;
    width: 7.8px;
    height: 7.8px;
    overflow: hidden;
}
.johndoeworkspacecom {
    position: absolute;
    top: calc(50% - 3.92px);
    left: 4.68px;
    line-height: 7.8px;
    font-weight: 500;
    color: #121520;
}
.alex-simon-parent {
    width: 148.2px;
    position: relative;
    height: 17.2px;
    color: #333;
}
.email-address-parent {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.6px;
}
.frame-wrapper27 {
    width: 148.2px;
    position: relative;
    height: 26.7px;
}
.frame-wrapper26 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.icround-remove-red-eye-icon {
    width: 7.8px;
    position: relative;
    height: 7.8px;
    overflow: hidden;
    flex-shrink: 0;
}
.icround-remove-red-eye-wrapper {
    position: absolute;
    top: calc(50% - 3.92px);
    left: 135.71px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.div22 {
    position: absolute;
    top: calc(50% - 3.15px);
    left: 4.68px;
    line-height: 7.8px;
    font-weight: 500;
}
.rectangle-parent13 {
    width: 148.2px;
    position: relative;
    height: 17.2px;
}
.pay-securely2 {
    position: relative;
    font-size: 6.24px;
    line-height: 9.36px;
    font-weight: 500;
    color: #6941c6;
    text-align: center;
}
.frame-parent42 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3.1px;
}
.frame-parent41 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6.2px;
}
.frame-wrapper24 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    font-size: 5.46px;
}
.log-in-parent {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 14px;
}
.frame-wrapper23 {
    position: absolute;
    top: 15.86px;
    left: 15.14px;
    width: 148.2px;
    height: 97.8px;
    text-align: left;
    font-size: 7.8px;
    color: #121520;
}
.rectangle-parent12 {
    position: absolute;
    top: 23.34px;
    left: 181.88px;
    width: 180.9px;
    height: 172.2px;
    text-align: center;
    font-size: 6.24px;
    color: #fff;
}
.frame-child16 {
    width: 19.1px;
    position: relative;
    height: 17.2px;
}
.cocounsellor-icon3 {
    width: 51.6px;
    position: relative;
    height: 5.8px;
}
.frame-parent45 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 3.1px;
}
.empowering-recovery-together {
    position: relative;
    line-height: 130%;
    font-weight: 500;
}
.empowering-recovery-together1 {
    position: relative;
    font-size: 6.24px;
    line-height: 130%;
    font-weight: 500;
}
.empowering-recovery-together-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 4.7px;
}
.icon5 {
    width: 168.5px;
    position: relative;
    height: 98.7px;
    overflow: hidden;
    flex-shrink: 0;
}
.frame-parent43 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8.6px;
}
.frame-wrapper32 {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.ipad-mini-83-427-child {
    position: absolute;
    top: 23.61px;
    left: 7.46px;
    width: 168.5px;
    height: 164.6px;
    font-size: 7.8px;
    color: #121520;
}
.ipad-mini-83-427-item {
    position: absolute;
    height: 14.08%;
    width: 5.6%;
    top: 3.29%;
    right: 2.94%;
    bottom: 82.63%;
    left: 91.45%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.ipad-mini-83-4271 {
    position: absolute;
    top: 46px;
    left: 556.03px;
    box-shadow: 0px 7.780821800231934px 29.18px rgba(0, 0, 0, 0.12);
    border-radius: 9.73px;
    background-color: #fff;
    width: 378.3px;
    height: 213px;
    overflow: hidden;
    font-size: 4.68px;
    color: #444;
}
.rectangle-parent5 {
    width: 953px;
    position: relative;
    height: 594px;
    text-align: left;
    font-size: 16px;
    color: #12141d;
}
.frame-parent25 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.frame-child17 {
    width: 72px;
    position: absolute;
    margin: 0 !important;
    top: 36px;
    left: calc(50% - 201px);
    max-height: 100%;
    z-index: 1;
}
.frame-child18 {
    position: absolute;
    top: 12px;
    left: 0px;
    border-radius: 20px;
    background-color: #967ad7;
    width: 560px;
    height: 568px;
}
.mechanisms-icon {
    position: absolute;
    height: 19.67%;
    width: 18.8%;
    top: 78.99%;
    right: 80.62%;
    bottom: 1.34%;
    left: 0.58%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.question-box-child {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 8.45px;
    background-color: #fff;
    width: 359.9px;
    height: 44px;
}
.material-symbolsclose-icon {
    position: absolute;
    top: 15.05px;
    left: 412.28px;
    width: 15.2px;
    height: 15.2px;
    overflow: hidden;
    display: none;
}
.frame-child19 {
    width: 27px;
    position: relative;
    height: 27px;
}
.frame-child20 {
    width: 56.2px;
    position: relative;
    border-radius: 3.38px;
    background-color: #f0ecf9;
    height: 11.8px;
}
.frame-child21 {
    width: 45px;
    position: relative;
    border-radius: 3.38px;
    background-color: #f0ecf9;
    height: 8.5px;
}
.rectangle-parent16 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3.4px;
}
.rectangle-parent15 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3.4px;
}
.group-parent4 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 11.4px;
}
.question-box-inner {
    position: absolute;
    top: 8.28px;
    left: 9.63px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.question-box {
    width: 359.9px;
    position: relative;
    height: 44px;
}
.question-box-wrapper {
    position: absolute;
    top: 6.76px;
    left: 8.54px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}
.ipad-mini-83-428-child {
    position: absolute;
    top: 57.51px;
    left: 8.8px;
    width: 369.7px;
    height: 11.8px;
    object-fit: contain;
}
.group-child31 {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 10.42px;
    background-color: #fff;
    width: 349.2px;
    height: 189.3px;
}
.do-any-of {
    width: 299.7px;
    position: relative;
    line-height: 12.5px;
    text-align: left;
    display: inline-block;
}
.question-1-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6.3px;
}
.client-response {
    position: relative;
    line-height: 10.42px;
    text-transform: uppercase;
    font-weight: 600;
}
.frame-child24 {
    width: 325.4px;
    position: relative;
    border-radius: 4.17px;
    background-color: #6841c4;
    height: 5.7px;
    opacity: 0.08;
}
.frame-child27 {
    width: 288px;
    position: relative;
    border-radius: 4.17px;
    background-color: #6841c4;
    height: 6.3px;
    opacity: 0.08;
}
.client-response-parent {
    width: 325.4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6.3px;
}
.group-child32 {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 10.42px;
    background-color: rgba(105, 65, 198, 0.1);
    width: 292.2px;
    height: 35.4px;
}
.vector-icon27 {
    width: 34.4px;
    position: relative;
    height: 18.8px;
}
.vector-container {
    position: absolute;
    top: 0px;
    left: 29.17px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.carbonplay-filled-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18.8px;
    height: 18.8px;
    overflow: hidden;
}
.frame-parent48 {
    position: absolute;
    top: 8.32px;
    left: 12.5px;
    width: 269.8px;
    height: 18.8px;
}
.rectangle-parent18 {
    width: 292.2px;
    position: relative;
    height: 35.4px;
}
.frame-parent47 {
    width: 325.4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12.5px;
}
.frame-wrapper34 {
    position: absolute;
    top: 12.37px;
    left: 11.06px;
    width: 315.1px;
    height: 176px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.rectangle-parent17 {
    position: absolute;
    top: 77.82px;
    left: -13.71px;
    box-shadow: 0px 3.805567979812622px 22.83px rgba(0, 0, 0, 0.12);
    width: 349.2px;
    height: 189.3px;
}
.ipad-mini-83-428 {
    position: absolute;
    top: 281.52px;
    left: 162.21px;
    border-radius: 9.78px;
    background-color: #f8faff;
    width: 378.5px;
    height: 285.5px;
    text-align: right;
    font-size: 8.33px;
    color: #121520;
    background-image: url(./assets/iPad\ mini\ 8.3\ -\ 428.svg);
}
.new-2-icon {
    position: absolute;
    top: 30px;
    left: 52px;
    border-radius: 8.72px;
    width: 417px;
    height: 225.9px;
    overflow: hidden;
    object-fit: contain;
}
.frame-wrapper35 {
    position: absolute;
    top: 52px;
    left: 506px;
    border-radius: 20px;
    background: linear-gradient(111.98deg, #fff, #fffcf5);
    border: 1px solid #fabb18;
    box-sizing: border-box;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px;
}
.frame-wrapper36 {
    position: absolute;
    top: 275px;
    left: 581px;
    border-radius: 20px;
    background: linear-gradient(111.98deg, #fff, #fffcf5);
    border: 1px solid #00a88e;
    box-sizing: border-box;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px;
}
.rectangle-parent14 {
    width: 949px;
    position: relative;
    height: 552px;
    text-align: left;
    font-size: 16px;
    color: #12141d;
}
.frame-parent46 {
    height: 654px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.frame-child28 {
    width: 72px;
    position: absolute;
    margin: 0 !important;
    top: 36px;
    left: 0px;
    max-height: 100%;
    z-index: 1;
}
.step-3-tailored-treatment-mat-parent {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    gap: 10px;
}
.frame-wrapper37 {
    width: 952px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}
.frame-child29 {
    position: absolute;
    top: 12px;
    left: calc(50% - 87.5px);
    border-radius: 20px;
    background-color: #967ad7;
    width: 560px;
    height: 568px;
}
.in-progress-cuate-1 {
    position: absolute;
    top: 402px;
    left: 666.5px;
    width: 312px;
    height: 208px;
    overflow: hidden;
}
.group-child33 {
    position: absolute;
    top: calc(50% - 85.25px);
    left: calc(50% - 118.5px);
    border-radius: 3.67px;
    background-color: #fff;
    width: 237px;
    height: 170.5px;
}
.material-symbolsclose-icon1 {
    position: absolute;
    top: 7.35px;
    left: 216.43px;
    width: 13.2px;
    height: 13.2px;
    overflow: hidden;
}
.submit-wrapper {
    position: absolute;
    top: 145.51px;
    left: 166.45px;
    border-radius: 1.47px;
    background-color: #6941c6;
    width: 58.8px;
    height: 16.2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4.4px;
    box-sizing: border-box;
}
.to-complete-review {
    position: absolute;
    top: 10.66px;
    left: 9.55px;
    font-size: 5.88px;
    line-height: 8.82px;
    font-weight: 500;
    color: #121520;
}
.group-child34 {
    position: absolute;
    top: 29.03px;
    left: calc(50% - 105.27px);
    width: 128.2px;
    height: 107.7px;
    object-fit: contain;
}
.rectangle-parent20 {
    position: absolute;
    top: calc(50% + 112px);
    left: calc(50% - 46px);
    width: 237px;
    height: 170.5px;
    font-size: 5.14px;
}
.question-box-item {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 7.89px;
    background-color: #fff;
    width: 320.4px;
    height: 41.1px;
}
.material-symbolsclose-icon2 {
    position: absolute;
    top: 13.84px;
    left: 384.73px;
    width: 14.2px;
    height: 14.2px;
    overflow: hidden;
    display: none;
}
.frame-child30 {
    width: 25.3px;
    position: relative;
    height: 25.3px;
}
.frame-child31 {
    width: 52.5px;
    position: relative;
    border-radius: 3.16px;
    background-color: #f0ecf9;
    height: 11px;
}
.frame-child32 {
    width: 42px;
    position: relative;
    border-radius: 3.16px;
    background-color: #f0ecf9;
    height: 7.9px;
}
.rectangle-parent22 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3.2px;
}
.rectangle-parent21 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3.2px;
}
.group-parent5 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10.7px;
}
.question-box-inner1 {
    position: absolute;
    top: 7.52px;
    left: 8.65px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.question-box1 {
    width: 320.4px;
    position: relative;
    height: 41.1px;
}
.question-box-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}
.ipad-mini-83-430-inner {
    position: absolute;
    top: 23.77px;
    left: 25.63px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.group-child35 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    box-shadow: 0px -0.3256840407848358px 3.91px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    width: 369px;
    height: 24.8px;
}
.save-treatment-plan-wrapper {
    position: absolute;
    top: 5.54px;
    left: 294.75px;
    border-radius: 1.3px;
    background-color: #6941c6;
    width: 65.1px;
    height: 14.3px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 3.9px;
    box-sizing: border-box;
}
.rectangle-parent23 {
    position: absolute;
    bottom: 0.13px;
    left: 0px;
    width: 369px;
    height: 24.8px;
}
.instance-child {
    width: 353.3px;
    height: 11.7px;
    object-fit: contain;
}
.ipad-mini-83-430-child {
    position: absolute;
    top: 0.33px;
    left: 0.32px;
    border-radius: 2.61px 2.61px 0px 0px;
    background-color: #00a88e;
    width: 368.9px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 3.3px 7.8px;
    box-sizing: border-box;
}
.ipad-mini-83-430 {
    position: absolute;
    top: 0px;
    left: 79px;
    background-color: #f8faff;
    width: 369px;
    height: 270px;
}
.group-child36 {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 3.79px;
    background-color: #fff;
    width: 346px;
    height: 77px;
}
.frame-child35 {
    width: 270.7px;
    height: 61.9px;
    object-fit: contain;
}
.frame-wrapper40 {
    position: absolute;
    top: 7.57px;
    left: 7.57px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.rectangle-parent24 {
    width: 346px;
    position: relative;
    height: 77px;
}
.frame-wrapper39 {
    position: absolute;
    top: 73px;
    left: 0px;
    filter: drop-shadow(0px 0px 36px rgba(0, 0, 0, 0.04));
    width: 341px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.frame-wrapper41 {
    position: absolute;
    top: 156px;
    left: 50px;
    filter: drop-shadow(0px 0px 36px rgba(0, 0, 0, 0.04));
    width: 341px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.ipad-mini-83-430-parent {
    position: absolute;
    top: 67px;
    left: 443px;
    width: 448px;
    height: 270px;
    font-size: 4.56px;    
    background-image: url(./assets/empity-img.svg);
}
.frame-wrapper43 {
    position: absolute;
    top: 52px;
    left: 65px;
    border-radius: 20px;
    background: linear-gradient(111.98deg, #fff, #fffcf5);
    border: 1px solid #fabb18;
    box-sizing: border-box;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px;
    color: #12141d;
}
.frame-wrapper44 {
    position: absolute;
    top: 275px;
    left: 0px;
    border-radius: 20px;
    background: linear-gradient(111.98deg, #fff, #fffcf5);
    border: 1px solid #00a88e;
    box-sizing: border-box;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px;
    color: #12141d;
}
.rectangle-parent19 {
    width: 945px;
    position: relative;
    height: 552px;
    text-align: left;
    font-size: 16px;
}
.step-4-dummy-parent {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    gap: 10px;
}
.body1 {
    width: 61px;
    position: relative;
    font-size: 4.11px;
    line-height: 160%;
    font-weight: 900;
    color: #718096;
    display: none;
}
.vector-icon34 {
    width: 81.5px;
    position: relative;
    height: 10.4px;
}
.text-group {
    position: absolute;
    top: 5.3px;
    left: 9.39px;
    width: 245.6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.header1 {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px 10.42px 0px 0px;
    background-color: #fff;
    width: 264.4px;
    height: 21.1px;
    overflow: hidden;
}
.header-container {
    position: absolute;
    top: 0.01px;
    right: 0.01px;
    width: 264.4px;
    height: 21.1px;
}
.hi-alex-simon1 {
    position: relative;
    line-height: 9.98px;
    font-weight: 500;
}
.add-new-client {
    position: relative;
    line-height: 5.87px;
}
.add-new-client-wrapper {
    width: 56.1px;
    border-radius: 2.35px;
    background-color: #6941c6;
    height: 12.9px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 3.5px;
    box-sizing: border-box;
    font-size: 4.11px;
    color: #fff;
    font-family: Inter;
}
.hi-alex-simon-group {
    position: absolute;
    top: 25.82px;
    left: 76.29px;
    width: 241.5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.group-child38 {
    position: absolute;
    top: 0px;
    left: 0px;
    box-shadow: 0px 0.29345831274986267px 3.52px 0.29px rgba(0, 0, 0, 0.08);
    border-radius: 10.42px 2.35px 2.35px 10.42px;
    background-color: #fff;
    width: 68.1px;
    height: 218.3px;
}
.frame-child39 {
    width: 14.4px;
    position: relative;
    height: 12.9px;
}
.cocounsellor-icon4 {
    width: 38.8px;
    position: relative;
    height: 4.4px;
}
.frame-child40 {
    width: 68.1px;
    position: relative;
    max-height: 100%;
}
.frame-parent51 {
    position: absolute;
    top: 9.39px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 5.9px;
}
.ipad-mini-83-427-inner1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 68.1px;
    height: 218.3px;
}
.group-child39 {
    position: absolute;
    height: 100%;
    width: 78.52%;
    top: 0%;
    right: -0.03%;
    bottom: 0%;
    left: 21.51%;
    border-radius: 1.2px;
    background-color: #6941c6;
    opacity: 0.4;
}
.group-child40 {
    position: absolute;
    height: 100%;
    width: 12.28%;
    top: 0%;
    right: 87.72%;
    bottom: 0%;
    left: 0%;
    border-radius: 1.2px;
    background-color: #6941c6;
    opacity: 0.4;
}
.rectangle-parent28 {
    width: 39.1px;
    position: relative;
    height: 4.8px;
}
.group-child41 {
    position: absolute;
    height: 100%;
    width: 78.32%;
    top: 0%;
    right: 0.16%;
    bottom: 0%;
    left: 21.52%;
    border-radius: 1.2px;
    background-color: #fff;
    opacity: 0.4;
}
.group-child42 {
    position: absolute;
    height: 100%;
    width: 12.39%;
    top: 0%;
    right: 87.61%;
    bottom: 0%;
    left: 0%;
    border-radius: 1.2px;
    background-color: #fff;
    opacity: 0.4;
}
.rectangle-parent29 {
    position: absolute;
    height: 42.75%;
    width: 80%;
    top: 25.39%;
    right: 10.16%;
    bottom: 31.87%;
    left: 9.84%;
}
.vector-parent1 {
    width: 56.5px;
    position: relative;
    height: 13.1px;
}
.group-parent6 {
    position: absolute;
    top: 39.24px;
    left: 9.98px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 7.2px;
    opacity: 0.3;
}
.group-child47 {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 7.51px;
    background-color: #fff;
    width: 306.4px;
    height: 194.9px;
}
.pay-securely3 {
    position: relative;
    line-height: 7.51px;
    font-weight: 500;
}
.auto-added-frame1 {
    position: absolute;
    top: 3.76px;
    left: 5.02px;
    width: 67.6px;
    height: 7.5px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.st-view1 {
    width: 78.1px;
    position: relative;
    border-radius: 3px;
    background-color: #f9fafb;
    border: 0.4px solid #e5e7ea;
    box-sizing: border-box;
    height: 15px;
    transform:  rotate(90deg);
}
.status1 {
    position: relative;
    line-height: 7.51px;
    text-transform: uppercase;
    color: rgba(18, 21, 32, 0.6);
    text-align: left;
    transform:  rotate(90deg);
}
.auto-added-frame2 {
    position: absolute;
    top: 3.76px;
    left: 5.01px;
    width: 67.6px;
    height: 7.5px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.frame-parent53 {
    position: absolute;
    top: 8.69px;
    left: 6.18px;
    width: 166.6px;
    height: 26.5px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 7.5px;
}
.client-name {
    position: relative;
    line-height: 6.01px;
    text-transform: uppercase;
    font-weight: 600;
}
.date-of-service-parent {
    position: absolute;
    top: 0px;
    left: 58.97px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5px;
}
.status-group {
    position: absolute;
    top: 0px;
    left: 196.16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5px;
}
.contact-group {
    position: absolute;
    top: 0px;
    left: 113.82px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5px;
}
.frame-parent54 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 239.3px;
    height: 6px;
}
.frame-wrapper46 {
    position: absolute;
    top: 0px;
    left: 7.51px;
    width: 239.3px;
    height: 6px;
}
.group-child48 {
    position: absolute;
    height: 4.44%;
    width: 100.13%;
    top: 100.09%;
    right: -0.13%;
    bottom: -4.53%;
    left: 0%;
    border-top: 0.4px solid #e5e7ea;
    box-sizing: border-box;
}
.group-parent8 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 314.4px;
    height: 9px;
}
.group-wrapper9 {
    width: 314.4px;
    position: relative;
    height: 9px;
}
.list-iteminsufficient-funds-child5 {
    position: absolute;
    height: 100%;
    width: 100.96%;
    top: 0%;
    right: -0.96%;
    bottom: 0%;
    left: 0%;
    background-color: #fff;
    border-bottom: 0.4px solid rgba(51, 51, 51, 0.1);
    box-sizing: border-box;
}
.view {
    position: absolute;
    top: 10.5px;
    left: 285.47px;
    line-height: 7.51px;
    font-weight: 600;
}
.kaylynn-vaccaro {
    position: relative;
    line-height: 7.51px;
    font-weight: 600;
}
.frame-child41 {
    width: 38.6px;
    position: relative;
    border-radius: 4.33px;
    background-color: #6941c6;
    height: 4.2px;
    opacity: 0.16;
}
.kaylynn-vaccaro-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.5px;
}
.frame-parent57 {
    width: 63.6px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3px;
}
.current-balance-106 {
    position: relative;
    line-height: 6.76px;
    font-weight: 500;
}
.current-balance-10-wrapper4 {
    border-radius: 7.51px;
    background-color: #ffe293;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 1.5px 4.5px;
    font-size: 4.51px;
    color: #151e2c;
    font-family: Poppins;
}
.frame-parent56 {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16.1px;
}
.list-iteminsufficient-funds-inner6 {
    position: absolute;
    top: 6.01px;
    left: 7.52px;
    width: 252.5px;
    height: 16.5px;
}
.list-iteminsufficient-funds6 {
    width: 311.4px;
    position: relative;
    height: 28.5px;
}
.list-iteminsufficient-funds-wrapper4 {
    width: 311.4px;
    height: 28.5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.frame-wrapper47 {
    height: 28.5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.list-iteminsufficient-funds-child6 {
    position: absolute;
    height: 100%;
    width: 100.96%;
    top: 0%;
    right: -0.96%;
    bottom: 0%;
    left: 0%;
    background-color: #fcfcfc;
    border-bottom: 0.4px solid rgba(51, 51, 51, 0.1);
    box-sizing: border-box;
}
.view1 {
    position: absolute;
    top: 10.51px;
    left: 285.47px;
    line-height: 7.51px;
    font-weight: 600;
}
.craig-rosser-parent {
    width: 43.3px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.5px;
}
.frame-parent59 {
    width: 76.5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3px;
}
.frame-wrapper49 {
    width: 63.6px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.current-balance-10-wrapper5 {
    border-radius: 7.51px;
    background-color: #6941c6;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 1.5px 4.5px;
    font-size: 4.51px;
    color: #fff;
    font-family: Poppins;
}
.frame-parent58 {
    position: absolute;
    top: 6.01px;
    left: 7.52px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16.1px;
}
.list-iteminsufficient-funds-child7 {
    position: absolute;
    height: 98.6%;
    width: 98.39%;
    top: -0.27%;
    right: 1.63%;
    bottom: 1.68%;
    left: -0.02%;
    background-color: #fff;
    border-bottom: 0.4px solid rgba(51, 51, 51, 0.1);
    box-sizing: border-box;
}
.view2 {
    position: absolute;
    top: 10.52px;
    left: 285.47px;
    line-height: 7.51px;
    font-weight: 600;
}
.current-balance-10-wrapper6 {
    border-radius: 7.51px;
    background-color: #00a88e;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 1.5px 4.5px;
    font-size: 4.51px;
    color: #fff;
    font-family: Poppins;
}
.list-iteminsufficient-funds-child8 {
    position: absolute;
    height: 102.46%;
    width: 98.39%;
    top: -1.67%;
    right: 1.63%;
    bottom: -0.78%;
    left: -0.02%;
    background-color: #fcfcfc;
    border-bottom: 0.4px solid rgba(51, 51, 51, 0.1);
    box-sizing: border-box;
}
.frame-parent62 {
    position: absolute;
    top: 6px;
    left: 7.52px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16.1px;
}
.list-iteminsufficient-funds-child9 {
    position: absolute;
    height: 95.09%;
    width: 98.39%;
    top: 0.55%;
    right: 1.63%;
    bottom: 4.36%;
    left: -0.02%;
    border-radius: 0px 0px 10.42px 10.42px;
    background-color: #fff;
    border-bottom: 0.4px solid rgba(51, 51, 51, 0.1);
    box-sizing: border-box;
}
.view4 {
    position: absolute;
    top: 10.53px;
    left: 285.47px;
    line-height: 7.51px;
    font-weight: 600;
}
.list-iteminsufficient-funds-inner7 {
    position: absolute;
    top: 6.02px;
    left: 7.52px;
    width: 256.8px;
    height: 16.5px;
}
.view5 {
    position: absolute;
    top: 10.49px;
    left: 285.47px;
    line-height: 7.51px;
    font-weight: 600;
}
.div23 {
    position: relative;
    line-height: 7.51px;
    color: #151e2c;
}
.martinphilipsgmailcom {
    position: relative;
    line-height: 6.88px;
    font-weight: 500;
}
.icbaseline-email-parent8 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5px;
    font-size: 4.58px;
}
.frame-parent67 {
    width: 76.5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3px;
    font-size: 4.51px;
    color: #333;
    font-family: Poppins;
}
.frame-parent55 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 5.26px;
    color: #6941c6;
}
.group-parent7 {
    position: absolute;
    top: 43.41px;
    left: 0.07px;
    width: 319.8px;
    height: 198.4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    font-size: 4.51px;
    color: #4c596b;
    font-family: Inter;
}
.rectangle-parent32 {
    position: absolute;
    top: 0.01px;
    left: 0px;
    width: 319.8px;
    height: 241.8px;
}
.ipad-mini-83-427-inner2 {
    position: absolute;
    top: 48.59px;
    left: 77.13px;
    width: 306.4px;
    height: 194.9px;
    overflow: hidden;
    text-align: center;
    font-size: 5.26px;
}
.ipad-mini-83-4272 {
    position: absolute;
    top: 42.38px;
    left: 31px;
    border-radius: 9.1px;
    background-color: #f6f6f6;
    width: 332.5px;
    height: 218.3px;
    /* background-image: url(./assets/dummy-imge-2.svg); */
}
.frame-wrapper54 {
    position: absolute;
    top: 52px;
    left: 476px;
    border-radius: 20px;
    background: linear-gradient(111.98deg, #fff, #fffcf5);
    border: 1px solid #fabb18;
    box-sizing: border-box;
    height: 246px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px;
    font-size: 16px;
    color: #12141d;
}
.rectangle-parent26 {
    width: 844px;
    position: relative;
    height: 552px;
    text-align: left;
    font-size: 5.87px;
    color: #121520;
}
.frame-parent24 {
    /* position: absolute; */
    top: 145px;
    left: 212px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 80px;
    text-align: center;
    font-size: 24px;
}
.question-box-child1 {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 8.19px;
    background-color: #fff;
    width: 349.5px;
    height: 59px;
}
.frame-child61 {
    width: 0.4px;
    position: relative;
    border-right: 0.4px dashed rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    height: 26.6px;
}
.mdicall-icon12 {
    width: 9.8px;
    position: relative;
    height: 9.8px;
    overflow: hidden;
    flex-shrink: 0;
}
.mdicall-parent10 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 3.3px;
}
.jacobtariff777gmailcom {
    position: relative;
    line-height: 8.19px;
}
.frame-parent69 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6.6px;
}
.line-parent {
    position: absolute;
    top: 8.2px;
    left: 210.6px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 9.8px;
}
.frame-child62 {
    width: 26.2px;
    position: relative;
    height: 26.2px;
}
.jacob-tariff {
    position: relative;
    line-height: 14.75px;
    font-weight: 500;
}
.id-parent {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2px;
}
.frame-wrapper55 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 39px;
    height: 7px;
}
.group-wrapper10 {
    width: 39px;
    position: relative;
    height: 7px;
}
.male {
    position: relative;
    color: #121520;
}
.frame-wrapper56 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 38px;
    height: 7px;
}
.group-wrapper11 {
    width: 38px;
    position: relative;
    height: 7px;
}
.frame-wrapper57 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 23px;
    height: 7px;
}
.group-wrapper12 {
    width: 23px;
    position: relative;
    height: 7px;
}
.group-parent10 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12.3px;
    font-size: 5.74px;
    color: rgba(18, 21, 32, 0.6);
    font-family: Inter;
}
.jacob-tariff-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3.3px;
}
.group-parent9 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 11.1px;
}
.view-report {
    position: absolute;
    top: calc(50% - 19px);
    left: calc(50% - 5px);
    line-height: 9.83px;
    font-weight: 500;
}
.view-report-wrapper {
    width: 10px;
    position: relative;
    height: 38px;
    transform:  rotate(-90deg);
}
.group-wrapper13 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: right;
    font-size: 6.56px;
    color: #6941c6;
}
.frame-parent70 {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6.6px;
    font-size: 8.19px;
    color: #121520;
}
.frame-parent68 {
    position: absolute;
    top: 8.2px;
    left: 9.84px;
    width: 333.1px;
    height: 42.6px;
}
.question-box2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 349.5px;
    height: 59px;
}
.group-child49 {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 8.19px;
    background-color: #fff;
    width: 171.3px;
    height: 65.6px;
}
.group-child50 {
    position: absolute;
    height: 7.47%;
    width: 42.85%;
    top: 37.95%;
    right: 50.05%;
    bottom: 54.58%;
    left: 7.11%;
    border-radius: 5.07px;
    background-color: #6941c6;
    opacity: 0.16;
}
.sign-wrapper {
    position: absolute;
    top: 39.33px;
    left: 95.87px;
    border-radius: 1.64px;
    background-color: #6941c6;
    width: 67.2px;
    height: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4.9px;
    box-sizing: border-box;
}
.view-assessment-wrapper {
    position: absolute;
    top: 39.33px;
    left: 22.12px;
    border-radius: 1.64px;
    background-color: #fff;
    border: 0.4px solid #6941c6;
    box-sizing: border-box;
    width: 67.2px;
    height: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4.9px;
    color: #6941c6;
}
.sud-intake-assessment {
    position: relative;
    line-height: 10.65px;
    font-weight: 500;
}
.sud-intake-assessment-wrapper {
    position: absolute;
    top: 10.24px;
    left: 10.66px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 7.38px;
    color: #121520;
}
.rectangle-parent33 {
    width: 171.3px;
    position: relative;
    height: 65.6px;
}
.group-child52 {
    position: absolute;
    height: 7.47%;
    width: 42.85%;
    top: 37.95%;
    right: 50.34%;
    bottom: 54.58%;
    left: 6.81%;
    border-radius: 5.07px;
    background-color: #6941c6;
    opacity: 0.16;
}
.frame-child63 {
    width: 124.7px;
    height: 8.6px;
}
.mental-health-exam-parent {
    position: absolute;
    top: 10.24px;
    left: 10.66px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3.3px;
    font-size: 7.38px;
    color: #121520;
}
.frame-parent72 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6.6px;
}
.group-child54 {
    position: absolute;
    height: 7.47%;
    width: 42.85%;
    top: 38.01%;
    right: 50.05%;
    bottom: 54.52%;
    left: 7.11%;
    border-radius: 5.07px;
    background-color: #6941c6;
    opacity: 0.16;
}
.group-child56 {
    position: absolute;
    height: 7.47%;
    width: 42.85%;
    top: 38.01%;
    right: 50.34%;
    bottom: 54.52%;
    left: 6.81%;
    border-radius: 5.07px;
    background-color: #6941c6;
    opacity: 0.16;
}
.frame-parent71 {
    position: absolute;
    top: 65.55px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6.6px;
    font-size: 5.74px;
    color: #fff;
}
.question-box-parent {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 368.5px;
    height: 225.2px;
    background-image: url(./assets/jacob-img.svg);
}
.local-benchmarking-inner1 {
    position: absolute;
    top: 2675px;
    left: 392px;
    border-radius: 12.23px;
    background-color: #f6f6f6;
    width: 369.3px;
    height: 222.6px;
    overflow: hidden;
    font-size: 6.56px;
    color: #333;
}
.local-benchmarking4 {
    width: 100%;
    position: relative;
    background-color: #6941c6;
    height: 3067px;
    overflow: hidden;
    flex-shrink: 0;
}
.frame-wrapper5 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    color: #fff;
}
.bg1 {
    background: #feedec;
    width: 54px;
    border-radius: 8px;
    padding: 10px;
}
.icon-category {
    width: 32px;
    height: 32px;
    overflow: hidden;
}
.category {
    display: flex;justify-content: flex-start;align-items: center;
}
.secure-and-private {
    /* width: 314px; */
    position: relative;
    letter-spacing: -0.03em;
    font-weight: 500;
    display: inline-block;
}
.adherence-to-the {
    /* width: 314px; */
    position: relative;
    font-size: 16px;
    display: inline-block;
    opacity: 0.6;
}
.secure-and-private-parent {
    /* position: absolute;
    top: 0px;
    left: 0px; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}
.register {
    /* position: absolute;
    top: 96px;
    left: 0px;
    width: 314px;
    height: 118px; */
}
.div29 {
    /* width: 314px;
    position: relative;
    height: 214px; */
}
.line-icon1 {
    width: 1px;
    position: relative;
    max-width: 100%;
    /* overflow: hidden; */
    /* height: 266px; */
    object-fit: contain;
}
.bg2 {
    background: #f5ebf2;
    width: 54px;
    border-radius: 8px;
    padding: 10px;
}
.icon-wallet {
    position: absolute;
    top: 16.14px;
    left: 16.43px;
    width: 32px;
    height: 32px;
    overflow: hidden;
}
.bg3 {
    background: #ebfcff;
    width: 54px;
    border-radius: 8px;
    padding: 10px;
}
.icon-edit {
    position: absolute;
    top: 16.14px;
    left: 15.87px;
    width: 32px;
    height: 32px;
    overflow: hidden;
}
.comprehensive-support-system {
    position: relative;
    letter-spacing: -0.03em;
    font-weight: 500;
}
.a-holistic-approach {
    /* width: 313px; */
    position: relative;
    font-size: 16px;
    display: inline-block;
    opacity: 0.6;
}
.register2 {
    position: absolute;
    top: 70px;
    left: 0px;
    width: 313px;
    height: 118px;
}
.div31 {
    width: 313px;
    position: relative;
    height: 212px;
}
.container {
    /* display: flex; */
    /* flex-direction: row; */
    align-items: center;
    justify-content: flex-start;
    gap: 36px;
    font-size: 20px;
    color: #12141d;
}
.key-features-parent {
    position: absolute;
    top: 0px;
    left: calc(50% - 542.5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
}
.local-benchmarking-inner2 {
    position: absolute;
    top: 60px;
    left: calc(50% - 542.5px);
    width: 1085px;
    height: 348px;
}
.local-benchmarking5 {
    width: 100%;
    position: relative;
    background-color: rgba(146, 119, 255, 0.04);
    height: 458px;
}
.customer-testimonials-wrapper {
    position: absolute;
    top: 0px;
    left: 418px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.lorem-ipsum-dolor {
    margin: 0;
}
.lorem-ipsum-dolor-container {
    position: absolute;
    top: 80px;
    left: 32px;
    line-height: 28px;
}
.image-icon {
    width: 48px;
    position: relative;
    border-radius: 48px;
    height: 48px;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: cover;
}
.position-company-name {
    position: relative;
    line-height: 24px;
    color: #697586;
}
.orlando-diggs-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1px;
}
.image-parent {
    position: absolute;
    top: 255px;
    left: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    font-size: 16px;
    color: #202939;
}
.star-icon {
    width: 24px;
    position: relative;
    height: 24px;
}
.star-parent {
    position: absolute;
    top: 32px;
    left: 32px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}
.testimonial-11 {
    width: 400px;
    position: relative;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
    border-radius: 16px;
    background-color: #fff;
    border: 1px solid #eef2f6;
    box-sizing: border-box;
    height: 336px;
    overflow: hidden;
    flex-shrink: 0;
    font-size: 18px;
    color: #697586;
}
.image-group {
    position: absolute;
    top: 255px;
    left: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}
.lorem-ipsum-dolor-container1 {
    position: absolute;
    top: 80px;
    left: 32px;
    font-size: 18px;
    line-height: 28px;
    color: #697586;
}
.testimonial-2 {
    width: 400px;
    position: relative;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
    border-radius: 16px;
    background-color: #fff;
    border: 1px solid #eef2f6;
    box-sizing: border-box;
    height: 336px;
    overflow: hidden;
    flex-shrink: 0;
}
.testimonial-1-parent {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1360px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}
.majesticonschevron-up {
    position: absolute;
    top: 150px;
    left: 1274px;
    border-radius: 30px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    object-fit: contain;
}
.frame-parent75 {
    position: absolute;
    top: 110px;
    left: 0px;
    width: 1360px;
    height: 336px;
    font-size: 16px;
    color: #202939;
}
.frame-parent74 {
    position: absolute;
    top: 80px;
    left: 80px;
    width: 1360px;
    height: 446px;
}
.section-04 {
    width: 100%;
    position: relative;
    background-color: rgba(146, 119, 255, 0.04);
    height: 605px;
    overflow: hidden;
    flex-shrink: 0;
}
.msg-1-child {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 16px;
    background-color: #fff;
    width: 380px;
    height: 409px;
}
.star-parent2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}
.teamollo-delivered-the {
    width: 330px;
    position: relative;
    line-height: 28px;
    display: inline-block;
    font-weight: 500;
}
.frame-parent76 {
    position: absolute;
    top: 32px;
    left: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}
.avataruserpic-icon {
    width: 60px;
    position: relative;
    height: 60px;
    object-fit: cover;
}
.ashley-cooper {
    position: relative;
    letter-spacing: -0.02em;
    font-weight: 500;
}
.ashley-cooper1 {
    position: relative;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: rgba(18, 21, 32, 0.6);
}
.avataruserpic-parent {
    position: absolute;
    top: 316.99px;
    left: 32px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    text-align: center;
    font-size: 18px;
    color: #121520;
}
.msg-1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 380px;
    height: 409px;
}
.msg-4-child {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 16px;
    background-color: #fff;
    width: 380px;
    height: 493px;
}
.frame-parent77 {
    position: absolute;
    top: 31.98px;
    left: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}
.avataruserpic-group {
    position: absolute;
    top: 400.99px;
    left: 32px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    text-align: center;
    font-size: 18px;
    color: #121520;
}
.msg-4 {
    position: absolute;
    top: 349.01px;
    left: 404px;
    width: 380px;
    height: 493px;
}
.msg-5 {
    position: absolute;
    top: 432.99px;
    left: 0px;
    width: 380px;
    height: 409px;
}
.msg-6 {
    position: absolute;
    top: 433.01px;
    left: 809px;
    width: 380px;
    height: 409px;
}
.msg-2-child {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 16px;
    background-color: #fff;
    width: 380px;
    height: 325px;
}
.avataruserpic-parent2 {
    position: absolute;
    top: 232.99px;
    left: 32px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}
.frame-parent80 {
    position: absolute;
    top: 32px;
    left: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    text-align: left;
    font-size: 16px;
    color: rgba(18, 21, 32, 0.8);
}
.msg-2 {
    position: absolute;
    top: 0.02px;
    left: 404px;
    width: 380px;
    height: 325px;
    text-align: center;
    font-size: 18px;
    color: #121520;
}
.msg-3 {
    position: absolute;
    top: 0.02px;
    left: 808px;
    width: 380px;
    height: 409px;
}
.msg-1-parent {
    width: 1189px;
    position: relative;
    height: 842px;
}
.majesticonschevron-up1 {
    width: 24px;
    position: relative;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: contain;
}
.show-more-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    text-align: center;
    color: #9277ff;
}
.group-parent11 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    font-size: 16px;
    color: rgba(18, 21, 32, 0.8);
}
.customer-testimonials-parent {
    position: absolute;
    top: 80px;
    left: 126px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}
.section-5 {
    width: 100%;
    position: relative;
    background-color: rgba(146, 119, 255, 0.04);
    height: 1092px;
    overflow: hidden;
    flex-shrink: 0;
}
.section-title3 {
    position: absolute;
    top: 536px;
    left: calc(50% - 178px);
    line-height: 50px;
    font-weight: 500;
}
.local-benchmarking6 {
    width: 100%;
    position: relative;
    background-color: #ffe68f;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    height: 1215px;
}
.local-benchmarking-wrapper3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 86px;
}
.element-icon {
    position: absolute;
    height: 15.01%;
    width: 11.23%;
    top: 14.1%;
    right: 88.77%;
    bottom: 70.89%;
    left: 0%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
    opacity: 0.3;
}
.element-icon1 {
    position: absolute;
    height: 15.01%;
    width: 11.23%;
    top: 81.98%;
    right: 6.01%;
    bottom: 3%;
    left: 82.76%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
    opacity: 0.3;
}
.check-out-our {
    position: absolute;
    top: 0%;
    left: calc(50% - 244.5px);
    line-height: 50px;
    font-weight: 500;
}
.text3 {
    position: absolute;
    height: 6.53%;
    top: 0%;
    bottom: 93.47%;
    left: calc(50% - 221px);
    width: 489px;
}
.article-01-child {
    position: absolute;
    top: 0px;
    left: 0px;
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
    border-radius: 20px;
    background-color: #fff;
    width: 350px;
    height: 512px;
}
.article-01-item {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 20px 20px 0px 0px;
    background-color: #fff;
    width: 350px;
    height: 240px;
}
.mask-group-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 350px;
    height: 240px;
    object-fit: cover;
}
.disease-detection-check-container {
    position: absolute;
    top: 51.56%;
    left: 9.43%;
    line-height: 32px;
    mix-blend-mode: normal;
}
.in-this-case-container {
    position: absolute;
    width: 76%;
    top: 66.41%;
    left: 9.43%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #7d7987;
    display: inline-block;
    mix-blend-mode: normal;
}
.read-more {
    position: absolute;
    width: 76%;
    top: 87.7%;
    left: 9.43%;
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    color: #9277ff;
    display: inline-block;
    mix-blend-mode: normal;
}
.frame-icon1 {
    position: absolute;
    top: 460px;
    left: 134.57px;
    width: 14.1px;
    height: 9px;
    overflow: hidden;
    object-fit: contain;
}
.article-01 {
    width: 350px;
    position: relative;
    height: 512px;
}
.article-02-item {
    position: absolute;
    top: 0px;
    left: 1px;
    border-radius: 20px 20px 0px 0px;
    background-color: #fff;
    width: 350px;
    height: 240px;
}
.mask-group-icon1 {
    position: absolute;
    top: 0px;
    left: 1px;
    width: 350px;
    height: 240px;
    object-fit: cover;
}
.frame-icon2 {
    position: absolute;
    top: 460px;
    left: 134px;
    width: 14.1px;
    height: 9px;
    overflow: hidden;
    object-fit: contain;
}
.herbal-medicines-that-container {
    position: absolute;
    top: 51.56%;
    left: 9.4%;
    line-height: 32px;
    mix-blend-mode: normal;
}
.herbal-medicine-is {
    position: absolute;
    width: 75.78%;
    top: 66.41%;
    left: 9.4%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #7d7987;
    display: inline-block;
    mix-blend-mode: normal;
}
.read-more1 {
    position: absolute;
    width: 75.78%;
    top: 87.7%;
    left: 9.4%;
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    color: #9277ff;
    display: inline-block;
    mix-blend-mode: normal;
}
.article-02 {
    width: 351px;
    position: relative;
    height: 512px;
}
.mask-group-icon2 {
    position: absolute;
    height: 46.88%;
    width: 100%;
    top: 0%;
    right: 0%;
    bottom: 53.13%;
    left: 0%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
}
.natural-care-for-container {
    position: absolute;
    top: 51.56%;
    left: 9.14%;
    line-height: 32px;
    mix-blend-mode: normal;
}
.a-healthy-lifestyle {
    position: absolute;
    width: 76%;
    top: 66.41%;
    left: 9.14%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #7d7987;
    display: inline-block;
    mix-blend-mode: normal;
}
.read-more2 {
    position: absolute;
    width: 76%;
    top: 87.7%;
    left: 9.14%;
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    color: #9277ff;
    display: inline-block;
    mix-blend-mode: normal;
}
.article-01-parent {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 36px;
}
.btn-child {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    border-radius: 8px;
    border: 1.4px solid #9277ff;
    box-sizing: border-box;
}
.view-all {
    position: absolute;
    top: calc(50% - 12px);
    left: 32.5%;
    line-height: 24px;
    mix-blend-mode: normal;
}
.btn {
    width: 200px;
    position: relative;
    height: 56px;
    font-size: 18px;
    color: #9277ff;
}
.frame-parent82 {
    position: absolute;
    top: 150px;
    left: 49px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 48px;
    font-size: 21px;
    color: #000;
}
.element-parent {
    position: absolute;
    height: 95.27%;
    width: 104.64%;
    top: 1.62%;
    right: -0.27%;
    bottom: 3.11%;
    left: -4.37%;
}
.local-benchmarking-inner3 {
    position: absolute;
    top: 65px;
    left: calc(50% - 560px);
    width: 1120px;
    height: 804px;
}
.local-benchmarking7 {
    width: 100%;
    position: relative;
    background-color: #fff;
    height: 888px;
}
.vector-icon36 {
    width: 59px;
    position: relative;
    height: 52px;
}
.cocounsellor-icon5 {
    width: 167px;
    position: relative;
    height: 20px;
}
.vector-parent2 {
    width: 255px;
    height: 62px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.lorem-ipsum-dolor4 {
    width: 467px;
    position: relative;
    line-height: 24px;
    display: inline-block;
}
.all-rights-reserved {
    width: 350px;
    position: relative;
    line-height: 24px;
    font-weight: 600;
    display: inline-block;
}
.copyright {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.auto-added-frame3 {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.social-icons-white-instagr {
    width: 32px;
    position: relative;
    height: 32px;
}
.social-links {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}
.company-info {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
}
.company-info-wrapper {
    position: absolute;
    top: 114px;
    left: 165px;
    width: 467px;
    height: 254px;
}
.company {
    width: 160px;
    position: relative;
    line-height: 30px;
    font-weight: 500;
    display: inline-block;
}
.about-us {
    width: 160px;
    position: relative;
    line-height: 26px;
    display: inline-block;
}
.list-items {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    font-size: 16px;
}
.col-1 {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}
.links {
    position: absolute;
    top: 114px;
    left: 870px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
    font-size: 20px;
}
.footer-big-4-child {
    position: absolute;
    top: 274px;
    left: 1265px;
    border-radius: 4px;
    width: 69px;
    height: 71px;
    opacity: 0.4;
}
.footer-big-4-item {
    position: absolute;
    top: 14px;
    left: 25px;
    border-radius: 4px;
    width: 69px;
    height: 71px;
    opacity: 0.4;
}
.footer-big-4-inner {
    position: absolute;
    top: 328px;
    left: 448px;
    border-radius: 50%;
    background-color: #fed385;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}
.footer-big-4-child1 {
    position: absolute;
    top: -16px;
    left: 869px;
    border-radius: 50%;
    background-color: #fed385;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}
.footer-big-4-child2 {
    position: absolute;
    top: 33.77px;
    left: 1418.61px;
    border-radius: 5px;
    background-color: #d8ffba;
    width: 45px;
    height: 17px;
    transform:  rotate(60deg);
    transform-origin: 0 0;
    opacity: 0.4;
}
.footer-big-4-child3 {
    position: absolute;
    top: -17.23px;
    left: 113.61px;
    border-radius: 5px;
    background-color: #d8ffba;
    width: 45px;
    height: 17px;
    transform:  rotate(60deg);
    transform-origin: 0 0;
    opacity: 0.4;
}
.footer-big-4 {
    position: absolute;
    top: 226px;
    left: 0px;
    background: linear-gradient(45deg, #e7f5fd, #e6f9f6 50%, #e3fcef);
    width: 100%;
    height: 412px;
    overflow: hidden;
}
.frame-child64 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1016px;
    height: 292px;
}
.div32 {
    position: absolute;
    top: 0%;
    left: 17.31%;
    line-height: 28px;
    font-weight: 500;
}
.fa-phone-icon {
    position: absolute;
    height: 50.36%;
    width: 7.98%;
    top: 17.35%;
    right: 92.02%;
    bottom: 32.29%;
    left: 0%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.phone {
    width: 176.6px;
    position: relative;
    height: 28px;
}
.infodesignmodocom {
    position: absolute;
    top: 0%;
    left: 14.04%;
    line-height: 28px;
    font-weight: 500;
}
.fa-envelope-icon {
    position: absolute;
    height: 50.36%;
    width: 7.78%;
    top: 21.94%;
    right: 92.22%;
    bottom: 27.71%;
    left: 0%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}
.email {
    width: 231.5px;
    position: relative;
    height: 28px;
}
.phone-parent {
    position: absolute;
    top: 195.2px;
    left: calc(50% - 249.29px);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 90px;
}
.group-parent12 {
    position: absolute;
    top: 0px;
    left: 212px;
    width: 1016px;
    height: 292px;
    font-size: 18px;
    color: #fff;
    font-family: 'DM Sans';
    background-color: #6941c6;
}
.footer-big-4-parent {
    width: 100%;
    position: relative;
    height: 638px;
    font-size: 14px;
    color: #121520;
}
.frame-div {
    position: absolute;
    top: 1056px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}
.desktop-17 {
    width: 100%;
    position: relative;
    background-color: #fff;
    height: 100%;
    font-size: 36px;
    color: #6941c6;
    font-family: Poppins;
}

.contact-us {
    text-align: center;
    line-height: 30px;
    font-size: 26px;
}
.our-team-is {
    padding-top: 20px;
    text-align: center;
    opacity: 0.6;
    font-size: 16px;
}
.contact-us-parent {
    width: 100%;
    max-width: 700px;
    margin: auto;
    padding: 40px 20px;
}
.responce-msg{
    position: absolute;
    top: 120px;
    left: 67px;
    line-height: 24px;
    color: #32c205;
    opacity: 1;
    font-size: 18px;
}
/* Add styles for sidebar */
.sidebar {
  position: fixed;
  top: 0;
  left: -650px; /* Initially hide the sidebar */
  width: 350px;
  height: 100%;
  background-color: #fff; /* Adjust as needed */
  z-index: 1000;
  transition: left 0.3s ease; /* Add smooth transition effect */
  line-height: 30px;
}
.contact-section{
    background: #6941C6;
    color: #ffffff;
    text-align: center;
    /* position: relative; */
    /* bottom: 480px; */
    /* width: 80%; */
    margin: auto;
}
.color-bg-60deg-1{
    background: linear-gradient(60deg, #FFFFFF 90%, #fdf5f5 39%, #FFE6E6);
}
.color-bg-60deg-2{
    background: linear-gradient(60deg, #FFFFFF 90%, #f3eee5 39%, #FFEFD7);
}
.color-bg-60deg-3{
    background: linear-gradient(60deg, #FFFFFF 90%, #e7ebf5 39%, #E9F0FF);
}
.color-bg-60deg-4{
    background: linear-gradient(60deg, #FFFFFF 90%, #e7fbe9 39%, #E2FFE5);
}
/* Adjust styles for vertical orientation */
.features-parent-vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px; /* Adjust as needed */
}
@media screen and (min-width: 1100px) and (max-width: 5991px){
    .max-1200{
        max-width: 1200px;
    }
    .flex-div-btn{
        display: flex;
        text-align: end;
    }
}
@media screen and (min-width: 100px) and (max-width: 1099px){
  
   .padding-t-10{
    padding-top: 10px;
    text-align: end;
   }
}
