<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #333334;
  font-size: 16px;
  font-weight: 400;
  background-color: #ffffff;
}

a, a:focus {
  outline: none;
}

input:focus {
  outline: none;
}

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

.blue-txt {
  color: #21bcf5;
}

.text-uppercase {
  text-transform: uppercase;
}

.pos-relative {
  position: relative;
}

.v_middle_align {
  vertical-align: middle;
}

.v_top_align {
  vertical-align: top;
}

.v_bottom_align {
  vertical-align: bottom;
}

.semi-bold {
  font-weight: 500;
}

.bold, .strong {
  font-weight: 700;
}

.btn-orange {
  padding: 6px 20px;
  text-decoration: none;
  display: inline-block;
  border: none;
  color: #ffffff;
  background-color: #fb9d00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fb9d00), to(#ff6e00));
  background-image: -webkit-linear-gradient(top, #fb9d00, #ff6e00);
  background-image: -moz-linear-gradient(top, #fb9d00, #ff6e00);
  background-image: -ms-linear-gradient(top, #fb9d00, #ff6e00);
  background-image: -o-linear-gradient(top, #fb9d00, #ff6e00);
  background-image: linear-gradient(to bottom, #fb9d00, #ff6e00);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fb9d00, endColorstr=#ff6e00);
  font-size: 30px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.btn-orange:focus, .btn-orange:hover {
  color: #ffffff;
  background-color: #ff6e00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6e00), to(#fb9d00));
  background-image: -webkit-linear-gradient(top, #ff6e00, #fb9d00);
  background-image: -moz-linear-gradient(top, #ff6e00, #fb9d00);
  background-image: -ms-linear-gradient(top, #ff6e00, #fb9d00);
  background-image: -o-linear-gradient(top, #ff6e00, #fb9d00);
  background-image: linear-gradient(to bottom, #ff6e00, #fb9d00);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff6e00, endColorstr=#fb9d00);
}

.btn-white-transperant {
  background: transperant;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 27px;
}

.btn-white-transperant:focus, .btn-white-transperant:hover {
  background: transperant;
  color: #ffffff;
  border-color: #009ae1;
}

.large-btn {
  padding: 20px 60px;
}

.black-btn {
  background-color: #050505;
  border-color: #050505;
  color: #ffffff;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
}

.black-btn:focus, .black-btn:hover {
  background-color: #050505;
  border-color: #050505;
  color: #ffffff;
}

.dark-blue-btn {
  background-color: #01579b;
  border-color: #01579b;
  color: #ffffff;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
}

.dark-blue-btn:focus, .dark-blue-btn:hover {
  background-color: #01579b;
  border-color: #01579b;
  color: #ffffff;
}

.green-btn {
  background-color: #1b5e20;
  border-color: #1b5e20;
  color: #ffffff;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
}

.green-btn:focus, .green-btn:hover {
  background-color: #1b5e20;
  border-color: #1b5e20;
  color: #ffffff;
}

.container-fluid {
  width: 95%;
  max-width: 1200px;
  padding-left: 0px;
  padding-right: 0px;
}

.main-header {
  height: 108px;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media only screen and (min-width:320px) and (max-width:1080px) {
  .main-header {
    height: auto;
  }
}

.main-header .main-nav .navbar-toggle {
  border-color: #ffffff;
  margin-right: 10px;
  padding: 0px;
  margin-top: 15px;
}

.main-header .main-nav .navbar-toggle:focus, .main-header .main-nav .navbar-toggle:hover {
  background-color: #ffffff;
}

.main-header .main-nav .navbar-toggle .icon-bar {
  background-color: #000000;
  width: 40px;
  height: 4px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.main-header #logo {
  width: 266px;
  float: left;
}

.main-header .nav-container {
  float: right;
}

@media only screen and (min-width:768px) and (max-width:1080px) {
  .main-header .nav-container {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width:767px) {
  .main-header .nav-container {
    float: left;
    width: 100%;
    clear: both;
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
  }
}

.main-header .nav-container #topMenu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.main-header .nav-container #topMenu li {
  display: inline-block;
}

@media only screen and (max-width:767px) {
  .main-header .nav-container #topMenu li {
    display: block;
  }
}

.main-header .nav-container #topMenu li a {
  display: block;
  padding: 18px 0px;
  margin: 0px 12px;
  color: #121212;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}

@media only screen and (max-width:767px) {
  .main-header .nav-container #topMenu li a {
    margin: 0px;
  }
}

.main-header .nav-container #topMenu li a:hover {
  color: #ce1118;
}

.main-header .nav-container #topMenu li a.active {
  color: #ce1118;
}

.main-header .nav-container #topMenu li:first-child a {
  margin-left: 0px;
}

.main-header .nav-container #topMenu li:last-child a {
  margin-right: 0px;
}

.main-header .nav-container.navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.hero-section {
  position: relative;
  background: #4e7789 url(../images-v2/hero-banner.jpg) no-repeat scroll center top / cover;
  width: 100%;
  height: 700px;
  padding-bottom: 155px;
  background-color: #3b464c;
}

@media only screen and (min-width:768px) and (max-width:1279px) {
  .hero-section {
    height: auto;
    padding-bottom: 300px;
  }
}

@media only screen and (max-width:767px) {
  .hero-section {
    height: auto;
    padding-bottom: 200px;
  }
}

.hero-section .hero-content .top-info {
  float: right;
  padding-top: 15px;
}

.hero-section .hero-content .top-info ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.hero-section .hero-content .top-info ul li {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  color: #a7bbc2;
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
}

@media only screen and (max-width:767px) {
  .hero-section .hero-content .top-info ul li {
    font-size: 18px;
  }
}

.hero-section .hero-content .top-info ul li.chat-now {
  padding-left: 40px;
  padding-right: 30px;
}

.hero-section .hero-content .top-info ul li.chat-now:before {
  content: '';
  background: url(../images-v2/chat-icon.png) no-repeat left top;
  position: absolute;
  left: 8px;
  width: 27px;
  height: 26px;
}

.hero-section .hero-content .top-info ul li.chat-now a {
  font-size: 21px;
  color: #a6bac3;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}

.hero-section .hero-content .top-info ul li.phone-info {
  padding-left: 45px;
}

.hero-section .hero-content .top-info ul li.phone-info:before {
  content: '';
  background: url(../images-v2/phone-icon.png) no-repeat left top;
  position: absolute;
  left: 6px;
  width: 25px;
  height: 25px;
}

.hero-section .hero-content .text-block {
  clear: both;
  padding-top: 70px;
  text-align: center;
  color: #fffffff;
  margin-bottom: 20px;
}

.hero-section .hero-content .text-block h1 {
  color: #ffffff;
  font-size: 82px;
  font-weight: 300;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media only screen and (max-width:767px) {
	.hero-section .hero-content .text-block h1 {
	  font-size: 65px;
	}
}

.hero-section .hero-content .text-block p.sub-head {
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  line-height: 47px;
  text-transform: uppercase;
}

.hero-section .hero-content .text-block p.sub-head span {
  font-weight: 900;
}

.hero-section .hero-content .text-block p.contact-no {
  color: #ffffff;
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
}

@media only screen and (max-width:676px) {
  .hero-section .hero-content .text-block p.contact-no {
    font-size: 45px;
  }
}

.hero-section .hero-content .text-block p.toll-free-txt {
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
}

.hero-section .hero-content .text-block .cta-button {
  padding-top: 65px;
}

.hero-section .hero-content .text-block .cta-button:before, .hero-section .hero-content .text-block .cta-button:after {
  content: '';
  display: table;
}

.hero-section .hero-content .text-block .cta-button p.alternate {
  color: #ffffff;
  padding-top: 10px;
  display: none;
}

.hero-section .hero-content .text-block .cta-button p.alternate a {
  color: #29b6f6;
  text-decoration: underline;
}

.hero-section .hero-content .text-block .cta-button p.alternate a:hover {
  text-decoration: none;
}

.hero-section .hero-content .text-block .cta-button .btn-orange {
  font-size: 42px;
  font-weight: 700;
  line-height: 45px;
  padding: 27px 105px;
  display:block;
  width:490px;
  margin: 0 auto;
}

@media only screen and (min-width:500px) and (max-width:767px) {
  .hero-section .hero-content .text-block .cta-button .btn-orange {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    padding: 20px 40px;
	width:400px;
  }
}

@media only screen and (max-width:499px) {
  .hero-section .hero-content .text-block .cta-button .btn-orange {
	font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    padding: 20px 40px;
	width:auto;
  }
}

.hero-section .hero-content .text-block .cta-button .window-version-check, .hero-section .hero-content .text-block .cta-button p.alternate {
  display: none;
}

.hero-section .hero-content .banner-features {
  background-color: rgba(41, 56, 63, 0.98);
  max-width: 1200px;
  width: 95%;
  height: 155px;
  bottom: 0;
  position: absolute;
}

@media only screen and (max-width:1279px) {
  .hero-section .hero-content .banner-features {
    height: auto;
  }
}

.hero-section .hero-content .banner-features .bottom-links {
  width: 100%;
  margin: 0px;
  padding: 45px 30px;
}

@media only screen and (max-width:1279px) {
  .hero-section .hero-content .banner-features .bottom-links {
    display: table;
    text-align: center;
  }
}

@media only screen and (max-width:767px) {
  .hero-section .hero-content .banner-features .bottom-links {
    padding: 45px 10px;
  }
}

.hero-section .hero-content .banner-features .bottom-links li {
  color: #ffffff;
  display: table-cell;
  font-size: 23px;
  font-weight: 300;
  padding-right: 30px;
  position: relative;
  vertical-align: top;
}

@media only screen and (max-width:1279px) {
  .hero-section .hero-content .banner-features .bottom-links li {
    padding: 0px 1%;
    width: 23%;
  }
}

@media only screen and (max-width:767px) {
  .hero-section .hero-content .banner-features .bottom-links li {
    padding: 0px 2%;
    width: 21%;
  }
}

.hero-section .hero-content .banner-features .bottom-links li .icons {
  display: inline-block;
  float: left;
}

@media only screen and (max-width:1279px) {
  .hero-section .hero-content .banner-features .bottom-links li .icons {
    display: block !important;
    margin: 0 auto !important;
    float: none;
  }
}

.hero-section .hero-content .banner-features .bottom-links li .icon-txt {
  display: inline-block;
}

@media only screen and (min-width:767px) and (max-width:1279px) {
  .hero-section .hero-content .banner-features .bottom-links li .icon-txt {
    padding-left: 0px;
    padding-top: 10px;
  }
}

@media only screen and (max-width:767px) {
  .hero-section .hero-content .banner-features .bottom-links li .icon-txt {
    display: none;
  }
}

.hero-section .hero-content .banner-features .bottom-links li .user-icon {
  background: url(../images-v2/user-icon.png) no-repeat left top;
  width: 95px;
  height: 58px;
}

@media only screen and (max-width:767px) {
  .hero-section .hero-content .banner-features .bottom-links li .user-icon {
    background-size: 80% auto;
    padding-right: 10px;
    width: 75px;
    height: 58px;
  }
}

.hero-section .hero-content .banner-features .bottom-links li .support-icon {
  background: url(../images-v2/support-icon.png) no-repeat left top;
  width: 95px;
  height: 58px;
}

@media only screen and (max-width:767px) {
  .hero-section .hero-content .banner-features .bottom-links li .support-icon {
    background-size: 80% auto;
    padding-right: 10px;
    width: 75px;
    height: 58px;
  }
}

.hero-section .hero-content .banner-features .bottom-links li .diagnosis-icon {
  background: url(../images-v2/diagnosis-icon.png) no-repeat left top;
  width: 95px;
  height: 58px;
}

@media only screen and (max-width:767px) {
  .hero-section .hero-content .banner-features .bottom-links li .diagnosis-icon {
    background-size: 80% auto;
    padding-right: 10px;
    width: 75px;
    height: 58px;
  }
}

.hero-section .hero-content .banner-features .bottom-links li .satisfaction-icon {
  background: url(../images-v2/satisfaction-icon.png) no-repeat left top;
  width: 95px;
  height: 58px;
}

@media only screen and (max-width:767px) {
  .hero-section .hero-content .banner-features .bottom-links li .satisfaction-icon {
    background-size: 80% auto;
    padding-right: 10px;
    width: 75px;
    height: 58px;
  }
}

.hero-section .hero-content .banner-features .bottom-links li:last-child {
  padding-right: 0px;
}

.hero-section .hero-content .content-block h1.banner-heading {
  color: #ffffff;
  font-size: 49px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.banner-section {
  background: #3b464c url(../images-v2/banner-bg.jpg) no-repeat 0px 0px / cover;
  position: relative;
  width: 100%;
  height: 426px;
  border-bottom: 2px solid #ff8600;
}

@media only screen and (max-width:767px) {
  .banner-section {
    height: auto;
  }
}

.banner-section .reviews-top {
  margin-bottom: 20px;
  padding-top: 10px;
  color: #666666;
}

@media only screen and (max-width:979px) {
  .banner-section .reviews-top {
    color: #21bcf5;
  }
}

.banner-section .reviews-top a {
  color: #666666;
  font-weight: 500;
  text-decoration: underline;
}

@media only screen and (max-width:979px) {
  .banner-section .reviews-top a {
    color: #21bcf5;
  }
}

.banner-section .reviews-top a:hover {
  text-decoration: none;
}

.main-content {
  background-color: #f5f5f5;
  position: relative;
}

.white-color {
  background-color: #ffffff;
}

.grey-color {
  background-color: #465a65;
}

.blue-color {
  background-color: #29b6f6;
}

.block-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1);
  -web-kit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1);
}

.block-section.guarante-section {
  padding-bottom: 0px;
  margin-bottom: 20px;
}

.guarante-section .text-block .heading {
  font-size: 42px;
  font-weight: 100;
  color: #333334;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.guarante-section .text-block {
  padding: 0px 75px;
}

@media only screen and (max-width:767px) {
  .guarante-section .text-block {
    padding: 0px 10px;
  }
}

.guarante-section .text-block .sub-heading {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 25px;
}

.guarante-section .extra-block {
  border-top: 2px solid #f6f6f6;
  margin-top: 60px;
}

.guarante-section .extra-block .price-block {
  color: #bfbfbf;
  font-size: 25px;
  font-weight: 700;
  padding-top: 25px;
  padding-left: 80px;
}

@media only screen and (max-width:1199px) {
  .guarante-section .extra-block .price-block {
    padding-left: 0px;
    text-align: center;
  }
}

.guarante-section .extra-block .price-block .price-txt {
  color: #bfbfbf;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 0px;
}

.guarante-section .extra-block .price-block .price-txt span {
  font-size: 30px;
  color: #29b6f6;
  font-weight: 400;
}

.guarante-section .extra-block .price-block .price-txt span.price {
  font-weight: 700;
  font-size:40px;
}

.guarante-section .extra-block .price-block .price-txt span.strike-price {
  color: #fc8c00;
  font-size:18px;
  font-weight: 900;
  display:inline-block;
  margin-left:8px;
  text-decoration:line-through;
}

.guarante-section .extra-block .price-block .upto-3-pcs {
  color: #bfbfbf;
  font-size: 23px;
  font-weight: 500;
}

.guarante-section .extra-block .active-now-btn-wrap {
  background: url(../images-v2/active-now-btn.png) no-repeat left top;
  height: 142px;
  width: 100%;
  padding-left: 170px;
}

@media only screen and (max-width:767px) {
  .guarante-section .extra-block .active-now-btn-wrap {
    padding-left: 0px;
    background: none;
  }
}

.guarante-section .extra-block .active-now-btn-wrap a.active-btn {
  background-color: #29b6f6;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 36px;
  font-weight: 700;
  padding-top: 15px;
  text-transform: uppercase;
}

.guarante-section .extra-block .active-now-btn-wrap a.active-btn .hand-icon {
  background: url(../images-v2/hand-click.png) no-repeat 0px 0px;
  width: 48px;
  height: 68px;
  display: inline-block;
  position: relative;
  top: 30px;
}

.block-section.annual-subscription {
  color: #ffffff;
  padding: 0px;
  margin-bottom: 20px;
}

.block-section.annual-subscription .grey-box {
  padding: 55px 60px;
}

@media only screen and (max-width:767px) {
  .block-section.annual-subscription .grey-box {
    padding: 55px 10px;
  }
}

.annual-subscription .text-block {
  color: #ffffff;
}

.annual-subscription .text-block .heading {
  font-size: 41px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 300;
}

@media only screen and (max-width:767px) {
  .annual-subscription .text-block .heading {
    font-size: 32px;
  }
}

.annual-subscription .feature-block {
  padding-top: 30px;
}

.annual-subscription .feature-block:before, .annual-subscription .feature-block:after {
  content: '';
  clear: both;
  display: table;
}

.annual-subscription .feature-block .feature-box {
  float: left;
  width: 20%;
  padding: 30px 2.5% 10px;
  text-align: center;
  font-size: 16px;
  min-height: 200px;
}

@media only screen and (max-width:767px) {
  .annual-subscription .feature-block .feature-box {
    width: 100%;
  }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
  .annual-subscription .feature-block .feature-box {
    width: 50%;
  }
}

.annual-subscription .feature-block .feature-box:hover {
  background-color: #ffffff;
  color: #455a64;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.annual-subscription .feature-block .feature-box.active {
  background-color: #ffffff;
  color: #455a64;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.annual-subscription .feature-block .feature-box .feature-txt {
  position: relative;
}

.annual-subscription .feature-block .feature-box .feature-txt span.box1 {
  background: url(../images-v2/feat-box1.png) no-repeat 0px 0px;
  width: 97px;
  height: 55px;
  display: block;
  margin: 0 auto;
}

.annual-subscription .feature-block .feature-box:hover .feature-txt span.box1 {
  background-position: 0px -55px;
}

.annual-subscription .feature-block .feature-box .feature-txt span.box2 {
  background: url(../images-v2/feat-box2.png) no-repeat 0px 0px;
  width: 74px;
  height: 62px;
  display: block;
  margin: 0 auto;
}

.annual-subscription .feature-block .feature-box:hover .feature-txt span.box2 {
  background-position: 0px -62px;
}

.annual-subscription .feature-block .feature-box .feature-txt span.box3 {
  background: url(../images-v2/feat-box3.png) no-repeat 0px 0px;
  width: 82px;
  height: 55px;
  display: block;
  margin: 0 auto;
}

.annual-subscription .feature-block .feature-box:hover .feature-txt span.box3 {
  background-position: 0px -55px;
}

.annual-subscription .feature-block .feature-box .feature-txt span.box4 {
  background: url(../images-v2/feat-box4.png) no-repeat 0px 0px;
  width: 78px;
  height: 58px;
  display: block;
  margin: 0 auto;
}

.annual-subscription .feature-block .feature-box:hover .feature-txt span.box4 {
  background-position: 0px -58px;
}

.annual-subscription .feature-block .feature-box .feature-txt span.box5 {
  background: url(../images-v2/feat-box5.png) no-repeat 0px 0px;
  width: 84px;
  height: 60px;
  display: block;
  margin: 0 auto;
}

.annual-subscription .feature-block .feature-box:hover .feature-txt span.box5 {
  background-position: 0px -60px;
}

.annual-subscription .feature-block .feature-box .feature-txt p {
  padding-top: 25px;
}

.annual-subscription .bottom-block {
  background-color: #ffffff;
  padding: 25px 0px;
  text-align: center;
}

.annual-subscription .bottom-block .grey-anchor {
  color: #455a64;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.annual-subscription .bottom-block .grey-anchor:hover {
  color: #f75a04;
}

.block-section.virus-free {
  color: #455a64;
  padding: 0px;
  margin-bottom: 20px;
}

.block-section.virus-free .white-box {
  padding: 55px 60px;
}

@media only screen and (max-width:767px) {
  .block-section.virus-free .white-box {
    padding: 55px 10px;
  }
}

.virus-free .text-block {
  color: #455a64;
}

.virus-free .text-block .heading {
  font-size: 42px;
  color: #455a64;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 300;
}

@media only screen and (max-width:767px) {
  .virus-free .text-block .heading {
    font-size: 32px;
  }
}

.virus-free .feature-block {
  padding-top: 30px;
}

.virus-free .feature-block:before, .virus-free .feature-block:after {
  content: '';
  clear: both;
  display: table;
}

.virus-free .feature-block .feature-box {
  float: left;
  width: 25%;
  padding: 30px 2.5% 10px;
  text-align: center;
  font-size: 16px;
  min-height: 200px;
}

@media only screen and (max-width:767px) {
  .virus-free .feature-block .feature-box {
    width: 100%;
  }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
  .virus-free .feature-block .feature-box {
    width: 50%;
  }
}

.virus-free .feature-block .feature-box:hover {
  background-color: #29b6f6;
  color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.virus-free .feature-block .feature-box.active {
  background-color: #ffffff;
  color: #455a64;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.virus-free .feature-block .feature-box .feature-txt {
  position: relative;
}

.virus-free .feature-block .feature-box .feature-txt span.box1 {
  background: url(../images-v2/feat-box6.png) no-repeat 0px 0px;
  width: 52px;
  height: 63px;
  display: block;
  margin: 0 auto;
}

.virus-free .feature-block .feature-box:hover .feature-txt span.box1 {
  background-position: 0px -63px;
}

.virus-free .feature-block .feature-box .feature-txt span.box2 {
  background: url(../images-v2/feat-box7.png) no-repeat 0px 0px;
  width: 53px;
  height: 75px;
  display: block;
  margin: 0 auto;
}

.virus-free .feature-block .feature-box:hover .feature-txt span.box2 {
  background-position: 0px -75px;
}

.virus-free .feature-block .feature-box .feature-txt span.box3 {
  background: url(../images-v2/feat-box8.png) no-repeat 0px 0px;
  width: 77px;
  height: 54px;
  display: block;
  margin: 0 auto;
}

.virus-free .feature-block .feature-box:hover .feature-txt span.box3 {
  background-position: 0px -54px;
}

.virus-free .feature-block .feature-box .feature-txt span.box4 {
  background: url(../images-v2/feat-box9.png) no-repeat 0px 0px;
  width: 72px;
  height: 48px;
  display: block;
  margin: 0 auto;
}

.virus-free .feature-block .feature-box:hover .feature-txt span.box4 {
  background-position: 0px -48px;
}

.virus-free .feature-block .feature-box .feature-txt p {
  padding-top: 25px;
}

.virus-free .bottom-block {
  background-color: #455a64;
  padding: 25px 0px;
  text-align: center;
}

.virus-free .bottom-block .white-anchor {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.virus-free .bottom-block .white-anchor:hover {
  color: #29b6f6;
}

.block-section.testimonial-section {
  color: #ffffff;
  margin-bottom: 20px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.testimonial-section .heading {
  font-size: 38px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 300;
}

@media only screen and (max-width:767px) {
  .testimonial-section .heading {
    font-size: 32px;
  }
}

@media only screen and (max-width:767px) {
  .testimonial-section .heading {
    text-align: center;
  }
}

.testimonial-section .testimonial-list {
  float: left;
  width: 33.33%;
  padding: 30px 2% 60px 0px;
  font-size: 16px;
  position: relative;
  color: #ffffff;
  min-height: 220px;
}

@media only screen and (max-width:767px) {
  .testimonial-section .testimonial-list {
    width: 100%;
    padding: 20px 0 !important;
    border-bottom: 1px solid #ffffff;
    min-height: auto !important;
  }

  .testimonial-section .testimonial-list:last-child {
    border-bottom: none;
  }
}

.testimonial-section .testimonial-list:nth-of-type(2n) {
  padding: 30px 2% 60px 20px;
  min-height: 240px;
}

.testimonial-section .testimonial-list:nth-of-type(3n) {
  padding: 30px 2% 60px 0px;
  min-height: 240px;
}

.testimonial-section .testimonial-list .testimonial-block .author-name {
  position: absolute;
  bottom: 0px;
}

@media only screen and (max-width:767px) {
  .testimonial-section .testimonial-list .testimonial-block .author-name {
    position: static;
    font-weight: 700;
  }
}

.block-section.package-options {
  color: #455a64;
  margin-bottom: 20px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.block-section.package-options .text-block {
  text-align: center;
  color: #455a64;
  padding-bottom: 60px;
}

.package-options .text-block .heading {
  font-size: 42px;
  color: #455a64;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 300;
}

@media only screen and (max-width:767px) {
  .package-options .text-block .heading {
    font-size: 32px;
  }
}

.package-options .package-block {
  text-align: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 20px;
}

.package-options .package-block .package-body {
  padding: 25px 20px 25px;
  min-height: 476px;
  font-weight: 400;
}

.package-options .package-block .package-body p {
  font-size: 14px;
}

.package-options .package-block .package-footer {
  border-top: 2px solid #ffffff;
}

.package-options .package-block .package-footer .package-btn {
  padding: 20px;
}

.package-options .package-block .package-footer .package-btn .btn {
  width: 100%;
}

.package-options .package-block.one-time-fix {
  background-color: #f9f9f9;
  color: #050505;
}

.package-options .package-block.one-time-fix .package-body {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(247,247,247,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 );
}

.package-options .package-block.one-time-fix .package-body .package-title {
  color: #050505;
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
  min-height: 70px;
  margin-bottom: 15px;
}

.package-options .package-block.one-time-fix .package-body .package-price {
  color: #050505;
  font-weight: 900;
  font-size: 70px;
  margin-bottom: 60px;
}

.package-options .package-block.one-time-fix .package-body .package-units {
  color: #050505;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 30px;
}

.package-options .package-block.one-time-fix .package-body .package-units span {
  font-size: 19px;
  font-weight: 500;
}

.package-options .package-block.geekbuddy-cispro {
  background-color: #e4f2fd;
  color: #000000;
}

.package-options .package-block.geekbuddy-cispro .package-body {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(227,242,253,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(227,242,253,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(227,242,253,1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(227,242,253,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(227,242,253,1) 100%);
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(227,242,253,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3f2fd',GradientType=1 );
}

.package-options .package-block.geekbuddy-cispro .package-body .package-title {
  color: #000000;
  font-weight: 300;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.package-options .package-block.geekbuddy-cispro .package-body .package-price {
  color: #01579b;
  font-weight: 900;
  font-size: 70px;
}

.package-options .package-block.geekbuddy-cispro .package-body .strike-price {
  color: #fc8c00;
  font-weight: 700;
  font-size: 34px;
  text-decoration:line-through;
  margin-bottom: 10px;
}

.package-options .package-block.geekbuddy-cispro .package-body .package-units {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 30px;
}

.package-options .package-block.geekbuddy-cispro .package-body .package-units span {
  font-size: 19px;
  font-weight: 500;
}

.package-options .package-block.geekbuddy-ciscomplete {
  background-color: #eaf6eb;
  color: #050505;
}

.package-options .package-block.geekbuddy-ciscomplete .package-body {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(232,245,233,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(232,245,233,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(232,245,233,1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(232,245,233,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(232,245,233,1) 100%);
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(232,245,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8f5e9',GradientType=1 );
}

.package-options .package-block.geekbuddy-ciscomplete .package-body .package-title {
  color: #050505;
  font-weight: 300;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.package-options .package-block.geekbuddy-ciscomplete .package-body .package-price {
  color: #1b5e20;
  font-weight: 900;
  font-size: 70px;
}

.package-options .package-block.geekbuddy-ciscomplete .package-body .strike-price {
  color: #fc8c00;
  font-weight: 700;
  font-size: 34px;
  text-decoration:line-through;
  margin-bottom: 10px;
}

.package-options .package-block.geekbuddy-ciscomplete .package-body .package-units {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 30px;
}

.package-options .package-block.geekbuddy-ciscomplete .package-body .package-units span {
  font-size: 19px;
  font-weight: 500;
}

.block-section.geekbuddy-assist {
  color: #455a64;
  margin-bottom: 20px;
  background: url(../images-v2/geekbuddy-assits.png) no-repeat right bottom;
  padding: 30px 0px;
}

@media only screen and (max-width:1199px) {
  .block-section.geekbuddy-assist {
    background: none;
  }
}

.block-section.geekbuddy-assist .white-box {
  padding: 0px 60px;
}

@media only screen and (max-width:767px) {
  .block-section.geekbuddy-assist .white-box {
    padding: 0px 10px;
  }
}

.geekbuddy-assist .text-block .heading {
  font-size: 42px;
  color: #455a64;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 300;
}

@media only screen and (max-width:767px) {
  .geekbuddy-assist .text-block .heading {
    font-size: 32px;
  }
}

.geekbuddy-assist .assist-block {
  padding-top: 60px;
}

.geekbuddy-assist .assist-block .feat-block {
  margin-bottom: 40px;
}

.geekbuddy-assist .assist-block .feat-block:last-child {
  margin-bottom: 0px;
}

.geekbuddy-assist .assist-block .feat-block .feat-title {
  color: #455a64;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.geekbuddy-assist .assist-block .feat-block .feat-list li {
  color: #050505;
  font-size: 18px;
  position: relative;
  padding-left: 40px;
  padding-bottom: 15px;
}

.geekbuddy-assist .assist-block .feat-block .feat-list li:before {
  content: '';
  background: url(../images-v2/feat-bullet-icon.png) no-repeat 0px 0px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0px;
}

.block-section.additional-section {
  color: #ffffff;
  margin-bottom: 20px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.block-section.additional-section a {
  color: #ffffff;
  text-decoration: underline;
}

.block-section.additional-section a:hover {
  text-decoration: none;
}

#footer ul {
  padding: 0px;
  margin: 0px;
}

#footer .content-wrapper {
  width: 1200px;
  display: inline-block;
  text-align: left;
}

#footer .footer_menu_d_t {
  display: table;
}

#footer .footer_menu_d_tr {
  display: table-row;
}

#footer .footer_menu_d_tc {
  display: table-cell;
  text-align: center;
}

#footer .awards-block_d_t {
  display: table;
}

#footer .awards-block_d_tr {
  display: table-row;
}

#footer .awards-block_d_tc {
  display: table-cell;
}

@media only screen and (max-width:767px) {
  #footer .awards-block_d_tc {
    display: inline-block;
    margin-bottom: 20px;
  }
}

#footer .awards-block_d_t.award-items {
  margin: 0px auto;
}

#footer .awards-block_d_t.award-items .award-title {
  color: #455a64;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#footer .awards-block_d_t.award-items .award-list .award-image {
  padding-right: 20px;
}

#footer .awards-block_d_t.award-items .award-list .award-txt {
  color: #455a64;
  font-size: 18px;
  font-weight: 400;
  padding-right: 90px;
  position: relative;
  top: -10px;
}

@media only screen and (max-width:767px) {
  #footer .awards-block_d_t.award-items .award-list .award-txt {
    padding-right: 0px;
  }
}

#footer .awards-block_d_tc:last-child .award-txt {
  width: 90%;
}

#footer #social_main {
  background-color: #ffffff;
  margin-top: 80px;
}

#footer #social_main .social-links {
  margin: 0px auto;
}

#footer .industry_support {
  padding-top: 42px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #414141;
}

#footer .industry_support span {
  font-size: 22px;
  font-weight: 900;
}

#footer .industry_support a {
  color: #414141;
}

#footer .industry li, #footer .support li, #footer .contact_links li {
  display: inline-block;
  padding-top: 42px;
}

#footer .contact_links {
  padding-top: 52px;
}

#footer .industry li {
  padding-left: 70px;
}

#footer .industry li:first-child {
  padding-left: 0px;
}

#footer .industry li:before, #footer .support li:before {
  content: "\2022";
  padding-right: 6px;
  color: #8cc641;
}

#footer .industry li:first-child:before, #footer .support li:first-child:before {
  content: "";
  padding-right: 0px;
}

#footer .support li:first-child {
  padding-left: 0px;
}

#footer .support li {
  padding-left: 72px;
}

#footer .copyright, #footer .contact_links {
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer .contact_links {
    width: 1260px;
}

#footer .contact_links li a {
  padding-left: 4px;
  padding-right: 4px;
  border-right: 2px solid #8cc641;
}

#footer .contact_links li:first-child a {
  padding-left: 0px;
}

#footer .contact_links li:last-child a {
  padding-right: 0px;
  border-right: none;
}

#footer .industry_support .footer_menu_d_tc:first-child, #footer .copyright_contact_links .footer_menu_d_tc:first-child {
  /*width: 67%;*/
  width: 57%;
}

#footer .copyright_contact_links p {
  font-family: "Lato",sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #c5c5c5;
  letter-spacing: 0.15px;
}

#footer .contact_links a {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #8cc641;
}

#footer .social_links {
  width: 100%;
  background-color: #2f2f2f;
}

#footer .social_links .left_social_cell {
  background-color: #c3272f;
  height: 100%;
}

#footer .social_links .center_social_cell {
  height: 100%;
  width: 1200px;
  background-color: #2f2f2f;
}

#footer .social_links .right_social_cell {
  height: 100%;
  background-color: #2f2f2f;
}

#footer .social_links_first_row {
  display: none;
  width: 100%;
}

#footer social_links_second_row .comodo_logo_container {
  padding-left: 10px;
  padding-right: 10px;
}

#footer .comodo_logo_content_small_r {
  height: 24px;
  padding: 14px 0 14px 0;
  margin: 0px auto;
  background-color: #c3272f;
  display: none;
}

#footer .social_links .comodo_logo_container {
  width: 20%;
  background-color: #c3272f;
}

#footer .social_links .comodo_logo {
  width: 162px;
  height: 22px;
  margin: 15px auto;
  background-image: url(../images-v2/comodo-logo-new.png);
}

#footer .social_links .social_links_group:last-child {
  border: none;
}

#footer .social_links .social_link_container {
  width: 20%;
  border-right: solid 2px #393939;
  border-bottom: solid 2px #2f2f2f;
}

#footer .social_links .social_link_container:hover {
  border-bottom: solid 2px #8cc641;
}

#footer .social_links .social_link {
  height: 20px;
  width: 30px;
  margin: 15px auto;
}

#footer .social_links .social_link_image_facebook {
  background-image: url(../images-v2/social_link_map.png);
  background-position: 0px 0px;
}

#footer .social_links .social_link_container:hover .social_link_image_facebook {
  background-position: -120px 0px;
}

#footer .social_links .social_link_image_twitter {
  background-image: url(../images-v2/social_link_map.png);
  background-position: -30px 0px;
}

#footer .social_links .social_link_container:hover .social_link_image_twitter {
  background-position: -150px 0px;
}

#footer .social_links .social_link_image_google-plus {
  background-image: url(../images-v2/social_link_map.png);
  background-position: -60px 0px;
}

#footer .social_links .social_link_container:hover .social_link_image_google-plus {
  background-position: -180px 0px;
}

#footer .social_links .social_link_image_youtube {
  background-image: url(../images-v2/social_link_map.png);
  background-position: -90px 0px;
}

#footer .social_links .social_link_container:hover .social_link_image_youtube {
  background-position: -210px 0px;
}

#footer .social_links .social_link_image_instagram {
  background-image: url(../images-v2/social_link_map.png);
  background-position: -249px 0px;
}

#footer .social_links .social_link_container:hover .social_link_image_instagram {
  background-position: -279px 0px;
}

@media screen and (max-width: 1280px) {

  #footer .content-wrapper {
    width: 95%;
  }

  #footer .industry_support .footer_menu_d_tc {
    text-align: center;
    width: 50% !important;
    vertical-align: top;
  }

  #footer .industry, #footer .support {
    display: inline-block;
  }

  #footer .industry .industry_content, #footer .support .support_content {
    text-align: left;
    float: left;
  }

  #footer .industry_support li {
    display: block !important;
    padding-left: 0px !important;
  }

  #footer .industry li:first-child, #footer .support li:first-child {
    display: inline-block;
    padding-top: 42px !important;
    padding-bottom: 40px !important;
  }

  #footer .industry li, #footer .support li {
    display: inline-block;
    padding-top: 0px !important;
    padding-bottom: 20px !important;
  }

  #footer .copyright_contact_links .footer_menu_d_tc {
    display: block;
    width: 100% !important;
  }

  #footer .copyright {
    padding: 24px 0px 0px 0px !important;
  }

  #footer .contact_links {
    padding: 30px 0px 27px 0px !important;
  }

  #footer .contact_links li {
    padding: 0px 0px 0px 0px !important;
  }

  #footer .copyright p {
    font-size: 16px !important;
  }

  #footer .industry li:first-child, #footer .copyright p {
    padding-left: 0px !important;
  }

  #footer .contact_links, #footer .copyright {
    text-align: center !important;
  }

  #footer .contact_links a {
    border-right: none !important;
  }

  #footer .social_main li {
    display: block !important;
    padding-top: 10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 1024px) {

  #footer .copyright_contact_links .footer_menu_d_tc {
    display: block;
  }

  #footer .comodo_logo_container {
    padding: 0px 10px 0px 10px;
  }

  #footer .copyright {
    padding: 24px 0px 0px 0px !important;
  }

  #footer .contact_links {
    padding: 30px 0px 27px 0px !important;
  }

  #footer .contact_links li {
    padding: 0px 0px 0px 0px !important;
  }

  #footer .copyright p {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 480px) {

  #footer .comodo_logo_content_small_r {
    display: block;
  }

  #footer .social_links .left_social_cell, #footer .social_links .right_social_cell, #footer .social_links_second_row .comodo_logo_container {
    display: none;
  }

  #footer .contact_links_content {
    padding-top: 10px !important;
  }

  #footer .contact_links_content li {
    display: block !important;
  }

  #footer .contact_links_content li a {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 320px) {
  #footer .industry_support .footer_menu_d_tc {
    width: 100% !important;
  }

  #footer .industry_support .footer_menu_d_tc {
    display: block !important;
    width: 100%;
    text-align: left;
    padding-left: 30%;
  }
}</pre></body></html>