.terms-container {
    background-color: white;
    width: 100%;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.terms-sidebar {
    background-color: #0d253c;
    width: 280px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    white-space: nowrap;
    position: fixed;
    top: 88px;
    left: 0;
    height: 100%;
    overflow: hidden;
}

.terms-content {
    max-height: 491px;
    /* overflow-y: auto; */
    margin-bottom: 20px;
    margin-top: 80px;
    width: 100%;
    margin-left: 300px;
}

.terms-header-group {
    margin: 0px 0 95px;
    display: flex;
    flex-direction: column;
}


.terms-heading {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #24415e;
    /* margin-top: 100px; */
}

.terms-sub-heading {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #24415e;
    margin-bottom: 16px;
}

.terms-date {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #24415e;
}

.terms-sub-content {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 62px;
}

.terms-sidebar ul {
    padding-left: 0;
    padding-right: 0;
    list-style: none;
    margin-bottom: 0;
}

.terms-sidebar ul li {
    padding: 18px 60px;
}

.terms-sidebar ul li a {
    color: #FFFFFF;
    text-decoration: none;
    background-color: transparent;
}

.terms-sidebar ul li.active {
    background-color: #24415e;
    border-radius: 8px;
    padding: 18px 60px;
    color: #FFFFFF;

}

.navbar {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 0;
    width: 100%;
    margin-left: 0px;
    padding-left: 0%;
    z-index: 1;
}

.Nav_Previewr {
    width: 100%;
    /* height: 102px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    /* margin: 0 0 768px; */
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
}

.navbar {
    box-shadow: rgb(26 26 26 / 20%) 0px 0px 2px;
    margin-left: -8px;
}

nav {
    margin: 0;
    padding: 0;
}



.wrapper {
    width: 100%;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


@media only screen and (max-width: 767px) {
    .terms-sidebar {
        z-index: 1;
        height: auto;
        width: 100%;
        text-align: center;
    }
    .terms-content {
        max-height: 623px;
        margin-bottom: 20px;
        margin-top: 105px;
        width: 100%;
        margin-left: 0px;
    }

    .terms-container {
        padding-top: 180px;
    }

    .Nav_Previewr {
        width: 100%;
        /* height: 102px; */
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        /* margin: 0 0 768px; */
        margin: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #fff;
        padding-left: 15%;
    }
   
}
