/******************Custom fonts***************************/

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSansLight-Italic.eot');
    src: url('../fonts/OpenSansLight-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansLight-Italic.woff') format('woff'), url('../fonts/OpenSansLight-Italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-light-webfont.woff2') format('woff2'), url('../fonts/opensans-light-webfont.woff') format('woff'), url('../fonts/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@charset "UTF-8";
body {
    font-family: 'open_sansregular';
    font-size: 14px;
    line-height: 26px;
    color: #555555;
    background-color: #fff;
    padding: 0;
    margin: 0;
}

body.no-cursor {
    cursor: none;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: 'open_sansregular';
}

h1 {
    font-size: 45px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

h2 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
    color: #e84c3d;
    line-height: 1;
}

h3 {
    font-size: 16px;
    line-height: 1;
    font-weight: 700px;
    color: #1b1b1b;
}

h4 {
    font-size: 24px;
    color: #000;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 20px;
}

h5 {
    font-size: 18px;
    line-height: 1;
    font-weight: 700px;
    color: #fff;
}

a {
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}

.clear {
    clear: both;
}

/*************************
********Header part CSS*******
**************************/

.wrapper-inner {
    margin: 30px 0 0 112px;
    width: 800px;
    border: solid 1px #6a6a6a;
    min-height: 590px;
    -moz-box-shadow: 0 0 10px 6px #aaaaaa;
    -webkit-box-shadow: 0 0 10px 6px #aaaaaa;
    box-shadow: 0 0 10px 6px #aaaaaa;
}

.page-left-sidebar {
    background: #fff;
    float: left;
    transition: width 0.7s ease 0s;
    width: 48px;
    z-index: 100000;
    padding: 5px 0 0 0;
}

.page-left-sidebar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.page-right-sidebar {
    float: right;
    width: 750px;
}

.defender-top {
    padding: 7px 0;
    margin: 0;
}

.defender-top h3 {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
}

.defender-top img {
    float: right;
    padding: 0 17px 0 0;
}

.defender-mid {
    background: #f9f2f4;
    padding: 30px 0;
}

.defender-mid h2 {
    padding: 0 0 0 40px;
    margin: 0;
    font-weight: normal;
    font-size: 40px;
    color: #c7254e;
    display: flex;
}

.defender-mid p {
    padding: 30px 0 30px 40px;
    margin: 0;
    font-weight: normal;
    font-size: 13px;
    color: #000000;
    display: flex;
    line-height: 20px;
    font-family: 'open_sansregular';
}

.defender-mid ul {
    padding: 0 0 0 40px;
    margin: 0;
    list-style-type: none;
}

.defender-mid ul li {
    float: left;
    padding: 0 30px 0 0;
}

.defender-mid ul li h3 {
    font-weight: normal;
    font-size: 30px;
    color: #000;
    padding: 0;
    margin: 0;
    float: left;
}

.defender-mid ul li a.scan-now {
    background: #f03916;
    line-height: 36px;
    display: inline-block;
    padding: 0 35px;
    color: #fff;
}

.defender-mid ul li a.scan-now01 {
    background: #cccccc;
    line-height: 36px;
    display: inline-block;
    padding: 0 35px;
    color: #000;
}

.defender-bottom {
    padding: 35px 0 0 0;
}

.defender-bottom ul {
    padding: 0 0 25px 0;
    margin: 0;
    list-style-type: none;
    clear: both;
}

.defender-bottom ul li {
    float: left;
    padding: 0 12px;
}

.defender-bottom ul li h5 {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 13px;
    color: #000000;
    line-height: 20px;
}

.defender-bottom ul li p {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 13px;
    color: #5f5f5f;
    line-height: 20px;
}

.defender-bottom a {
    background: #f03916;
    line-height: 36px;
    display: inline-block;
    padding: 0 35px;
    color: #fff;
}

.wrapper-full {
    width: 100%;
    margin: 0 auto;
}

.wrapper-full .page-right-sidebar {
    float: right;
    width: 96%;
}

.protection {
    padding: 25px 0 0 0;
}

.protection h4 {
    padding: 0 0 25px 0;
    margin: 0;
    font-size: 26px;
    line-height: 26px;
    font-weight: normal;
    color: #c7254e;
}

.protection h4 img {
    float: left;
    padding: 0 14px 0 0;
}

.protection p {
    padding: 0 0;
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
}

.protection h5 {
    padding: 45px 0 15px 0;
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    color: #248bdd;
}

.protection h5 img {
    float: left;
    padding: 0 14px 0 0;
}

.protection a {
    background: #0078d7;
    line-height: 36px;
    display: inline-block;
    padding: 0 35px;
    color: #fff;
    margin: 25px 0 0 0;
}

.protection ul {
    padding: 25px 0 0 0;
    margin: 0;
    list-style-type: none;
}

.protection ul li {
    float: left;
    padding: 0 22px 0 0;
    font-size: 40px;
    margin: 0;
    font-weight: normal;
    line-height: 46px;
}

.protection ul li span.cmnt {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 0;
    display: block;
}

.protection h5.quick {
    padding: 15px 0 15px 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #248bdd;
}

.virus-found {
    color: #c7254e;
}

.file-scan {
    color: #448222;
}

.tfn {
    color: #f03916 !important;
    font-style: normal;
}

#outer {
    display: none;
}

.action {
    position: fixed;
    right: -380px;
    width: 360px;
    background: #1f1f1f;
    height: 100vh;
    top: 0;
    z-index: 9999;
}

.action-inner {
    padding: 25px 12px 0 12px;
}

.action-inner h3 {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    padding: 0 0 20px 0;
    margin: 0;
}

.action-inner h3 span a {
    font-size: 13px;
    text-align: right;
    color: #929292;
    float: right;
}

.action-inner h5 {
    font-size: 14px;
    font-family: 'open_sanslight';
    line-height: 1;
    color: #fff;
    padding: 0 0 20px 22px;
    margin: 0;
}

.action-inner ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 10px 0;
}

.action-inner ul li {
    padding: 0 0 20px 0;
}

.action-inner ul li img {
    float: left;
    padding: 0 17px 10px 0;
}

.action-inner ul li h6 {
    color: #fff;
    font-size: 15px;
    font-family: 'open_sanslight';
    line-height: 20px;
    padding: 0;
    margin: 0;
}

.action-inner ul li h6 span {
    display: block;
    color: #929292;
    font-size: 14px;
}

.action-inner01 {
    border-top: solid 1px #4c4c4c;
    padding-top: 35px;
}

.action-inner01 ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 10px 0;
}

.action-inner01 ul li {
    padding: 0 0 20px 0;
}

.action-inner01 ul li img {
    float: left;
    padding: 0 17px 10px 0;
}

.action-inner01 ul li h6 {
    color: #fff;
    font-size: 15px;
    font-family: 'open_sanslight';
    line-height: 20px;
    padding: 0;
    margin: 0;
}

.action-inner01 ul li h6 span {
    display: block;
    color: #929292;
    font-size: 14px;
}

.action-inner01 ul li h1 {
    color: #f03916;
    font-size: 30px;
    line-height: 32px;
    padding: 0;
    margin: 0;
}