h1{font-size:36px;} h2 {font-size:32px;}h3 {font-size:30px;}h4 {font-size:28px;}h5 {font-size:26px;}h6 {font-size:22px;}p {font-size:18px;}

#specifications .spec-title{
	color:#000!important;
}

.anti-malware_banner{
	position:relative;
	overflow:hidden;
	height:40vw; 
	background:url('/library/assets/products/anti-malware/banner_anti-malware_1920x800.jpg'); 
	background-repeat:no-repeat;
	background-size:cover; 
	background-position:50% center;	
}

.anti-malware_area{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	height: 100%;
    width: 30%;
    text-align: center;
    padding-left: 10%;
}

.anti-malware_icon{
	width:40%;
}

.anti-malware_area .text{
	display: flex;
    justify-content: center;
	flex-direction: column;
	align-items: center;
}

.anti-malware_area .text h2{
	font-size:42px;
	color:#fff;
}

.anti-malware_area .text p{
	font-size:24px;
	color:#fff;
}


@media screen and (max-width: 1440px){
.anti-malware_banner{
	height:35vw; 
}
.anti-malware_area{
    width: 35%;
}
}

@media screen and (max-width: 1025px){
.anti-malware_banner{
	height:40vw; 
}
.anti-malware_area .text h2{
font-size:36px;
}
.anti-malware_area .text p{
font-size:20px;
}
}

@media screen and (max-width: 991px){
.anti-malware_banner{
	height:55vw; 
}
.anti-malware_area{
    width: 50%;
	padding-left:5%;
}
}


@media screen and (max-width: 450px){
.anti-malware_banner{
	height:70vw; 
}
.anti-malware_area{
	 width: 90%;
	 margin: 0 auto;
}

.anti-malware_area .text h2{
	font-size:17px;
}
.anti-malware_area .text p{
	font-size:12px;
}
.anti-malware_icon{
	width:25%;
}
}


/*intro*/

.intro-section .text_area{
	display: flex;
    flex-direction: row;
	align-items: center;
	padding-top: 5%;
}

.intro_img{
	width:50%!important;
	padding-right: 20px;
}

.intro-section .text_area .text p{
    border-left: 2px solid #fe8d3f;
    padding-left: 20px;
}

@media (max-width: 450px){
.intro-section.area{
	width:100%;
	text-align:center;
	margin:0 auto;
}

.intro-section .text_area{
    flex-direction: column-reverse;
}

.intro_img{
	width:100%!important;
	padding-top: 20px;
}
.intro-section .text_area .text{
    padding-left: 5%;
	padding-top:5%;
}
}


/*Secure Technology*/


.SecureTechnology{
	position:relative;
	height:50vw; 
	background:url('/library/assets/products/anti-malware/staying_secure.jpg'); 
	background-repeat:no-repeat;
	background-size:cover; 
	background-position:bottom center;	
}


.SecureTechnologyBAR{
	background: rgba(255,137,0,0.7);
    width: 100%;
    height: 50%;
    top: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}


.SecureTechnology_area{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 65%;
    margin: 0 auto;
    color: #fff;
}


@media (max-width: 1025px){
.SecureTechnology_area{
    width: 85%;
}
}


@media (max-width: 991px){
.SecureTechnology {
    height: 700px;
    background-size: contain;
}
}

@media (max-width: 450px){
.SecureTechnology {
    height: 850px;
}
.SecureTechnologyBAR{
    height: 85%;
}
}


/*Real-time*/


.Real-time-section .text_area{
	display: flex;
    flex-direction: row-reverse;
	align-items: center;
	padding-top: 5%;
}

.Real-time_img{
    width: 50%!important;
    padding-left: 20px;
}

.Real-time-section .text_area .text {
	padding:10px;
}

.Real-time-section .text_area .text p{
	padding-left: 20px;
	border-left: 2px solid #ff8900;
}

@media (max-width: 991px){
.Real-time-section .text_area{
    flex-direction: column-reverse;
}

.Real-time_img {
    width: 100%!important;
    padding-top: 20px;
}
}


/*Hybrid Mode Greatly Expands the Scan Coverage*/


.Hybrid_banner{
	position:relative;
	height:40vw; 
	background:url('/library/assets/products/anti-malware/hybrid_mode.jpg'); 
	background-repeat:no-repeat;
	background-size:cover; 
	background-position:left bottom;	
}

.Hybrid_area {
    display: flex;
    height: 100%;
    width: 50%;
    color: #fff;
    position: absolute;
    right: 5%;
}

.Hybrid_area .text {
    display: flex;
    justify-content: center;
    flex-direction: column;
}


@media (max-width: 1440px){
.Hybrid_area {
    width: 55%;
}
}

@media (max-width: 1025px){
.Hybrid_area {
    width: 85%;	
}
}

@media (max-width: 991px){
.Hybrid_banner{
	height:80vw; 	
	background-position: center;
}
}

@media (max-width: 450px){
.Hybrid_banner{
	height:250vw; 	
}
}



/*Always Up to Date Security*/

.Security-section .Security_area{
	display: flex;
    flex-direction: row;
	align-items: center;
	padding-top: 5%;
}

.Security_img{
	width:50%!important;
	padding-right: 20px;
}

.Security-section .Security_area .text p{
    border-left: 2px solid #fe8d3f;
    padding-left: 20px;
}

@media (max-width: 991px){
.Security-section.area{
	width:100%;
	text-align:center;
	margin:0 auto;
}

.Security-section .Security_area{
    flex-direction: column-reverse;
}

.Security_img{
	width:100%!important;
    padding-top: 20px;
}
}


.Diagram{
	background: linear-gradient(to bottom, #fafafa 20%, #fff 80%);
}


.Online{background-color:#f7f7f7;}

.LicenseOnline .text{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5%;
}

.LicenseOnline .button .btn-call-to-action {
    background-color: #ff8900;
}

.LicenseOnline .button{
	display: flex;
    flex-direction: column;
    padding-top: 10px;
}

@media (min-width: 1020px){
.LicenseOnline{
	position: relative;
}
.circle_gui{ 
	position: absolute;
	width: 40%;
	top: 0px;
	left: -80px;
}
.marketplace_gui{
	position: absolute;
    width: 40%;
    right: -80px;
    top: 0px;
}
.LicenseOnline .text {
    display: flex;
    flex-direction: column;
    padding: 5% 6%;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.LicenseOnline .button {
    display: flex;
    flex-direction: row;
    padding-top: 10px;
    justify-content: space-evenly;
	width: 100%;
	padding-top: 20px;
}
}

@media (min-width: 2100px){
.LicenseOnline{
	padding: 0px 0px 150px 0px;
}	
}

@media (min-width: 1500px){
.circle_gui{ 
	top: -80px;
	width: 32%;
}
.marketplace_gui{
	top: -80px;
    width: 32%;
}
}

.discoverMore{
	background-color:#fff;
	position: relative;
}

.discoverMore a {
	color:#ff8900;
}

.discoverMore h4 {
	padding-top:10px;
}

.discoverMoreCanvas ul {
    list-style: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 0 0;
}

.discoverMoreCanvas ul li {
    display: inline-block;
    margin: 0 50px;
    margin-bottom: 10px;
}

.discoverMoreCanvas .circle {
    border-radius: 50%;
    background: #ff8900;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.discoverMoreCanvas .circle img {
    padding-top: 25px;
}

.discoverMoreCanvas .fa-search, .discoverMoreCanvas .fa-shopping-cart {
    color: #fff;
    font-size: 100px;
    line-height: 150px;
}

.note{background-color:#fff;}

/* .btn.btn-lg {
    background-color: #ff8900 !important;
} */

.btn.btn-lg.btn-ca,
.btn.btn-lg.btn-ls {
    background-color: transparent !important;
}

.ls-section .text-color {
    color: #ff8900 !important;
}

.ls-section ul {
    margin-left: 40px;
}

.ls-section .btn-outline,
.ls-section .btn-outline:hover,
.ls-section .btn-outline:focus,
.ls-section .btn-outline:active,
.ls-section .btn-outline:visited {
    border-color: #ff8900;
    color: #ff8900 !important;
}

.ls-section .fa.fa-circle-o {
    color: #ff8900;
}

.button .btn.btn-lg {padding: 0 20px !important;}

