.terms_conditions_bg {
    height: 100%;
    padding-bottom: 4rem;
    width: 100%;
    background: url(../img/terms_conditions/terms_and_conditions.jpg) top center no-repeat;
    background-size: cover;
    margin-top: -8px;
}

.privacy-policy-bg {
    height: 100%;
    padding-bottom: 4rem;
    width: 100%;
    background: url(../img/terms_conditions/privacy-policy-bg.jpg) top center no-repeat;
    background-size: cover;
    margin-top: -8px;
}

.cookies_bg {
    height: 100%;
    padding-bottom: 4rem;
    width: 100%;
    background: url(../img/terms_conditions/cookies.jpg) top center no-repeat;
    background-size: cover;
    margin-top: -8px;
}

.terms_condition_main_content {
    margin: 3rem;
}

.terms_condition_main_content h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #293275;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 2rem;
}

.terms_condition_main_content a {
    color: blue;
    font-weight: 500;
}

.terms_conditions_date {
    font-size: 14px;
    color: rgb(42, 42, 42);
    font-style: normal !important;
    font-weight: 600 !important;
}

.terms_condition_main_content h2 {
    color: #001a27;
    font-size: 22px;
    font-weight: 600;
    margin-top: 2.5rem;
    font-family: "Montserrat", sans-serif !important;
}
#heading_5{
    color: #001a27;
    font-size: 18px;
    font-weight: 600;
    margin-top: 2.5rem;
    font-family: "Montserrat", sans-serif !important;
}
.terms_condition_main_content h3 {
    color: #001a27;
    font-size: 18px;
    font-weight: 600;
    margin-top: 2.5rem;
    font-family: "Montserrat", sans-serif !important;
}

.terms_condition_dates {
    margin: 20px 0px;
}

.terms_condition_main_content p {
    color: #474747;
    font-size: 16px;
    margin: 0px 0px 25px 0px !important;
}

.terms_condition_main_content ol {
    padding-left: 20px;
}

.terms_condition_main_content ol li {
    color: #474747;
    font-size: 16px;
}

.terms_condition_main_content ul {
    padding-left: 20px;
}

.terms_condition_main_content ul li {
    color: #474747;
    font-size: 16px;
}

#privacy_policy_links {
    color: #aeb3ff;
}

@media screen and (max-width:500px) {
    .terms_condition_main_content {
        margin: 10px;
    }

    .terms_condition_main_content h1 {
        margin-top: 2rem;
    }
}

#cookie_Table th{
    font-size: 14px;
}
#cookie_Table td{
    font-size: 14px;
}

.address{
    font-size: 16px;
    font-weight: 400;
}
