.termsBanner {
    position: relative;
    background: linear-gradient(180deg, #EBF7FF 0%, #FDF5EB 100%);
    padding: 160px 0 90px;
}
.termsBanner::before,.termsBanner::after{
    content:"";
    background: url(../images/star.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 52px;
    height: 49px;
}
.termsBanner::before{
    left: 0;
    bottom: 25px;
}
.termsBanner::after{    
    right: 15px;
    top: 72px;
} 
.termsBanner h1 {
    color: #231F20;
    font-weight: 700;
    font-size: 40px;
    line-height: 156%;
    text-align: center;
}
.termsContent.m-top{
    margin-top: 24px;
}
.termsBanner p {
      color: #585858;
    font-weight: 400;
    font-size: 16px;
    line-height: 156%;
    text-align: center;
    max-width: 990px;
    margin: 0 auto;
}
.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: 3px 0 20px;
    margin-bottom: 30px;
}

.termsContent {
    max-width: 870px;
    width: 100%;
}

.termscontentlists {
    border: 1px solid #dee3f1;
    border-radius: 12px;
    padding: 0px 0px 26px 30px;
    margin-bottom: 20px;
}
.contactDetails p{

}
.termsSec h1 {
    font-weight: 400;
    font-size: 26px;
    line-height: 29.05px;
    color: #221f1f;
    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: #221f1f;
}

.termsSec p {
    margin-top: 12px;
    font-size: 15px;
    line-height: 190%;
    color: #585858;
    font-weight: 400;
}

.content p strong {
    font-weight: 700;
    color: #221f1f;
}

.listNone {
    list-style: none;
}

.listItem {
    cursor: pointer;
}

.contentHeading p {
    font-weight: 600;
    margin-top: 0px;
    color: #221f1f;
    line-height: 140%;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contentHeading span {
    font-weight: 700;
    color: #221f1f;
    line-height: 140%;
    font-size: 20px;
}

.usecaseWrapper {
    display: flex;
    gap: 50px;
    margin-top: 17px;
}

.contentHeading {
    display: flex;

    gap: 8px;
}

.usecaseLeft {
    max-width: 259px;
    width: 100%;
    flex: 0 0 247px;
    position: sticky;
    top: 115px;
    align-self: start;
}

.termscontentlists p {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #221f1f;
    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: #dee3f1;
    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: #221f1f;
    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) {
    .contentHeading p{
        font-size: 16px;
    }
    .termsBanner {
        
        padding: 130px 0 70px;
    }
    .termsBanner p{
        font-size: 15px;
    }
    .termsBanner h1 {
       
        font-size: 32px;
       
    }
    .contentHeading span {
       font-size: 16px;
        line-height: 140%;
    
    }
    .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;
    }
}