﻿body{
    color: white;
}
header {
    position: relative;
    z-index: 1;
}

    header.sticky::after {
        content: unset;
    }

    header::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #ffffff14;
        position: absolute;
        bottom: 12px;
        left: 0;
    }

sup {
    font-size: 0.5rem;
    top: -2em;
}

.privacy-and-security-sec {
    background-image: url('../image/ndx-BG-readmore.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
    .privacy-and-security-sec::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #ffffff14;
        top: 0;
        left: 100px;
    }

    .privacy-and-security-sec::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #ffffff14;
        top: 0;
        right: 100px;
    }
.feature-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}

.feature-sec .col-lg-3 {
    margin-right: 100px;
}
    .feature-sec .feature-icon-container {
        background: rgb(44 19 56 / 42%);
        padding: 18px;
        border-radius: 50%;
        width: 80px;
    }
    .feature-sec.offline-lock .feature-icon-container {
        padding: 18px 24px;
    }

    .feature-sec.remote-wipe .feature-icon-container {
        padding: 18px 28px;
    }



    .feature-sec h2 {
        font-size: 2.1rem;
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 15px;
        max-width: 400px;
        line-height: 45px;
    }

        .feature-sec h2 span{
            color: #9E9BF2;
        }
        .feature-sec p {
            margin-bottom: 0px;
        }
    .feature-sec p.normal-feature-text {
        font-size: 15px;
        opacity: 0.7;
        max-width: 410px;
    }
    .feature-sec p.bold-decoy-pin {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 3px;
    }
    .feature-sec p.small-decoy-pin {
        font-size: 14px;
        opacity: 0.8;
        max-width: 400px;
    }
    .feature-sec.remote-wipe h2 {
        max-width: unset;
      
    }
    .feature-sec.offline-lock {
        border: 1px solid #ffffff14;
    }
    .feature-sec.remote-wipe {
        border-bottom: 1px solid #ffffff14;
    }
    .d-lg-flex{
        position: relative
    }
.offline-lock .col-lg-3 img {
    position: absolute;
    width: 460px;
    top: 0;
    left: 0;
}

.feature-sec h2 sup {
    top: -3em;
}


@media (max-width: 1500px) {
    .feature-sec h2 {
        font-size: 1.8rem;
        line-height: 39px;
    }
    .privacy-and-security-sec::before {
        left: 30px;
    }

    .privacy-and-security-sec::after {
        right: 30px;
    }
}



@media (max-width: 1200px) {
    .offline-lock .col-lg-3 img {
        width: 400px;
        top: 47px;
    }
}
@media (max-width: 992px) {
    .privacy-and-security-sec .col-lg-3 {
        text-align: center;
        margin-right: 0;
    }
        .privacy-and-security-sec .col-lg-3 img {
            width: 35%;
            margin-bottom: 50px;
        }
    .privacy-and-security-sec::before {
        display: none;
    }

    .privacy-and-security-sec::after {
        display: none;
    }
    .feature-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .offline-lock .col-lg-3 img {
        position: relative;
        width: 55%;
        top: 0;
    }
    }

@media (max-width: 500px) {
    .privacy-and-security-sec .col-lg-3 img {
        width: 45%;
    }
    .offline-lock .col-lg-3 img {
        width: 70%;
    }
    .feature-sec h2 {
        font-size: 1.5rem;
        line-height: 34px;
    }
        .feature-sec h2 sup {
            top: -2.3em;
        }
}