﻿
#TermNCondition p, #PrivacyPolicyPanel p {
    /*padding-left: 10%;
    padding-right: 10%;*/
    margin-bottom: 17px;
}

.titleSection {
    background: linear-gradient(0.15turn,#2f4050, #2e3f4f, #354454, #394654, #45586e, #41576e, #556678, #56697d);
    padding-bottom: 1px;
}

.headerLogo, .titleName {
    max-width: 730px;
    padding-left: 25px;
    padding-right: 25px;
    margin: auto;
}

    .titleName h3 {
        color: white;
        font-size: 28px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: lighter;
        display: inline-block;
        margin-bottom: 12px;
    }

#TermNCondition, #PrivacyPolicyPanel {
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
    text-align: justify;
    padding: 25px;
    max-width: 730px;
    margin: auto;
}

.titleSection #footerImg {
    padding: 18px 0px 0px 0px;
}

.downloadPDF {
    background-color: #6659EC;
    color: white;
    font-size: 15px;
    font-family: 'Roboto', sans-serif !important;
    cursor: pointer;
    font-weight: lighter;
    border-color: #6659EC;
    padding: 8px;
    float: right;
    margin-top: 25px;
    border-radius: 2px;
    border: 1px solid transparent;
}

@media ( min-width:300px) and (max-width :760px) {
    .downloadPDF {
        width: 50%;
        float: none !important;
    }
}
