.page-header-bg {
    background-color: #60a14842;
}

.page-header {
    position: relative;
    background-size: cover;
}
#privacy .page-title {
    font-size: 2.5rem;
    line-height: 1;
    color: #1562ad;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
}
#privacy p {
    font-size: 1rem;
    color: #000;
    margin-bottom: 0.5rem;
}
.privacy-text p {
    font-size: 16px;
    text-align: justify;
    color:#000;
    font-weight:400;
}
.privacy-text li {
    color: #000;
}

.privacy-text ul li {
    list-style-type: none;
}

.privacy-text ul li:before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 18px;
    background-size: 18px;
    background-image: url("/assets/images/icons/body/double-check.png");
    background-repeat: no-repeat;
    margin-right: 5px;
}
.blue-color{
    color:#1562ad;
}
.grey-bg{
    background-color: #f1f2f3;
}