@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Plus Jakarta Sans';
	font-weight:normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
	
/*==============Fonts==============*/

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('PlusJakartaSans-Bold.woff2') format('woff2'),
        url('PlusJakartaSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('PlusJakartaSans-ExtraBold.woff2') format('woff2'),
        url('PlusJakartaSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('PlusJakartaSans-Regular.woff2') format('woff2'),
        url('PlusJakartaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('PlusJakartaSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('PlusJakartaSans-Medium.woff2') format('woff2'),
        url('PlusJakartaSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*-----------------------
CSS FOR TOP STRIP
------------------------*/	
.top_strip{
	float:left;
	width:100%;
	background:#cef6ff;
	padding:12px 0 15px;
	}
.top_strip p{
	font-size:16px;
	line-height:18px;
	color:#000;
	font-weight:600;
	letter-spacing: 0.5px;
	}	
.top_strip p a{
	border-bottom:2px solid #000;
	}	
			
/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom: 80px;
	}
.nav-sec{
	float:left;
	width:100%;
	height:80px;
	border-bottom:1px solid #e3e3e3;
	background:#fff;
	
	margin-top:-80px;
	top:80px;
	position:relative;
	}
.fixed-nav .nav-sec{
	position: fixed;
	z-index: 10;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	background:#fff;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);				
	}
	
.logo_box{
	position:absolute;
	top:38px;
	width:85px;
	left: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);	
	}	
.logo{
	margin:0 auto 0;
	display:block;
	}				
ul.menu-list{
	margin:30px 0 0 0;
	}
ul.menu-list li{
	float: left;
	margin-right:35px;
	}
ul.menu-list li a{
	float:left;
    color: #161616;
    font-size: 16px;
    line-height: 16px;
	font-weight:500;
	}	
ul.menu-list li a:hover{ color:#122f81;}
ul.menu-list li a.active{ color:#122f81;}
a.nav-btn{
    float: right;
    color: #000;
    font-size: 16px;
    text-align: center;
    width: 170px;
    height: 45px;
    letter-spacing: 0.5px;
    line-height: 38px;
    border: 1px solid #000;
    border-radius: 5px;
    font-weight: bold;
	-webkit-transition:ease 0.5s;
	transition:ease 0.5s;
    margin-top: 17px;
	}
a.nav-btn:hover{
	background:#07d258;
	color:#fff;
	border:1px solid #07d258;
	}	
	
/*=====Menu=====*/
.mob-mnu-ic{
	cursor: pointer;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 16;
    height: 30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3{
	width: 30px;
	height: 3px;

	background-color: #737373;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#737373;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#737373;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:124px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:79px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:15px 20px;
	font-size:15px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}	

/*-----------------------
		BANNER
------------------------*/	
.bnr_section{
	background:url(../images/bnr-bg.jpg) no-repeat center top;
	float:left;
	width:100%;
	padding-bottom:85px;
	overflow:hidden;
	background-size:cover;
	position:relative;
	}	
.bnr_content{
	float:left;
	width:47%;
	text-align:left;
	margin-top:50px;
	}
.bnr_heading{
    font-size: 60px;
    line-height: 66px;
	color:#122f81;
	font-weight: 800;
	}
.bnr_para{	
	font-size:18px;
	line-height:28px;
	color:#161616;
	letter-spacing:0.5px;
	margin-top:30px;
	}
.common_btn{
    display: inline-block;
    vertical-align: top;
    max-width: 270px;
    width: 100%;
    height: 65px;
    font-size: 20px;
    line-height: 59px;
    color: #fff;
    background: #07d258;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    margin-top: 45px;
    letter-spacing: 0.5px;	
	}	
.common_btn img{
    display: inline-block;
    vertical-align: middle;
    margin: -6px 0 0 13px;
    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:#000;
	}
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:46%;
	margin:55px 80px 0 0;
	}
.auto_scan_box{
	float:right;
	width:100%;
	max-width:405px;
	border-radius:10px;
	padding:20px 30px 0;
	overflow:hidden;
	
background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(248,250,254,1) 95%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(248,250,254,1) 95%);
background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(248,250,254,1) 95%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f8fafe",GradientType=1);
	}
.auto_scan_inner{
	float:left;
	width:100%;
	border-radius:10px;
	overflow:hidden;
	}
.auto_scan_top{
	float:left;
	width:100%;
	text-align:left;
	background:#ecf4ff;
	border-radius:12px;
	padding:18px 25px;
	height:130px;
	position:relative;
	}	
.auto_scan_top h3{
	font-size:18px;
	line-height:18px;
	color:#000;
	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:#ffff;
	border-radius:12px;
	padding:15px 12px;
	position:relative;
	margin-top:20px;
	
	display: flex;
    flex-wrap: wrap;
    align-items: center;		
	}	
.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:#000;
	font-weight:bold;
	}	
.threat_cont p{
	font-size:12px;
	line-height:12px;
	color:#a9b1bd;
	margin-top:8px;
	}
	
.resolve_strip{
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    max-width: 360px;
    border-radius: 30px;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 13px 10px 13px 20px;
    box-shadow: 0 5px 14px 7px rgba(80, 128, 206, 0.2);
	-webkit-box-shadow: 0 5px 14px 7px rgba(80, 128, 206, 0.2);
	position:relative;
	z-index:1;
	}	
.resolve_strip img{ width:30px;}			
.resolve_strip p{
	font-size:16px;
	line-height:25px;
	color:#000;
	font-weight:bold;
	margin-top:-5px;
	padding-left:7px;
	}
.bnr_hero{
    position: absolute;
    top: 117px;
    right: -110px;
	}	
			
/*-----------------------
Section 1
------------------------*/
.section_1{
	background:#fff;
	float:left;
	width:100%;
	overflow:hidden;
	}
.sec1_content{
	float:left;
	width:54%;
	text-align:left;
	padding:90px 0 100px;
	position:relative;
	z-index:1;
	}	
.common_heading{
	font-size:50px;
	line-height:60px;
	color:#122f81;
	font-weight:800;	
	}
.common_text{	
    font-size:18px;
	line-height:28px;
	color:#161616;
	letter-spacing:0.5px;
	margin-top:25px;
	}
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) no-repeat left 7px;
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#1b272d;
	letter-spacing:0.5px;
	background-size:17px;
	padding-left:30px;
	margin-top:27px;
	}
.sec1_content .common_btn{ margin-top:60px;}	

.s1_graph_img{
	position: absolute;
    top: 0;
    right: -225px;
    max-width: none;
	}

/*-----------------------
Section 2
------------------------*/
.section_2{
	float:left;
    width:100%;
	background:#f5f8fd;
	padding:80px 0 100px;
	}	
.compare_antivirus_wrap{
	margin:50px auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
.compare_antivirus_box{
	width:48.2%;
	background:#fff;
	border:2px solid #e9eef5;
	border-radius:10px;
	padding:10px;
	overflow:hidden;
	}
.compare_antivirus_top{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.antivirus_imgbox{
    width: 55%;
    margin:0 0 0 -10px;
	}
.antivirus_imgbox img{
	margin:0 auto 0;
	display:block;
	}

.antivirus_contbox{
	width:46%;
	text-align:left;
	position:relative;
	margin-top:40px;
	}
.s2_bx_icns{
	position: absolute;
    top: -24px;
    right: 15px;
    width: 36px;
	}
.anti_heading{
	font-size:26px;
	line-height:32px;
	color:#000;
	font-weight:800;
	}
.anti_text{
	font-size:14px;
	line-height:20px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:12px;
	}
.anti_key_text{
	font-size:16px;
	line-height:16px;
	color:#000;
	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: -webkit-flex;
    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:14px;
	line-height:16px;
	color:#000;
	font-weight:600;
	}

.compare_antivirus_btm{
	float:left;
	width:100%;
	border-top:1px solid #d4d4d4;
	padding:15px 0 30px;
	margin-top:-5px;
	}
.protect_text{
	font-size:16px;
	line-height:16px;
	color:#000;
	font-weight:800;
	}	
ul.protect_list{
    margin: 20px auto 0;
    width: 100%;
    display: -webkit-flex;
    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: #000;
    text-align: left;
    font-weight: 600;
    padding-left: 12px;
    position: relative;
	}
ul.protect_list li:before{
	content:'';
	position:absolute;
	top:7px;
	left:0;
	background:#cb122a;
	width:5px;
	height:5px;
	border-radius:50%;
	}	

.comp_btn_box{
	width:100%;
	max-width:455px;
	margin:0 auto 0;
	display: -webkit-flex;
    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;
    color: #fff;
    background: #07d258;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    letter-spacing: 0.5px;
 	}	
.compare_btn img{
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0 0 13px;
    width: 17px;
	}
.register_btn{
	background:#fff;
	border:2px solid #000;
	color:#000;
	line-height:46px;
	}	
.register_btn img{ filter: brightness(1) invert(1);}				
		
/*-----------------------
Section 3
------------------------*/
.section_3{
	float:left;
    width:100%;
	background:#fff;
	padding:80px 0 100px;
	}	
	
.s3-lft{
	width:45%;
	float:left;
	}
.digitaly_faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:970px;
	width:100%;
	margin:40px 0 0;
	padding:0;
	}
.digitaly_up-slide-dwn{
	float:left;
	width:100%;
	overflow:hidden;
	}
.digitaly_faq-innr{
	float:left;
	width:100%;
	border-bottom:1px solid #b3c5ac;
	}
.digitaly_faq-innr:has(.digitaly_acdn-heading.digitaly_accordion-open){
    border-bottom: 2px solid #000;
	}
.digitaly_accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat right 15px center;
	padding:24px 45px 26px 0px;
	font-size:20px;
	line-height:26px;
	color:#1b272d;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	font-weight:bold;
	}
.digitaly_accordion.last{border-bottom:none;}
.digitaly_acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat right 15px center;
	border:none;
	}
.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:#000;
	margin-bottom:15px;
	}
	
.s3-rgt{
	max-width:575px;
	width:100%;
	float:right;
	box-shadow:0px 0px 20px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 20px 2px rgba(0,0,0,0.1);
	border-radius:15px;
	overflow:hidden;
	margin-top:50px;
	}
.active-plan{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	}
.s3-btm-tx{
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 55px;
	}
	
/*-----------------------
Section 4
------------------------*/
.section_4{
	float:left;
    width:100%;
	background:#f5f8fd;
	padding:80px 0 100px;
	}
.s4_mid_wrap{
    margin: 60px auto 12px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}	
.s4_mid_box{
	width:31%;
	background:#fff;
	text-align:left;
	border-radius:22px;
	padding:34px 27px 0;
	position:relative;
	}
.s4_bx_steps{
    position: absolute;
    top: -18px;
    left: 50%;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 34px;
    color: #1f3473;
    text-align: center;
    font-weight: 800;
    margin-left: -20px;
	}
.s4_mid_box h3{
	font-size:26px;
	line-height:32px;
	color:#1f3473;
	font-weight:800;
	}
.s4_mid_box p{
	font-size:16px;
	line-height:24px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:15px;
	min-height:120px;
	}	
.s4_bx_imgs{
	margin:20px auto 0;
	display:block;
	}
	
/*-----------------------
Section 5
------------------------*/
.section_5{
	float:left;
    width:100%;
	background:#fff;
	padding:80px 0 100px;
	}
.rev-sec{
	float:left;
	width:100%;
	display:flex;
	-webkit-display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	}
.rev-bx{
	width:31.5%;
	background:#fff;
	border-radius:10px;
	padding:30px 22px;
	text-align:left;
	box-shadow:0 0 8px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 4px rgba(0,0,0,0.1);
	margin:50px 0 10px;
	
	position: relative;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
	}
.rev-bx-top{
	float:left;
	width:100%;
	flex: 1;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
	}	
.rev-star{
	display:inline-block;
	vertical-align:top;
	}	
.rev-hd{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	margin-top:10px;
	}
.rev-tx{
	font-size:18px;
	line-height:28px;
	color:#161616;
	letter-spacing:0.5px;
	margin-top:15px;
	}
	
.rev-bx-bottom{
	float:left;
	width:100%;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	flex-wrap: wrap;
    justify-content: space-between;
    margin-top: auto;
	}		
.rev-nm{
	font-size:18px;
	line-height:22px;
	color:#1b272d;
	margin-top:20px;
	}
.veri-tx{
	font-size:14px;
	line-height:20px;
	color:#000;
	margin-top:20px;
	}
.veri-tk{
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    width: 15px;
	}	
								
/*-----------------------
Section 6
------------------------*/
.section_6{
	float:left;
    width:100%;
	background:#f5f8fd;
	padding:80px 0 100px;
	}
.sec6_content{
	float:left;
	width:36%;
	text-align:left;
	}	
.s6_prod{
	margin:50px auto 0;
	display:block;
	width:415px;
	}	
	
.faq-container{
    float: right;
    width: 60%;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	overflow:hidden;
	padding:10px;
	}
.faq-innr{
	float:left;
	width:100%;
	background:#fff;
	margin-top:20px;
	border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat right 15px center;
	padding:20px 45px 24px 20px;
	font-size:20px;
	line-height:26px;
	color:#1b272d;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	font-weight:bold;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat right 15px center;
	border:none;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0px 20px 15px;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	letter-spacing:0.5px;
	color:#000;
	margin-bottom:15px;
	}	
a.link_text{
	color:#1a55cd;
	text-decoration:underline;
	}	
	
/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
    width:100%;
	background:#fff;
    padding:30px 0;
	border-top: 1px solid #e9ebf0;
	}
.ftr_logo{
	margin:0 auto 17px;
	display:block;
	width:85px;
	}	
.ftr-txt{
    float:left;
	width:100%;
	font-size:16px;
	line-height:34px;
	color:#000000;
	}	
.footer .ftr-txt a{
    padding:0 5px;
    color:#000;
	}							
	
	
/*-----------------------
CSS FOR PRODUCT DETAILS
------------------------*/	
.prodBreadcrm{
    float: left;
    width: 100%;
	background:#000;
    text-align: left;
	padding:10px 0;
	}
.prodBreadcrm p{
    float: left;
    width: 100%;
    font-size: 13px;
	line-height:13px;
	color: #fff;	
	}	
.prodBreadcrm p a{ 
	color:#a5a5a5; 
	font-weight:normal;
	}

/*======Product Details Page=======*/
	
/*====Product Details Section1=====*/
.prod_del_sec1{
	float:left;
	width:100%;
	background:#fff;
	padding:35px 0 50px;
	}
.prod_del_s1_heading{
	font-size:35px;
	line-height:39px;
	color:#000;
	font-weight:800;
	}
.prod_del_s1_text{
	font-size:18px;
	line-height:20px;
	color:#000;
	letter-spacing:0.3px;
	font-weight:600;
	margin-top:20px;
	}
.prod_del_s1_text span{ padding:0 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:#fff;
	border:2px solid #8aa0df;
	border-radius:12px;
	padding:25px;
	}	
.product_img{
	margin:0 auto 0;
	display:block;
	width:380px;
	}	
.prod_del_prodbx .available_app{
    float: none;
    margin: 15px auto 0;
    justify-content: center;
	}			

/*Product Details Right*/
.prod_del_right{
	float:right;
	width:51%;
	text-align:center;
	}
.prod_del_review{
	font-size:17px;
	line-height:17px;
	color:#000;
	text-align:left;
	}
.prod_del_review img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 10px 0 0;
	width:90px;
	}
.prod_det_heading{
	font-size:45px;
	line-height:49px;
	color:#132f82;
	font-weight:800;
	text-align:left;
	margin-top:5px;
	}
.prod_det_sub_heading{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:500;
	text-align:left;
	margin-top:12px;
	}
.prod_det_desc{
	font-size:17px;
	line-height:26px;
	color:#000;
	letter-spacing:0.3px;
	text-align:left;
	border-top:1px solid #cecece;
	padding-top:12px;
	margin-top:16px;
	}
	
.prod_det_benefbx{
	float:left;
	width:100%;
	background:#fff;
	padding:10px;
	border-radius:8px;
	box-shadow:0 0 8px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 4px rgba(0,0,0,0.1);
	overflow:hidden;
	margin-top:20px;
	}
.prod_det_tab_header{
	float:left;
	width:100%;
	background:#f0f5fc;
	border-radius:5px;
	padding:5px;
	}
.prod_det_tab_list{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
.prod_det_tab_list li{
	font-size:18px;
	line-height:18px;
	color:#000;
	font-weight:600;
	padding:10px 20px 12px;
	cursor:pointer;
	border-radius:4px;
	}
.prod_det_tab_list li.active{
	background:#0bb60f;
	color:#fff;
	}
.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: #000;
    letter-spacing: 0.3px;
    text-align: left;
	}
.tb_txt_top{ margin:20px 0 0 !important;}		
ul.prod_det_cont_list{
	float:left;
	width:100%;
	}
ul.prod_det_cont_list li{
    background: url(../images/green-tike.png) no-repeat left 5px;
    float: left;
    width: 100%;
    text-align: left;
    background-size: 18px;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    padding-left: 34px;
    margin-bottom: 12px;
	}	
ul.prod_det_cont_list li:last-child{ margin-bottom:0;}	
.prod_det_tab_content ul.protect_list{
	float:left;
	justify-content: flex-start;
    column-gap: 20px;
    row-gap: 12px;
	}
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 0;
	width:100%;
	display: -webkit-flex;
    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:#000;
	font-weight:800;
	}	
.pricebx_left p{
	font-size:17px;
	line-height:21px;
	color:#000;
	margin-top:10px;
	}	
.pricebx_right{
	width:35%;
	text-align:right;
	}	
.cut_price{
	font-size:20px;
	line-height:20px;
	color:#000;
	}	
.cut_price span{
	position:relative;
	}
.cut_price span:before{
    content: "";
    position: absolute;
    left: -3px;
    top: 48%;
    border-bottom: 1px solid #de1c0f;
    right: 0;
    transform: rotate(-17deg);
	}		
.disc_price{
	font-size:25px;
	line-height:25px;
	color:#000;
	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: #fff;
    background: #07d258;
    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:#000;
	font-weight:500;
	margin-top:12px;
	}	
.btn_secure_text img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 8px 0 0;
	width:13px;
	}		
	
/*====Product Details Strip=====*/	
.prod_del_strip{
	float:left;
	width:100%;
	padding:20px 0;
	background:#f5f8fd
	}	
ul.prod_del_list {
	margin:0 auto 0;
	width:100%;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.prod_del_list li{
	display:inline-block;
	vertical-align:top;
	width:33.33%;
	padding:0 20px;
	text-align:center;
	position:relative;
	}
ul.prod_del_list li:before{
	content:'';
	position:absolute;
	top:-10px;
	bottom:-10px;
	right:0;
	width:1px;
	background:#d4d4d4;
	}	
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:#161616;
	}	
.strip_text span{
	color:#132f82;
	font-weight:bold;
	}	
	
/*====Product Details Section2=====*/
.prod_del_sec2{
	float:left;
	width:100%;
	background:#fff;
	padding:50px 0 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:0 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: #fff;
    padding: 35px 30px;
    box-shadow: 0 0 12px 2px rgba(35, 80, 200, 0.2);
	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) no-repeat left 8px;
	padding-left:50px;
	position:relative;
	padding-bottom: 35px;
	}
ul.prod_det_s2_list li:last-child{ padding-bottom:0;}	
ul.prod_det_s2_list li:before{
    content: '';
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 10px;
    border-right: 1px solid #a1a1a1;
	}
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:#000;
	}
ul.prod_det_s2_list li p{
	font-size:17px;
	line-height:26px;
	letter-spacing:0.5px;
	color:#161616;
	margin-top:12px;
	}	
	
/*====Product Details Section3=====*/
.prod_del_sec3{
	float:left;
	width:100%;
	background:#fff;
	padding:30px 0 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 0;
	width:100%;
	background:#f2faff;
	border-radius:12px;
	overflow:hidden;
	padding:30px;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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:#000;
	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:0 auto 0;
	display:block;
	border-radius:10px;
	}		
		
/*====Product Details Section4=====*/
.prod_del_sec4{
	background:#f5f8fd;
	float:left;
	width:100%;
	padding:50px 0 70px;
	}	
ul.prod_del_sec4_list{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 60px auto 0;
	}
ul.prod_del_sec4_list li{
	width: 33.33%;
    padding: 0 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: 0;
	right: 0;
	bottom: 25px;
	width: 1px;
	background: #c8c8c8;
	}
ul.prod_del_sec4_list li:nth-child(n + 4):before{
    top: 0;
    right: 25px;
    left: 25px;
    height: 1px;
    background: #c8c8c8;
	}
ul.prod_del_sec4_list li:nth-child(n + 4){ padding-top:55px; padding-bottom:0;}
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:0;}
	
.prod_det_s4_list_icon{
	display:block;
	margin:0 auto;
	width:60px;
	}
ul.prod_del_sec4_list li h3{
	font-size:20px;
	line-height:26px;
	letter-spacing:0.3px;
	font-weight:bold;
	color:#000;
	margin-top:15px;
	}	
ul.prod_del_sec4_list li p{ margin-top:12px !important;}	
		
/*====Product Details Section5=====*/
.prod_del_sec5{
	background:#fff;
	float:left;
	width:100%;
	padding:50px 0 70px;
	}	
.prod_det_s5_left{
	float:left;
	width:43%;
	text-align:left;
	}	
.prod_det_s5_product_img{
	margin:40px auto 0;
	display:block;
	width:390px;
	}	
.prod_det_s5_left .prod_det_btnbox{ margin-top:40px;}	

.faq-container_inner{ width:52%;}	
	
	
/*========Support========*/	
.inner_bnr_sec{
	background: url(../images/bnr-bg.jpg) no-repeat center top;
	float:left;
	width:100%;
	padding:50px 0 60px;
	background-size:cover;
	overflow:hidden;
	}	
.inr_bnr_heading{
	font-size: 40px;
    line-height: 46px;
    color: #122f81;
    font-weight: 800;
	}	
.inr_bnr_text{
	font-size: 18px;
    line-height: 28px;
    color: #000;
    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: 0;
    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:0;
	}	
		
	
/*======Support======*/
.support_section1{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	}	
.support_wrap{
	margin:0 auto 0;
	width:100%;
	max-width:1130px;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
.support_box{
	width:45%;
	}
.prod_del_prodbx{
	float:left;
	width:100%;
	text-align:center;
	background:#fff;
	border:2px solid #8aa0df;
	border-radius:12px;
	padding:15px 25px 25px;
	}	
.product_img2{
	margin:0 auto 0;
	display:block;
	width:380px;
	}	
.prod_del_prodbx .available_app{
    float: none;
    margin: 0 auto 0;
    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:#000;
	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:#5679d2;
	text-decoration:underline;
	}	
.suport_arw_img{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 10px;
	}
	
.support_strip_box{
	float:left;
	width:100%;
	max-width:420px;
	background:#f5f8fd;
	border:2px solid #b7cff8;
	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:#000;
	font-weight:bold;
	}	
.support_strip_box p{
	font-size:14px;
	line-height:20px;
	color:#000;
	letter-spacing:0.3px;
	margin-top:5px;
	}
	
.antivirus_support_section{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	}
.support_heading{
	font-size: 34px;
    line-height: 38px;
    color: #122f81;
    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:0 0 15px 4px rgba(18,47,129,0.1);
	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:0;}
.support_row_heading{
	font-size:28px;
	line-height:32px;
	color:#122f81;
	font-weight:bold;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
	}
.support_row_heading span{
	font-weight:normal;
	}	
.support_row_text{
	font-size:15px;
	line-height:24px;
	color:#000;
	letter-spacing:0.3px;
	margin-top:15px;
	}	
.support_row_text a{
    color: #5679d2;
    text-decoration: underline;
	}	
.top_1{ margin-top:20px !important;}	
ol.support_list{
	margin:10px 0 0;
	padding-left:40px;
	}	
ol.support_list li{
	list-style: decimal;
	font-size:15px;
	line-height:24px;
	color:#000;
	letter-spacing:0.5px;
	margin-bottom:6px;
	}	
ol.support_list li:last-child{ margin-bottom:0;}
ol.support_list li a{    
	color: #5679d2;
    text-decoration: underline;
	}	
.question_imgs{
	display:inline-block;
	vertical-align:top;
	margin-top:25px;
	}
.video_clips{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 3px;
	}	
.ques_img_mr{ margin-right:20px;}	
				
/*--------------------PLUSE--------------------*/	
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
 0% {
 transform: scale(0.9);
}
 50% {
 transform: scale(1);
}
 100% {
 transform: scale(0.9);
}
}
@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(0.95);
}
 50% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.95);
}
}

/*=========Media Query=========*/
.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{ min-height:144px;}
.sec6_content{ width:39%;}
.acdn-para { font-size: 17px; line-height: 25px;}

/*======Product Details Page=======*/
.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;}

/*=========Support Page=========*/
.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:0;}
.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 0 0;}

.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 0 0 0;}
.bnr_hero{ right:-230px;}

.sec1_content{ width:50%; padding: 60px 0 80px;}
.common_heading{ font-size: 36px; line-height: 46px;}
.common_text{ font-size: 16px; line-height: 24px;}
.s1_graph_img{ top: 0; right: -325px;}

.section_2{ padding: 60px 0 80px;}
.compare_antivirus_wrap{ max-width:560px; row-gap:40px;}
.compare_antivirus_box{ width:100%;}
.antivirus_contbox{ margin-top:40px;}
.anti_heading{ font-size: 24px; line-height: 32px;}
.compare_antivirus_btm{ margin-top:0;}
ul.protect_list li{ font-size:14px; line-height:16px;}

.section_3{ padding: 60px 0 80px;}
.s3-rgt{ max-width: 370px;}
.s3-btm-tx{ font-size: 22px; line-height: 28px; margin-top:50px;}

.section_4{ padding: 60px 0 80px;}
.s4_mid_box{ width: 31%; border-radius: 15px; padding: 25px 15px 0;}
.s4_mid_box h3{ font-size: 22px; line-height: 28px;}
.s4_mid_box p{ min-height: 192px;}

.section_5{ padding: 60px 0 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 0 0;}

.section_6{ padding: 60px 0 80px;}
.accordion{ font-size:18px; line-height:26px;}
.acdn-para{ font-size: 16px; line-height: 24px;}

/*======Product Details Page=======*/
.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;}
/*.vpn_secuirity_page .strip_text{ font-size: 14px; line-height: 22px;}
.vpn_secuirity_page .strip_text span{ font-size: 20px; line-height: 28px;}*/

.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: 0 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;}

/*=========Support Page=========*/
.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:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.top_strip{ padding:8px 0 10px;}
.top_strip p{ font-size: 14px; line-height: 18px;}
.top_strip p a{ border-bottom: 1px solid #000;}
	
.top-fix-bar{ margin-bottom:60px;}
.nav-sec{ height:60px; margin-top: -60px; top: 60px;}
.logo_box{ width:60px;}
.mob-mnu-ic{ top:21px; right:15px;}
.mobilemenu{ top:113px;}
.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 0;}
.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 0 0;}
.sec1_content{ width:100%; padding:0;}
.common_heading{ font-size: 20px; line-height: 27px;}
.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 0; display: block;}
.s1_graph_img{ width: calc(100% + 30px); position: static; margin: 25px auto 0; max-width: none; margin-left: -15px;}

.section_2{ padding:30px 0 40px;}
.compare_antivirus_wrap{ row-gap: 25px; margin: 30px auto 0;}
.compare_antivirus_box{}
.antivirus_contbox{ width:100%; margin:0;}
.compare_antivirus_top{ padding:10px 0 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: 0; right: 0; width: 30px;}
.antivirus_imgbox{ float: left; width: 46%; margin: 12px 0 0 -10px;}
.antivirus_imgbox img{ width:250px;}
.key_cont_mob{ float: right; width: 56%; margin-top: 32px;}
.anti_key_text{ margin-top:0; font-size:15px; line-height:15px;}
ul.anti_list li p{ font-size: 11px; line-height: 15px;}
.compare_antivirus_btm{ padding-bottom:15px;}
.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{ max-width:322px;}
.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 0 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 0 40px;}
.s4_mid_wrap{ margin: 40px auto 10px; row-gap:40px;}
.s4_mid_box{ width:100%; padding:25px 20px 0;}
.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 0 40px;}
.rev-sec{ flex-wrap: wrap;}
.rev-bx{ padding: 20px 15px; width: 100%; margin: 20px 0 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 0 0; width: 14px;}

.section_6{ padding:30px 0 40px;}
.sec6_content{ width:100%; text-align:center;}
.faq-container{ margin: 20px 0 0; width:100%;}
.faq-innr{ margin-top:10px; -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1); }
.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:0 15px 5px;}
.acdn-para{ font-size: 15px; line-height: 23px;}

.footer{ padding:25px 0;}
.ftr_logo{ width:60px; margin: 0 auto 10px;}
.ftr-txt{ font-size:14px; line-height:18px; margin-top:10px;}
.ftr-top-mob{ margin-top:10px;}

/*======Product Details Page=======*/
.prodBreadcrm p{ font-size:11px; line-height:11px;}
.prod_del_sec1{ padding:15px 0 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:0 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 0 0; 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 0;}
.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:0 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 0 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 0 0; width: 10px;}

.prod_del_sec3{ padding:30px 0 40px;}
.prod_det_s3_mid_row{ margin-top:0;}
.prod_det_s3_col_contbx{ width:100%;}
.prod_det_s3_mid_col{ margin: 25px auto 0;  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 0 40px;}	
ul.prod_del_sec4_list{ margin: 10px auto 0;}
ul.prod_del_sec4_list li{ width:100%;}	
ul.prod_del_sec4_list li{ padding: 25px 25px 25px !important; width:100%;  border-top:1px solid #d3d3d3;}
ul.prod_del_sec4_list li:first-child{ border-top:none;}
ul.prod_del_sec4_list li:last-child{ padding-bottom:0 !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 0 40px;}		
.prod_det_s5_left{ width:100%; text-align:center;}
.faq-container_inner{ width: 100%;}	

/*=========Support Page=========*/
.inner_bnr_sec{ padding:15px 0 0;}
.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 0; display: block;}

.support_section1{ padding:35px 0 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:0;}
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 0;}
.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:0;}


}

/*TERMS*/
.terms_section{
	float: left;
    width: 100%;
    background: #fff;
    padding: 40px 0 60px;
	}
.terms_box{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 1080px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px 4px rgba(18, 47, 129, 0.1);
    padding: 20px 35px 40px;
    margin-top: 50px;
	text-align:left;
	}
.terms_box h1{ font-size:28px; margin:20px 0;text-align:left;}
.terms_box	p{ margin:20px 0 0; text-align:left; font-size:15px; line-height:24px; letter-spacing:0.3px;}
.terms_box	p a{ color:#0563c1;}
.terms_box	h3{ margin:20px 0 0; text-align:left;}	
.terms_box h4{ text-align:left; font-size:17px; margin:25px 0 0;}
.terms_box	h5{font-size:14px; line-height:22px; text-align:left;  margin:10px 0 0;}
.terms_box	ul{  padding:5px 0 0 20px;}
.terms_box	li{ font-size:15px; line-height:23px; color:#454545; 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 0 30px;}
.terms_box{padding: 10px 20px 30px;margin-top: 25px;}
.terms_box p {margin: 15px 0 0;font-size: 14px;line-height: 22px;}


}