.privacy-policy {
    color: #444;
    font-family: Open Sans, sans-serif!important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 16px;
    user-select: none;
    text-align: justify;
}

.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4 {
    text-transform: capitalize;
    color: #023668;
}

.privacy-policy h1 {
    font-size: 1.8rem;
    text-transform: uppercase;
}

.privacy-policy h1:after {
    background: #ffad3e;
    content: "";
    display: block;
    height: 3px;
    margin-top: 5px;
    width: 50px;
}

.privacy-policy h2 {
    font-size: 1.4rem;
}

.privacy-policy h3 {
    font-size: 1.2rem;
}

.privacy-policy h4 {
    font-size: 1.1rem;
    text-decoration: underline;
}

.privacy-policy ul {
    list-style: none
}

.privacy-policy li {
    margin-bottom: 8px
}

.privacy-policy .ndsLogo {
    background: url(logo.png) center center no-repeat;
    height: 100px;
    background-size: contain;
    margin-bottom: 20px;
}

.privacy-policy .brand {
    padding: 20px;
    color: #fff;
    min-height: 450px;
    position: relative;
    /*box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);*/
    transition: all 0.6s cubic-bezier(1, -0.375, 0.285, 0.995);
    z-index: 9999;
}

.privacy-policy .brand.active {
    width: 100%;
}

.privacy-policy .brand a.logo {
    color: #FFAD3E;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1em;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.privacy-policy .brand .heading {
    margin-top: 40px;
}

.privacy-policy .brand .heading h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: -8px;
    letter-spacing: 5px;
}

.privacy-policy .brand .heading p {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    letter-spacing: 19.2px;
    margin-left: 15px;
    margin-bottom: 5px;
    color: #FFAD3E;
}

.privacy-policy .icon {
    font-size: 70px;
}

.privacy-policy .h3 {
    color: #333;
    margin: 20px;
    padding: 0 px;
    font-size: 2rem;
}


/* Maintenance / App Update Page Styles */

.common-container {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    background-color: #011C67;
}

.common-container h1,
.common-container h2 {
    color: #fff;
    font-weight: 600;
}

.common-container h1:after {
    background: transparent;
    content: "";
    display: block;
    height: 0;
    margin-top: 0;
    width: 0;
}

.common-container a {
    color: #fff;
    font-weight: 600;
}


/* Emergency restriction */

.user-manual {
    display: none !important;
}


/* #overviewTable table tbody tr:first-child td:first-child,
#overviewTable table tbody tr:first-child td:last-child {
    pointer-events: none !important;
} */


/* .action-dwl-deal-tkt {
    display: none !important;
} */