html,body{
    scroll-behavior: smooth !important;
}
.terms-and-conditions {
    color: #141313;
    margin-left: 60px !important;
}

.terms-and-conditions h1 {
    color: #141313;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0;
}

.terms-and-conditions p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

.terms-and-conditions ul li {
    list-style: lower-alpha;
    line-height: 24px;
    margin-bottom: 15px;
}

.terms-and-conditions section h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}

.terms-and-conditions h5 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}

.terms-and-conditions section {
    margin-bottom: 20px;
}

.terms-and-conditions .subsection {
    font-size: 8;
    margin-bottom: 10px;
}



.terms-and-conditions .content {
    text-align: left;
    padding: 50px !important;
   
}

.dfg{
    list-style: lower-roman !important;
}
.terms-and-conditions .content p{
    line-height: 26px !important;
}

#subsection-no-waiver,
#subsection-force-majeure,
#subsection-notices,
#subsection-entire-agreement,
#subsection-third-party-rights,
#subsection-dispute-resolution,
#subsection-exclusive-venue,
#subsection-severability,
#subsection-choice-of-law,
#subsection-limitation-of-liability,
#subsection-indemnity,
#subsection-assignment,
#subsection-indian-copyright-act,
#subsection-designated-agent,
#subsection-notice-of-infringement,
#subsection-dmca-policy,
#subsection-products-disclaimer,
#subsection-medical-advice-disclaimer,
#subsection-movement-content{
    display: -webkit-inline-box;
    flex-direction: row;
}


.terms-and-conditions .content section{
    padding: 0 !important;
}
.terms-and-conditions .terms-heading{
    display:none;
}


@media only screen and (max-width: 768px) {


    .terms-and-conditions .content {
        padding: 20px !important;
        text-align: left;
        margin-left: 0;
    }

}



/* ============== New Style =============  */
/* 2. Make nav sticky */
main>nav {
    position: sticky;
    top: 2rem;
    align-self: start;
}

/* 3. ScrollSpy active styles (see JS tab for activation) */
.terms-and-conditions .section-nav li.active>a {
    color: #141313;
    font-weight: 600;
}

/* Sidebar Navigation */
.terms-and-conditions .section-nav {
    padding-left: 0;
    line-height:2.3;
    margin-top:73px;
}

.terms-and-conditions .section-nav a {
    text-decoration: none;
    display: block;
    padding: .125rem 0;
    color: #141313;
    transition: all 50ms ease-in-out;
    /* 💡 This small transition makes setting of the active state smooth */
}

.terms-and-conditions .section-nav a:hover,
.terms-and-conditions .section-nav a:focus {
    color: #666;
}

/** page layout **/
main.terms-and-conditions {
    display: grid;
    grid-template-columns: 1fr 70%;
    max-width: 100em;
    width: 90%;
    margin: 0 auto;
}

@media only screen and (max-width: 768px){
    main.terms-and-conditions{
        display: flex;
        flex-direction: column;
    }
    .terms-and-conditions .section-nav{
        position: relative;
        margin-top:5px;
    }
    .terms-and-conditions{
        margin-left: 0;
    }
    .terms-and-conditions .terms-heading{
        display:block;
    }
    .terms-and-conditions .terms-heading2{
        display: none;
    }
    .terms-and-conditions .terms-heading h1{
    color: #141313;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0;
    }
}


@media only screen and (max-width: 600px){
    main.terms-and-conditions {
        width: 100%;
        padding: 20px;
        margin: 0 !important;
    }
    .terms-and-conditions .terms-heading h1 {
        line-height: 32px;
    }
}