/* ================= Privacy-Statement ================= */
section.banner-section.newPageBanner {
    height: auto;
}

.page-template-privacy .privacypolicy { padding: 0px 0px 50px; }

.page-template-privacy .banner-section img {
    width: 100%;
    height: 90vh !important;
    object-fit: cover;
}
/*.banner-section { margin-top: 65px; }*/
.page-template-privacy .banner-section .banner-text { position: absolute; left: 25px; bottom: 40px; display: unset; width: unset; padding: 0; height: unset; align-items: unset; }
.page-template-privacy .banner-section .banner-text img { width: 40px; height: auto; }

.page-template-privacy .banner-section .title-style1 h1 { line-height: unset; }

.page-template-privacy .banner-section h1 { 
    font-size: 48px;
    top: unset;
    left: unset;
    margin-right: unset;
    transform: unset;
    font-family: 'Poppins', sans-serif;

}

.page-template-privacy .policy_content {
    margin-top: 20px;
}

.page-template-privacy .policy_content:first-child {
    margin-top: 0px;
}

.page-template-privacy .banner-section { position: relative; }
.page-template-privacy .grd-text { bottom: 0px !important; }

.page-template-privacy .policy_content h4 {
    margin-bottom: 20px;
    font-size: 20px;
    margin-top: 10px;
    position: relative;
    display: inline-block;
}

.page-template-privacy .policy_content p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 24px;
}

.page-template-privacy .policy_content a {
    color: #006BB6;
}

.page-template-privacy .policy_content ul {
    list-style: none;
    margin-bottom: 15px;
}

.page-template-privacy .policy_content ul li {
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 18px;
    position: relative;
    line-height: 24px;
}

.page-template-privacy .policy_content ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid #006BB6;
    left: 0;
    top: 7px;
    border-radius: 50%;
}

.page-template-privacy .policy_content a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

.page-template-privacy .policy_content h4:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #006BB6;
    border-radius: 50px;
    position: absolute;
    bottom: -14px;
    right: -10px;
}

.page-template-privacy .policy_content h4:before {
    position: absolute;
    background: #006BB6;
    width: 100%;
    bottom: -10px;
    left: 0px;
    height: 2px;
    content: "";
}

.page-template-privacy .center-down-arrow { padding: 30px 0px; }

@media (max-width: 1024px) {
    .page-template-privacy .banner-section img {
        height: 380px !important;
    }

    .page-template-privacy .banner-section {
        margin-top: 64px;
    }

    .page-template-privacy .grd-text {
        bottom: 320px !important;
    }

    .page-template-privacy .banner-section .banner-text { left: 30px; }

    .page-template-privacy .privacypolicy {
        padding: 0px 0px 50px;
    }
}

@media(max-width:992px){
    .page-template-privacy .privacypolicy {padding: 0px 0px 30px;}

    .page-template-privacy .banner-section {
        position: relative;
        background-size: cover;
    }

    .page-template-privacy .banner-section img {
        height: 320px !important;
    }

    .page-template-privacy .banner-section .title-style1 h1 {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .page-template-privacy .banner-section .banner-text { left: 27px; }

    .page-template-privacy .grd-text { bottom: 0px !important; }

}

@media(max-width:767px){
    .page-template-privacy .privacypolicy .col-sm-12{padding: 0px;}
    .page-template-privacy .privacypolicy {padding: 0px 0px 30px;}
    .page-template-privacy .policy_content h4 {font-size: 18px;}

    .page-template-privacy .banner-section {
        height: auto;
    }

    .page-template-privacy .banner-section .banner-text { left: 15px; }

    .page-template-privacy .grd-text { bottom: 0px !important; }
}

@media (max-width: 767px) and (orientation: landscape) {
    .page-template-privacy .banner-section img {
        height: 300px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
    .page-template-privacy .banner-section { position: relative; }

    .page-template-privacy .grd-text {
        bottom: 0px !important;
    }
}

