﻿
p { 
    font-size: 1.5rem;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: justify;
}

h2 {
    font-weight: bold;
}

h1 {
    font-weight: bold;
}
.privacy-policy {
    margin-top: 52px;
}
.banner-image {
    position: relative;
}
.banner-image img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.banner-image:before {
    content: '';
    background: linear-gradient(to left, #33ccff00 0%, #091c2f 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.banner-image h1 {
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 86px;
    font-size: 40px;
}
.privacy-policy .container-fluid {
    width: 90%;
}
.dashboardHeader input.btn-new-secondary {
    background: #fff;
    float: right;
}
.privacy-policy footer {
    padding: 1rem 3rem;
    margin-top: 20px;
    position: relative;
    width: 100%;
    display: flex;
}
footer .copyrightTerm {
    font-size: 1.5rem;
    vertical-align: text-bottom;
    margin-right: 5px;
}
@media (max-width:1024px) {
    .dashboardHeader input.btn-new-secondary {
        margin-right: 10px;
    }
    .dashboardHeader .LogoWrapper .menuToggleBtn {
        display: none;
    }
}
@media (max-width:767px) {
    .banner-image img {
        height:170px;
    }
    .banner-image h1 {
        left: 0;
        font-size: 20px;
        width: 100%;
        padding: 0 10px;
        text-align: center;
    }
    
    .privacy-policy footer {
        display: block;
    }
    .privacy-policy footer .d-lg-flex.align-items-center.col-7.col-lg-9.px-0 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .privacy-policy footer p {
        text-align: center;
        font-size: 14px;

    }
    .privacy-policy footer .col-5.col-lg-3.text-right.px-0 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
    }

  
}