@font-face {
    font-family: Nohemi;
    src: url("../Fonts/Nohemi-Medium.woff2") format("woff2"), url("../Fonts/Nohemi-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nohemi ExtBd";
    src: url("../Fonts/Nohemi-ExtraBold.woff2") format("woff2"), url("../Fonts/Nohemi-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Nohemi;
    src: url("../Fonts/Nohemi-Light.woff2") format("woff2"), url("../Fonts/Nohemi-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Nohemi;
    src: url("../Fonts/Nohemi-Regular.woff2") format("woff2"), url("../Fonts/Nohemi-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Nohemi;
    src: url("../Fonts/Nohemi-Bold.woff2") format("woff2"), url("../Fonts/Nohemi-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Nohemi;
    src: url("../Fonts/Nohemi-Thin.woff2") format("woff2"), url("../Fonts/Nohemi-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nohemi SemBd";
    src: url("../Fonts/Nohemi-SemiBold.woff2") format("woff2"), url("../Fonts/Nohemi-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Nohemi;
    src: url("../Fonts/Nohemi-Black.woff2") format("woff2"), url("../Fonts/Nohemi-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    inset: 0px;
    margin: auto;
    padding: 0px;
    background: rgb(255, 255, 255);
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: normal;
}

div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {
    margin: 0px;
    padding: 0px;
}

header, section, footer, aside, nav, main, article, figure {
    display: block;
}

table, tr, td {
    border: 0px;
}

a {
    outline: none;
    color: rgb(51, 51, 51);
    text-decoration: none;
}

a:hover {
    outline: none;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

img {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    height: auto;
    max-width: 100%;
}

li {
    list-style: none;
}

* {
    box-sizing: border-box;
}

.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

.top_strip {
    float: left;
    width: 100%;
    background: rgb(0, 0, 0);
    padding: 12px 0px 15px;
}

.top_strip p {
    font-size: 14px;
    line-height: 18px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.top_strip p a {
    border-bottom: 2px solid rgb(255, 193, 7);
    color: rgb(255, 193, 7);
}

.top-fix-bar {
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
}

.nav-sec {
    float: left;
    width: 100%;
    height: 80px;
    background: rgb(255, 193, 7);
    margin-top: 10px;
    top: 0px;
    position: relative;
    border-radius: 60px;
    box-shadow: rgba(74, 68, 19, 0.3) 0px 10px 20px;
}

.fixed-nav .nav-sec {
    position: fixed;
    z-index: 10;
    transition: margin 0.3s ease-out;
    margin-top: 0px;
    top: 0px;
    background: rgb(255, 193, 7);
    box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 40px 0px;
    width: 100%;
    left: 0px;
    border-radius: 0px;
}

.logo_box {
    position: absolute;
    top: 38px;
    width: 176px;
    left: 10%;
    transform: translate3d(-27%, -50%, 0px);
}

.logo {
    margin: 0px auto;
    display: block;
}

ul.menu-list {
    margin: 30px 0px 0px;
}

ul.menu-list li {
    float: left;
    margin-right: 35px;
}

ul.menu-list li a {
    float: left;
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}

ul.menu-list li a:hover {
    color: rgb(156, 36, 36);
    transition: 0.5s ease-in-out;
}

ul.menu-list li a.active {
    color: rgb(11, 137, 161);
}

a.nav-btn {
    float: right;
    color: rgb(0, 0, 0);
    font-size: 13px;
    text-align: center;
    width: 250px;
    height: auto;
    letter-spacing: 0.5px;
    line-height: 45px;
    border-radius: 50px;
    font-weight: bold;
    padding: 3px 30px;
    transition: 0.5s;
    margin-top: 13px;
    background: rgb(255, 193, 7);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
    border: 2px solid rgb(0, 0, 0);
    & body {
        inset: 0px;
        margin: auto;
        padding: 0px;
        background: rgb(255, 255, 255);
        text-align: center;
        -webkit-font-smoothing: antialiased;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: normal;
    }

    & div, & ul, & h1, & h2, & h3, & h4, & h5, & li, & p, & img, & form, & input, & textarea {
        margin: 0px;
        padding: 0px;
    }

    & header, & section, & footer, & aside, & nav, & main, & article, & figure {
        display: block;
    }

    & table, & tr, & td {
        border: 0px;
    }

    & a {
        outline: none;
        color: rgb(51, 51, 51);
        text-decoration: none;
    }

    & a: hover {
        outline: none;
        text-decoration: none;
        color: rgb(255, 255, 255);
    }

    & img {
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        height: auto;
        max-width: 100%;
    }

    & li {
        list-style: none;
    }

    & * {
        box-sizing: border-box;
    }

    & .clearall {
        clear: both;
        font-size: 1px;
        line-height: 1px;
        height: 1px;
    }

    & .top_strip {
        float: left;
        width: 100%;
        background: rgb(156, 36, 36);
        padding: 12px 0px 15px;
    }

    & .top_strip p {
        font-size: 14px;
        line-height: 18px;
        color: rgb(255, 255, 255);
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    & .top_strip p a {
        border-bottom: 2px solid rgb(199, 166, 230);
        color: rgb(199, 166, 230);
    }

    & .top-fix-bar {
        float: left;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 99;
    }

    & .nav-sec {
        float: left;
        width: 100%;
        height: 80px;
        background: rgb(255, 193, 7);
        margin-top: 10px;
        top: 0px;
        position: relative;
        border-radius: 60px;
        box-shadow: rgba(74, 68, 19, 0.3) 0px 10px 20px;
    }

    & .fixed-nav .nav-sec {
        position: fixed;
        z-index: 10;
        transition: margin 0.3s ease-out;
        margin-top: 0px;
        top: 0px;
        background: rgb(255, 193, 7);
        box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 40px 0px;
        width: 100%;
        left: 0px;
        border-radius: 0px;
    }

    & .logo_box {
        position: absolute;
        top: 38px;
        width: 176px;
        left: 10%;
        transform: translate3d(-27%, -50%, 0px);
    }

    & .logo {
        margin: 0px auto;
        display: block;
    }

    & ul.menu-list {
        margin: 30px 0px 0px;
    }

    & ul.menu-list li {
        float: left;
        margin-right: 35px;
    }

    & ul.menu-list li a {
        float: left;
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 16px;
        font-weight: 500;
    }

    & ul.menu-list li a: hover {
        color: rgb(156, 36, 36);
        transition: 0.5s ease-in-out;
    }

    & ul.menu-list li a.active {
        color: rgb(11, 137, 161);
    }

    & a.nav-btn {
        float: right;
        color: rgb(255, 255, 255);
        font-size: 13px;
        text-align: center;
        width: 250px;
        height: auto;
        letter-spacing: 0.5px;
        line-height: 45px;
        border-radius: 50px;
        font-weight: bold;
        padding: 3px 30px;
        transition: 0.5s;
        margin-top: 17px;
        background: rgb(140, 107, 7);
        box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
    }

    & a.nav-btn: hover {
        background: rgb(0, 0, 0);
        color: rgb(255, 255, 255);
    }

    & .mob-mnu-ic {
        cursor: pointer;
        position: absolute;
        right: 0px;
        top: 30px;
        z-index: 16;
        height: 30px;
    }

    & .mob-mnu-ic button {
        outline: none;
        appearance: none;
        background: none;
        padding: 0px;
        cursor: pointer;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
    }

    & .mob-mnu-ic span {
        color: rgb(0, 0, 0);
        display: inline-block;
        vertical-align: top;
        font-size: 13px;
        margin-top: 4px;
        margin-right: 5px;
    }

    & .bar1, & .bar2, & .bar3 {
        width: 30px;
        height: 3px;
        background-color: rgb(115, 115, 115);
        transition: 0.4s;
        border-radius: 2px;
    }

    & .bar2 {
        margin: 6px 0px;
    }

    & .dl-active .bar1 {
        transform: rotate(-45deg) translate(-6px, 5px);
        background: rgb(115, 115, 115);
    }

    & .dl-active .bar2 {
        opacity: 0;
    }

    & .dl-active .bar3 {
        transform: rotate(45deg) translate(-7px, -7px);
        background: rgb(115, 115, 115);
    }

    & .mobilemenu {
        inset: 124px 0px 0px;
        position: fixed;
        background: rgb(255, 255, 255);
        z-index: 10;
        overflow: scroll;
        display: none;
        border-top: 1px solid rgb(221, 221, 221);
    }

    & .mobimenu-top {
        top: 79px;
    }

    & .mobilemenu li {
        float: left;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgb(221, 221, 221);
    }

    & .mobilemenu li a {
        float: left;
        width: 100%;
        padding: 15px 20px;
        font-size: 15px;
        color: rgb(0, 0, 0);
    }

    & .mobilemenu li a: hover {
        color: rgb(0, 0, 0);
    }

    & .bnr_section {
        background: url("../images/banner.jpg") center top / cover no-repeat;
        float: left;
        width: 100%;
        overflow: hidden;
        position: relative;
        height: auto;
        padding-bottom: 100px;
        padding-top: 100px;
    }

    & .bnr_content {
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 50px;
    }

    & .bnr_content h3 {
        font-size: 20px;
        line-height: 30px;
        color: rgb(255, 255, 255);
        font-weight: 600;
        background: rgb(7, 72, 124);
        border-radius: 24px;
        padding: 10px 20px;
        display: inline;
    }

    & .bnr_content h1 {
        font-size: 4rem;
        line-height: 5rem;
        color: rgb(0, 0, 0);
        margin-top: 30px;
        font-family: Nohemi;
        font-weight: 400;
    }

    & .bnr_para {
        font-size: 17px;
        line-height: 28px;
        color: rgb(68, 68, 68);
        letter-spacing: 0.5px;
        margin-top: 9px;
    }

    & .common_btn {
        display: inline-block;
        vertical-align: top;
        max-width: 303px;
        width: 100%;
        font-size: 16px;
        line-height: 62px;
        color: rgb(0, 0, 0);
        border-radius: 30px;
        text-align: center;
        font-weight: bold;
        margin-top: 45px;
        letter-spacing: 0.5px;
        box-shadow: rgba(0, 0, 0, 0.2) 10px 10px 20px;
        background: rgb(255, 193, 7);
        border: 2px solid rgb(0, 0, 0);
        transition: 0.3s;
    }

    & .common_btn img {
        display: inline-block;
        vertical-align: middle;
        margin: -1px 0px 0px 11px;
        width: 20px;
    }

    & .bnr_section .common_btn {
        margin-top: 40px;
    }

    & .common_btn_width {
        max-width: 360px !important;
    }

    & .available_app {
        float: left;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 30px;
    }

    & .available_app p {
        font-size: 16px;
        line-height: 16px;
        color: rgb(0, 0, 0);
    }

    & ul.app_list {
        margin-left: 10px;
    }

    & ul.app_list li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px;
    }

    & ul.app_list li img {
        display: inline-block;
        vertical-align: middle;
        width: 23px;
    }

    & .bnr_right {
        float: right;
        width: 45%;
        margin: 55px 80px 0px 0px;
    }

    & .auto_scan_box {
        float: right;
        right: 138px;
        z-index: 99;
        width: 100%;
        position: relative;
        max-width: 372px;
        border-radius: 10px;
        padding: 10px;
        overflow: hidden;
        background: linear-gradient(rgb(255, 255, 255) 50%, rgb(248, 250, 254) 95%);
        box-shadow: rgba(80, 128, 206, 0.2) 0px 5px 14px 7px;
    }

    & .auto_scan_inner {
        float: left;
        width: 100%;
        border-radius: 10px;
    }

    & .auto_scan_top {
        float: left;
        width: 100%;
        text-align: left;
        background: rgb(236, 244, 255);
        border-radius: 12px;
        padding: 18px 25px;
        height: 130px;
        position: relative;
        z-index: 9;
    }

    & .auto_scan_top h3 {
        font-size: 18px;
        line-height: 18px;
        color: rgb(0, 0, 0);
        font-weight: 800;
    }

    & .auto_scan_bar {
        display: inline-block;
        vertical-align: top;
        margin-top: 16px;
    }

    & .auto_scan_switch {
        position: absolute;
        top: 16px;
        right: 15px;
    }

    & .auto_scan_btm {
        float: left;
        width: 100%;
        text-align: left;
        background: rgba(255, 255, 255, 0.84);
        padding: 12px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        z-index: 9;
        margin: 9px;
    }

    & .threat_img {
        width: 35px;
    }

    & .threat_cont {
        width: calc(100% - 35px);
        text-align: left;
        padding-left: 10px;
    }

    & .threat_cont h3 {
        font-size: 16px;
        line-height: 16px;
        color: rgb(0, 0, 0);
        font-weight: bold;
    }

    & .threat_cont p {
        font-size: 12px;
        line-height: 12px;
        color: rgb(224, 36, 36);
        margin-top: 8px;
    }

    & .resolve_strip {
        float: left;
        width: 100%;
        background: rgba(255, 255, 255, 0.87);
        max-width: 360px;
        border-radius: 30px;
        margin-top: 56px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 13px 10px 13px 20px;
        box-shadow: rgba(80, 128, 206, 0.2) 0px 5px 14px 7px;
        position: relative;
        z-index: 1;
    }

    & .resolve_strip img {
        width: 30px;
    }

    & .resolve_strip p {
        font-size: 16px;
        line-height: 25px;
        color: rgb(0, 0, 0);
        font-weight: bold;
        margin-top: -5px;
        padding-left: 7px;
    }

    & .bnr_hero {
        position: absolute;
        top: 19px;
        right: -201px;
    }

    & .section_1 {
        background: rgb(255, 255, 255);
        float: left;
        width: 100%;
        overflow: hidden;
    }

    & .sec1_content {
        float: left;
        width: 50%;
        text-align: left;
        padding: 90px 0px 100px;
        position: relative;
        z-index: 1;
    }

    & .common_heading {
        font-size: 50px;
        line-height: 60px;
        color: rgb(0, 0, 0);
        font-weight: 800;
        text-align: left;
        margin-bottom: 40px;
    }

    & .common_heading span, & .services-section h2 span {
        background: text rgb(140, 107, 7);
        -webkit-text-fill-color: transparent;
    }

    & .common_text {
        font-size: 16px;
        line-height: 25px;
        color: rgb(22, 22, 22);
        letter-spacing: 0.5px;
        margin-top: 25px;
        text-align: left;
    }

    & ul.s1_list {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: 490px;
        margin-top: 15px;
    }

    & ul.s1_list li {
        background: url("../images/s1-list-tike.png") left 7px / 17px no-repeat;
        float: left;
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        color: rgb(27, 39, 45);
        letter-spacing: 0.5px;
        padding-left: 30px;
        margin-top: 27px;
    }

    & .sec1_content .common_btn {
        margin-top: 60px;
    }

    & .s1_graph_img {
        position: absolute;
        top: 41px;
        right: 0px;
        max-width: none;
        object-fit: cover;
        left: -10%;
    }

    & .section_2 {
        float: left;
        width: 100%;
        background: rgb(246, 205, 249);
        padding: 60px 0px;
    }

    & .compare_antivirus_wrap {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 35px;
    }

    & .compare_antivirus_box {
        background: rgb(0, 0, 0);
        border-radius: 10px;
        padding: 23px;
        overflow: hidden;
        margin-bottom: 30px;
        height: 96%;
        position: relative;
    }

    & .compare_antivirus_top {
        margin: 0px auto;
        width: 100%;
        justify-content: space-between;
    }

    & .antivirus_imgbox {
        margin: 0px 0px 0px -10px;
    }

    & .antivirus_imgbox img {
        margin: 0px auto;
        display: block;
    }

    & .antivirus_contbox {
        text-align: left;
        position: relative;
        margin-top: 10px;
    }

    & .s2_bx_icns {
        position: absolute;
        top: -55px;
        right: 15px;
        width: 36px;
    }

    & .anti_heading {
        font-size: 18px;
        line-height: 28px;
        color: rgb(255, 255, 255);
        font-weight: 600;
        background: rgba(255, 255, 255, 0.34);
        padding: 5px 20px;
        display: inline-block;
        border-radius: 50px;
        border: 1px solid rgba(165, 53, 197, 0.3);
    }

    & .anti_text {
        font-size: 16px;
        line-height: 25px;
        color: rgb(255, 255, 255);
        letter-spacing: 0.5px;
        margin-top: 12px;
    }

    & .anti_key_text {
        font-size: 16px;
        line-height: 16px;
        color: rgb(255, 255, 255);
        font-weight: 800;
        margin-top: 27px;
    }

    & ul.anti_list {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        text-align: left;
        margin-top: 8px;
    }

    & ul.anti_list li {
        float: left;
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    & ul.anti_list li img {
        width: 18px;
        margin-right: 5px;
    }

    & ul.anti_list li p {
        font-size: 16px;
        line-height: 24px;
        color: rgb(161, 161, 161);
        font-weight: 600;
    }

    & .compare_antivirus_btm {
        float: left;
        width: 100%;
        padding: 15px 0px 30px;
        margin-top: 10px;
    }

    & .protect_text {
        font-size: 16px;
        line-height: 16px;
        color: rgb(0, 0, 0);
        font-weight: 800;
    }

    & ul.protect_list {
        margin: 20px auto 0px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        column-gap: 16px;
    }

    & ul.protect_list li {
        font-size: 14px;
        line-height: 16px;
        color: rgb(0, 0, 0);
        text-align: left;
        font-weight: 600;
        padding-left: 12px;
        position: relative;
    }

    & ul.protect_list li: :before {
        content: "";
        position: absolute;
        top: 7px;
        left: 0px;
        background: rgb(203, 18, 42);
        width: 5px;
        height: 5px;
        border-radius: 50%;
    }

    & .comp_btn_box {
        width: 100%;
        max-width: 455px;
        margin: 0px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    & .compare_btn {
        display: inline-block;
        vertical-align: top;
        width: 218px;
        height: 55px;
        font-size: 16px;
        line-height: 53px;
        border-radius: 50px;
        text-align: center;
        font-weight: bold;
        letter-spacing: 0.5px;
        position: absolute;
        bottom: 24px;
        background: rgb(140, 107, 7);
        color: rgb(255, 255, 255) !important;
    }

    & .compare_btn img {
        display: inline-block;
        vertical-align: middle;
        margin: -1px 0px 0px 13px;
        width: 17px;
    }

    & .register_btn {
        background: rgb(255, 255, 255);
        border: 2px solid rgb(0, 0, 0);
        color: rgb(0, 0, 0);
        line-height: 46px;
    }

    & .register_btn img {
        filter: brightness(1) invert(1);
    }

    & .section_3 {
        float: left;
        width: 100%;
        background: rgb(255, 255, 255);
        padding: 80px 0px 100px;
    }

    & .s3-lft {
        width: 45%;
        float: left;
    }

    & .digitaly_faq-container {
        display: inline-block;
        vertical-align: top;
        max-width: 970px;
        width: 100%;
        margin: 40px 0px 0px;
        padding: 0px;
    }

    & .digitaly_up-slide-dwn {
        float: left;
        width: 100%;
        overflow: hidden;
    }

    & .digitaly_faq-innr {
        float: left;
        width: 100%;
        border-bottom: 1px solid rgb(179, 197, 172);
    }

    & .digitaly_faq-innr:has(.digitaly_acdn-heading.digitaly_accordion-open) {
        border-bottom: 2px solid rgb(229, 229, 229);
    }

    & .digitaly_accordion {
        float: left;
        width: 100%;
        text-align: left;
        background: url("../images/close.png") right 15px center no-repeat;
        padding: 24px 45px 26px 0px;
        font-size: 20px;
        line-height: 26px;
        color: rgb(27, 39, 45);
        letter-spacing: 0.5px;
        cursor: pointer;
        position: relative;
        font-weight: bold;
    }

    & .digitaly_accordion.last {
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    }

    & .digitaly_acdn-heading.digitaly_accordion-open {
        background: url("../images/open.png") right 15px center no-repeat;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
    }

    & .digitaly_acdn-content {
        float: left;
        width: 100%;
        text-align: left;
        padding: 0px 0px 15px;
    }

    & .digitaly_acdn-para {
        float: left;
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.5px;
        color: rgb(0, 0, 0);
        margin-bottom: 15px;
    }

    & .s3-rgt {
        max-width: 575px;
        width: 100%;
        float: right;
        border-radius: 15px;
    }

    & .active-plan {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        margin-top: 50px;
    }

    & .s3-btm-tx {
        font-size: 26px;
        line-height: 32px;
        font-weight: 600;
        margin-top: 55px;
    }

    & .section_4 {
        float: left;
        width: 100%;
        background: url("../images/banner_1.jpg") center bottom no-repeat;
        padding: 80px 0px;
    }

    & .s4_mid_wrap {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    & .s4_mid_box {
        display: flex;
        width: 100%;
        text-align: left;
        position: relative;
        margin-bottom: 40px;
        align-items: center;
    }

    & .s4_mid_box h3 {
        font-size: 26px;
        line-height: 32px;
        color: rgb(0, 0, 0);
        font-weight: 700;
    }

    & .s4_mid_box p {
        font-size: 18px;
        line-height: 30px;
        color: rgb(0, 0, 0);
        letter-spacing: 0.5px;
        margin-top: 12px;
    }

    & .s4_bx_imgs {
        margin: 20px auto 0px;
        display: none;
    }

    & .section_5 {
        float: left;
        width: 100%;
        background: rgb(255, 255, 255);
        padding: 80px 0px 100px;
    }

    & .rev-sec {
        float: left;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    & .rev-bx {
        width: 31.5%;
        background: rgb(255, 255, 255);
        border-radius: 10px;
        padding: 30px 22px;
        text-align: left;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px 4px;
        margin: 50px 0px 10px;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    & .rev-bx-top {
        float: left;
        width: 100%;
        flex: 1 1 0%;
        display: flex;
        flex-direction: column;
    }

    & .rev-star {
        display: inline-block;
        vertical-align: top;
    }

    & .rev-hd {
        font-size: 20px;
        line-height: 26px;
        color: rgb(0, 0, 0);
        font-weight: bold;
        margin-top: 10px;
    }

    & .rev-tx {
        font-size: 18px;
        line-height: 28px;
        color: rgb(22, 22, 22);
        letter-spacing: 0.5px;
        margin-top: 15px;
    }

    & .rev-bx-bottom {
        float: left;
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: auto;
    }

    & .rev-nm {
        font-size: 18px;
        line-height: 22px;
        color: rgb(27, 39, 45);
        margin-top: 20px;
    }

    & .veri-tx {
        font-size: 14px;
        line-height: 20px;
        color: rgb(0, 0, 0);
        margin-top: 20px;
    }

    & .veri-tk {
        display: inline-block;
        vertical-align: middle;
        margin: -2px 5px 0px 0px;
        width: 15px;
    }

    & .section_6 {
        float: left;
        width: 100%;
        background: rgb(245, 248, 253);
        padding: 80px 0px 100px;
    }

    & .sec6_content {
    }

    & .s6_prod {
        margin: 27px auto 0px;
        display: block;
        width: 350px;
        border-radius: 10px;
    }

    & .faq-container {
        width: 60%;
        margin: 0px auto;
        padding-top: 40px;
    }

    & .up-slide-dwn {
        float: left;
        width: 100%;
        overflow: hidden;
        padding: 10px;
    }

    & .faq-innr {
        float: left;
        width: 100%;
        background: rgb(255, 255, 255);
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 28px;
        margin-top: 5px;
    }

    & .accordion {
        float: left;
        width: 100%;
        text-align: left;
        background: url("../images/close.png") right 15px center no-repeat;
        padding: 15px;
        font-size: 16px;
        line-height: 26px;
        color: rgb(27, 39, 45);
        letter-spacing: 0.5px;
        cursor: pointer;
        position: relative;
        font-weight: bold;
    }

    & .accordion.last {
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    }

    & .acdn-heading.accordion-open {
        background: url("../images/open.png") right 15px center no-repeat;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
    }

    & .acdn-content {
        float: left;
        width: 100%;
        text-align: left;
        padding: 0px 20px 15px;
    }

    & .acdn-para {
        float: left;
        width: 100%;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 0.5px;
        color: rgb(0, 0, 0);
        margin-bottom: 15px;
    }

    & a.link_text {
        color: rgb(26, 85, 205);
        text-decoration: underline;
    }

    & .footer {
        float: left;
        width: 100%;
        background: rgb(0, 0, 0);
        padding: 30px 0px;
        border-top: 1px solid rgba(165, 53, 197, 0.37);
    }

    & .ftr_logo {
        margin: 0px auto 17px;
        display: block;
        width: 214px;
    }

    & .ftr-txt {
        float: left;
        width: 100%;
        font-size: 16px;
        line-height: 34px;
        color: rgb(255, 255, 255);
    }

    & .footer .ftr-txt a {
        padding: 0px 5px;
        color: rgb(255, 255, 255);
    }

    & .prodBreadcrm {
        float: left;
        width: 100%;
        background: rgb(0, 0, 0);
        text-align: left;
        padding: 10px 0px;
    }

    & .prodBreadcrm p {
        float: left;
        width: 100%;
        font-size: 13px;
        line-height: 13px;
        color: rgb(255, 255, 255);
    }

    & .prodBreadcrm p a {
        color: rgb(165, 165, 165);
        font-weight: normal;
    }

    & .prod_del_sec1 {
        float: left;
        width: 100%;
        background: rgb(255, 255, 255);
        padding: 35px 0px 50px;
    }

    & .prod_del_s1_heading {
        font-size: 35px;
        line-height: 39px;
        color: rgb(0, 0, 0);
        font-weight: 800;
    }

    & .prod_del_s1_text {
        font-size: 18px;
        line-height: 20px;
        color: rgb(0, 0, 0);
        letter-spacing: 0.3px;
        font-weight: 600;
        margin-top: 20px;
    }

    & .prod_del_s1_text span {
        padding: 0px 12px;
    }

    & .prod_del_wrap {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: 1030px;
        margin-top: 40px;
    }

    & .prod_del_left {
        float: left;
        width: 45%;
    }

    & .prod_del_prodbx {
        float: left;
        width: 100%;
        text-align: center;
        background: rgb(255, 255, 255);
        border: 2px solid rgb(138, 160, 223);
        border-radius: 12px;
        padding: 25px;
    }

    & .product_img {
        margin: 0px auto;
        display: block;
        width: 380px;
    }

    & .prod_del_prodbx .available_app {
        float: none;
        margin: 15px auto 0px;
        justify-content: center;
    }

    & .prod_del_right {
        float: right;
        width: 51%;
        text-align: center;
    }

    & .prod_del_review {
        font-size: 17px;
        line-height: 17px;
        color: rgb(0, 0, 0);
        text-align: left;
    }

    & .prod_del_review img {
        display: inline-block;
        vertical-align: middle;
        margin: -5px 10px 0px 0px;
        width: 90px;
    }

    & .prod_det_heading {
        font-size: 45px;
        line-height: 49px;
        color: rgb(19, 47, 130);
        font-weight: 800;
        text-align: left;
        margin-top: 5px;
    }

    & .prod_det_sub_heading {
        font-size: 20px;
        line-height: 24px;
        color: rgb(0, 0, 0);
        font-weight: 500;
        text-align: left;
        margin-top: 12px;
    }

    & .prod_det_desc {
        font-size: 17px;
        line-height: 26px;
        color: rgb(0, 0, 0);
        letter-spacing: 0.3px;
        text-align: left;
        border-top: 1px solid rgb(206, 206, 206);
        padding-top: 12px;
        margin-top: 16px;
    }

    & .prod_det_benefbx {
        float: left;
        width: 100%;
        background: rgb(255, 255, 255);
        padding: 10px;
        border-radius: 8px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px 4px;
        overflow: hidden;
        margin-top: 20px;
    }

    & .prod_det_tab_header {
        float: left;
        width: 100%;
        background: rgb(240, 245, 252);
        border-radius: 5px;
        padding: 5px;
    }

    & .prod_det_tab_list {
        margin: 0px auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    & .prod_det_tab_list li {
        font-size: 18px;
        line-height: 18px;
        color: rgb(0, 0, 0);
        font-weight: 600;
        padding: 10px 20px 12px;
        cursor: pointer;
        border-radius: 4px;
    }

    & .prod_det_tab_list li.active {
        background: rgb(11, 182, 15);
        color: rgb(255, 255, 255);
    }

    & .prod_det_tab_content {
        float: left;
        width: 100%;
        padding: 20px 15px;
    }

    & .prod_det_tab_text {
        float: left;
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        color: rgb(0, 0, 0);
        letter-spacing: 0.3px;
        text-align: left;
    }

    & .tb_txt_top {
        margin: 20px 0px 0px !important;
    }

    & ul.prod_det_cont_list {
        float: left;
        width: 100%;
    }

    & ul.prod_det_cont_list li {
        background: url("../images/green-tike.png") left 5px / 18px no-repeat;
        float: left;
        width: 100%;
        text-align: left;
        font-size: 15px;
        line-height: 18px;
        color: rgb(0, 0, 0);
        padding-left: 34px;
        margin-bottom: 12px;
    }

    & ul.prod_det_cont_list li: last-child {
        margin-bottom: 0px;
    }

    & .prod_det_tab_content ul.protect_list {
        float: left;
        justify-content: flex-start;
        gap: 12px 20px;
    }

    & ul.app_list_tab {
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }

    & ul.app_list_tab li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
    }

    & ul.app_list_tab li img {
        display: inline-block;
        vertical-align: middle;
        width: 46px;
    }

    & .order_pricebox {
        float: left;
        margin: 30px auto 0px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    & .pricebx_left {
        width: 60%;
        text-align: left;
    }

    & .pricebx_left h3 {
        font-size: 22px;
        line-height: 24px;
        color: rgb(0, 0, 0);
        font-weight: 800;
    }

    & .pricebx_left p {
        font-size: 17px;
        line-height: 21px;
        color: rgb(0, 0, 0);
        margin-top: 10px;
    }

    & .pricebx_right {
        width: 35%;
        text-align: right;
    }

    & .cut_price {
        font-size: 20px;
        line-height: 20px;
        color: rgb(0, 0, 0);
    }

    & .cut_price span {
        position: relative;
    }

    & .cut_price span: :before {
        content: "";
        position: absolute;
        left: -3px;
        top: 48%;
        border-bottom: 1px solid rgb(222, 28, 15);
        right: 0px;
        transform: rotate(-17deg);
    }

    & .disc_price {
        font-size: 25px;
        line-height: 25px;
        color: rgb(0, 0, 0);
        font-weight: 800;
        margin-top: 6px;
    }

    & .prod_det_btnbox {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: 525px;
        text-align: center;
        margin-top: 60px;
    }

    & .prod_del_right .prod_det_btnbox {
        margin-top: 25px;
    }

    & .prod_det_btn {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 74px;
        font-size: 27px;
        line-height: 70px;
        color: rgb(255, 255, 255);
        background: rgb(11, 137, 161);
        border-radius: 6px;
        text-align: center;
        font-weight: bold;
        letter-spacing: 0.5px;
    }

    & .cards_img {
        display: inline-block;
        vertical-align: top;
        margin-top: 15px;
    }

    & .btn_secure_text {
        font-size: 15px;
        line-height: 15px;
        color: rgb(0, 0, 0);
        font-weight: 500;
        margin-top: 12px;
    }

    & .btn_secure_text img {
        display: inline-block;
        vertical-align: middle;
        margin: -6px 8px 0px 0px;
        width: 13px;
    }

    & .prod_del_strip {
        float: left;
        width: 100%;
        padding: 20px 0px;
        background: rgb(245, 248, 253);
    }

    & ul.prod_del_list {
        margin: 0px auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    & ul.prod_del_list li {
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
        padding: 0px 20px;
        text-align: center;
        position: relative;
    }

    & ul.prod_del_list li: :before {
        content: "";
        position: absolute;
        top: -10px;
        bottom: -10px;
        right: 0px;
        width: 1px;
        background: rgb(212, 212, 212);
    }

    & ul.prod_del_list li: last-child::before {
        display: none;
    }

    & .strip_text {
        display: inline-block;
        vertical-align: middle;
        font-size: 23px;
        line-height: 30px;
        letter-spacing: 0.5px;
        font-weight: 500;
        color: rgb(22, 22, 22);
    }

    & .strip_text span {
        color: rgb(19, 47, 130);
        font-weight: bold;
    }

    & .prod_del_sec2 {
        float: left;
        width: 100%;
        background: rgb(255, 255, 255);
        padding: 50px 0px 70px;
    }

    & .prod_del_sec2_wrap {
        float: left;
        width: 100%;
        margin-top: 40px;
    }

    & .prod_del_sec2_left {
        float: left;
        width: 48%;
    }

    & .prod_del_sec2_left img {
        display: block;
        margin: 0px auto;
        border-radius: 10px;
    }

    & .prod_del_sec2_right {
        float: right;
        width: 49%;
        text-align: left;
    }

    & .prod_del_s2_box {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        background: rgb(255, 255, 255);
        padding: 35px 30px;
        box-shadow: rgba(35, 80, 200, 0.2) 0px 0px 12px 2px;
        border-radius: 10px;
    }

    & ul.prod_det_s2_list {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    & ul.prod_det_s2_list li {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        background: url("../images/prod-det-s2-tick.png") left 8px no-repeat;
        padding-left: 50px;
        position: relative;
        padding-bottom: 35px;
    }

    & ul.prod_det_s2_list li: last-child {
        padding-bottom: 0px;
    }

    & ul.prod_det_s2_list li: :before {
        content: "";
        position: absolute;
        top: 50px;
        bottom: 0px;
        left: 10px;
        border-right: 1px solid rgb(161, 161, 161);
    }

    & ul.prod_det_s2_list li: last-child::before {
        display: none;
    }

    & ul.prod_det_s2_list li h3 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.5px;
        font-weight: 500;
        color: rgb(0, 0, 0);
    }

    & ul.prod_det_s2_list li p {
        font-size: 17px;
        line-height: 26px;
        letter-spacing: 0.5px;
        color: rgb(22, 22, 22);
        margin-top: 12px;
    }

    & .prod_del_sec3 {
        float: left;
        width: 100%;
        background: rgb(255, 255, 255);
        padding: 30px 0px 70px;
    }

    & .prod_det_s3_mid_row {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: 1030px;
        margin-top: 20px;
    }

    & .prod_det_s3_mid_col {
        margin: 30px auto 0px;
        width: 100%;
        background: rgb(242, 250, 255);
        border-radius: 12px;
        overflow: hidden;
        padding: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    & .det_s3_mid_col_reverse {
        flex-direction: row-reverse;
    }

    & .prod_det_s3_col_contbx {
        width: 46%;
        text-align: left;
    }

    & .prod_det_s3_icns {
        display: inline-block;
        vertical-align: top;
        width: 78px;
    }

    & .prod_det_s3_cont_heading {
        font-size: 30px;
        line-height: 36px;
        color: rgb(0, 0, 0);
        font-weight: 800;
        margin-top: 12px;
    }

    & .prod_det_s3_col_contbx p {
        margin-top: 15px !important;
    }

    & .prod_det_s3_col_imgbx {
        width: 47%;
    }

    & .prod_det_s3_col_imgbx img {
        margin: 0px auto;
        display: block;
        border-radius: 10px;
    }

    & .prod_del_sec4 {
        background: rgb(245, 248, 253);
        float: left;
        width: 100%;
        padding: 50px 0px 70px;
    }

    & ul.prod_del_sec4_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 60px auto 0px;
    }

    & ul.prod_del_sec4_list li {
        width: 33.33%;
        padding: 0px 25px 55px;
        position: relative;
    }

    & ul.prod_del_sec4_list li: :after, & ul.prod_del_sec4_list li::before {
        content: "";
        position: absolute;
    }

    & ul.prod_del_sec4_list li: :after {
        top: 0px;
        right: 0px;
        bottom: 25px;
        width: 1px;
        background: rgb(200, 200, 200);
    }

    & ul.prod_del_sec4_list li: nth-child(n+4)::before {
        top: 0px;
        right: 25px;
        left: 25px;
        height: 1px;
        background: rgb(200, 200, 200);
    }

    & ul.prod_del_sec4_list li: nth-child(n+4) {
        padding-top: 55px;
        padding-bottom: 0px;
    }

    & ul.prod_del_sec4_list li: nth-last-child(3n+1)::after {
        display: none;
    }

    & ul.prod_del_sec4_list li: nth-child(n+4)::after {
        top: 25px;
        bottom: 0px;
    }

    & .prod_det_s4_list_icon {
        display: block;
        margin: 0px auto;
        width: 60px;
    }

    & ul.prod_del_sec4_list li h3 {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.3px;
        font-weight: bold;
        color: rgb(0, 0, 0);
        margin-top: 15px;
    }

    & ul.prod_del_sec4_list li p {
        margin-top: 12px !important;
    }

    & .prod_del_sec5 {
        background: rgb(255, 255, 255);
        float: left;
        width: 100%;
        padding: 50px 0px 70px;
    }

    & .prod_det_s5_left {
        float: left;
        width: 43%;
        text-align: left;
    }

    & .prod_det_s5_product_img {
        margin: 40px auto 0px;
        display: block;
        width: 390px;
    }

    & .prod_det_s5_left .prod_det_btnbox {
        margin-top: 40px;
    }

    & .faq-container_inner {
        width: 52%;
    }

    & .inner_bnr_sec {
        background: url("../images/bnr-bg.jpg") center top / cover no-repeat;
        float: left;
        width: 100%;
        padding: 50px 0px 60px;
        overflow: hidden;
    }

    & .inr_bnr_heading {
        font-size: 40px;
        line-height: 46px;
        color: rgb(11, 137, 161);
        font-weight: 800;
    }

    & .inr_bnr_text {
        font-size: 18px;
        line-height: 28px;
        color: rgb(0, 0, 0);
        letter-spacing: 0.5px;
        margin-top: 20px;
    }

    & .inr_bnr_content {
        float: left;
        width: 68%;
        text-align: left;
    }

    & .innr_bnr_hero {
        position: absolute;
        top: -40px;
        right: 0px;
        width: 340px;
    }

    & .vpn_secuirity_page .strip_text {
        font-size: 19px;
        line-height: 26px;
    }

    & .vpn_secuirity_page .strip_text span {
        font-size: 23px;
        line-height: 30px;
    }

    & .vpn_secuirity_page ul.prod_del_sec4_list li: nth-child(n+4) {
        padding-bottom: 55px;
    }

    & .vpn_secuirity_page ul.prod_del_sec4_list li: nth-child(n+7) {
        padding-bottom: 0px;
    }

    & .support_section1 {
        float: left;
        width: 100%;
        background: rgb(255, 255, 255);
        padding: 60px 0px;
    }

    & .support_wrap {
        margin: 0px auto;
        width: 100%;
        max-width: 1130px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    & .support_box {
        width: 45%;
    }

    & .prod_del_prodbx {
        float: left;
        width: 100%;
        text-align: center;
        background: rgb(255, 255, 255);
        border: 2px solid rgb(138, 160, 223);
        border-radius: 12px;
        padding: 15px 25px 25px;
    }

    & .product_img2 {
        margin: 0px auto;
        display: block;
        width: 380px;
    }

    & .prod_del_prodbx .available_app {
        float: none;
        margin: 0px auto;
        justify-content: center;
    }

    & .support_contentbox {
        float: left;
        width: 100%;
        text-align: left;
        padding-top: 26px;
    }

    & .suport_s1_bx_heading {
        font-size: 30px;
        line-height: 34px;
        color: rgb(0, 0, 0);
        font-weight: bold;
    }

    & ul.support_s1_list {
        float: left;
        width: 100%;
        margin-top: 5px;
    }

    & ul.support_s1_list li {
        float: left;
        width: 100%;
        font-size: 17px;
        line-height: 25px;
        font-weight: 500;
        margin-top: 15px;
    }

    & ul.support_s1_list li a {
        color: rgb(86, 121, 210);
        text-decoration: underline;
    }

    & .suport_arw_img {
        display: inline-block;
        vertical-align: middle;
        margin: 0px 0px 0px 10px;
    }

    & .support_strip_box {
        float: left;
        width: 100%;
        max-width: 420px;
        background: rgb(245, 248, 253);
        border: 2px solid rgb(183, 207, 248);
        border-radius: 10px;
        padding: 8px 25px 12px 100px;
        position: relative;
        margin-top: 40px;
    }

    & .support_strip_box img {
        position: absolute;
        top: -12px;
        left: 24px;
        width: 52px;
    }

    & .support_strip_box h3 {
        font-size: 18px;
        line-height: 22px;
        color: rgb(0, 0, 0);
        font-weight: bold;
    }

    & .support_strip_box p {
        font-size: 14px;
        line-height: 20px;
        color: rgb(0, 0, 0);
        letter-spacing: 0.3px;
        margin-top: 5px;
    }

    & .antivirus_support_section {
        float: left;
        width: 100%;
        background: rgb(255, 255, 255);
        padding: 60px 0px;
    }

    & .support_heading {
        font-size: 34px;
        line-height: 38px;
        color: rgb(11, 137, 161);
        font-weight: bold;
        text-align: left;
        padding-left: 50px;
    }

    & .support_content_box {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: 1080px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: rgba(18, 47, 129, 0.1) 0px 0px 15px 4px;
        padding: 30px 35px 40px;
        margin-top: 50px;
    }

    & .support_box_row {
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 40px;
    }

    & .support_row_heading {
        font-size: 28px;
        line-height: 32px;
        color: rgb(11, 137, 161);
        font-weight: bold;
        padding-bottom: 15px;
        border-bottom: 1px solid rgb(221, 221, 221);
    }

    & .support_row_heading span {
        font-weight: normal;
    }

    & .support_row_text {
        font-size: 15px;
        line-height: 24px;
        color: rgb(0, 0, 0);
        letter-spacing: 0.3px;
        margin-top: 15px;
    }

    & .support_row_text a {
        color: rgb(86, 121, 210);
        text-decoration: underline;
    }

    & .top_1 {
        margin-top: 20px !important;
    }

    & ol.support_list {
        margin: 10px 0px 0px;
        padding-left: 40px;
    }

    & ol.support_list li {
        list-style: decimal;
        font-size: 15px;
        line-height: 24px;
        color: rgb(0, 0, 0);
        letter-spacing: 0.5px;
        margin-bottom: 6px;
    }

    & ol.support_list li: last-child {
        margin-bottom: 0px;
    }

    & ol.support_list li a {
        color: rgb(86, 121, 210);
        text-decoration: underline;
    }

    & .question_imgs {
        display: inline-block;
        vertical-align: top;
        margin-top: 25px;
    }

    & .video_clips {
        display: inline-block;
        vertical-align: middle;
        margin: -3px 0px 0px 3px;
    }

    & .ques_img_mr {
        margin-right: 20px;
    }

    & .pulse {
        animation-name: pulse;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
    }

    & .show-mob, & .show-tab {
        display: none;
    }

    & .fl {
        float: left;
    }

    & .fr {
        float: right;
    }

    @media only screen and (max-width: 1200px) {
        & .container {
            width: 1004px;
        }

        & .bnr_heading {
            font-size: 56px;
            line-height: 62px;
        }

        & .bnr_para {
            font-size: 17px;
            line-height: 25px;
        }

        & .bnr_right {
            width: 43%;
        }

        & .common_heading {
            font-size: 46px;
            line-height: 56px;
        }

        & .common_text {
            font-size: 17px;
            line-height: 25px;
        }

        & .s1_graph_img {
            right: -285px;
        }

        & .antivirus_contbox {
            margin-top: 20px;
        }

        & .compare_antivirus_btm {
            margin-top: 20px;
        }

        & ul.protect_list li {
            font-size: 11px;
            line-height: 15px;
        }

        & .s3-rgt {
            max-width: 510px;
        }

        & .rev-tx {
            font-size: 17px;
            line-height: 25px;
        }

        & .s4_mid_box p {
        }

        & .sec6_content {
            width: 39%;
        }

        & .acdn-para {
            font-size: 17px;
            line-height: 25px;
        }

        & .prod_del_left {
            width: 38%;
        }

        & .prod_del_right {
            width: 57%;
        }

        & .prod_det_tab_text {
            font-size: 15px;
            line-height: 25px;
        }

        & .strip_text {
            font-size: 21px;
        }

        & .vpn_secuirity_page .strip_text {
            font-size: 17px;
            line-height: 25px;
        }

        & .inr_bnr_content {
            width: 52%;
        }

        & .inr_bnr_heading {
            font-size: 36px;
            line-height: 42px;
        }

        & .inr_bnr_text {
            font-size: 17px;
            line-height: 27px;
        }

        & .innr_bnr_hero {
            width: 400px;
        }

        & .support_box {
            width: 46%;
        }

        & .suport_s1_bx_heading {
            font-size: 28px;
            line-height: 32px;
        }

        & .support_heading {
            padding: 0px;
        }

        & .prod_det_tab_content ul.protect_list li {
            font-size: 14px;
            line-height: 16px;
        }
    }

    @media only screen and (max-width: 1021px) {
        & .container {
            width: 750px;
        }

        & .show-desk {
            display: none;
        }

        & .show-tab {
            display: block;
        }

        & .logo_box {
            position: static;
            float: left;
            transform: none;
            margin-top: 6px;
        }

        & ul.menu-list {
            display: none;
        }

        & a.nav-btn {
            margin: 17px 46px 0px 0px;
        }

        & .bnr_section {
            padding-bottom: 60px;
        }

        & .bnr_content {
            width: 47%;
            margin-top: 40px;
        }

        & .bnr_heading {
            font-size: 40px;
            line-height: 46px;
        }

        & .bnr_para {
            font-size: 16px;
            line-height: 24px;
        }

        & .bnr_right {
            width: 50%;
            margin: 57px 0px 0px;
        }

        & .bnr_hero {
            right: -230px;
        }

        & .sec1_content {
            width: 50%;
            padding: 60px 0px 80px;
        }

        & .common_heading {
            font-size: 36px;
            line-height: 46px;
        }

        & .common_text {
            font-size: 16px;
            line-height: 24px;
        }

        & .s1_graph_img {
            top: 0px;
            right: -325px;
        }

        & .section_2 {
            padding: 60px 0px 80px;
        }

        & .compare_antivirus_wrap {
        }

        & .compare_antivirus_box {
            width: 100%;
        }

        & .antivirus_contbox {
            margin-top: 40px;
        }

        & .anti_heading {
            font-size: 24px;
            line-height: 32px;
        }

        & .compare_antivirus_btm {
            margin-top: 0px;
        }

        & ul.protect_list li {
            font-size: 14px;
            line-height: 16px;
        }

        & .section_3 {
            padding: 60px 0px 80px;
        }

        & .s3-rgt {
            max-width: 370px;
        }

        & .s3-btm-tx {
            font-size: 22px;
            line-height: 28px;
            margin-top: 50px;
        }

        & .section_4 {
            padding: 60px 0px 80px;
        }

        & .s4_mid_box {
            width: 50%;
            border-radius: 15px;
            padding: 25px 15px 0px;
        }

        & .s4_mid_box h3 {
            font-size: 22px;
            line-height: 28px;
        }

        & .s4_mid_box p {
        }

        & .section_5 {
            padding: 60px 0px 80px;
        }

        & .rev-bx {
            padding: 25px 15px;
        }

        & .rev-tx {
            font-size: 16px;
            line-height: 24px;
        }

        & .rev-nm {
            font-size: 16px;
            line-height: 22px;
        }

        & .veri-tk {
            margin: -2px 0px 0px;
        }

        & .section_6 {
            padding: 60px 0px 80px;
        }

        & .accordion {
            font-size: 18px;
            line-height: 26px;
        }

        & .acdn-para {
            font-size: 16px;
            line-height: 24px;
        }

        & .prod_del_s1_heading {
            font-size: 28px;
            line-height: 34px;
        }

        & .prod_del_s1_text {
            font-size: 16px;
            line-height: 18px;
            margin-top: 15px;
        }

        & .prod_del_left {
            width: 39%;
        }

        & .moneybk_box h3 {
            font-size: 24px;
            line-height: 28px;
        }

        & .prod_del_review {
            font-size: 16px;
            line-height: 16px;
        }

        & .prod_det_heading {
            font-size: 36px;
            line-height: 46px;
        }

        & .prod_det_sub_heading {
            font-size: 17px;
            line-height: 21px;
        }

        & .prod_det_tab_list li {
            font-size: 17px;
            line-height: 17px;
            padding: 10px 18px 12px;
        }

        & ul.prod_det_cont_list li {
            padding-left: 30px;
        }

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

        & .strip_list_icon {
            width: 46px;
        }

        & .strip_text {
            font-size: 18px;
            line-height: 24px;
        }

        & .prod_del_sec2_left {
            width: 38%;
        }

        & .prod_del_sec2_right {
            width: 58%;
        }

        & .prod_del_s2_box {
            padding: 30px 20px;
        }

        & ul.prod_det_s2_list li {
            padding-left: 45px;
            padding-bottom: 30px;
        }

        & ul.prod_det_s2_list li h3 {
            font-size: 21px;
            line-height: 27px;
        }

        & ul.prod_det_s2_list li p {
            font-size: 16px;
            line-height: 24px;
        }

        & .prod_det_s3_icns {
            width: 65px;
        }

        & .prod_det_s3_cont_heading {
            font-size: 24px;
            line-height: 30px;
        }

        & ul.prod_del_sec4_list li {
            padding: 0px 15px 35px;
        }

        & ul.prod_del_sec4_list li:nth-child(n+4) {
            padding-top: 35px;
        }

        & ul.prod_del_sec4_list li h3 {
            font-size: 19px;
            line-height: 25px;
        }

        & .vpn_secuirity_page ul.prod_del_sec4_list li:nth-child(n+4) {
            padding-bottom: 35px;
        }

        & .faq-container_inner {
            width: 53%;
        }

        & .prod_det_s5_left .prod_det_btn {
            font-size: 21px;
        }

        & .inr_bnr_heading {
            font-size: 30px;
            line-height: 36px;
        }

        & .inr_bnr_text {
            font-size: 16px;
            line-height: 24px;
        }

        & .support_box {
            width: 48%;
        }

        & .suport_s1_bx_heading {
            font-size: 24px;
            line-height: 28px;
        }

        & ul.support_s1_list li {
            font-size: 16px;
            line-height: 24px;
        }

        & .support_strip_box {
            float: left;
            padding: 8px 15px 12px 80px;
        }

        & .support_strip_box img {
            left: 12px;
        }

        & .ques_img_mr {
            margin-right: 5px;
        }

        & #installiphone .question_imgs {
            width: 220px;
        }
    }

    @media only screen and (max-width: 767px) {
        & .container {
            width: 100%;
            padding: 0px 15px;
            max-width: 600px;
            box-sizing: border-box;
        }

        & .show-mob {
            display: block;
        }

        & .hide-mob {
            display: none;
        }

        & .top_strip {
            padding: 8px 0px 10px;
        }

        & .top_strip p {
            font-size: 14px;
            line-height: 18px;
        }

        & .top_strip p a {
            border-bottom: 1px solid rgb(0, 0, 0);
        }

        & .top-fix-bar {
            margin-bottom: 60px;
        }

        & .nav-sec {
            height: 60px;
            margin-top: -60px;
            top: 60px;
        }

        & .logo_box {
        }

        & .mob-mnu-ic {
            top: 21px;
            right: 15px;
        }

        & .mobilemenu {
            top: 60px;
        }

        & .mobimenu-top {
            top: 59px;
        }

        & a.nav-btn {
            display: none;
        }

        & .bnr_section {
            padding-bottom: 40px;
        }

        & .bnr_content {
            width: 100%;
            margin-top: 20px;
            text-align: center;
        }

        & .bnr_heading {
            font-size: 26px;
            line-height: 34px;
        }

        & .bnr_para {
            font-size: 15px;
            line-height: 23px;
            margin-top: 20px;
        }

        & .bnr_section .common_btn {
            margin-top: 30px;
        }

        & .common_btn {
            margin-top: 30px;
        }

        & .common_btn {
            height: 60px;
            font-size: 20px;
            line-height: 55px;
        }

        & .available_app {
            width: 100%;
            justify-content: center;
            margin-top: 15px;
        }

        & .available_app p {
            font-size: 15px;
            line-height: 15px;
        }

        & .bnr_right {
            width: 100%;
            position: relative;
            margin-top: 30px;
        }

        & .bnr_hero {
            right: -100px;
            top: 78px;
        }

        & .auto_scan_box {
            padding: 20px 20px 0px;
        }

        & .auto_scan_top h3 {
            font-size: 16px;
            line-height: 16px;
        }

        & .auto_scan_top {
            padding: 15px 18px;
            height: 112px;
        }

        & .auto_scan_btm {
            padding: 12px;
            margin-top: 12px;
        }

        & .threat_cont h3 {
            font-size: 15px;
            line-height: 15px;
        }

        & .bnr_hero {
            right: -100px;
            top: 65px;
            max-width: none;
            width: 400px;
        }

        & .resolve_strip {
            max-width: 260px;
            padding: 10px 10px 8px 15px;
            margin-top: 20px;
        }

        & .resolve_strip img {
            width: 18px;
        }

        & .resolve_strip p {
            font-size: 12px;
            line-height: 16px;
            margin-top: -3px;
            padding-left: 5px;
        }

        & .section_1 {
            padding: 30px 0px 0px;
        }

        & .sec1_content {
            width: 100%;
            padding: 0px;
        }

        & .common_heading {
            font-size: 20px;
            line-height: 27px;
        }

        & .ab-set {
            width: 100%;
        }

        & .bnr_section {
            background: url("../images/banner.jpg") right center no-repeat;
        }

        & .common_btn {
            max-width: 363px;
        }

        & .common_text {
            font-size: 15px;
            line-height: 23px;
            margin-top: 20px;
        }

        & ul.s1_list {
            margin-top: 10px;
        }

        & ul.s1_list li {
            font-size: 15px;
            line-height: 21px;
            background-size: 14px;
            padding-left: 26px;
            margin-top: 15px;
        }

        & .sec1_content .common_btn {
            margin: 30px auto 0px;
            display: block;
        }

        & .s1_graph_img {
            width: calc(100% + 30px);
            position: static;
            margin: 25px auto 0px -15px;
            max-width: none;
        }

        & .section_2 {
            padding: 30px 0px 40px;
        }

        & .compare_antivirus_wrap {
            row-gap: 25px;
            margin: 30px auto 0px;
        }

        & .compare_antivirus_box {
        }

        & .antivirus_contbox {
            width: 100%;
            margin: 0px;
        }

        & .compare_antivirus_top {
            padding: 10px 0px 5px;
        }

        & .anti_heading {
            font-size: 18px;
            line-height: 26px;
            padding-left: 6px;
        }

        & .anti_text {
            font-size: 13px;
            line-height: 19px;
            padding-left: 6px;
        }

        & .s2_bx_icns {
            top: 0px;
            right: 0px;
            width: 30px;
        }

        & .antivirus_imgbox {
            float: left;
            width: 46%;
            margin: 12px 0px 0px -10px;
        }

        & .antivirus_imgbox img {
            width: 250px;
        }

        & .key_cont_mob {
            float: right;
            margin-top: 32px;
        }

        & .anti_key_text {
            margin-top: 0px;
            font-size: 15px;
            line-height: 15px;
        }

        & ul.anti_list li p {
            font-size: 11px;
            line-height: 15px;
        }

        & .compare_antivirus_btm {
        }

        & .protect_text {
            font-size: 15px;
            line-height: 15px;
        }

        & ul.protect_list {
            max-width: 270px;
            row-gap: 8px;
        }

        & ul.protect_list li {
            font-size: 13px;
            line-height: 15px;
        }

        & .comp_btn_box {
        }

        & .compare_btn {
            width: 156px;
            height: 48px;
            font-size: 14px;
            line-height: 45px;
            letter-spacing: 0.3px;
        }

        & .register_btn {
            line-height: 40px;
        }

        & .section_3 {
            padding: 30px 0px 40px;
        }

        & .s3-rgt {
            max-width: 100%;
            margin-top: 30px;
        }

        & .s3-lft {
            width: 100%;
        }

        & .digitaly_faq-container {
            margin-top: 20px;
        }

        & .digitaly_accordion {
            padding: 18px 40px 20px 0px;
            font-size: 17px;
            line-height: 24px;
        }

        & .digitaly_acdn-content {
            padding: 0px 0px 5px;
        }

        & .s3-btm-tx {
            font-size: 18px;
            line-height: 26px;
            margin-top: 25px;
        }

        & .common_btn_width {
            max-width: 270px !important;
        }

        & .digitaly_acdn-para {
            font-size: 14px;
            line-height: 22px;
        }

        & .section_4 {
            padding: 30px 0px 40px;
        }

        & .s4_mid_wrap {
            margin: 40px auto 10px;
            row-gap: 40px;
        }

        & .s4_mid_box {
            width: 100%;
            padding: 25px 20px 0px;
        }

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

        & .s4_mid_box h3 {
            font-size: 18px;
            line-height: 24px;
        }

        & .s4_mid_box p {
            min-height: auto;
        }

        & .section_5 {
            padding: 30px 0px 40px;
        }

        & .rev-sec {
            flex-wrap: wrap;
        }

        & .rev-bx {
            padding: 20px 15px;
            width: 100%;
            margin: 20px 0px 10px;
        }

        & .rev-star {
            width: 100px;
        }

        & .rev-hd {
            font-size: 17px;
            line-height: 24px;
        }

        & .rev-tx {
            font-size: 15px;
            line-height: 23px;
        }

        & .rev-nm {
            font-size: 17px;
            line-height: 21px;
            margin-top: 20px;
        }

        & .veri-tx {
            font-size: 13px;
            line-height: 19px;
            margin-top: 20px;
        }

        & .veri-tk {
            margin: -1px 3px 0px 0px;
            width: 14px;
        }

        & .section_6 {
            padding: 30px 0px 40px;
        }

        & .sec6_content {
            width: 100%;
            text-align: center;
        }

        & .faq-container {
            margin: 20px 0px 0px;
            width: 100%;
        }

        & .faq-innr {
            margin-top: 10px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
        }

        & .up-slide-dwn {
            padding: 5px;
        }

        & .accordion {
            padding: 16px 40px 18px 15px;
            font-size: 17px;
            line-height: 25px;
            background-size: 14px;
        }

        & .acdn-heading.accordion-open {
            background-size: 14px;
        }

        & .acdn-content {
            padding: 0px 15px 5px;
        }

        & .acdn-para {
            font-size: 15px;
            line-height: 23px;
        }

        & .footer {
            padding: 25px 0px;
        }

        & .ftr_logo {
            width: 60px;
            margin: 0px auto 10px;
        }

        & .ftr-txt {
            font-size: 14px;
            line-height: 18px;
            margin-top: 10px;
        }

        & .ftr-top-mob {
            margin-top: 10px;
        }

        & .prodBreadcrm p {
            font-size: 11px;
            line-height: 11px;
        }

        & .prod_del_sec1 {
            padding: 15px 0px 30px;
        }

        & .prod_del_s1_heading {
            font-size: 20px;
            line-height: 28px;
        }

        & .prod_del_s1_text {
            font-size: 10px;
            line-height: 12px;
            margin-top: 14px;
        }

        & .prod_del_s1_text span {
            padding: 0px 5px;
        }

        & .prod_del_wrap {
            margin-top: 30px;
        }

        & .prod_del_left {
            width: 100%;
        }

        & .prod_del_right {
            width: 100%;
            margin-top: 25px;
        }

        & .prod_del_review {
            font-size: 13px;
            line-height: 13px;
        }

        & .prod_del_review img {
            margin: -5px 8px 0px 0px;
            width: 85px;
        }

        & .prod_det_heading {
            font-size: 26px;
            line-height: 32px;
        }

        & .prod_det_sub_heading {
            font-size: 13px;
            line-height: 15px;
            margin-top: 10px;
        }

        & .prod_det_desc {
            font-size: 15px;
            line-height: 23px;
            padding-top: 8px;
        }

        & .prod_det_tab_content ul.protect_list {
            column-gap: 18px;
        }

        & .prod_det_tab_list li {
            font-size: 15px;
            line-height: 16px;
            padding: 8px 8px 10px;
        }

        & .prod_det_tab_content {
            padding: 15px;
        }

        & ul.prod_det_cont_list li {
            font-size: 14px;
            line-height: 22px;
            background-size: 16px;
            background-position-y: 8px;
            padding-left: 26px;
            margin-bottom: 10px;
        }

        & .prod_det_tab_text {
            font-size: 13px;
            line-height: 21px;
        }

        & .prod_det_tab_content ul.protect_list li {
            font-size: 12px;
            line-height: 14px;
        }

        & ul.app_list_tab li img {
            width: 30px;
        }

        & .order_pricebox {
            margin: 22px auto 0px;
        }

        & .pricebx_left {
            width: 65%;
        }

        & .pricebx_left h3 {
            font-size: 18px;
            line-height: 20px;
        }

        & .pricebx_left p {
            font-size: 14px;
            line-height: 16px;
        }

        & .cut_price {
            font-size: 18px;
            line-height: 18px;
        }

        & .disc_price {
            font-size: 23px;
            line-height: 23px;
        }

        & .prod_det_btn {
            font-size: 18px;
            height: 60px;
            line-height: 55px;
        }

        & .cards_img {
            width: 190px;
        }

        & ul.prod_del_list li {
            padding: 0px 5px;
        }

        & .strip_text {
            font-size: 16px;
            line-height: 20px;
            text-align: center;
            margin-top: 8px;
        }

        & .vpn_secuirity_page .strip_text span {
            font-size: 15px;
            line-height: 21px;
        }

        & .vpn_secuirity_page .strip_text {
            font-size: 12px;
            line-height: 18px;
        }

        & .prod_del_sec2 {
            padding: 30px 0px 10px;
        }

        & .prod_del_sec2_wrap {
            margin-top: 30px;
        }

        & .prod_del_sec2_left {
            width: 100%;
        }

        & .prod_del_sec2_right {
            width: 100%;
            margin-top: 30px;
        }

        & .prod_del_s2_box {
            padding: 20px 15px 25px;
        }

        & ul.prod_det_s2_list li {
            padding-left: 35px;
            padding-bottom: 22px;
            background-size: 22px;
        }

        & ul.prod_det_s2_list li h3 {
            font-size: 17px;
            line-height: 25px;
        }

        & ul.prod_det_s2_list li p {
            font-size: 15px;
            line-height: 23px;
            margin-top: 10px;
        }

        & .prod_det_btnbox {
            margin-top: 30px;
        }

        & .btn_secure_text {
            font-size: 13px;
            line-height: 13px;
            margin-top: 10px;
        }

        & .btn_secure_text img {
            margin: -4px 6px 0px 0px;
            width: 10px;
        }

        & .prod_del_sec3 {
            padding: 30px 0px 40px;
        }

        & .prod_det_s3_mid_row {
            margin-top: 0px;
        }

        & .prod_det_s3_col_contbx {
            width: 100%;
        }

        & .prod_det_s3_mid_col {
            margin: 25px auto 0px;
            padding: 20px;
        }

        & .prod_det_s3_icns {
            width: 50px;
        }

        & .prod_det_s3_cont_heading {
            font-size: 18px;
            line-height: 24px;
            margin-top: 10px;
        }

        & .prod_det_s3_col_imgbx {
            width: 100%;
            margin-top: 22px;
        }

        & .prod_del_sec4 {
            padding: 30px 0px 40px;
        }

        & ul.prod_del_sec4_list {
            margin: 10px auto 0px;
        }

        & ul.prod_del_sec4_list li {
            width: 100%;
        }

        & ul.prod_del_sec4_list li {
            width: 100%;
            border-top: 1px solid rgb(211, 211, 211);
            padding: 25px !important;
        }

        & .prod_det_s4_list_icon {
            width: 65px;
        }

        & ul.prod_del_sec4_list li h3 {
            font-size: 18px;
            line-height: 24px;
        }

        & .prod_del_sec5 {
            padding: 30px 0px 40px;
        }

        & .prod_det_s5_left {
            width: 100%;
            text-align: center;
        }

        & .faq-container_inner {
            width: 100%;
        }

        & .inner_bnr_sec {
            padding: 15px 0px 0px;
        }

        & .inr_bnr_content {
            width: 100%;
        }

        & .inr_bnr_heading {
            font-size: 26px;
            line-height: 34px;
        }

        & .inr_bnr_text {
            font-size: 15px;
            line-height: 23px;
            letter-spacing: 0.2px;
            margin-top: 15px;
        }

        & .innr_bnr_hero {
            width: 400px;
            position: static;
            margin: 20px auto 0px;
            display: block;
        }

        & .support_section1 {
            padding: 35px 0px 40px;
        }

        & .support_wrap {
            row-gap: 50px;
        }

        & .support_box {
            width: 100%;
        }

        & .support_contentbox {
            padding-top: 18px;
        }

        & .suport_s1_bx_heading {
            font-size: 20px;
            line-height: 26px;
        }

        & ul.support_s1_list {
            margin-top: 0px;
        }

        & ul.support_s1_list li {
            font-size: 14px;
            line-height: 20px;
            margin-top: 12px;
        }

        & .support_strip_box {
            padding: 7px 15px 9px 85px;
            margin-top: 30px;
        }

        & .support_strip_box img {
            left: 17px;
            top: -6px;
        }

        & .support_strip_box h3 {
            font-size: 15px;
            line-height: 19px;
        }

        & .support_strip_box p {
            font-size: 13px;
            line-height: 18px;
        }

        & .antivirus_support_section {
            padding: 30px 0px;
        }

        & .support_heading {
            font-size: 26px;
            line-height: 30px;
        }

        & .support_content_box {
            padding: 15px 20px 25px;
            margin-top: 30px;
        }

        & .support_box_row {
            margin-top: 25px;
        }

        & .support_row_heading {
            font-size: 21px;
            line-height: 29px;
            padding-bottom: 10px;
        }

        & .support_row_text {
            font-size: 14px;
            line-height: 23px;
        }

        & ol.support_list {
            padding-left: 30px;
        }

        & ol.support_list li {
            font-size: 14px;
            line-height: 23px;
            letter-spacing: 0.3px;
        }

        & #installiphone .question_imgs {
            width: 231px;
            margin-right: 0px;
        }
    }

    & .terms_section {
        float: left;
        width: 100%;
        background: rgb(255, 255, 255);
        padding: 40px 0px 60px;
    }

    & .terms_box {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: 1080px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: rgba(18, 47, 129, 0.1) 0px 0px 15px 4px;
        padding: 20px 35px 40px;
        margin-top: 50px;
        text-align: left;
    }

    & .terms_box h1 {
        font-size: 28px;
        margin: 20px 0px;
        text-align: left;
    }

    & .terms_box p {
        margin: 20px 0px 0px;
        text-align: left;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0.3px;
    }

    & .terms_box p a {
        color: rgb(5, 99, 193);
    }

    & .terms_box h3 {
        margin: 20px 0px 0px;
        text-align: left;
    }

    & .terms_box h4 {
        text-align: left;
        font-size: 17px;
        margin: 25px 0px 0px;
    }

    & .terms_box h5 {
        font-size: 14px;
        line-height: 22px;
        text-align: left;
        margin: 10px 0px 0px;
    }

    & .terms_box ul {
        padding: 5px 0px 0px 20px;
    }

    & .terms_box li {
        font-size: 15px;
        line-height: 23px;
        color: rgb(69, 69, 69);
        list-style: decimal;
        text-align: left;
        margin-top: 10px;
    }

    & .terms_box ul.inner-list li {
        list-style: disc;
    }

    @media only screen and (max-width: 767px) {
        & .terms_section {
            padding: 20px 0px 30px;
        }

        & .terms_box {
            padding: 10px 20px 30px;
            margin-top: 25px;
        }

        & .terms_box p {
            margin: 15px 0px 0px;
            font-size: 14px;
            line-height: 22px;
        }
    }

    & .comp_btn_box {
    }

    & select.form-control, & select {
        appearance: none;
        line-height: normal;
        position: relative;
        background-image: url("images/select.png");
        background-position: right 10px top 50%;
        background-repeat: no-repeat;
    }

    & input.has-error, & select.has-error {
        background: url("images/error-input.png") 99.5% 50% no-repeat rgb(255, 255, 255) !important;
        border: 1px solid rgb(255, 165, 0) !important;
    }

    & input.no-error, & select.no-error {
        background: url("images/tick-input.png") 99.5% 50% no-repeat rgb(255, 255, 255) !important;
        border: 1px solid rgb(0, 128, 0) !important;
    }

    & .error_handler_body ul {
        padding-left: 0px;
    }

    & #error_handler_overlay_close, & #app_common_modal_close {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    & form .fields .input input, & input[type="text"], & input[type="search"], & input[type="number"], & input[type="password"], & input[type="tel"], & input[type="email"], & select, & textarea {
        padding-right: 25px !important;
    }

    & select.form-control, & select {
        padding-right: 40px !important;
    }

    & #app_common_modal, & #error_handler_overlay {
        overflow-y: hidden;
    }

    @media screen and (max-width: 991px) {
        & #app_common_modal .app_modal_body {
            margin: 30px auto;
        }
    }

    & .error_handler_body ul {
        text-align: left;
    }

    & span.cs_icon {
        font-size: 40px;
    }

    & .footer_info h4 {
        font-size: 0.8em;
        margin: 10px 0px;
        color: grey;
        font-weight: bold;
    }

    & .footer_info p {
        font-size: 0.75em;
        margin: 0px;
        color: grey;
    }

    & form {
        padding: 0px;
    }

    & .custom-popover {
        background-color: rgba(127, 132, 142, 0.96);
        background-size: cover;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        display: none;
        width: 100%;
        height: 100%;
        z-index: 9999;
    }

    & .pop-uphead {
        margin: 0px auto;
        width: 100%;
        display: inline-block;
    }

    & .pop-box {
        max-width: 1000px;
        width: 100%;
        margin: 4px auto;
        font-size: 24px;
        text-align: center;
        position: relative;
        z-index: 2;
        top: 100px;
        opacity: 0;
        transition: opacity 0.5s 250ms, top 0.5s;
    }

    & .pop-box a {
        color: rgb(0, 0, 0);
        font-size: 15px;
    }

    & .pop-box img {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    & #cookiePopup {
        position: fixed;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background: rgb(11, 137, 161);
        padding: 15px;
        flex-wrap: wrap;
        z-index: 999999;
        gap: 20px;
        align-items: center;
        justify-content: center;
        text-align: center;
        display: none;
    }

    & #cookiePopup h4 {
        font-size: 25px;
        color: rgb(255, 255, 255);
        margin-bottom: 15px;
    }

    & #cookiePopup p {
        font-size: 15px;
        color: rgb(255, 255, 255);
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 850px;
    }

    & #cookiePopup p a {
        color: rgb(255, 255, 255);
        text-decoration: underline;
    }

    & .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }

    & .cookieBtns button {
        font-size: 15px;
        margin: 10px 0px;
        color: rgb(255, 255, 255);
        padding: 10px 20px;
        border-radius: 5px;
        background: rgb(11, 137, 161);
        cursor: pointer;
        transition: 0.5s;
        border: 2px solid rgb(255, 255, 255);
    }

    & .cookieBtns button: last-child {
        background-color: rgb(255, 255, 255);
        color: rgb(11, 137, 161);
    }

    & .bnr_heading small {
        font-size: 62px;
        color: rgb(255, 255, 255);
        font-weight: 600;
    }

    & .common_heading small {
        font-size: 24px;
        color: rgb(0, 0, 0);
    }

    & .bnr_hero {
        transform-style: preserve-3d;
        animation: 2.5s linear 0s infinite normal none running spin3d;
    }

    & .section_4 h4 {
        font-size: 26px;
        text-align: left;
        font-weight: 600;
        margin-top: 20px;
        color: rgb(20, 54, 149);
    }

    & .ab-set {
        float: right;
        padding: 90px 0px 100px;
        position: relative;
        z-index: 1;
        width: 50%;
    }

    & .section_6 .sec6_content h1 {
        text-align: center;
    }

    & .footer p {
        color: rgb(255, 255, 255);
    }

    & .section_2 .common_heading {
        color: rgb(0, 0, 0);
        margin-top: 30px;
        font-weight: 600;
        font-family: Nohemi;
    }

    & .section_2 h4 {
        display: inline;
        color: rgb(255, 255, 255);
        background: text rgb(140, 107, 7);
        -webkit-text-fill-color: transparent;
        font-size: 3rem;
        font-family: Nohemi;
        font-weight: 700;
        line-height: 0rem;
    }

    & .price-test {
        font-size: 3rem;
        color: rgb(255, 120, 120);
        font-weight: 600;
        margin: 10px 0px;
        font-family: Nohemi;
    }

    & .price-test span {
        font-size: 20px;
    }

    & .inner-cont {
        background: url("../images/inner-banner.png") center bottom no-repeat;
        padding: 150px 0px 96px;
    }

    & .inner-cont h3 {
        color: rgb(0, 0, 0);
        font-size: 3rem;
        font-family: Nohemi;
        font-weight: 600;
        width: 70%;
        margin: 0px auto;
    }

    & .uk-section-body {
        display: flex;
        align-items: flex-start;
        text-align: left;
    }

    & .payment-box {
        margin-top: 26px;
        text-align: center;
    }

    & #cookiePopup h4 {
        font-size: 25px;
        color: rgb(255, 255, 255);
        margin-bottom: 15px;
    }

    & #cookiePopup p {
        font-size: 15px;
        color: rgb(255, 255, 255);
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 850px;
    }

    & #cookiePopup p a {
        color: rgb(255, 255, 255);
        text-decoration: underline;
    }

    & .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }

    & .cookieBtns button {
        font-size: 15px;
        margin: 10px 0px;
        color: rgb(255, 255, 255);
        padding: 10px 20px;
        border-radius: 5px;
        background: rgb(11, 137, 161);
        cursor: pointer;
        transition: 0.5s;
        border: 2px solid rgb(255, 255, 255);
    }

    & .cookieBtns button: last-child {
        background-color: rgb(255, 255, 255);
        color: rgb(11, 137, 161) !important;
    }

    & .bnr_content h1 span {
        background: text rgb(140, 107, 7);
        -webkit-text-fill-color: transparent;
        font-weight: 700;
        font-family: Nohemi;
    }

    & .s4_bx_steps img {
        width: 63px;
    }

    & .s4_bx_steps {
        background: linear-gradient(135deg, rgb(246, 205, 249), rgb(216, 153, 219) 60%, rgb(219, 145, 223)) rgb(221, 221, 221);
        border-radius: 50px;
        padding: 16px;
        margin-right: 20px;
    }

    & .sec4-img {
        border-radius: 14px;
        padding: 30px;
    }

    & .services-section {
        padding: 100px 0px;
        text-align: center;
    }

    & .services-section h2 {
        font-size: 3.5rem;
        font-weight: 700;
        color: rgb(0, 0, 0);
        margin-bottom: 10px;
    }

    & .services-section p {
        color: rgb(7, 7, 7);
        font-size: 18px;
        margin: 0px auto;
        width: 60%;
        padding-bottom: 40px;
    }

    & .service-card {
        background-color: rgb(238, 238, 238);
        border-radius: 15px;
        padding: 25px;
        transition: 0.3s;
        height: 100%;
        text-align: left;
    }

    & .service-icon {
        color: rgb(221, 221, 221);
        background: rgb(0, 0, 0);
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        margin: 0px 0px 30px;
    }

    & .service-icon img {
        width: 50px;
    }

    & .service-title {
        font-weight: 600;
        font-size: 28px;
        margin-bottom: 10px;
        color: rgb(0, 0, 0);
        margin-top: 0px;
    }

    & .service-desc {
        color: rgb(188, 188, 188);
        font-size: 0.95rem;
        line-height: 1.6;
    }

    & .service-card p {
        font-size: 16px;
        color: rgb(119, 119, 119);
        width: 100%;
        padding: 0px;
    }

    & ul.anti_list li p img {
        filter: invert(0.5);
    }

    & .section6 {
        background: rgb(255, 255, 255);
        padding: 100px 0px;
    }

    & .ban-cont {
        padding: 40px;
        background: 0% 0% / cover rgb(221, 221, 221);
        border-radius: 20px;
        margin-top: 80px;
    }

    & .ban-cont h4 {
        font-size: 4rem;
        color: rgb(0, 0, 0);
        width: 70%;
        margin: 0px auto;
        font-weight: 600;
    }

    & .ban-cont h4 span {
        background: text rgb(140, 107, 7);
        -webkit-text-fill-color: transparent;
        font-weight: 700;
        font-family: Nohemi;
    }

    & .ban-cont h6 {
        font-size: 16px;
        color: rgb(255, 255, 255);
        background: rgb(0, 0, 0);
        display: inline-block;
        padding: 5px 20px;
        border-radius: 50px;
    }

    & .ban-cont p {
        font-size: 15px;
        color: rgb(0, 0, 0);
        width: 70%;
        margin: 0px auto;
    }

    & .con-sec {
        padding: 36px 0px;
    }

    & .cont-tx h5 {
        font-size: 4rem;
        color: rgb(0, 0, 0);
        font-weight: 600;
        font-family: Nohemi;
    }

    & .cont-tx {
        text-align: center;
        width: 60%;
        margin: 0px auto;
    }

    & .cont-tx p {
        font-size: 20px;
    }

    & .cpnt-list {
        padding: 30px 0px;
        text-align: center;
    }

    & .cpnt-list h5 {
        font-size: 40px;
    }

    & .cont-tx h5 span {
        background: text rgb(140, 107, 7);
        -webkit-text-fill-color: transparent;
    }

    & .cpnt-list img {
        width: 62px;
        background: rgb(25, 1, 31);
        padding: 10px;
        border-radius: 50px;
    }

    & .cpnt-list p {
        font-size: 20px;
        margin: 0px;
    }

    & .cpnt-list p a {
        color: rgb(0, 0, 0);
    }

    & .cpnt-list h4 {
        font-size: 25px;
        color: rgb(0, 0, 0);
        margin-top: 32px;
        font-family: Nohemi;
    }

    @media only screen and (max-width: 767px) {
        & .ban-cont h4 {
            width: 100%;
        }

        & .ban-cont p {
            width: 100%;
        }
    }
}

a.nav-btn:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.mob-mnu-ic {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 30px;
    z-index: 16;
    height: 30px;
}

.mob-mnu-ic button {
    outline: none;
    appearance: none;
    background: none;
    padding: 0px;
    cursor: pointer;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.mob-mnu-ic span {
    color: rgb(0, 0, 0);
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    margin-top: 4px;
    margin-right: 5px;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: rgb(115, 115, 115);
    transition: 0.4s;
    border-radius: 2px;
}

.bar2 {
    margin: 6px 0px;
}

.dl-active .bar1 {
    transform: rotate(-45deg) translate(-6px, 5px);
    background: rgb(115, 115, 115);
}

.dl-active .bar2 {
    opacity: 0;
}

.dl-active .bar3 {
    transform: rotate(45deg) translate(-7px, -7px);
    background: rgb(115, 115, 115);
}

.mobilemenu {
    inset: 124px 0px 0px;
    position: fixed;
    background: rgb(255, 255, 255);
    z-index: 10;
    overflow: scroll;
    display: none;
    border-top: 1px solid rgb(221, 221, 221);
}

.mobimenu-top {
    top: 79px;
}

.mobilemenu li {
    float: left;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.mobilemenu li a {
    float: left;
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    color: rgb(0, 0, 0);
}

.mobilemenu li a:hover {
    color: rgb(0, 0, 0);
}

.bnr_section {
    background: url("../images/banner.jpg") center top / cover no-repeat;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: auto;
    padding-bottom: 100px;
    padding-top: 100px;
}

.bnr_content {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 50px;
}

.bnr_content h3 {
    font-size: 20px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    background: rgb(7, 72, 124);
    border-radius: 24px;
    padding: 10px 20px;
    display: inline;
}

.bnr_content h1 {
    font-size: 4rem;
    line-height: 5rem;
    color: rgb(0, 0, 0);
    margin-top: 30px;
    font-family: Nohemi;
    font-weight: 400;
}

.bnr_para {
    font-size: 17px;
    line-height: 28px;
    color: rgb(68, 68, 68);
    letter-spacing: 0.5px;
    margin-top: 9px;
}

.common_btn:hover {
    background: rgb(0, 0, 0);
}

.common_btn {
    display: inline-block;
    vertical-align: top;
    max-width: 303px;
    width: 100%;
    font-size: 16px;
    line-height: 62px;
    color: rgb(0, 0, 0);
    border-radius: 30px;
    text-align: center;
    font-weight: bold;
    margin-top: 45px;
    letter-spacing: 0.5px;
    box-shadow: rgba(0, 0, 0, 0.2) 10px 10px 20px;
    background: rgb(255, 193, 7);
    border: 2px solid rgb(0, 0, 0);
    transition: 0.3s;
}

.common_btn img {
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0px 0px 11px;
    width: 20px;
}

.bnr_section .common_btn {
    margin-top: 40px;
}

.common_btn_width {
    max-width: 360px !important;
}

.available_app {
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}

.available_app p {
    font-size: 16px;
    line-height: 16px;
    color: rgb(0, 0, 0);
}

ul.app_list {
    margin-left: 10px;
}

ul.app_list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

ul.app_list li img {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
}

.bnr_right {
    float: right;
    width: 45%;
    margin: 55px 80px 0px 0px;
}

.auto_scan_box {
    float: right;
    right: 138px;
    z-index: 99;
    width: 100%;
    position: relative;
    max-width: 372px;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
    background: linear-gradient(rgb(255, 255, 255) 50%, rgb(248, 250, 254) 95%);
    box-shadow: rgba(80, 128, 206, 0.2) 0px 5px 14px 7px;
}

.auto_scan_inner {
    float: left;
    width: 100%;
    border-radius: 10px;
}

.auto_scan_top {
    float: left;
    width: 100%;
    text-align: left;
    background: rgb(236, 244, 255);
    border-radius: 12px;
    padding: 18px 25px;
    height: 130px;
    position: relative;
    z-index: 9;
}

.auto_scan_top h3 {
    font-size: 18px;
    line-height: 18px;
    color: rgb(0, 0, 0);
    font-weight: 800;
}

.auto_scan_bar {
    display: inline-block;
    vertical-align: top;
    margin-top: 16px;
}

.auto_scan_switch {
    position: absolute;
    top: 16px;
    right: 15px;
}

.auto_scan_btm {
    float: left;
    width: 100%;
    text-align: left;
    background: rgba(255, 255, 255, 0.84);
    padding: 12px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 9;
    margin: 9px;
}

.threat_img {
    width: 35px;
}

.threat_cont {
    width: calc(100% - 35px);
    text-align: left;
    padding-left: 10px;
}

.threat_cont h3 {
    font-size: 16px;
    line-height: 16px;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.threat_cont p {
    font-size: 12px;
    line-height: 12px;
    color: rgb(224, 36, 36);
    margin-top: 8px;
}

.resolve_strip {
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.87);
    max-width: 360px;
    border-radius: 30px;
    margin-top: 56px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 13px 10px 13px 20px;
    box-shadow: rgba(80, 128, 206, 0.2) 0px 5px 14px 7px;
    position: relative;
    z-index: 1;
}

.resolve_strip img {
    width: 30px;
}

.resolve_strip p {
    font-size: 16px;
    line-height: 25px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-top: -5px;
    padding-left: 7px;
}

.bnr_hero {
    position: absolute;
    top: 19px;
    right: -201px;
}

.section_1 {
    background: rgb(255, 255, 255);
    float: left;
    width: 100%;
    overflow: hidden;
}

.sec1_content {
    float: left;
    width: 50%;
    text-align: left;
    padding: 90px 0px 100px;
    position: relative;
    z-index: 1;
}

.common_heading {
    font-size: 50px;
    line-height: 60px;
    color: rgb(255, 193, 7);
    font-weight: 800;
    text-align: left;
    margin-bottom: 40px;
}

.common_heading span, .services-section h2 span {
    background: text rgb(140, 107, 7);
    -webkit-text-fill-color: transparent;
}

.common_text {
    font-size: 16px;
    line-height: 25px;
    color: rgb(22, 22, 22);
    letter-spacing: 0.5px;
    margin-top: 25px;
    text-align: left;
}

ul.s1_list {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 490px;
    margin-top: 15px;
}

ul.s1_list li {
    background: url("../images/s1-list-tike.png") left 7px / 17px no-repeat;
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: rgb(27, 39, 45);
    letter-spacing: 0.5px;
    padding-left: 30px;
    margin-top: 27px;
}

.sec1_content .common_btn {
    margin-top: 60px;
}

.s1_graph_img {
    position: absolute;
    top: 41px;
    right: 0px;
    max-width: none;
    object-fit: cover;
    left: -10%;
}

.section_2 {
    float: left;
    width: 100%;
    background: rgb(254, 249, 230);
    padding: 60px 0px;
}

.compare_antivirus_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 35px;
}

.compare_antivirus_box {
    background: rgb(255, 193, 7);
    border-radius: 10px;
    padding: 23px;
    overflow: hidden;
    margin-bottom: 30px;
    height: 96%;
    position: relative;
}

.compare_antivirus_top {
    margin: 0px auto;
    width: 100%;
    justify-content: space-between;
}

.antivirus_imgbox {
    margin: 0px 0px 0px -10px;
}

.antivirus_imgbox img {
    margin: 0px auto;
    display: block;
}

.antivirus_contbox {
    text-align: left;
    position: relative;
    margin-top: 10px;
}

.s2_bx_icns {
    position: absolute;
    top: -55px;
    right: 15px;
    width: 36px;
}

.anti_heading {
    font-size: 18px;
    line-height: 28px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    background: rgb(0, 0, 0);
    padding: 5px 20px;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid rgb(0, 0, 0);
}

.anti_text {
    font-size: 16px;
    line-height: 25px;
    color: rgb(140, 107, 7);
    letter-spacing: 0.5px;
    margin-top: 12px;
}

.anti_key_text {
    font-size: 16px;
    line-height: 16px;
    color: rgb(0, 0, 0);
    font-weight: 800;
    margin-top: 27px;
}

ul.anti_list {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    margin-top: 8px;
}

ul.anti_list li {
    float: left;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

ul.anti_list li img {
    width: 18px;
    margin-right: 5px;
}

ul.anti_list li p {
    font-size: 13px;
    line-height: 24px;
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.compare_antivirus_btm {
    float: left;
    width: 100%;
    padding: 15px 0px 30px;
    margin-top: 10px;
}

.protect_text {
    font-size: 16px;
    line-height: 16px;
    color: rgb(0, 0, 0);
    font-weight: 800;
}

ul.protect_list {
    margin: 20px auto 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
}

ul.protect_list li {
    font-size: 14px;
    line-height: 16px;
    color: rgb(0, 0, 0);
    text-align: left;
    font-weight: 600;
    padding-left: 12px;
    position: relative;
}

ul.protect_list li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0px;
    background: rgb(203, 18, 42);
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.comp_btn_box {
    width: 100%;
    max-width: 455px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.compare_btn:hover {
    background: rgb(210, 226, 225);
    color: rgb(0, 0, 0) !important;
}

.compare_btn {
    display: inline-block;
    vertical-align: top;
    width: 218px;
    height: 55px;
    font-size: 16px;
    line-height: 53px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 24px;
    background: rgb(140, 107, 7);
    color: rgb(255, 255, 255) !important;
}

.compare_btn img {
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0px 0px 13px;
    width: 17px;
}

.register_btn {
    background: rgb(255, 255, 255);
    border: 2px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    line-height: 46px;
}

.register_btn img {
    filter: brightness(1) invert(1);
}

.section_3 {
    float: left;
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 80px 0px 100px;
}

.s3-lft {
    width: 45%;
    float: left;
}

.digitaly_faq-container {
    display: inline-block;
    vertical-align: top;
    max-width: 970px;
    width: 100%;
    margin: 40px 0px 0px;
    padding: 0px;
}

.digitaly_up-slide-dwn {
    float: left;
    width: 100%;
    overflow: hidden;
}

.digitaly_faq-innr {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgb(179, 197, 172);
}

.digitaly_faq-innr:has(.digitaly_acdn-heading.digitaly_accordion-open) {
    border-bottom: 2px solid rgb(229, 229, 229);
}

.digitaly_accordion {
    float: left;
    width: 100%;
    text-align: left;
    background: url("../images/close.png") right 15px center no-repeat;
    padding: 24px 45px 26px 0px;
    font-size: 20px;
    line-height: 26px;
    color: rgb(27, 39, 45);
    letter-spacing: 0.5px;
    cursor: pointer;
    position: relative;
    font-weight: bold;
}

.digitaly_accordion.last {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.digitaly_acdn-heading.digitaly_accordion-open {
    background: url("../images/open.png") right 15px center no-repeat;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.digitaly_acdn-content {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0px 0px 15px;
}

.digitaly_acdn-para {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
}

.s3-rgt {
    max-width: 575px;
    width: 100%;
    float: right;
    border-radius: 15px;
}

.active-plan {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin-top: 50px;
}

.s3-btm-tx {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 55px;
}

.section_4 {
    float: left;
    width: 100%;
    background: url("../images/banner_1.jpg") center bottom no-repeat;
    padding: 80px 0px;
}

.s4_mid_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s4_mid_box {
    display: flex;
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 40px;
    align-items: center;
}

.s4_mid_box h3 {
    font-size: 26px;
    line-height: 32px;
    color: rgb(138, 106, 7);
    font-weight: 700;
}

.s4_mid_box p {
    font-size: 18px;
    line-height: 30px;
    color: rgb(0, 0, 0);
    letter-spacing: 0.5px;
    margin-top: 12px;
}

.s4_bx_imgs {
    margin: 20px auto 0px;
    display: none;
}

.section_5 {
    float: left;
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 80px 0px 100px;
}

.rev-sec {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.rev-bx {
    width: 31.5%;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 30px 22px;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px 4px;
    margin: 50px 0px 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.rev-bx-top {
    float: left;
    width: 100%;
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
}

.rev-star {
    display: inline-block;
    vertical-align: top;
}

.rev-hd {
    font-size: 20px;
    line-height: 26px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-top: 10px;
}

.rev-tx {
    font-size: 18px;
    line-height: 28px;
    color: rgb(22, 22, 22);
    letter-spacing: 0.5px;
    margin-top: 15px;
}

.rev-bx-bottom {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: auto;
}

.rev-nm {
    font-size: 18px;
    line-height: 22px;
    color: rgb(27, 39, 45);
    margin-top: 20px;
}

.veri-tx {
    font-size: 14px;
    line-height: 20px;
    color: rgb(0, 0, 0);
    margin-top: 20px;
}

.veri-tk {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0px 0px;
    width: 15px;
}

.section_6 {
    float: left;
    width: 100%;
    background: rgb(245, 248, 253);
    padding: 80px 0px 100px;
}

.sec6_content {
}

.s6_prod {
    margin: 27px auto 0px;
    display: block;
    width: 350px;
    border-radius: 10px;
}

.faq-container {
    width: 60%;
    margin: 0px auto;
    padding-top: 40px;
}

.up-slide-dwn {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 10px;
}

.faq-innr {
    float: left;
    width: 100%;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 28px;
    margin-top: 5px;
}

.accordion {
    float: left;
    width: 100%;
    text-align: left;
    background: url("../images/close.png") right 15px center no-repeat;
    padding: 15px;
    font-size: 16px;
    line-height: 26px;
    color: rgb(27, 39, 45);
    letter-spacing: 0.5px;
    cursor: pointer;
    position: relative;
    font-weight: bold;
}

.accordion.last {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.acdn-heading.accordion-open {
    background: url("../images/open.png") right 15px center no-repeat;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.acdn-content {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0px 20px 15px;
}

.acdn-para {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
}

a.link_text {
    color: rgb(26, 85, 205);
    text-decoration: underline;
}

.footer {
    float: left;
    width: 100%;
    background: rgb(0, 0, 0);
    padding: 30px 0px;
    border-top: 1px solid rgba(165, 53, 197, 0.37);
}

.ftr_logo {
    margin: 0px auto 17px;
    display: block;
    width: 214px;
    filter: contrast(0.1);
}

.ftr-txt {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 34px;
    color: rgb(255, 255, 255);
}

.footer .ftr-txt a {
    padding: 0px 5px;
    color: rgb(255, 255, 255);
}

.prodBreadcrm {
    float: left;
    width: 100%;
    background: rgb(0, 0, 0);
    text-align: left;
    padding: 10px 0px;
}

.prodBreadcrm p {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    color: rgb(255, 255, 255);
}

.prodBreadcrm p a {
    color: rgb(165, 165, 165);
    font-weight: normal;
}

.prod_del_sec1 {
    float: left;
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 35px 0px 50px;
}

.prod_del_s1_heading {
    font-size: 35px;
    line-height: 39px;
    color: rgb(0, 0, 0);
    font-weight: 800;
}

.prod_del_s1_text {
    font-size: 18px;
    line-height: 20px;
    color: rgb(0, 0, 0);
    letter-spacing: 0.3px;
    font-weight: 600;
    margin-top: 20px;
}

.prod_del_s1_text span {
    padding: 0px 12px;
}

.prod_del_wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 1030px;
    margin-top: 40px;
}

.prod_del_left {
    float: left;
    width: 45%;
}

.prod_del_prodbx {
    float: left;
    width: 100%;
    text-align: center;
    background: rgb(255, 255, 255);
    border: 2px solid rgb(138, 160, 223);
    border-radius: 12px;
    padding: 25px;
}

.product_img {
    margin: 0px auto;
    display: block;
    width: 380px;
}

.prod_del_prodbx .available_app {
    float: none;
    margin: 15px auto 0px;
    justify-content: center;
}

.prod_del_right {
    float: right;
    width: 51%;
    text-align: center;
}

.prod_del_review {
    font-size: 17px;
    line-height: 17px;
    color: rgb(0, 0, 0);
    text-align: left;
}

.prod_del_review img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 10px 0px 0px;
    width: 90px;
}

.prod_det_heading {
    font-size: 45px;
    line-height: 49px;
    color: rgb(19, 47, 130);
    font-weight: 800;
    text-align: left;
    margin-top: 5px;
}

.prod_det_sub_heading {
    font-size: 20px;
    line-height: 24px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    text-align: left;
    margin-top: 12px;
}

.prod_det_desc {
    font-size: 17px;
    line-height: 26px;
    color: rgb(0, 0, 0);
    letter-spacing: 0.3px;
    text-align: left;
    border-top: 1px solid rgb(206, 206, 206);
    padding-top: 12px;
    margin-top: 16px;
}

.prod_det_benefbx {
    float: left;
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px 4px;
    overflow: hidden;
    margin-top: 20px;
}

.prod_det_tab_header {
    float: left;
    width: 100%;
    background: rgb(240, 245, 252);
    border-radius: 5px;
    padding: 5px;
}

.prod_det_tab_list {
    margin: 0px auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prod_det_tab_list li {
    font-size: 18px;
    line-height: 18px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    padding: 10px 20px 12px;
    cursor: pointer;
    border-radius: 4px;
}

.prod_det_tab_list li.active {
    background: rgb(11, 182, 15);
    color: rgb(255, 255, 255);
}

.prod_det_tab_content {
    float: left;
    width: 100%;
    padding: 20px 15px;
}

.prod_det_tab_text {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: rgb(0, 0, 0);
    letter-spacing: 0.3px;
    text-align: left;
}

.tb_txt_top {
    margin: 20px 0px 0px !important;
}

ul.prod_det_cont_list {
    float: left;
    width: 100%;
}

ul.prod_det_cont_list li {
    background: url("../images/green-tike.png") left 5px / 18px no-repeat;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    color: rgb(0, 0, 0);
    padding-left: 34px;
    margin-bottom: 12px;
}

ul.prod_det_cont_list li:last-child {
    margin-bottom: 0px;
}

.prod_det_tab_content ul.protect_list {
    float: left;
    justify-content: flex-start;
    gap: 12px 20px;
}

ul.app_list_tab {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}

ul.app_list_tab li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

ul.app_list_tab li img {
    display: inline-block;
    vertical-align: middle;
    width: 46px;
}

.order_pricebox {
    float: left;
    margin: 30px auto 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.pricebx_left {
    width: 60%;
    text-align: left;
}

.pricebx_left h3 {
    font-size: 22px;
    line-height: 24px;
    color: rgb(0, 0, 0);
    font-weight: 800;
}

.pricebx_left p {
    font-size: 17px;
    line-height: 21px;
    color: rgb(0, 0, 0);
    margin-top: 10px;
}

.pricebx_right {
    width: 35%;
    text-align: right;
}

.cut_price {
    font-size: 20px;
    line-height: 20px;
    color: rgb(0, 0, 0);
}

.cut_price span {
    position: relative;
}

.cut_price span::before {
    content: "";
    position: absolute;
    left: -3px;
    top: 48%;
    border-bottom: 1px solid rgb(222, 28, 15);
    right: 0px;
    transform: rotate(-17deg);
}

.disc_price {
    font-size: 25px;
    line-height: 25px;
    color: rgb(0, 0, 0);
    font-weight: 800;
    margin-top: 6px;
}

.prod_det_btnbox {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 525px;
    text-align: center;
    margin-top: 60px;
}

.prod_del_right .prod_det_btnbox {
    margin-top: 25px;
}

.prod_det_btn {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 74px;
    font-size: 27px;
    line-height: 70px;
    color: rgb(255, 255, 255);
    background: rgb(11, 137, 161);
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.cards_img {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}

.btn_secure_text {
    font-size: 15px;
    line-height: 15px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    margin-top: 12px;
}

.btn_secure_text img {
    display: inline-block;
    vertical-align: middle;
    margin: -6px 8px 0px 0px;
    width: 13px;
}

.prod_del_strip {
    float: left;
    width: 100%;
    padding: 20px 0px;
    background: rgb(245, 248, 253);
}

ul.prod_del_list {
    margin: 0px auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.prod_del_list li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0px 20px;
    text-align: center;
    position: relative;
}

ul.prod_del_list li::before {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: 0px;
    width: 1px;
    background: rgb(212, 212, 212);
}

ul.prod_del_list li:last-child::before {
    display: none;
}

.strip_text {
    display: inline-block;
    vertical-align: middle;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: rgb(22, 22, 22);
}

.strip_text span {
    color: rgb(19, 47, 130);
    font-weight: bold;
}

.prod_del_sec2 {
    float: left;
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 50px 0px 70px;
}

.prod_del_sec2_wrap {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.prod_del_sec2_left {
    float: left;
    width: 48%;
}

.prod_del_sec2_left img {
    display: block;
    margin: 0px auto;
    border-radius: 10px;
}

.prod_del_sec2_right {
    float: right;
    width: 49%;
    text-align: left;
}

.prod_del_s2_box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 35px 30px;
    box-shadow: rgba(35, 80, 200, 0.2) 0px 0px 12px 2px;
    border-radius: 10px;
}

ul.prod_det_s2_list {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

ul.prod_det_s2_list li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: url("../images/prod-det-s2-tick.png") left 8px no-repeat;
    padding-left: 50px;
    position: relative;
    padding-bottom: 35px;
}

ul.prod_det_s2_list li:last-child {
    padding-bottom: 0px;
}

ul.prod_det_s2_list li::before {
    content: "";
    position: absolute;
    top: 50px;
    bottom: 0px;
    left: 10px;
    border-right: 1px solid rgb(161, 161, 161);
}

ul.prod_det_s2_list li:last-child::before {
    display: none;
}

ul.prod_det_s2_list li h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: rgb(0, 0, 0);
}

ul.prod_det_s2_list li p {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: rgb(22, 22, 22);
    margin-top: 12px;
}

.prod_del_sec3 {
    float: left;
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 30px 0px 70px;
}

.prod_det_s3_mid_row {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 1030px;
    margin-top: 20px;
}

.prod_det_s3_mid_col {
    margin: 30px auto 0px;
    width: 100%;
    background: rgb(242, 250, 255);
    border-radius: 12px;
    overflow: hidden;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.det_s3_mid_col_reverse {
    flex-direction: row-reverse;
}

.prod_det_s3_col_contbx {
    width: 46%;
    text-align: left;
}

.prod_det_s3_icns {
    display: inline-block;
    vertical-align: top;
    width: 78px;
}

.prod_det_s3_cont_heading {
    font-size: 30px;
    line-height: 36px;
    color: rgb(0, 0, 0);
    font-weight: 800;
    margin-top: 12px;
}

.prod_det_s3_col_contbx p {
    margin-top: 15px !important;
}

.prod_det_s3_col_imgbx {
    width: 47%;
}

.prod_det_s3_col_imgbx img {
    margin: 0px auto;
    display: block;
    border-radius: 10px;
}

.prod_del_sec4 {
    background: rgb(245, 248, 253);
    float: left;
    width: 100%;
    padding: 50px 0px 70px;
}

ul.prod_del_sec4_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 60px auto 0px;
}

ul.prod_del_sec4_list li {
    width: 33.33%;
    padding: 0px 25px 55px;
    position: relative;
}

ul.prod_del_sec4_list li::after, ul.prod_del_sec4_list li::before {
    content: "";
    position: absolute;
}

ul.prod_del_sec4_list li::after {
    top: 0px;
    right: 0px;
    bottom: 25px;
    width: 1px;
    background: rgb(200, 200, 200);
}

ul.prod_del_sec4_list li:nth-child(n+4)::before {
    top: 0px;
    right: 25px;
    left: 25px;
    height: 1px;
    background: rgb(200, 200, 200);
}

ul.prod_del_sec4_list li:nth-child(n+4) {
    padding-top: 55px;
    padding-bottom: 0px;
}

ul.prod_del_sec4_list li:nth-last-child(3n+1)::after {
    display: none;
}

ul.prod_del_sec4_list li:nth-child(n+4)::after {
    top: 25px;
    bottom: 0px;
}

.prod_det_s4_list_icon {
    display: block;
    margin: 0px auto;
    width: 60px;
}

ul.prod_del_sec4_list li h3 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    margin-top: 15px;
}

ul.prod_del_sec4_list li p {
    margin-top: 12px !important;
}

.prod_del_sec5 {
    background: rgb(255, 255, 255);
    float: left;
    width: 100%;
    padding: 50px 0px 70px;
}

.prod_det_s5_left {
    float: left;
    width: 43%;
    text-align: left;
}

.prod_det_s5_product_img {
    margin: 40px auto 0px;
    display: block;
    width: 390px;
}

.prod_det_s5_left .prod_det_btnbox {
    margin-top: 40px;
}

.faq-container_inner {
    width: 52%;
}

.inner_bnr_sec {
    background: url("../images/bnr-bg.jpg") center top / cover no-repeat;
    float: left;
    width: 100%;
    padding: 50px 0px 60px;
    overflow: hidden;
}

.inr_bnr_heading {
    font-size: 40px;
    line-height: 46px;
    color: rgb(11, 137, 161);
    font-weight: 800;
}

.inr_bnr_text {
    font-size: 18px;
    line-height: 28px;
    color: rgb(0, 0, 0);
    letter-spacing: 0.5px;
    margin-top: 20px;
}

.inr_bnr_content {
    float: left;
    width: 68%;
    text-align: left;
}

.innr_bnr_hero {
    position: absolute;
    top: -40px;
    right: 0px;
    width: 340px;
}

.vpn_secuirity_page .strip_text {
    font-size: 19px;
    line-height: 26px;
}

.vpn_secuirity_page .strip_text span {
    font-size: 23px;
    line-height: 30px;
}

.vpn_secuirity_page ul.prod_del_sec4_list li:nth-child(n+4) {
    padding-bottom: 55px;
}

.vpn_secuirity_page ul.prod_del_sec4_list li:nth-child(n+7) {
    padding-bottom: 0px;
}

.support_section1 {
    float: left;
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 60px 0px;
}

.support_wrap {
    margin: 0px auto;
    width: 100%;
    max-width: 1130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.support_box {
    width: 45%;
}

.prod_del_prodbx {
    float: left;
    width: 100%;
    text-align: center;
    background: rgb(255, 255, 255);
    border: 2px solid rgb(138, 160, 223);
    border-radius: 12px;
    padding: 15px 25px 25px;
}

.product_img2 {
    margin: 0px auto;
    display: block;
    width: 380px;
}

.prod_del_prodbx .available_app {
    float: none;
    margin: 0px auto;
    justify-content: center;
}

.support_contentbox {
    float: left;
    width: 100%;
    text-align: left;
    padding-top: 26px;
}

.suport_s1_bx_heading {
    font-size: 30px;
    line-height: 34px;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

ul.support_s1_list {
    float: left;
    width: 100%;
    margin-top: 5px;
}

ul.support_s1_list li {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    margin-top: 15px;
}

ul.support_s1_list li a {
    color: rgb(86, 121, 210);
    text-decoration: underline;
}

.suport_arw_img {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 10px;
}

.support_strip_box {
    float: left;
    width: 100%;
    max-width: 420px;
    background: rgb(245, 248, 253);
    border: 2px solid rgb(183, 207, 248);
    border-radius: 10px;
    padding: 8px 25px 12px 100px;
    position: relative;
    margin-top: 40px;
}

.support_strip_box img {
    position: absolute;
    top: -12px;
    left: 24px;
    width: 52px;
}

.support_strip_box h3 {
    font-size: 18px;
    line-height: 22px;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.support_strip_box p {
    font-size: 14px;
    line-height: 20px;
    color: rgb(0, 0, 0);
    letter-spacing: 0.3px;
    margin-top: 5px;
}

.antivirus_support_section {
    float: left;
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 60px 0px;
}

.support_heading {
    font-size: 34px;
    line-height: 38px;
    color: rgb(11, 137, 161);
    font-weight: bold;
    text-align: left;
    padding-left: 50px;
}

.support_content_box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 1080px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(18, 47, 129, 0.1) 0px 0px 15px 4px;
    padding: 30px 35px 40px;
    margin-top: 50px;
}

.support_box_row {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 40px;
}

.support_box_row:first-child {
    margin-top: 0px;
}

.support_row_heading {
    font-size: 28px;
    line-height: 32px;
    color: rgb(11, 137, 161);
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.support_row_heading span {
    font-weight: normal;
}

.support_row_text {
    font-size: 15px;
    line-height: 24px;
    color: rgb(0, 0, 0);
    letter-spacing: 0.3px;
    margin-top: 15px;
}

.support_row_text a {
    color: rgb(86, 121, 210);
    text-decoration: underline;
}

.top_1 {
    margin-top: 20px !important;
}

ol.support_list {
    margin: 10px 0px 0px;
    padding-left: 40px;
}

ol.support_list li {
    list-style: decimal;
    font-size: 15px;
    line-height: 24px;
    color: rgb(0, 0, 0);
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

ol.support_list li:last-child {
    margin-bottom: 0px;
}

ol.support_list li a {
    color: rgb(86, 121, 210);
    text-decoration: underline;
}

.question_imgs {
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
}

.video_clips {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0px 0px 3px;
}

.ques_img_mr {
    margin-right: 20px;
}

.pulse {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(0.95);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}

.show-mob, .show-tab {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

@media only screen and (max-width: 1200px) {
    .container {
        width: 1004px;
    }

    .bnr_heading {
        font-size: 56px;
        line-height: 62px;
    }

    .bnr_para {
        font-size: 17px;
        line-height: 25px;
    }

    .bnr_right {
        width: 43%;
    }

    .common_heading {
        font-size: 46px;
        line-height: 56px;
    }

    .common_text {
        font-size: 17px;
        line-height: 25px;
    }

    .s1_graph_img {
        right: -285px;
    }

    .antivirus_contbox {
        margin-top: 20px;
    }

    .compare_antivirus_btm {
        margin-top: 20px;
    }

    ul.protect_list li {
        font-size: 11px;
        line-height: 15px;
    }

    .s3-rgt {
        max-width: 510px;
    }

    .rev-tx {
        font-size: 17px;
        line-height: 25px;
    }

    .s4_mid_box p {
    }

    .sec6_content {
        width: 39%;
    }

    .acdn-para {
        font-size: 17px;
        line-height: 25px;
    }

    .prod_del_left {
        width: 38%;
    }

    .prod_del_right {
        width: 57%;
    }

    .prod_det_tab_text {
        font-size: 15px;
        line-height: 25px;
    }

    .strip_text {
        font-size: 21px;
    }

    .vpn_secuirity_page .strip_text {
        font-size: 17px;
        line-height: 25px;
    }

    .inr_bnr_content {
        width: 52%;
    }

    .inr_bnr_heading {
        font-size: 36px;
        line-height: 42px;
    }

    .inr_bnr_text {
        font-size: 17px;
        line-height: 27px;
    }

    .innr_bnr_hero {
        width: 400px;
    }

    .support_box {
        width: 46%;
    }

    .suport_s1_bx_heading {
        font-size: 28px;
        line-height: 32px;
    }

    .support_heading {
        padding: 0px;
    }

    .prod_det_tab_content ul.protect_list li {
        font-size: 14px;
        line-height: 16px;
    }
}

@media only screen and (max-width: 1021px) {
    .container {
        width: 750px;
    }

    .show-desk {
        display: none;
    }

    .show-tab {
        display: block;
    }

    .logo_box {
        position: static;
        float: left;
        transform: none;
        margin-top: 6px;
    }

    ul.menu-list {
        display: none;
    }

    a.nav-btn {
        margin: 17px 46px 0px 0px;
    }

    .bnr_section {
        padding-bottom: 60px;
    }

    .bnr_content {
        width: 47%;
        margin-top: 40px;
    }

    .bnr_heading {
        font-size: 40px;
        line-height: 46px;
    }

    .bnr_para {
        font-size: 16px;
        line-height: 24px;
    }

    .bnr_right {
        width: 50%;
        margin: 57px 0px 0px;
    }

    .bnr_hero {
        right: -230px;
    }

    .sec1_content {
        width: 50%;
        padding: 60px 0px 80px;
    }

    .common_heading {
        font-size: 36px;
        line-height: 46px;
    }

    .common_text {
        font-size: 16px;
        line-height: 24px;
    }

    .s1_graph_img {
        top: 0px;
        right: -325px;
    }

    .section_2 {
        padding: 60px 0px 80px;
    }

    .compare_antivirus_wrap {
    }

    .compare_antivirus_box {
        width: 100%;
    }

    .antivirus_contbox {
        margin-top: 40px;
    }

    .anti_heading {
        font-size: 24px;
        line-height: 32px;
    }

    .compare_antivirus_btm {
        margin-top: 0px;
    }

    ul.protect_list li {
        font-size: 14px;
        line-height: 16px;
    }

    .section_3 {
        padding: 60px 0px 80px;
    }

    .s3-rgt {
        max-width: 370px;
    }

    .s3-btm-tx {
        font-size: 22px;
        line-height: 28px;
        margin-top: 50px;
    }

    .section_4 {
        padding: 60px 0px 80px;
    }

    .s4_mid_box {
        width: 50%;
        border-radius: 15px;
        padding: 25px 15px 0px;
    }

    .s4_mid_box h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .s4_mid_box p {
    }

    .section_5 {
        padding: 60px 0px 80px;
    }

    .rev-bx {
        padding: 25px 15px;
    }

    .rev-tx {
        font-size: 16px;
        line-height: 24px;
    }

    .rev-nm {
        font-size: 16px;
        line-height: 22px;
    }

    .veri-tk {
        margin: -2px 0px 0px;
    }

    .section_6 {
        padding: 60px 0px 80px;
    }

    .accordion {
        font-size: 18px;
        line-height: 26px;
    }

    .acdn-para {
        font-size: 16px;
        line-height: 24px;
    }

    .prod_del_s1_heading {
        font-size: 28px;
        line-height: 34px;
    }

    .prod_del_s1_text {
        font-size: 16px;
        line-height: 18px;
        margin-top: 15px;
    }

    .prod_del_left {
        width: 39%;
    }

    .moneybk_box h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .prod_del_review {
        font-size: 16px;
        line-height: 16px;
    }

    .prod_det_heading {
        font-size: 36px;
        line-height: 46px;
    }

    .prod_det_sub_heading {
        font-size: 17px;
        line-height: 21px;
    }

    .prod_det_tab_list li {
        font-size: 17px;
        line-height: 17px;
        padding: 10px 18px 12px;
    }

    ul.prod_det_cont_list li {
        padding-left: 30px;
    }

    .prod_det_btn {
        font-size: 26px;
    }

    .strip_list_icon {
        width: 46px;
    }

    .strip_text {
        font-size: 18px;
        line-height: 24px;
    }

    .prod_del_sec2_left {
        width: 38%;
    }

    .prod_del_sec2_right {
        width: 58%;
    }

    .prod_del_s2_box {
        padding: 30px 20px;
    }

    ul.prod_det_s2_list li {
        padding-left: 45px;
        padding-bottom: 30px;
    }

    ul.prod_det_s2_list li h3 {
        font-size: 21px;
        line-height: 27px;
    }

    ul.prod_det_s2_list li p {
        font-size: 16px;
        line-height: 24px;
    }

    .prod_det_s3_icns {
        width: 65px;
    }

    .prod_det_s3_cont_heading {
        font-size: 24px;
        line-height: 30px;
    }

    ul.prod_del_sec4_list li {
        padding: 0px 15px 35px;
    }

    ul.prod_del_sec4_list li:nth-child(n+4) {
        padding-top: 35px;
    }

    ul.prod_del_sec4_list li h3 {
        font-size: 19px;
        line-height: 25px;
    }

    .vpn_secuirity_page ul.prod_del_sec4_list li:nth-child(n+4) {
        padding-bottom: 35px;
    }

    .faq-container_inner {
        width: 53%;
    }

    .prod_det_s5_left .prod_det_btn {
        font-size: 21px;
    }

    .inr_bnr_heading {
        font-size: 30px;
        line-height: 36px;
    }

    .inr_bnr_text {
        font-size: 16px;
        line-height: 24px;
    }

    .support_box {
        width: 48%;
    }

    .suport_s1_bx_heading {
        font-size: 24px;
        line-height: 28px;
    }

    ul.support_s1_list li {
        font-size: 16px;
        line-height: 24px;
    }

    .support_strip_box {
        float: left;
        padding: 8px 15px 12px 80px;
    }

    .support_strip_box img {
        left: 12px;
    }

    .ques_img_mr {
        margin-right: 5px;
    }

    #installiphone .question_imgs {
        width: 220px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0px 15px;
        max-width: 600px;
        box-sizing: border-box;
    }

    .show-mob {
        display: block;
    }

    .hide-mob {
        display: none;
    }

    .top_strip {
        padding: 8px 0px 10px;
    }

    .top_strip p {
        font-size: 14px;
        line-height: 18px;
    }

    .top_strip p a {
        border-bottom: 1px solid rgb(0, 0, 0);
    }

    .top-fix-bar {
        margin-bottom: 60px;
    }

    .nav-sec {
        height: 60px;
        margin-top: -60px;
        top: 60px;
    }

    .logo_box {
    }

    .mob-mnu-ic {
        top: 21px;
        right: 15px;
    }

    .mobilemenu {
        top: 60px;
    }

    .mobimenu-top {
        top: 59px;
    }

    a.nav-btn {
        display: none;
    }

    .bnr_section {
        padding-bottom: 40px;
    }

    .bnr_content {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .bnr_heading {
        font-size: 26px;
        line-height: 34px;
    }

    .bnr_para {
        font-size: 15px;
        line-height: 23px;
        margin-top: 20px;
    }

    .bnr_section .common_btn {
        margin-top: 30px;
    }

    .common_btn {
        margin-top: 30px;
    }

    .common_btn {
        height: 60px;
        font-size: 20px;
        line-height: 55px;
    }

    .available_app {
        width: 100%;
        justify-content: center;
        margin-top: 15px;
    }

    .available_app p {
        font-size: 15px;
        line-height: 15px;
    }

    .bnr_right {
        width: 100%;
        position: relative;
        margin-top: 30px;
    }

    .bnr_hero {
        right: -100px;
        top: 78px;
    }

    .auto_scan_box {
        padding: 20px 20px 0px;
    }

    .auto_scan_top h3 {
        font-size: 16px;
        line-height: 16px;
    }

    .auto_scan_top {
        padding: 15px 18px;
        height: 112px;
    }

    .auto_scan_btm {
        padding: 12px;
        margin-top: 12px;
    }

    .threat_cont h3 {
        font-size: 15px;
        line-height: 15px;
    }

    .bnr_hero {
        right: -100px;
        top: 65px;
        max-width: none;
        width: 400px;
    }

    .resolve_strip {
        max-width: 260px;
        padding: 10px 10px 8px 15px;
        margin-top: 20px;
    }

    .resolve_strip img {
        width: 18px;
    }

    .resolve_strip p {
        font-size: 12px;
        line-height: 16px;
        margin-top: -3px;
        padding-left: 5px;
    }

    .section_1 {
        padding: 30px 0px 0px;
    }

    .sec1_content {
        width: 100%;
        padding: 0px;
    }

    .common_heading {
        font-size: 20px;
        line-height: 27px;
    }

    .ab-set {
        width: 100%;
    }

    .bnr_section {
        background: url("../images/banner.jpg") right center no-repeat;
    }

    .common_btn {
        max-width: 363px;
    }

    .common_text {
        font-size: 15px;
        line-height: 23px;
        margin-top: 20px;
    }

    ul.s1_list {
        margin-top: 10px;
    }

    ul.s1_list li {
        font-size: 15px;
        line-height: 21px;
        background-size: 14px;
        padding-left: 26px;
        margin-top: 15px;
    }

    .sec1_content .common_btn {
        margin: 30px auto 0px;
        display: block;
    }

    .s1_graph_img {
        width: calc(100% + 30px);
        position: static;
        margin: 25px auto 0px -15px;
        max-width: none;
    }

    .section_2 {
        padding: 30px 0px 40px;
    }

    .compare_antivirus_wrap {
        row-gap: 25px;
        margin: 30px auto 0px;
    }

    .compare_antivirus_box {
    }

    .antivirus_contbox {
        width: 100%;
        margin: 0px;
    }

    .compare_antivirus_top {
        padding: 10px 0px 5px;
    }

    .anti_heading {
        font-size: 18px;
        line-height: 26px;
        padding-left: 6px;
    }

    .anti_text {
        font-size: 13px;
        line-height: 19px;
        padding-left: 6px;
    }

    .s2_bx_icns {
        top: 0px;
        right: 0px;
        width: 30px;
    }

    .antivirus_imgbox {
        float: left;
        width: 46%;
        margin: 12px 0px 0px -10px;
    }

    .antivirus_imgbox img {
        width: 250px;
    }

    .key_cont_mob {
        float: right;
        margin-top: 32px;
    }

    .anti_key_text {
        margin-top: 0px;
        font-size: 15px;
        line-height: 15px;
    }

    ul.anti_list li p {
        font-size: 11px;
        line-height: 15px;
    }

    .compare_antivirus_btm {
    }

    .protect_text {
        font-size: 15px;
        line-height: 15px;
    }

    ul.protect_list {
        max-width: 270px;
        row-gap: 8px;
    }

    ul.protect_list li {
        font-size: 13px;
        line-height: 15px;
    }

    .comp_btn_box {
    }

    .compare_btn {
        width: 156px;
        height: 48px;
        font-size: 14px;
        line-height: 45px;
        letter-spacing: 0.3px;
    }

    .register_btn {
        line-height: 40px;
    }

    .section_3 {
        padding: 30px 0px 40px;
    }

    .s3-rgt {
        max-width: 100%;
        margin-top: 30px;
    }

    .s3-lft {
        width: 100%;
    }

    .digitaly_faq-container {
        margin-top: 20px;
    }

    .digitaly_accordion {
        padding: 18px 40px 20px 0px;
        font-size: 17px;
        line-height: 24px;
    }

    .digitaly_acdn-content {
        padding: 0px 0px 5px;
    }

    .s3-btm-tx {
        font-size: 18px;
        line-height: 26px;
        margin-top: 25px;
    }

    .common_btn_width {
        max-width: 270px !important;
    }

    .digitaly_acdn-para {
        font-size: 14px;
        line-height: 22px;
    }

    .section_4 {
        padding: 30px 0px 40px;
    }

    .s4_mid_wrap {
        margin: 40px auto 10px;
        row-gap: 40px;
    }

    .s4_mid_box {
        width: 100%;
        padding: 25px 20px 0px;
    }

    .s4_bx_steps {
        font-size: 22px;
    }

    .s4_mid_box h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .s4_mid_box p {
        min-height: auto;
    }

    .section_5 {
        padding: 30px 0px 40px;
    }

    .rev-sec {
        flex-wrap: wrap;
    }

    .rev-bx {
        padding: 20px 15px;
        width: 100%;
        margin: 20px 0px 10px;
    }

    .rev-star {
        width: 100px;
    }

    .rev-hd {
        font-size: 17px;
        line-height: 24px;
    }

    .rev-tx {
        font-size: 15px;
        line-height: 23px;
    }

    .rev-nm {
        font-size: 17px;
        line-height: 21px;
        margin-top: 20px;
    }

    .veri-tx {
        font-size: 13px;
        line-height: 19px;
        margin-top: 20px;
    }

    .veri-tk {
        margin: -1px 3px 0px 0px;
        width: 14px;
    }

    .section_6 {
        padding: 30px 0px 40px;
    }

    .sec6_content {
        width: 100%;
        text-align: center;
    }

    .faq-container {
        margin: 20px 0px 0px;
        width: 100%;
    }

    .faq-innr {
        margin-top: 10px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
    }

    .up-slide-dwn {
        padding: 5px;
    }

    .accordion {
        padding: 16px 40px 18px 15px;
        font-size: 17px;
        line-height: 25px;
        background-size: 14px;
    }

    .acdn-heading.accordion-open {
        background-size: 14px;
    }

    .acdn-content {
        padding: 0px 15px 5px;
    }

    .acdn-para {
        font-size: 15px;
        line-height: 23px;
    }

    .footer {
        padding: 25px 0px;
    }

    .ftr_logo {
        width: 60px;
        margin: 0px auto 10px;
    }

    .ftr-txt {
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px;
    }

    .ftr-top-mob {
        margin-top: 10px;
    }

    .prodBreadcrm p {
        font-size: 11px;
        line-height: 11px;
    }

    .prod_del_sec1 {
        padding: 15px 0px 30px;
    }

    .prod_del_s1_heading {
        font-size: 20px;
        line-height: 28px;
    }

    .prod_del_s1_text {
        font-size: 10px;
        line-height: 12px;
        margin-top: 14px;
    }

    .prod_del_s1_text span {
        padding: 0px 5px;
    }

    .prod_del_wrap {
        margin-top: 30px;
    }

    .prod_del_left {
        width: 100%;
    }

    .prod_del_right {
        width: 100%;
        margin-top: 25px;
    }

    .prod_del_review {
        font-size: 13px;
        line-height: 13px;
    }

    .prod_del_review img {
        margin: -5px 8px 0px 0px;
        width: 85px;
    }

    .prod_det_heading {
        font-size: 26px;
        line-height: 32px;
    }

    .prod_det_sub_heading {
        font-size: 13px;
        line-height: 15px;
        margin-top: 10px;
    }

    .prod_det_desc {
        font-size: 15px;
        line-height: 23px;
        padding-top: 8px;
    }

    .prod_det_tab_content ul.protect_list {
        column-gap: 18px;
    }

    .prod_det_tab_list li {
        font-size: 15px;
        line-height: 16px;
        padding: 8px 8px 10px;
    }

    .prod_det_tab_content {
        padding: 15px;
    }

    ul.prod_det_cont_list li {
        font-size: 14px;
        line-height: 22px;
        background-size: 16px;
        background-position-y: 8px;
        padding-left: 26px;
        margin-bottom: 10px;
    }

    .prod_det_tab_text {
        font-size: 13px;
        line-height: 21px;
    }

    .prod_det_tab_content ul.protect_list li {
        font-size: 12px;
        line-height: 14px;
    }

    ul.app_list_tab li img {
        width: 30px;
    }

    .order_pricebox {
        margin: 22px auto 0px;
    }

    .pricebx_left {
        width: 65%;
    }

    .pricebx_left h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .pricebx_left p {
        font-size: 14px;
        line-height: 16px;
    }

    .cut_price {
        font-size: 18px;
        line-height: 18px;
    }

    .disc_price {
        font-size: 23px;
        line-height: 23px;
    }

    .prod_det_btn {
        font-size: 18px;
        height: 60px;
        line-height: 55px;
    }

    .cards_img {
        width: 190px;
    }

    ul.prod_del_list li {
        padding: 0px 5px;
    }

    .strip_text {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        margin-top: 8px;
    }

    .vpn_secuirity_page .strip_text span {
        font-size: 15px;
        line-height: 21px;
    }

    .vpn_secuirity_page .strip_text {
        font-size: 12px;
        line-height: 18px;
    }

    .prod_del_sec2 {
        padding: 30px 0px 10px;
    }

    .prod_del_sec2_wrap {
        margin-top: 30px;
    }

    .prod_del_sec2_left {
        width: 100%;
    }

    .prod_del_sec2_right {
        width: 100%;
        margin-top: 30px;
    }

    .prod_del_s2_box {
        padding: 20px 15px 25px;
    }

    ul.prod_det_s2_list li {
        padding-left: 35px;
        padding-bottom: 22px;
        background-size: 22px;
    }

    ul.prod_det_s2_list li h3 {
        font-size: 17px;
        line-height: 25px;
    }

    ul.prod_det_s2_list li p {
        font-size: 15px;
        line-height: 23px;
        margin-top: 10px;
    }

    ul.prod_det_s2_list li::before {
        top: 38px;
    }

    .prod_det_btnbox {
        margin-top: 30px;
    }

    .btn_secure_text {
        font-size: 13px;
        line-height: 13px;
        margin-top: 10px;
    }

    .btn_secure_text img {
        margin: -4px 6px 0px 0px;
        width: 10px;
    }

    .prod_del_sec3 {
        padding: 30px 0px 40px;
    }

    .prod_det_s3_mid_row {
        margin-top: 0px;
    }

    .prod_det_s3_col_contbx {
        width: 100%;
    }

    .prod_det_s3_mid_col {
        margin: 25px auto 0px;
        padding: 20px;
    }

    .prod_det_s3_icns {
        width: 50px;
    }

    .prod_det_s3_cont_heading {
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
    }

    .prod_det_s3_col_imgbx {
        width: 100%;
        margin-top: 22px;
    }

    .prod_del_sec4 {
        padding: 30px 0px 40px;
    }

    ul.prod_del_sec4_list {
        margin: 10px auto 0px;
    }

    ul.prod_del_sec4_list li {
        width: 100%;
    }

    ul.prod_del_sec4_list li {
        width: 100%;
        border-top: 1px solid rgb(211, 211, 211);
        padding: 25px !important;
    }

    ul.prod_del_sec4_list li:first-child {
        border-top-width: medium;
        border-top-style: none;
        border-top-color: currentcolor;
    }

    ul.prod_del_sec4_list li:last-child {
        padding-bottom: 0px !important;
    }

    ul.prod_del_sec4_list li::after, ul.prod_del_sec4_list li::before {
        display: none;
    }

    .prod_det_s4_list_icon {
        width: 65px;
    }

    ul.prod_del_sec4_list li h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .prod_del_sec5 {
        padding: 30px 0px 40px;
    }

    .prod_det_s5_left {
        width: 100%;
        text-align: center;
    }

    .faq-container_inner {
        width: 100%;
    }

    .inner_bnr_sec {
        padding: 15px 0px 0px;
    }

    .inr_bnr_content {
        width: 100%;
    }

    .inr_bnr_heading {
        font-size: 26px;
        line-height: 34px;
    }

    .inr_bnr_text {
        font-size: 15px;
        line-height: 23px;
        letter-spacing: 0.2px;
        margin-top: 15px;
    }

    .innr_bnr_hero {
        width: 400px;
        position: static;
        margin: 20px auto 0px;
        display: block;
    }

    .support_section1 {
        padding: 35px 0px 40px;
    }

    .support_wrap {
        row-gap: 50px;
    }

    .support_box {
        width: 100%;
    }

    .support_contentbox {
        padding-top: 18px;
    }

    .suport_s1_bx_heading {
        font-size: 20px;
        line-height: 26px;
    }

    ul.support_s1_list {
        margin-top: 0px;
    }

    ul.support_s1_list li {
        font-size: 14px;
        line-height: 20px;
        margin-top: 12px;
    }

    .support_strip_box {
        padding: 7px 15px 9px 85px;
        margin-top: 30px;
    }

    .support_strip_box img {
        left: 17px;
        top: -6px;
    }

    .support_strip_box h3 {
        font-size: 15px;
        line-height: 19px;
    }

    .support_strip_box p {
        font-size: 13px;
        line-height: 18px;
    }

    .antivirus_support_section {
        padding: 30px 0px;
    }

    .support_heading {
        font-size: 26px;
        line-height: 30px;
    }

    .support_content_box {
        padding: 15px 20px 25px;
        margin-top: 30px;
    }

    .support_box_row {
        margin-top: 25px;
    }

    .support_row_heading {
        font-size: 21px;
        line-height: 29px;
        padding-bottom: 10px;
    }

    .support_row_text {
        font-size: 14px;
        line-height: 23px;
    }

    ol.support_list {
        padding-left: 30px;
    }

    ol.support_list li {
        font-size: 14px;
        line-height: 23px;
        letter-spacing: 0.3px;
    }

    #installiphone .question_imgs {
        width: 231px;
        margin-right: 0px;
    }
}

.terms_section {
    float: left;
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 40px 0px 60px;
}

.terms_box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 1080px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(18, 47, 129, 0.1) 0px 0px 15px 4px;
    padding: 20px 35px 40px;
    margin-top: 50px;
    text-align: left;
}

.terms_box h1 {
    font-size: 28px;
    margin: 20px 0px;
    text-align: left;
}

.terms_box p {
    margin: 20px 0px 0px;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.3px;
}

.terms_box p a {
    color: rgb(5, 99, 193);
}

.terms_box h3 {
    margin: 20px 0px 0px;
    text-align: left;
}

.terms_box h4 {
    text-align: left;
    font-size: 17px;
    margin: 25px 0px 0px;
}

.terms_box h5 {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin: 10px 0px 0px;
}

.terms_box ul {
    padding: 5px 0px 0px 20px;
}

.terms_box li {
    font-size: 15px;
    line-height: 23px;
    color: rgb(69, 69, 69);
    list-style: decimal;
    text-align: left;
    margin-top: 10px;
}

.terms_box ul.inner-list li {
    list-style: disc;
}

@media only screen and (max-width: 767px) {
    .terms_section {
        padding: 20px 0px 30px;
    }

    .terms_box {
        padding: 10px 20px 30px;
        margin-top: 25px;
    }

    .terms_box p {
        margin: 15px 0px 0px;
        font-size: 14px;
        line-height: 22px;
    }
}

.comp_btn_box {
}

select.form-control, select {
    appearance: none;
    line-height: normal;
    position: relative;
    background-image: url("images/select.png");
    background-position: right 10px top 50%;
    background-repeat: no-repeat;
}

input.has-error, select.has-error {
    background: url("images/error-input.png") 99.5% 50% no-repeat rgb(255, 255, 255) !important;
    border: 1px solid rgb(255, 165, 0) !important;
}

input.no-error, select.no-error {
    background: url("images/tick-input.png") 99.5% 50% no-repeat rgb(255, 255, 255) !important;
    border: 1px solid rgb(0, 128, 0) !important;
}

.error_handler_body ul {
    padding-left: 0px;
}

#error_handler_overlay_close, #app_common_modal_close {
    display: flex;
    align-items: center;
    justify-content: center;
}

form .fields .input input, input[type="text"], input[type="search"], input[type="number"], input[type="password"], input[type="tel"], input[type="email"], select, textarea {
    padding-right: 25px !important;
}

select.form-control, select {
    padding-right: 40px !important;
}

#app_common_modal, #error_handler_overlay {
    overflow-y: hidden;
}

@media screen and (max-width: 991px) {
    #app_common_modal .app_modal_body {
        margin: 30px auto;
    }
}

.error_handler_body ul {
    text-align: left;
}

span.cs_icon {
    font-size: 40px;
}

.footer_info h4 {
    font-size: 0.8em;
    margin: 10px 0px;
    color: grey;
    font-weight: bold;
}

.footer_info p {
    font-size: 0.75em;
    margin: 0px;
    color: grey;
}

form {
    padding: 0px;
}

.custom-popover {
    background-color: rgba(127, 132, 142, 0.96);
    background-size: cover;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.pop-uphead {
    margin: 0px auto;
    width: 100%;
    display: inline-block;
}

.pop-box {
    max-width: 1000px;
    width: 100%;
    margin: 4px auto;
    font-size: 24px;
    text-align: center;
    position: relative;
    z-index: 2;
    top: 100px;
    opacity: 0;
    transition: opacity 0.5s 250ms, top 0.5s;
}

.pop-box a {
    color: rgb(0, 0, 0);
    font-size: 15px;
}

.pop-box img {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

#cookiePopup {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: rgb(11, 137, 161);
    padding: 15px;
    flex-wrap: wrap;
    z-index: 999999;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: none;
}

#cookiePopup h4 {
    font-size: 25px;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
}

#cookiePopup p {
    font-size: 15px;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    max-width: 850px;
}

#cookiePopup p a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.cookieBtns {
    display: inline-flex;
    gap: 10px;
}

.cookieBtns button {
    font-size: 15px;
    margin: 10px 0px;
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    border-radius: 5px;
    background: rgb(11, 137, 161);
    cursor: pointer;
    transition: 0.5s;
    border: 2px solid rgb(255, 255, 255);
}

.cookieBtns button:last-child {
    background-color: rgb(255, 255, 255);
    color: rgb(11, 137, 161);
}

.bnr_heading small {
    font-size: 62px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.common_heading small {
    font-size: 24px;
    color: rgb(0, 0, 0);
}

.bnr_hero {
    transform-style: preserve-3d;
    animation: 2.5s linear 0s infinite normal none running spin3d;
}

@keyframes spin {
    0% {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
    }
}

.section_4 h4 {
    font-size: 26px;
    text-align: left;
    font-weight: 600;
    margin-top: 20px;
    color: rgb(20, 54, 149);
}

.ab-set {
    float: left;
    padding: 90px 0px 100px;
    position: relative;
    z-index: 1;
    width: 50%;
}

.section_6 .sec6_content h1 {
    text-align: center;
}

.footer p {
    color: rgb(255, 255, 255);
}

.section_2 .common_heading {
    color: rgb(255, 193, 7);
    margin-top: 30px;
    font-weight: 600;
    font-family: Nohemi;
}

.section_2 h4 {
    display: inline;
    color: rgb(255, 255, 255);
    background: text rgb(140, 107, 7);
    -webkit-text-fill-color: transparent;
    font-size: 3rem;
    font-family: Nohemi;
    font-weight: 700;
    line-height: 0rem;
}

.price-test {
    font-size: 3rem;
    color: rgb(0, 0, 0);
    font-weight: 600;
    margin: 10px 0px;
    font-family: Nohemi;
}

.price-test span {
    font-size: 20px;
}

.inner-cont {
    background: rgb(255, 250, 237);
    padding: 150px 0px 96px;
}

.inner-cont h3 {
    color: rgb(0, 0, 0);
    font-size: 3rem;
    font-family: Nohemi;
    font-weight: 600;
    width: 70%;
    margin: 0px auto;
}

.uk-section-body {
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.payment-box {
    margin-top: 26px;
    text-align: center;
}

#cookiePopup h4 {
    font-size: 25px;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
}

#cookiePopup p {
    font-size: 15px;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    max-width: 850px;
}

#cookiePopup p a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.cookieBtns {
    display: inline-flex;
    gap: 10px;
}

.cookieBtns button {
    font-size: 15px;
    margin: 10px 0px;
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    border-radius: 5px;
    background: rgb(0 0 0);
    cursor: pointer;
    transition: 0.5s;
    border: 2px solid rgb(0 0 0);
}

.cookieBtns button:last-child {
    background-color: rgb(255 193 7);
    color: #000 !important;
    border-color: rgb(255 193 7);
}

.bnr_content h1 span {
    background: text rgb(255, 193, 7);
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-family: Nohemi;
}

.s4_bx_steps img {
    width: 63px;
}

.s4_bx_steps {
    background: rgb(0, 0, 0);
    border-radius: 50px;
    padding: 16px;
    margin-right: 20px;
}

.sec4-img {
    border-radius: 14px;
    padding: 30px;
}

.services-section {
    padding: 100px 0px;
    text-align: center;
}

.services-section h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: rgb(255, 193, 7);
    margin-bottom: 10px;
}

.services-section p {
    color: rgb(7, 7, 7);
    font-size: 18px;
    margin: 0px auto;
    width: 60%;
    padding-bottom: 40px;
}

.service-card {
    background-color: rgb(238, 238, 238);
    border-radius: 15px;
    padding: 25px;
    transition: 0.3s;
    height: 100%;
    text-align: left;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 45px;
    background: rgba(221, 221, 221, 0);
}

.service-icon {
    color: rgb(221, 221, 221);
    background: rgb(255, 193, 7);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0px 0px 30px;
}

.service-icon img {
    width: 35px;
    filter: invert(1);
}

.service-title {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 10px;
    color: rgb(0, 0, 0);
    margin-top: 0px;
}

.service-desc {
    color: rgb(188, 188, 188);
    font-size: 0.95rem;
    line-height: 1.6;
}

.service-card p {
    font-size: 16px;
    color: rgb(119, 119, 119);
    width: 100%;
    padding: 0px;
}

.service-card:hover .service-desc {
    color: rgb(0, 0, 0);
}

.service-card:hover .service-title {
    color: rgb(255, 193, 7);
}

.section_1 .common_btn:hover {
    color: rgb(255, 255, 255);
}

ul.anti_list li p img {
    filter: brightness(0.5);
}

.section6 {
    background: rgb(255, 255, 255);
    padding: 100px 0px;
}

.ban-cont {
    padding: 40px;
    background: 0% 0% / cover rgb(255, 251, 239);
    border-radius: 20px;
    margin-top: 80px;
}

.ban-cont h4 {
    font-size: 4rem;
    color: rgb(0, 0, 0);
    width: 70%;
    margin: 0px auto;
    font-weight: 600;
}

.ban-cont h4 span {
    background: text rgb(140, 107, 7);
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-family: Nohemi;
}

.ban-cont h6 {
    font-size: 16px;
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 50px;
}

.ban-cont p {
    font-size: 15px;
    color: rgb(0, 0, 0);
    width: 70%;
    margin: 0px auto;
}

.con-sec {
    padding: 36px 0px;
}

.cont-tx h5 {
    font-size: 4rem;
    color: rgb(255, 193, 7);
    font-weight: 600;
    font-family: Nohemi;
}

.cont-tx {
    text-align: center;
    width: 60%;
    margin: 0px auto;
}

.cont-tx p {
    font-size: 20px;
}

.cpnt-list {
    padding: 30px 0px;
    text-align: center;
}

.cpnt-list h5 {
    font-size: 40px;
}

.cont-tx h5 span {
    background: text rgb(140, 107, 7);
    -webkit-text-fill-color: transparent;
}

.cpnt-list img {
    width: 51px;
    background: rgb(255, 193, 7);
    padding: 10px;
    border-radius: 50%;
}

.cpnt-list p {
    font-size: 20px;
    margin: 0px;
}

.cpnt-list p a {
    color: rgb(0, 0, 0);
}

.cpnt-list h4 {
    font-size: 25px;
    color: rgb(0, 0, 0);
    margin-top: 32px;
    font-family: Nohemi;
}

@media only screen and (max-width: 767px) {
    .ban-cont h4 {
        width: 100%;
    }

    .ban-cont p {
        width: 100%;
    }
}

.compare_btn:hover img {
    filter: invert(1);
}
