.AboutUsUl {
    list-style: circle;
    padding-bottom: 10px;
}

.AboutUsUl li {
    font-size: 18px;
    line-height: 32px;
    font-family: 'Open Sans';
    color: #7f7f7f;
}

.terms_and_conditions span {
    font-size: 30px;
    font-weight: bold;
    color: black;
}

.terms_and_conditions h1 {
    font-size: 30px;
    line-height: 37px;
}

.terms_and_conditions h2 {
    font-size: 27px;
    line-height: 34px;
    margin-top: 30px;
    color: #333;
}

.terms_and_conditions h3 {
    font-size: 25px;
    line-height: 32px;
    margin-top: 20px;
    color: #444;
}

.terms_and_conditions h4 {
    font-size: 22px;
    line-height: 29px;
    margin-top: 15px;
}

.PrContPadding {
    padding-top: 10px;
    padding-left: 100px;
    padding-right: 100px;
}

.terms_and_conditions p {
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
    color: #555;
    margin-bottom: 15px;
}

.terms_and_conditions span {
    text-align: justify;
}

.terms_and_conditions ul li {
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
    color: #555;
}

.terms_and_conditions a {
    color: #c5a880;
    /* Theme golden/brown accent color */
    text-decoration: none;
    transition: color 0.3s ease;
}

.terms_and_conditions a:hover {
    color: #a48255;
    text-decoration: underline;
}

.terms_and_conditions ul {
    list-style: circle;
    margin: 10px 0px 15px 0px;
    padding-left: 20px;
}

.terms_and_conditions ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Table of Contents Styling */
.terms_toc {
    background-color: #fcf9f5;
    border: 1px solid #e8dec9;
    border-radius: 6px;
    padding: 25px;
    margin: 30px 0;
}

.terms_toc h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
    font-size: 22px;
    border-bottom: 2px solid #c5a880;
    padding-bottom: 8px;
}

.terms_toc ol {
    padding-left: 20px;
    margin-bottom: 0;
}

.terms_toc ol li {
    margin-bottom: 8px;
    font-size: 16px;
}

.terms_toc ol li a {
    color: #555;
    font-weight: 500;
}

.terms_toc ol li a:hover {
    color: #c5a880;
}

@media (max-width:575px) {
    .terms_and_conditions h1 {
        font-size: 25px;
        line-height: 32px;
    }

    .terms_and_conditions h2 {
        font-size: 24px;
        line-height: 31px;
    }

    .terms_and_conditions h3 {
        font-size: 23px;
        line-height: 30px;
    }

    .terms_and_conditions h4 {
        font-size: 20px;
        line-height: 27px;
    }

    .PrContPadding {
        padding-left: 15px;
        padding-right: 15px;
    }

    header .navbar-header {
        background: rgb(0 0 0 / 64%) !important;
    }

    .terms_toc {
        padding: 15px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .terms_and_conditions h1 {
        font-size: 25px;
        line-height: 32px;
    }

    .terms_and_conditions h2 {
        font-size: 24px;
        line-height: 31px;
    }

    .terms_and_conditions h3 {
        font-size: 23px;
        line-height: 30px;
    }

    .terms_and_conditions h4 {
        font-size: 20px;
        line-height: 27px;
    }

    .PrContPadding {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .terms_and_conditions h1 {
        font-size: 25px;
        line-height: 32px;
    }

    .terms_and_conditions h2 {
        font-size: 24px;
        line-height: 31px;
    }

    .terms_and_conditions h3 {
        font-size: 23px;
        line-height: 30px;
    }

    .terms_and_conditions h4 {
        font-size: 20px;
        line-height: 27px;
    }

    .PrContPadding {
        padding-left: 55px;
        padding-right: 55px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .terms_and_conditions h1 {
        font-size: 25px;
        line-height: 32px;
    }

    .terms_and_conditions h2 {
        font-size: 24px;
        line-height: 31px;
    }

    .terms_and_conditions h3 {
        font-size: 23px;
        line-height: 30px;
    }

    .terms_and_conditions h4 {
        font-size: 20px;
        line-height: 27px;
    }

    .PrContPadding {
        padding-left: 75px;
        padding-right: 75px;
    }
}

@media (min-width:1200px) {}