.contentFirst {
  margin-bottom: 40px;
}

.contentFirst ul li,.contentFirst ol li {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: #73758E;
  margin-top: 20px;
}

.contentFirst ul, .contentFirst ol {
  padding: 0px 0px 0px 20px;
}

.contentFirst ul li::marker, .contentFirst ol li::marker {
  color: #1C3D5A;
  font-size: 1em;
}
.termHeader{
  border-bottom: 1px solid #DEF1FF;
  padding: 33px 0 20px;
  margin-bottom: 30px;
}
.termsContent{
  max-width: 870px;
    width: 100%;
}
.termscontentlists {
  border: 1px solid #DEF1FF;
  border-radius: 12px;
  padding: 0px 0px 26px 30px;
  margin-bottom: 20px;
}

.termsSec h1 {
  font-weight: 400;
  font-size: 26px;
  line-height: 29.05px;
  color:#1C3D55;
  margin-bottom: 15px;
}

.termsSec h1 span {
  background: var(--primary-color);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

strong {
  font-weight: 700;
  color:#1C3D55;
}

.termsSec p {
  margin-top: 20px;
  font-size: 15px;
  line-height: 190%;
  color: #585858;
  font-weight: 400;
}
.content p strong{
  font-weight: 700;
  color:#1C3D55;
}
.listItem {
  cursor: pointer;
}

.contentHeading p {
  font-weight: 600;
  margin-top: 0px;
  color: #1F1F1F;
  line-height: 180%;
  font-size: 15px;
  text-transform: uppercase;
}

.contentHeading span {
  font-weight: 700;
  color: #8CA9B1;
  line-height: 180%;
  font-size: 15px;
}

.usecaseWrapper {
  display: flex;
  gap: 50px;
  margin-top: 17px;
}

.contentHeading {
  display: flex;

  gap: 8px;
}

.usecaseLeft {
  max-width: 254px;
  width: 100%;
  flex: 0 0 232px;
  position: sticky;
  top: 115px;
  align-self: start;
}

.termscontentlists p {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #1F1F1F;
  margin-bottom: 24px;
  margin-top: 26px;
}

.usecaseLeft ul li span, .usecaseLeft ol li{
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: #73758E;
}

li::marker {
  color: #D5EAF0;
  font-size: 1em;
}

.anchor {
  color: var(--bg-cta);
  text-decoration: underline;
}

.anchor:hover {
  text-decoration: none;
}

.usecaseLeft ul li+li, .usecaseLeft ol li+li {
  margin-top: 20px;
}

.content {
  margin-bottom: 40px;
}
.content ol {
  margin-top: 20px;
}
.content ul li, .content ol li {
  font-size: 15px;
  font-weight: 400;
  line-height: 28.5px;
  color: #585858;
  margin-top: 4px;
  padding-left: 4px;
}

.content ul, .content ol {
  padding: 0px 0px 0px 20px;
}

.content ul li::marker, .content ol li::marker {
  color: #1F1F1F;
  font-weight: 700;
  font-size: 15px;
  line-height: 220.00000000000003%;
  
}

.plansList li span {
  color: var(--secondary-color);
  font-weight: 500;
}

.plansList li {
  padding-top: 14px;
}

/* .active {
  font-size: 14px;
} */

.usecaseLeft ul li.active span {
  color: #1C3D5A;
  pointer-events: none;
  font-weight: 700;
  font-size: 14px !important;
  line-height: 100%;
}

.usecaseLeft ul li.active::marker {
  color: #1C3D5A;
  /* Change the marker color */
}

.onMob {
  display: none;
}
.contact-info{
  font-weight: 700 !important;
  font-size: 15px;
  line-height: 190%;
  letter-spacing: 0px;
  color: #585858;
}
.content p a{
  color: #4AA3DF;
}
.content a{
  font-weight: 700 !important;
  font-size: 15px;
  line-height: 190%;
  letter-spacing: 0px;
  color: #585858;
}
.content a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .arrowDown {
    transition: transform 0.3s ease;
  }

  .termsSec h1 {
    border-bottom: none;
    margin-bottom: 0px;
  }

  .arrowDown.rotate {
    transform: rotateX(180deg);
  }

  .usecaseWrapper {
    flex-direction: column;
  }

  .displayonDesktop {
    display: none;
  }

  .termscontentlists {
    border-radius: 0px;
  }

  .onMob p {
    margin-top: 0px !important;
    font-size: 15px !important;
    line-height: 24px !important;
    font-weight: 600;
    color: var(--secondary-color);
  }

  .onMob {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    padding: 10px 0px;
    position: sticky;
    top: 53px;
    border-bottom: 1px solid #e8e9ec;
  }

  .usecaseWrapper {
    display: flex;
    gap: 0px;
    margin-top: 10px;
  }

  .usecaseLeft {
    max-width: 100%;
    width: 100%;
    position: sticky;
    flex: 0 0 245px;

    top: 97px;
  }

  .usecaseLeft {
    overflow: auto;
    height: 0;
    display: none;
    transition: height 0.3s ease;
  }

  .termscontentlists {
    background: #ffffff;
    padding: 20px 0px 20px 29px;
  }

  .termsSec p {
    line-height: 150%;
    font-size: 14px;
  }

  .termsSec h1 {
    font-size: 22px;
    line-height: 30px;
    padding-top: 15px;
  }

  .content ul li {
    font-size: 13px;
    line-height: 24.7px;
  }
}