body{
    margin: 0px !important;
}

.site-top-header{
    width: 85%;
}

.site-header{
    width: 85%;
}

.site-container {
    width: 85%;
}

.wraper_bg-bright {
    width: 100% !important;
    padding-top: 25px !important;
}

.container-privacy-policy {
    width: 85%;
    max-width: 1239px;
    margin: auto;
    padding-bottom: 40px;
}

h2,h3,h4 {
    color: #012D6F;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    padding-bottom: 16px;
}

h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}

a{
    color: #007bff;
}
a:hover{
    color: #007bff;
    text-decoration: underline;
}

u {
    color: #012D6F;
    font-family: "Open Sans";
    margin: 16px 0 !important;
    margin-bottom: 8px !important;
}

p {
    color: #012D6F;
    font-family: "Open Sans";
    margin: 8px 0px;
    text-align: justify;
}

table {
    border-spacing: 0;
    border: 0;
    overflow-x: auto;
    max-width: 100%;
    text-align: left;
    vertical-align: top;
    background-attachment: scroll, scroll;
    background-size: 1px 100%, 1px 100%;
    background-repeat: no-repeat, no-repeat;
    border-collapse: collapse;
}

table th {
    color: #003c97;
    padding: 0.35em 0.75em;
}

table td {
    color: #1b4e9b;
    padding: 0.35em 0.75em;
    vertical-align: top;
    font-size: .9em;
    border: 1px solid #bccddc;
    border-top: 0;
    border-left: 0;
}

table td:first-child {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f6f6f6), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(90deg, #fff 50%, hsla(0, 0%, 100%, 0));
    background-size: 2px 100%;
    background-repeat: no-repeat;
}

table td:last-child {
    padding-right: 0;
    border-right: 0;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #fff), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(270deg, #fff 50%, hsla(0, 0%, 100%, 0));
    background-position: 100% 0;
    background-size: 2px 100%;
    background-repeat: no-repeat;
}

ol,
ul {
    margin: 1em 0;
    padding: 0 0 0 40px;
    padding: 0;
    margin: 1rem 0 1rem 20px;
    color: #012D6F;
    font-size: 14px;
}

ul.list-items li{
    list-style: circle !important;
    text-align: start !important;
}

ol.list-items li {
    list-style-type: decimal !important;
}

@media only screen and (min-width:768px) and (max-width:1400px) {
    .footer .footerinner .fright .socialicon {
        justify-content: flex-start;
    }
    .footer .footerinner .fright .privacy{
        text-align: left;
    }
}

@media (max-width:1000px) {
    /* logo header */
    .site-header .custom-logo {
        width: 133px;
        height: 31px;
    }
}

@media (max-width:767px) {
    /* footer */
    .footer {
        padding: 59px 20px 44px 20px;
    }
    .footer .footerinner {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer .footerinner .fleft.desktop {
        display: none;
    }
    .footer .footerinner .fright {
        width: 100%;
    }
    .footer .footerinner .fright .copyright.mobile p {
        color: #FFF;
        font-family: "Open Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        text-align: center;
        padding-top: 71px;
        padding-bottom: 14px;
        display: block;
    }
    .footer .footerinner .fright .socialicon {
        justify-content: center;
    }
    .footer .footerinner .fright .privacy {
        text-align: center;
    }
    .footer .footer-top{
        flex-direction: column;
        margin-bottom: 20px;
    }
    /* footer end */
}
