* {
  box-sizing: border-box;
}
body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.25;
  color: rgb(51, 51, 51);
}
button {
  color: rgb(51, 51, 51);
}
img {
  display: block;
  width: 100%;
  height: auto;
}
.font-12 {
  font-size: 12px !important;
  line-height: 1.5;
}
.font-light {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
.hide {
Display:none;
}
.content-container {
  margin: 0 auto;
  max-width: 1120px;
  width: 90%;
}
.circle {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  display: block;
  height: 14px;
  margin: 0 auto;
  width: 14px;
}
.background-red {
  background-color: rgb(204, 0, 0);
}
.background-purple {
  background-color: rgb(153, 51, 102);
}
.background-yellow {
  background-color: rgb(250, 178, 50);
}
.background-blue {
  background-color: rgb(42, 131, 162);
}
.background-purple {
  background-color: rgb(153, 51, 102);
}
.content-open {
  color: rgb(42, 131, 162) !important;
  transition: color 0.25s;
}
.image-open {
  content: url('../img/up-arrow.png') !important;
}
@media screen and (max-width: 991px) {
  .mbl-hide {
    display: none;
  }
}
.new {
  color: #cc0000;
  font-weight: bold;
  font-size: small;
  display: block;
}
/*__________________________ header __________________________*/
.ai-header {
  background-image: url('../img/ai-bg.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 100px;
  text-align: center;
  margin: 0 auto;
}
.ai-header h1, .ai-header h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  color: #fff;
}
.ai-header h1{
  padding: 20px 0 0 0;
  font-size: 28px;
}
.ai-header h2{
  font-size: 18px;
}


header .logo {
  max-width: 156px;
  padding: 35px 0;
  width: 100%;
  float: left;
}
header .logo img {
  width: 80%;
}
header .links {
  position: absolute;
  top: 100px;
  right: 5%;
}
header .links a {
  font-size: 12.5px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  padding: 30px 0 0 20px;
  text-shadow: 1px 1px 1px #fff;
}
header .links a:hover {
  text-decoration: underline;
  text-shadow: none;
}
@media screen and (max-width: 640px) {
  header .links {
    display: none;
  }
}
.show-mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .show-mobile {
    display: block;
  }
}
.background-image-container {
  background-image: url('../img/hero-background-image2022-2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.hero-copy {
  margin: 20px 0 0 0;
}

header p {
  color: rgb(255, 255, 255);
  font-size: 18px;
  letter-spacing: 0.1px;
  text-align: left;
}
header h1 {
  font-size: 68px;
  font-weight: bold;
  letter-spacing: 0.4px;
  line-height: 1;
  color: #000;
  margin: 0 0 20px 0;
}
header h1 span {
  white-space: nowrap;
}
header h3 {
  max-width: 60%;
  font-size: 40px;
  line-height: 1;
  font-weight: 100;
  color: #000;
  margin: 3% 0 8% 0;
}
.compatibility-icons {
    width: 280px;
    margin: 0 0 45px 0;
}
.hero-cta {
  margin: 20px 0 50px 0;
}
.hero-cta a {
  float: left;
  margin-right: 30px;
}
.hero-cta:after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 900px) {
  header .logo {
    float: none;
    margin: 0 auto;
  }
  header .logo img {
  width: 100%;
}
  header .links {
    display: none;
  }
  .content-container {
    text-align: center;
  }
  .compatibility-icons {
    margin: 0 auto 30px auto;
  }
  header h3 {
    max-width: 90%;
    margin: 40px auto 20px auto;
  }
  .background-image-container {
    background-image: url('../img/hero-background-image2022-2-mobile.jpg');
  }
}

/*header p:first-child {
  font-size: 24px;
  letter-spacing: 0.6px;
  margin: 80px 0 20px;
}
header p:nth-child(2) {
  font-size: 48px;
  letter-spacing: 0.4px;
}*/
header button {
  background-color: rgb(204, 0, 0);
  border: 1px solid transparent;
  box-shadow: none;
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-size: 21px;
  font-weight: bold;
  height: auto;
  margin: 0 0 30px 0;
  padding: 15px 30px;
  outline: 0;
  text-align: center;
  transition: all 0.25s;
  width: auto;
}
header button:hover {
  background-color: rgba(204, 0, 0, 0);
  border: 1px solid rgb(204, 0, 0);
  color: rgb(204, 0, 0);
}

/*@media screen and (min-width: 800px) {
  .background-image-container {
    background-image: url('../img/hero-background-image2022.jpg');
    background-size: contain;
  }
}
@media screen and (max-width: 1400px) {
  .background-image-container {
  }
}
@media screen and (max-width: 1200px) {
  .background-image-container {
    background-image: url('../img/hero-background-image2022.jpg');
  }
}
@media screen and (max-width: 992px) {
  .background-image-container {
    background-image: none;
    padding: 0;
  }
}*/

/*__________________________ main __________________________*/
/*__________________________ product-cards __________________________*/
main .product-card-container {
  margin: -20px auto;
  width: 90%;
}
main .product-card {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 10px 12px 0 rgba(197, 187, 187, 0.5);
  margin: 0 auto;
  max-width: 414px;
}
main .product-card {
  text-align: center;
  width: 100%;
}
main .premium-security {
  border-top: 7px solid rgb(153, 51, 102);
}
main .maximum-security {
  border-top: 7px solid rgb(204, 0, 0);
}

main .internet-security,
main .antivirus-security,
main .maximum-security {
  background-color: rgb(248, 248, 248);
  margin-top: 50px;
}
main .internet-security {
  border-top: 7px solid rgb(250, 178, 50);
}
main .antivirus-security {
  border-top: 7px solid rgb(42, 131, 162);
}
main .product-card-header p {
  color: rgba(204, 0, 0);
  font-size: 30px;
  font-weight: 700;
  margin: 15px 0 0 0;
}
main .product-card-header span {
  display: inline-block;
  font-size: 14px;
  color: #777;
  padding: 0 20px;
}
main .product-card-body {
  padding: 20px 0;
  color: rgb(51, 51, 51);
  margin: 0 auto;
  width: 90%;
}
main .product-card-body p {
  font-size: 18px;
  color: #666;
  font-weight: 600;
}
main .product-card-body p.product-title {
  font-size: 36px;
  color: #000;
  letter-spacing: 0.2px;
  line-height: 1em;
  border-bottom: 1px solid #ddd;
  padding: 0 0 25px 0;
  margin: 15px 0 20px 0;
}
main .product-card-body p.product-title span {
  font-weight: 300;
}
main .product-card-body p.price-point {
  color: rgb(204, 0, 0);
  font-size: 42px;
  font-weight: 600;
  margin: 0px 0 15px 0;
}
main .product-card-body .savings-container {
  font-size: 24px;
}
main .product-card-body .savings-container span {
  display: inline-block;
  width: 40%;
}
main .product-card-body .savings-container span:first-child {
  font-weight: 600;
  color: #777;
  text-decoration: line-through;
}
main .product-card-body .savings-container span:nth-child(2) {
  font-weight: 400;
  font-size: 14pt;
}
main .product-card-body .savings-container h4 {
    font-size: 30px;
    font-weight: bold;
}
main .product-card-body button {
  background-color: rgb(204, 0, 0);
  border: 0;
  box-shadow: 0;
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  max-width: 320px;
  margin-top: 20px;
  outline: 0;
  text-align: center;
  width: 100%;
  transition: all 0.25s;
}
main .product-card-body button:hover {
  background-color: rgb(204, 0, 0, 0);
  border: 1px solid rgb(204, 0, 0);
  color: rgb(204, 0, 0);
}
@media screen and (min-width: 991px) {
  main .product-card-container {
    align-items: flex-start;
    display: flex;
    margin: 0 auto;
    margin-top: -20px;
    max-width: 1400px;
    justify-content: center;
    width: 100%;
  }
  main .premium-security,
  main .maximum-security,
  main .antivirus-security,
  main .internet-security {
    margin-top: 0;
  }
  main .premium-security {
    order: 4;
    margin: -28px 0 0 0;
    width: 40%;
    z-index: 10;
  }
  main .maximum-security {    
    margin: 0;
    order: 3;
    width: 30%;
  }
  main .internet-security {
    margin: 0;
    order: 2;
    width: 30%;
  }
  main .antivirus-security {
    margin: 0;
    order: 1;
    width: 30%;
  }
  main .product-card-body {
    width: 80%;
  }
  /*main .maximum-security .product-card-body {
    padding-bottom: 65px;
  }*/
}

/* buy buttons */
.dropbtn {
    background-color: #7e604c;
    border: none;
    cursor: pointer;
    border-radius: 0;
}
div.dropbtn {
  cursor: default;
}
.product a, .buy-container a, div.dropbtn {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
}
.dropdown {
  position: relative;
  display: none;
  margin: 10px 0 20px 0;
  max-width: 125px;
  box-sizing: border-box;
}
.dropdown a {
  /*color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  padding: 5px 0 5px 10px;
  text-decoration: none;
  display: block;
  height: 30px;*/
}
.dropdown-content {
    display: none;
    text-align: left;
    position: absolute;
    z-index: 1;
    top: 35px;
    left: 0;
    width: 100%;
    background-color: #9b775f;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
  display: block;
  line-height: normal;
  padding: 10px 42px 10px 10px;
}
.dropdown-content a:hover {
  background-color: #7e604c;
  /*width: auto;*/
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  /* background-color: #358e45; */
  color: #fff;
}
.price {
  font-size: 2rem;
  font-weight: bold;
}
.price strike {
  font-size: 1.8rem;
  color: #666;
} 

svg {
    vertical-align: middle;
}
/*__________________________ awards __________________________*/
main .awards-section {
  background-color: rgb(242, 242, 242);
  padding: 60px 0 77px;
  margin-top: 60px;
  text-align: center;
}
main .awards-section p {
  color: rgb(51, 51, 51);
  font-size: 32px;
  font-weight: 300;
}
main .awards-section p span {
  color: rgb(204, 0, 0);
}
main .awards-section .content-container div {
  align-items: center;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  margin-top: 39px;
  max-width: 700px;
}
main .awards-section .content-container div figure {
    margin: 0 5px;
}
main .awards-section .content-container .pcworld {
  max-width: 150px;
  width: 25%;
}
main .awards-section .content-container .av-test-sm {
  max-width: 175px;
  width: 25%;
}
main .awards-section .content-container .pcmag {
  max-width: 140px;
  width: 25%;
}
main .awards-section .content-container .cnet {
  max-width: 90px;
  width: 25%;
}

.content-container:after {
  content: "";
  display: table;
  clear: both;
}
/*@media screen and (min-width: 800px) {
  main .awards-section {
    margin-top: 120px;
  }
  main .awards-section .content-container .av-test {
    max-width: 211px;
  }
  main .awards-section .content-container .pcmag {
    max-width: 188px;
  }
  main .awards-section .content-container .cnet {
    max-width: 110px;
  }
}*/

/*__________________________ compare-products __________________________*/
main .compare-products-section {
  margin: 60px auto 0 auto;
}
main .compare-products-section p {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 40px;
  text-align: center;
}
main .compare-products-section p span {
  color: rgb(204, 0, 0);
}
main .compare-products-section table {
  margin: 0 auto;
  width: 98%;
  max-width: 1600px;
}
@media screen and (max-width: 500px) {
  main .compare-products-section {
    display: none;
  }
}

main .compare-products-section tr th {
  width: 18%;
  font-weight: 700;
  padding-bottom: 20px;
}

main .compare-products-section tr th:first-of-type {
  background-color: rgb(255, 255, 255);
  width: 25%;
}
main .compare-products-section tr:nth-child(odd) td,
main .compare-products-section tr:nth-child(odd) th {
  background-color: rgb(242, 242, 242);
}
main .compare-products-section tr:nth-child(even) td {
  background-color: rgb(248, 248, 248);
}
main .compare-products-section td,
main .compare-products-section th {
  border: 2px solid rgb(255, 255, 255);
  font-size: 13px;
  text-align: center;
}
main .compare-products-section td {
  padding: 10px 5px;
}
main .compare-products-section td:first-of-type {
  text-align: left;
}
main .compare-products-section .device-number {
  font-size: 20px;
  font-weight: 400;
}
main .compare-products-section td p {
  font-size: 14px;
  margin: 0;
}

main .compare-products-section td button {
  background-color: rgb(204, 0, 0);
  border: 0;
  box-shadow: 0;
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  margin: 20px 0 20px;
  outline: 0;
  text-align: center;
  transition: all 0.25s;
  width: 177px;
}
main .compare-products-section td button:hover {
  background-color: rgba(204, 0, 0, 0);
  border: 1px solid rgb(204, 0, 0);
  color: rgb(204, 0, 0);
}
main .compare-products-section .price {
  color: rgb(204, 0, 0);
  font-size: 32px;
}
main .compare-products-section .device-type {
  font-size: 12px;
}
main .compare-products-section .strike-through-price {
  font-size: 24px;
  text-decoration: line-through;
}

main .compare-products-section .yellow-bar,
main .compare-products-section .blue-bar,
main .compare-products-section .red-bar,
main .compare-products-section .purple-bar {
  height: 12px;
  padding: 15px;
}
main .compare-products-section .red-bar {
  border-top: 4px solid rgb(204, 0, 0);
}
main .compare-products-section .yellow-bar {
  border-top: 4px solid rgb(250, 178, 50);
}
main .compare-products-section .blue-bar {
  border-top: 4px solid rgb(42, 131, 262);
}
main .compare-products-section .purple-bar {
  border-top: 4px solid rgb(153, 51, 102);
}
@media screen and (min-width: 1024px) {
  main .compare-products-section td {
    padding: 20px 15px;
  }
  main .compare-products-section td,
  main .compare-products-section th {
    font-size: 18px;
  }
  main .compare-products-section .device-number {
    font-size: 24px;
  }
  main .compare-products-section tr th {
    font-weight: 400;
  }
  main .compare-products-section .device-type {
    font-size: 16px;
    font-weight: 300;
  }
}


/*__________________________ deepfake __________________________*/

.df {
  position: relative;
  z-index: 1;
  min-height: 450px;
  max-width: 1400px;
  margin: 60px auto 0 auto;
  background-image: url(../img/df-bg.jpg);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}
.df-content {
  position: absolute;
  z-index: 2;
  left: 6%;
  top: 10%;
  width: 600px;
}
.df h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 42px;
  line-height: 2;
  font-weight: 400;
  color: #000;
}
.df p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0;
}
.df button {
  background-color: rgb(204, 0, 0);
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  padding: 12px 24px;
  margin: 10px 0 0 0;
  transition: all 0.25s;
}
.df button:hover {
  background-color: rgba(204, 0, 0, 0);
  border: 1px solid rgb(204, 0, 0);
  color: rgb(204, 0, 0);
}
@media screen and (max-width: 1300px) {
  .df-content {
    top: 4%;
    width: 510px;
  }
  .df p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1130px) {
  .df h1 {
    font-size: 32px;
  }
  .df p {
    font-size: 14px;
    line-height: 18px;
  }
  .df-content {
    width: 480px;
  }
}

@media screen and (max-width: 1030px) {
  .df {
    max-width: 1400px;
    margin: 60px auto 0 auto;
    background-image: url(../img/df-bg-mobile.jpg);
    background-size: contain;
  }
  .df h1 {
    font-size: 32px;
    line-height: 1;
    text-shadow: 0px 0px 4px #fff;
  }
  .df p {
    font-size: 14px;
    line-height: 18px;
    text-shadow: 0px 0px 4px #fff;
  }
  .df-content {
    width: 100%;
    left: 0;
    margin: 0 auto;
    padding: 30px;
  }
}


/*__________________________ money-back-gaurantee __________________________*/
main .money-back-gaurantee-section {
  background-color: rgb(42, 131, 162);
  color: rgb(255, 255, 255);
  margin-top: 10px;
  padding-top: 50px;
  text-align: center;
}
main .money-back-gaurantee-section figure.icon {
  margin: 0 auto;
  width: 82px;
}
main .money-back-gaurantee-section p {
  font-size: 18px;
  font-weight: 300;
  margin-top: 20px;
}
main .money-back-gaurantee-section p:first-of-type {
  font-size: 32px;
  margin-top: 30px;
}
main .money-back-gaurantee-section .body-text {
  line-height: 1.75;
}
main .money-back-gaurantee-section .poly-img {
  margin-top: 45px;
}
@media screen and (min-width: 800px) {
  main .money-back-gaurantee-section .poly-img {
    margin-top: 95px;
  }
}

/*__________________________ system requirements __________________________*/
main .system-requirements-section {
  background-color: rgb(242, 242, 242);
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 80px;
}
main .system-requirements-section .content-container {
  max-width: 960px;
}
main .system-requirements-section .section-subheadline,
main .system-requirements-section .section-headline {
  font-size: 18px;
  font-weight: 300;
  margin-top: 20px;
  text-align: center;
}
main .system-requirements-section .section-subheadline {
  line-height: 1.75;
}
main .system-requirements-section .section-headline {
  font-size: 42px;
  margin-top: 0;
}
main .system-requirements-section .system-requirement-details {
  margin-bottom: 60px;
}
main .system-requirements-section .system-requirements-container,
main .system-requirements-section .system-requirements-container-first,
main .system-requirements-section .system-requirements-container-last {
  border-top: 1px solid rgb(151, 151, 151);
  /* border-bottom: 1px solid rgb(151, 151, 151); */
}
main .system-requirements-section .system-requirements-container-first {
  margin-top: 60px;
}
main .system-requirements-section .system-requirements-container-last {
  border-bottom: 1px solid rgb(151, 151, 151);
}
main .system-requirements-section button {
  background-color: inherit;
  border: none;
  font-size: 18px;
  margin: 20px 0;
  text-align: left;
  width: 100%;
}
main .system-requirements-section button img {
  float: right;
  width: 29px;
}
main .system-requirements-section .table-headline {
  font-size: 24px;
  font-weight: 600;
}
main .system-requirements-section .flex-box {
  margin-top: 20px;
  border: 1px solid rgb(151, 151, 151);
  text-align: left;
}
main .system-requirements-section .info-box {
  padding: 20px;
}
main .system-requirements-section .info-box p:nth-child(2) {
  margin-top: 20px;
}
main .system-requirements-section .info-box ul {
  list-style: disc;
  margin-left: 20px;
}
main .system-requirements-section .info-box li {
  margin-top: 5px;
}
main .system-requirements-section .system-requirement-details .title {
  background-color: rgb(231, 231, 232);
  border-bottom: 1px solid rgb(151, 151, 151);
  font-size: 16px;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  main .system-requirements-section .flex-box {
    display: flex;
    justify-content: space-between;
  }
  main .system-requirements-section .flex-box .title {
    border-bottom: none;
    border-right: 1px solid rgb(151, 151, 151);
    padding: 25px 10px;
    width: 20%;
  }
  main .system-requirements-section .flex-box .info-box {
    width: 80%;
    font-size: 14px;
  }
}
.terms-conditions {
  padding: 40px 0 0 0;
  color: #666;
  font-size: 18px;
}
.terms-conditions p {
  color: #999;
  font-size: 12px;
  padding: 10px 0;
}
.terms-conditions {
  margin: 0 auto;
  max-width: 960px;
  width: 90%;
  padding: 40px 0 0 0;
  color: #999;
  font-size: 18px;
}
.terms-conditions p {
  color: #999;
  font-size: 12px;
  padding: 10px 0;
}
/*__________________________ footer__________________________*/
footer {
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  font-size: 16px;
}
footer .content-container {
  max-width: 90%;
  padding: 40px 0 65px;
}
footer .content-container .footer-nav-social {
  width: 100%;
  margin: 0 auto;
  max-width: 380px;
}
footer .content-container .footer-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 30px 0;
}
footer .content-container .footer-nav p {
  width: 33%;
}
footer .content-container .footer-nav a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: all 0.25s;
}
footer .content-container .footer-nav a:hover {
  text-decoration: underline;
}
footer .content-container .footer-icons {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin: 20px auto;
  width: 50%;
}
footer .content-container .footer-icons .twitter, 
footer .content-container .footer-icons .linkedin,
footer .content-container .footer-icons .youtube,
footer .content-container .footer-icons .rss {
  width: 30px;
  margin: auto 0;
}
footer .content-container .footer-icons .facebook {
  width: 15px;
}
footer .content-container .terms p {
  font-size: 12px;
}
footer .content-container .terms figure {
  width: 20%;
  max-width: 90px;
}
@media screen and (min-width: 768px) {
  footer .content-container .footer-nav-social-terms-container {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
  }
  footer .content-container .footer-nav-social {
    margin: 0;
    width: 30%;
  }
  footer .content-container .terms {
    text-align: right;
    width: 45%;
    max-width: 500px;
  }
  footer .content-container .terms figure {
    width: 15%;
  }
  footer .content-container .footer-icons {
    margin: 20px 0 20px auto;
  }
}
.payment-icons {
    max-width: 400px;
}


sup {
  vertical-align: super;
  font-size: 11px;
  color: #666;
}
.disclaimers {
  margin: 10px auto;
  width: 98%;
  max-width: 1600px;
}
.disclaimers p {
  color: #999;
  font-size: 12px;
  padding: 0;
}
.disclaimers p a {
  color: #333;
  text-decoration: none;
}
.disclaimers p a:hover {
  text-decoration: underline;
}
.disclaimers strong {
  font-weight: 700;
  color: #333;
}
