﻿body {
    margin: 0;
    font-family: sans-serif;
    background: #F7F9F9;
}

.pagebanner {
    background: #34495E;
    padding: 3.375rem 10%;
    position: relative;
}

.pagebannerheading h3 {
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

.terms-policieswrap {
    padding: 30px 10%;
    background: #F7F9F9;
}

.termscontainer {
    box-shadow: 0 10px 20px -5px rgba(174,214,241,0.45), 0 10px 20px -5px rgba(174,214,241,0.85), -10px 0 20px -5px rgba(174,214,241,0.55);
    border-radius: 5px;
    padding: 20px;
    color: #5D6D7E;
}

.termsheading h2 {
    font-size: 19px;
    text-align: center;
}

.allterms {
    margin-top: 20px;
}

.eachterm {
    margin: 20px 0;
    padding: 0 30px;
    word-break: break-all;
}

    .eachterm h3 {
        font-size: 17px;
        margin-bottom: 12px;
        line-height: 1.6;
    }

    .eachterm h4 {
        font-size: 16px;
        margin-bottom: 12px;
        line-height: 1.6;
    }

    .eachterm h5 {
        font-size: 15px;
        margin-bottom: 12px;
        line-height: 1.6;
    }

    .eachterm h6 {
        font-size: 14px;
        margin: 4px 0;
    }

    .eachterm .terms-txt {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 20px;
        font-weight: normal;
    }

ul {
    list-style: decimal;
    /*font-size: 16px;
    font-weight: 800;*/
}

@media screen and (max-width: 768px) {
    .eachterm {
        margin: 20px 0;
        padding: 0 10px;
    }

    .terms-policieswrap {
        padding: 30px 5%;
    }

    ul {
        list-style: decimal;
        /*font-size: 16px;
        font-weight: 800;*/
        margin-left: 0;
        padding-inline-start: 0;
        margin-block-start: 0;
    }
}
