<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --star-size: 25px;
    --star-color: #fff;
    --star-color-2: #e8e8e8;
    --star-background: #e1de31;
}

/* basics */
strong {
    font-weight: 700;
    color: #000;
}

/* top banner */
.top-banner {
    padding: 80px 0 30px;
    background-color: #3a2121;
    overflow: hidden;
}

.top-banner h1 {
    margin: 0 0 15px;
    color: #fff;
}

.top-banner p {
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 23px;
    color: #fff;
}

.top-banner p a {
    color: inherit;
    font-size: inherit;
    text-decoration: underline;
    font-family: inherit;
}

.how-to-pages p {
    font-size: 16px;
}

.how-to-pages h1 {
    font-size: 32px;
    line-height: 43px;
    font-weight: 700;
}
 
.border-rad-r-b {
    border-radius: 0 0 100px 0;
}

.border-rad-l-b {
    border-radius: 0 0 0 100px;
}

/* tables of content */
.after-2 {
    left: inherit;
    right: 5%;
    width: 110px;
    top: 22px;
    transform: rotate(180deg);
}

.table-of-content {
    background-color: #c41301;
    border: 1px solid #c41301;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 0 5px 1px #c41301;
}

.table-of-content .js-full-feature {
    color: #fff;
    font-size: 18px;
    font-weight: normal !important;
    padding: 15px 20px 15px 55px;
    margin: 0 !important;
    text-align: start !important;
    text-transform: capitalize !important;
}

.js-full-feature {
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 0 auto 50px;
    text-transform: uppercase;
    font-weight: bold;
}

.feature-in-a {
    position: relative;
}

.feature-in-a i {
    position: absolute;
    left: -40px;
    top: 0;
    font-size: 26px;
    color: #fff;
    padding: 0 5px;
    border-radius: 4px;
}

.table-content-area {
    background-color: #fff;
    padding: 10px 20px;
    border-top: 1px solid #ccc;
}

.table-content-area ul {
    list-style: none none;
    padding: 8px 0 8px 20px;
}

.table-content-area li a {
    position: relative;
    display: flex;
}

.table-content-area a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.table-content-area .ul-numeric-with-bg {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0;
}

.table-content-area .ul-numeric-with-bg li {
    background-color: #fee;
    padding: 8px 20px 4px 40px;
    border-top: 1px solid #b4b4b4;
}

.ul-numeric, .ul-numeric-with-bg {
    counter-reset: item;
}

.ul-numeric li a, .ul-numeric-with-bg li a {
    padding-right: 27px;
}

.table-content-area ul li a:hover {
    color: #c41301;
    text-decoration: underline;
}
.ul-numeric li a::before, .ul-numeric-with-bg li a::before {
    content: counters(item,".") " ";
    counter-increment: item;
    position: absolute;
    right: 0;
}

.ul-with-bullet li {
    list-style: disc;
}

.scrollTo {

}

/* comparing best apps */
.after-11 {
    top: 10px;
    right: 0;
    width: 120px;
}

.how-to-pages h2 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 10px;
}

.div-base-table {
    max-width: 900px;
    margin: 50px auto 0;
}

.div-base-table-inner {
    padding: 0 15px;
    border: 1px solid #c41301;
    border-radius: 12px;
    box-shadow: 0 0 20px 1px #c41301;
}

.div-base-table .js-full-feature-2 {
    text-align: center;
    padding: 12px 0 10px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    position: relative;
    max-width: 250px;
    margin: 50px auto 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.div-base-table .feature-in-a-2 {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
}

.div-base-table .feature-in-a-2 span {
    display: inline-block;
    margin: 0 14px;
}

.feature-in-a-2 span {
    display: inline-block;
    margin: 0 14px;
}

.div-base-table .js-full-feature-2.up .feature-in-a-2::after {
    content: "";
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -6px 0 0 0;
}

.feature-in-a-2-important::after {
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    transform: rotate(135deg) !important;
    margin: 4px 0 0 0 !important;
}

.feature-in-a-2 {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.js-full-feature-2 {
    max-width: 100%;
    background-color: #c41301;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 12px 0 8px;
}

.div-base-table .col-xs-2, .div-base-table .col-xs-3 {
    border-left: 1px solid #fff;
}

.div-base-table .col,
.div-base-table .col-xs-2,
.div-base-table .col-xs-3,
.div-base-table .col-xs-4,
.div-base-table .col-xs-5,
.div-base-table .col-xs-6,
.div-base-table .col-xs-7,
.div-base-table .col-xs-12 {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* xnspy */
.after-10 {
    width: 250px;
    bottom: 0;
    left: 0;
}

.after-25 {
    right: 9%;
}

.how-to-pages-red-section h2,
.how-to-pages-red-section h3,
.how-to-pages-red-section h4,
.how-to-pages-red-section p,
.how-to-pages-red-section strong,
.how-to-pages-red-section ul li,
.how-to-pages-red-section ul li span {
    color: #fff !important;
}

.how-to-pages h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
}

.how-to-pages .sample-section h1,
.how-to-pages .sample-section h2,
.how-to-pages .sample-section h3,
.how-to-pages .sample-section h4,
.how-to-pages .sample-section h5,
.how-to-pages .sample-section h6 {
    text-align: start;
}

.how-to-pages .how-to-rating {
    font-size: 18px;
    margin-bottom: 0;
}

.button-area-2 {
    flex-direction: column;
} 

.button-area-2 .btn-1 { 
    text-align: center;
    min-width: 235px;
    padding: 17px 10px 13px;
    font-size: 16px;
    margin-bottom: 14px;
}

.btn-1 {
    font-size: 16px;
    padding: 13px;
    display: inline-block;
    min-width: 170px;
    text-align: center;
    border-radius: 3px;
}

.btn-2 {
    margin-left: 20px;
}

.button-area-2 .btn-2 {
    margin: 0;
    font-weight: bold;
    position: relative;
}

/* sample section */
.how-to-pages .sample-section p a,
.how-to-pages .sample-section ul li a,
.how-to-pages .sample-section ul li span a{
    color: inherit;
    font-size: inherit;
    text-decoration: underline;
    font-family: inherit;
}

.how-to-pages .sample-section p:nth-child(3) {
    margin-top: 20px;
}

.how-to-pages .sample-section h3 {
    margin-top: 30px;
}

.how-to-pages .sample-section ul {
    padding-left: 20px;
    margin: 40px 0 0 20px;
}

.how-to-pages-red-section .sample-section ul li,
.how-to-pages .sample-section ul li {
    list-style-type: disc;
    /* color: #c71f0d; */
    font-size: 18px;
    padding-bottom: 10px;
}

.how-to-pages-red-section .sample-section img ,
.how-to-pages .sample-section img {
    margin: 50px auto;
    display: block;
    max-width: 100%;
    height: auto;
    width: 735px;
    height: 416px;
}

.how-to-pages .sample-section.conclusion h1,
.how-to-pages .sample-section.conclusion h2,
.how-to-pages .sample-section.conclusion h3,
.how-to-pages .sample-section.conclusion h4,
.how-to-pages .sample-section.conclusion h5,
.how-to-pages .sample-section.conclusion h6 {
    text-align: start !important;
}

.how-to-pages .sample-section.avoid-from h1,
.how-to-pages .sample-section.avoid-from h2,
.how-to-pages .sample-section.avoid-from h4,
.how-to-pages .sample-section.avoid-from h5,
.how-to-pages .sample-section.avoid-from h6 {
    text-align: start !important;
}


/* flexispy */
.after-6 {
    bottom: 140px;
    right: 0;
    transform: rotate(180deg);
}

.after-12 {
    left: inherit;
    right: 5%;
    transform: rotate(180deg);
}

.after-16 {
    bottom: 90px;
    left: 0;
    width: 40px;
}

.left-minus-20 {
    left: -20px;
}

/* reasons why choose  */
.after-5 {
    width: 170px;
    top: 0;
    right: 0;
}

.dots-portrait {
    left: 0;
    transform: rotate(90deg);
    top: 120px;
}

.how-to-pages ul li span {
    font-size: 15px;
}

/* fake iphone spy apps */
.after-21 {
    right: 6%;
}

/* frequently asked questions */
.faq-section {
    padding: 60px 0;
    background-color: #352323;
    overflow: hidden;
}

.faq-section .testimonial-ul-info li {
    color: #fff !important;
}

.faq-section .testimonial-ul-info li span {
    color: #fff !important;
}

.after-14 {
    width: 80px;
    top: 24px;
    left: 15%;
}

.after-15 {
    width: 100px;
    right: 0;
    top: 0;
}

.heading-p {
    padding: 0 15px;
    text-align: center;
    z-index: 1;
    position: relative;
}

.heading-p h2 {
    margin: 0;
    font-size: 30px;
}

.jeneral-que img {
    margin-left: 10px;
}

.question-box2 {
    margin: 53px 0;
}

.question-box2 li:first-child .accordion {
    border-top: none;
}

.accordion {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    padding: 15px 0 13px 25px;
    width: 100%;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    text-align: start;
    outline: 0;
    font-size: 18px;
    transition: .3s;
    border-top: 1px solid #fff;
    position: relative;
}

.accordion::after {
    position: absolute;
    left: 2px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 28px/1 FontAwesome;
    background: 0;
    top: 12px;
    bottom: 0;
    color: #c41301;
}

.panel-faqs {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-out;
    color: #fff;
    font-size: 14px;
}

.panel-faqs p {
    margin: 0;
    padding: 0 0 14px;
    color: #cdcdcd;
    font-size: 16px;
}

.active-acor {
    color: #c41301;
}

/* stars */
.stars {
    --percent: calc(var(--rating) / 10 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}
.stars::before {
    content: 'â˜…â˜…â˜…â˜…â˜…â˜…â˜…â˜…â˜…â˜…';
    letter-spacing: 0;
    background: linear-gradient(90deg,var(--star-background) var(--percent),var(--star-color-2) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.more-red-bg-top {
    position: relative;
}

.more-red-bg-top::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    top: -200px;
    left: 0;
    right: 0;
    background-color: #870606;
    z-index: -1;
}

/* other things */
.section-one {
    padding: 75px 0 50px;
    overflow: hidden;
}

.position-absolute {
    position: absolute;
}

.top-0 {
    top: 0;
}

.right-30 {
    right: 30px;
}

.left-30 {
    left: 30px;
}

.inhe-a {
    color: inherit;
    font-size: inherit;
    text-decoration: underline;
    font-family: inherit;
}

.text-white {
    color: #fff;    
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.display-none {
    display: none;
}

.display-block-top-ten {
    display: block;
}

.margin-0 {
    margin: 0;
}

.margin-t-12 {
    margin-top: 12px;
}
.margin-t-60 {
    margin-top: 60px;
}

.margin-t-10 {
    margin-top: 10px;
}

.margin-t-30 {
    margin-top: 30px;
}

.margin-t-40 {
    margin-top: 40px;
}

.margin-b-7 {
    margin-bottom: 7px;
}

.img-responsive.margin-0-auto {
    margin: 50px auto;
}

.red-dark-bg {
    background-color: #750b00;
}

.red-section-bg {
    background-color: #870606;
}

.red-bg-light {
    background-color: #fee;
}

.border-rad-one {
    border-radius: 0 11px 0 0;
}

.border-rad-two {
    border-radius: 11px 0 0 0;
}

.font-bold {
    font-weight: 600;
}

.red-color {
    color: #c41301 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.table-bg-1 {
    background-color: #eed4d4;
}

.table-bg-2 {
    background-color: #e5bebe;
}

.table-bg-3 {
    background-color: #efd7d7;
}

.table-bg-4 {
    background-color: #f7ebeb;
}

.table-bg-5 {
    background-color: #fff;
}

.table-bg-6 {
    background-color: #eee;
}

.table-bg-7 {
    background-color: #f7f7f7;
}

.table-bg-8 {
    background-color: #fbfbfb;
}

.display-flex {
    display: flex;
    display: -ms-flexbox;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.overflow-hidden {
    overflow: hidden;
}

.collapse {
    display: none;
}

.clear {
    clear: both;
}

.testimonial-ul-info {
    padding-left: 20px;
}

.testimonial-ul-info li {
    color: #000 !important;
}

.font-22 {
    font-size: 22px;
}

.font-26 {
    font-size: 26px;
}

.text-start {
    text-align: start !important;
}

/* col styles */
/* .col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%} */
/* end col styles */

/* media query */
@media (min-width: 992px) {
    .top-banner {
        padding:60px 0 50px;
    }

    .top-lg-20-percent {
        top: 25%;
    }

    .left-lg-0 {
        left: 0;
      }

    .display-lg-block {
        display: block;
    }

    .section-one {
        padding: 75px 0;
    }

    .after-2 {
        width: 130px;
        top: 60px;
        left: inherit;
        right: 5%;
        transform: rotate(180deg);
    }

    .after-3 {
        right: inherit;
        top: inherit;
        left: 1%;
        bottom: 25%;
        width: 45px;
    }

    .after-5 {
        width: 290px;
    }

    .after-6 {
        bottom: 140px;
        right: 0;
        width: 80px;
        transform: rotate(180deg);
    }

    .after-10 {
        width: 150px;
    }

    .after-12 {
        left: inherit;
        right: 5%;
        width: 130px;
        top: 60px;
        transform: rotate(180deg);
    }

    .after-14 {
        width: 130px;
        top: 70px;
        left: 9%;
    }

    .after-15 {
        width: 150px;
    }

    .after-16 {
        bottom: 150px;
        width: 35px;
    }

    .after-21 {
        right: 6%;
    }

    .after-25 {
        right: 9%;
    }

    .table-of-content {
        max-width: 90%;
    }

    .div-base-table-inner {
        box-shadow: 0 0 23px 1px #c41301;
    }

    .div-base-table .js-full-feature-2 {
        padding: 16px 0 14px;
        margin: 50px auto 0;
        max-width: 250px;
    }

    .div-base-table .col-xs-2,
    .div-base-table .col-xs-3,
    .div-base-table .col-xs-4,
    .div-base-table .col-xs-6,
    .div-base-table .col-xs-12 {
        padding: 16px 12px;
    }

    .display-lg-none-without-important {
        display: none;
    }

    .button-area-2 {
        flex-direction: row;
    } 

    .button-area-2 .btn-1 {
        margin: 0 5px 0 0;
        text-transform: none;
    }

    .button-area-2 .btn-2 {
        border-radius: 3px;
        margin: 0 0 0 5px;
        font-weight: normal;
        min-width: 130px;
    }      

    .button-area .btn-1,
    .button-area .btn-2,
    .button-area-2 .btn-1,
    .button-area-2 .btn-2 {
        box-shadow: none;
        padding: 14px 4px;
        min-width: 185px;
        font-size: 16px;
        text-align: center;
    }

    .dots-portrait {
        left: 0;
        transform: rotate(90deg);
        top: 120px;
    }

    .how-to-pages ul li span {
        font-size: 16px !important;
    }

    .faq-section {
        padding: 75px 0;
        margin-top: 0;
    }

    .heading-p {
        background-color: transparent;
        box-shadow: none;
        margin-top: 0;
        padding: 0;
    }

    .heading-p h2 {
        font-size: 31px;
        font-weight: 700;
    }

    .question-box2 {
        margin: 56px 0 63px;
    }
}

@media (max-width: 767px) {
    .display-xs-none {
        display: none;
    }
}</pre></body></html>