.terms-condition-page .terms-condition-header {
    height: 500px;
}
.terms-condition-page .terms-condition-header {
    background: #FFFFFF;
}

.terms-condition-page .right-panel{
    width: 350px;
    max-width: 350px;
    background: #FFFFFF;
}

.terms-condition-page .mobile-hide .right-panel.fixed{
    position: fixed;
    top: 180px;
}

.terms-condition-page .mobile-hide .right-panel .sidebar-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    background: #FFFFFF;
}

.terms-condition-page .make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.terms-condition-page .right-panel .card{
    padding-left: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 15px -1px 20px -16px #00000017 !important;
    border-radius: 5px;
    border: none;
}
.terms-condition-page .right-panel .card h5{
    height: 30px;
    margin-bottom: 5px;
}

.terms-condition-page .right-panel .card ul,
.terms-condition-page .right-panel .card ul li{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.terms-condition-page .right-panel .card ul li{
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
    font-size: 0.9rem;
    cursor: pointer;
}
.terms-condition-page .right-panel .card ul li.active{
    color: #2676DC !important;
    font-weight: 600;
    border-right:3px solid #2676DC;
}

.terms-condition-page .content.fixed{
    margin-left: 350px;
}
.terms-condition-page .content > div{
    margin-bottom: 50px;
}
.terms-condition-page .content > div p,
.terms-condition-page .content > div ul li,
.terms-condition-page .content > div ol li{
    color: #848F99 !important;
}
.terms-condition-page .content > div p strong,
.terms-condition-page .content > div p b{
    color: #363F46 !important;
}

.terms-condition-page .container > div.mobile-visible{
    display: none;
}

@media (max-width: 767px) {
    .terms-condition-page .container > div.mobile-hide{
        display: none;
    }
    .terms-condition-page .container > div.mobile-visible{
        display: inherit;
    }
}