:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}
h1 {
  font-size:24px;  
  line-height: 140%;
  font-family: var(--default-font-family);
}
h2 {
  font-size:24px !important;
  margin:0px;
  line-height: 140%;
  font-family: var(--default-font-family);
}

h3{
  font-size: 24px;
  font-family: var(--default-font-family);
}

div{
  font-family: var(--default-font-family);
}

.flex {
  display: flex;
}
.jc-center {
  justify-content: center;
}
.jc-flex-start {
  justify-content: flex-start;
}
.jc-flex-end {
  justify-content: flex-end;
}
.ai-center {
  align-items: center;
}
.ai-flex-start {
  align-items: flex-start;
}
.ai-flex-end {
  align-items: flex-end;
}

.g-20 {
  gap:20px;
}
h3, h4 {
  font-size: 18px;
    margin: 0px;
    line-height: 140%;
    color: #454545;
    font-family: var(--default-font-family);
}

a {
  text-decoration: none;
  font-weight: bold !important;
  color: black !important;
  font-family: var(--default-font-family);
}


span,p{
  font-family: var(--default-font-family);
}


html,body  {
  padding: 0;
  margin: 0;
}

body {
  font-family: var(--default-font-family);
  font-size: 14px;
  line-height: 120%;
}

.main-container {
  /* overflow: hidden; */
}

.main-container,
.main-container * {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  outline: 0;
}

.main-container {
  position: relative;
  margin: 0 auto;
  background: #ffffff;
}



.top-bar.wrapper .contents{
 display: flex;
 text-align: center;
 justify-content: center;
 gap: 10px;
}

header .top-bar {
  padding: 5px;
  font-size: 14px;
  border-bottom: 1px solid #CCCCCC;
}


.main-header {
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: rgb(217,217,217,0.5);
}

.main-header .contents {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    padding: 28px 0px;
}

.main-header .wrapper {
  width: 100%;
  max-width: 1280px;
}

.categories-dropdown {
  font-weight: bold;
}

.nav-header {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 50px;
}

.nav-header .wrapper {
  width: 100%;
  max-width: 1280px;
  }

.nav-header .contents {
  display: flex;
  justify-content: center !important;
  align-items: center;
  padding: 28px 0px;
}

.nav-menu li {
  display: inline;
  margin-left: 28px;
  margin-right:  28px;
}

.nav-menu a{
  font-weight: 400!important;
  font-size: 16px;
}

.nav-menu a:hover {
  font-weight: 500!important;
} 


/* body */

.main-banner {
  margin: 0 auto;
  padding: 0 50px;
}

.main-banner .contents {
  color: #000;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  padding: 30px 0;
}

.main-banner h6 {
  font-size: 16px;
  font-weight: 400;
}

.main-banner span {
  font-size: 14px;
  font-weight: 400;
}

.main-banner .column {
  display: flex;
  justify-content:space-between;
}

.main-banner p.col-1 {
  font-size: 14px;
  color: rgb(36 36 36 / 50%);
}

.main-banner p.col-2 {
  font-size: 14px;
}

.banner .contents {
  color: white;
  background: #333333;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
  justify-content: space-between;
  padding: 30px 0;
  flex-direction: column-reverse;
}

.banner .contents img {
  border-radius: 12px;
  
}
.banner .p-check img {    
  width: 15px;
  --tw-brightness: brightness(0);
  filter: var(--tw-brightness) var(--tw-invert);
  --tw-invert: invert(100%);
  margin-right: 0.25rem;
}

.banner .contents .text-contents {
  padding: 30px;
}

.main-container .banner .text-contents {
  width: 100%;
  max-width: 100%;
}

/* top-3 */
.top-3 {
  max-width: 1200px;
  margin: 0px auto;
  padding: 20px 20px 48px;
}

.top-3 .contents {
  max-width: 1200px;
    background: #EEEEEE;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 8px;
}
.top-3 .logos-contents {
  max-width: 1200px;
  width:100%;
    background: #EEEEEE;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 16px 24px;
}
.logos-contents span {
  font-size: 16px;
}

.logos-contents img.logo {
  max-width: 120px;
}

.logos-contents .row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top-3-logo {
  max-width: 110px;
  margin-left: 0;
  text-align: left;
  object-fit: contain;
}

.top-3 .ratings {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.top-3 .rating-text {
  color: #316ff6;
  font-weight: bold;
  font-size: 16px;
}

.rating-number {
  padding: 12px;
  background-color: #316ff6;
  border-radius: 6px;
  font-weight: bold;
  color: white;
}

.top-3 .row-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin:60px 0px 0px;
}

.top-3 .wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 8px;
}
.top-3-box {
  display: flex;
  background: white;
  width: 100%;
  flex-direction: column;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    padding: 8px;
}
.top-3-box a {
  color: #EA580C;
  font-weight: bold;
  text-decoration: none;
  text-transform: capitalize;
}

.top-3-box .row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;

}
.features-row h2 {
  font-size: 20px;
}

.features-row li {
  font-size: 14px;
  margin-bottom: 8px;
}

.offer-button {
  display: flex;
  align-items: center;
  gap: 10px;
}
hr {
  width: 100%;
  color: #000;
  margin: 20px 0px;
}

.visit-button {
  background: #16a34a;
  padding: 15px 40px;
  color: white;
  border: none;
  text-transform: uppercase;
  border-radius: 8px;
  font-family: var(--default-font-family);
}

.offer-button {
  font-size: 14px;
  color: #1D4ED8;
  font-weight: bold;
}

.block-button {
  font-size: 14px;
  line-height: 27px;
  padding: 4px 8px;
  border-radius: 12px;
  border: 1px solid  #1d4ed8;
  background: white;
  align-self: flex-end;
}


/*layout setup  */
section.main-content .wrapper {
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: 3fr 300px;
  gap: 20px;
}

/* siderbar */

.sticky-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 28%;
  display: none;
}

.blog-items-listing article {
  display: flex;
  justify-items: center;
  gap: 12px;
}

.blog-listing-container {
  display: flex;
  flex-direction: column;
  background-color: #EEEEEE;
  padding: 16px;
  row-gap: 12px;
}

.blog-items-listing {
  display: flex;
  flex-direction: column;
  gap: 12px;
}


.blog-items-listing .featured-img {
  max-width: 84px;
  height: 84px;
  object-fit: cover;
}

.recommendation-box .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: stretch;
}

.recommendation-box
.ratings {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}



.recommendation-box
.features-row {
  align-items: start;
}

.recommendation-box
.features-row h2 {
 margin-top: 0;
}

.featured-product {
  border: 2px solid black;
  border-radius: 12px;
  
}

.featured-product .cta-row {
  background-color: #d8e6fd;
  border-top: 2px dashed #1d4ed8;
  margin-bottom: 0;
  padding: 30px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-family: var(--default-font-family) !important;
}

.features-row 
.cta-button {
  display: flex;
  align-content: center;
  justify-content: right;
  align-items: center;
  height: 100%;
  align-self: center;
}

.block-button{
  text-align: center;
  max-width: 140px;
  margin-left: auto;
  width: 100%;
  font-weight: bold;
  color: #1d4ed8;
}

.recommendation-box > div:nth-child(1),
.recommendation-box > div:nth-child(2) {
  padding: 10px 40px;
}

.number-list {
  position: absolute;
  border: 1px solid black;
  border-radius: 99px;
  height: 40px;
  width: 40px;
  color: black;
  font-size: 20px;
  font-weight: bold;
  left: -10px;
  z-index: 44;
  background: white;
}

.number-list {
  position: absolute;
  border: 1px solid black;
  border-radius: 99px;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  color: black !important;;
  font-size: 20px;
  font-weight: bold;
  left: -20PX;
  z-index: 444;
  background: white;
  display: flex;
  
}

.recommendation-ribbon {
  position: absolute;
  background: #15803d;
  color: white;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: -40px;
  padding: 10px;
}

.recommendation-ribbon:after {
  left: 140px;
  z-index: 30;
  top: 0;
  border-right: 15px solid transparent;
  border-top: 15px solid green;
  border-bottom: 15px solid green;
}

ul.features-list li {
  list-style-image: url('assets/images/check-blue.png');
}


.recommendation-ribbon:after {
  left: 100%;;
position: absolute;
    content: "";
  z-index: 100;
  top: 0;
  border-right: 15px solid transparent;
  border-top: 15px solid green;
  border-bottom: 15px solid green;
}



.recommendation-ribbon:before {
  left: 0;
  z-index: 100;
  position: absolute;
    content: "";
  top: -10px;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #043804;
}


.recommendation-ribbon {
    position: absolute;
    background: green;
    color: white;
    font-weight: bold;
    position: absolute;
    left: -9px;
    padding: 0;
    padding-left: 10px;
    height: 30px;
    display: flex;
    align-content: center;
    align-items: center;
    padding-right: 10px;
}

.top-3-box {
  position: relative;
}
ul.features-list {
  padding-left: 20px;
}

.top-3-box .highlights{
  background: #15803d;
    color: white;
    padding: 5px 20px;
    align-self: flex-start;
    margin-top: -30px;
    margin-left: -12px;
    font-weight: bold;
    margin-bottom: 10px;
    border-radius: 12px; 
    font-size: 16px;
}
.stars span {
  color: #ffbf00;
}
.main-blog {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 100%;
  
}

.non.featured-product {
  border: 2px solid #d9d8d8;
}
.row.features-row {
  display: flex;
  justify-content: space-between;
}

.logo {
  width: 25%;
}
.logo img {
  width: 110px;
}
.features {
  width: 50%;
}

.cta-button {
  width: 50%;
}

.device-safe {
  max-width: 1200px;
  margin: 0px auto;
  padding: 16px;
}
.text-contents p {
  font-size: 18px;
  line-height: 1.4em;
}
.inner-row .column {
  display: flex;
  align-items:center;
  gap:20px;
  padding-top:24px;
  padding-bottom:8px;
   border-bottom:1px solid #eee;
}
.inner-row .column h2 {
  font-size:30px;
  background: #1877F2;
  color: #FFF;
  padding:10px 20px;
  border-right:1px solid #eee;
  border-radius: 12px;
}
.inner-row .column .top-3-logo {
  max-width:200px ;
}

.total-av-inner-section li, .norton-inner-section li, .mcafee-inner-section li  {
  font-size: 16px;
  margin-bottom: 20px;
}

.total-av-inner-section ul.features-list, .norton-inner-section ul.features-list, .mcafee-inner-section ul.features-list{
  padding:24px 16px;
}
.Real-time {
  padding: 50px 16px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.visit-site-with-logo {
  padding: 16px 24px;
  background: #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
}
.anti-virus-title {
  margin-top: 1.5rem;
    margin-bottom: 1rem;
    /* font-size: 2.25rem; */
    line-height: 2.5rem;
    font-weight: 700;
    line-height: 1.375;
}
.Real-time .cta-button, .visit-site-with-logo  .cta-button{
  text-align: right;
}
.pros-column svg, .cons-column svg {
  width:100%;
  max-width: 24px;
  height: auto;

}
.pros-column li, .cons-column li {
  font-size:18px;
}
.total-av-inner-section .row, .norton-inner-section .row, .mcafee-inner-section .row {
  display:flex;
  gap:20px;
  
}
.total-av-inner-section h3, .norton-inner-section h3, .mcafee-inner-section h3 {
  /* margin:48px 0px 16px; */
}
.total-av-inner-section .row.mb-40, .mcafee-inner-section .row.mb-40, .norton-inner-section .row.mb-40 {
  padding-bottom:40px;
  border-bottom:1px solid #EEEEEE;
}
.total-av-inner-section .row.mt-40 {
  padding-top:40px;
}
.pros-column, .cons-column {
  flex:auto;
  padding: 16px;

}
.read-totalav-review-button {
  color: rgb(29 78 216);
  font-weight: 700;
  font-size:18px;
}
/* Newsletter Section */
.newsletter-section {
  background-color: #ddd;
  padding:48px 50px;
}
.newsletter-section .row {
  max-width: 1220px;
  margin: 0 auto;
  text-align: center;
}
.newsletter-section input[type="text"] {
  padding: 8px 16px;
  color: #1f2937;
  text-align: center;
  max-width: 300px;
  width: 100%;
  font-size: 18px;
  margin-top: 24px;
  min-height: 53px;
}

.newsletter-section input[type="submit"] {
  max-width: 300px;
  width: 100%;
  padding: 8px 24px;
  font-size: 18px;
  color: #1e3a8a;
  background: transparent;
  font-weight: bold;
  border: 1px solid #1e3a8a;
  margin-top: 8px;
  min-height: 53px;
}
.newsletter-section .row.bottom {
  margin-top:48px;
  max-width: 1024px;
  background: #eee;
}
.newsletter-section .inner-row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.newsletter-section .inner-column {
  padding: 8px;
  max-width: 188px;
  text-align: center;
  width: 100%;
}




/* New CSS Dec 6 */
.banner h1{
  color: #FFF !important;
}

.top-3 .contents{
	border-radius: 12px;
  padding: 30px;
  gap: 30px;
}
.top-3-box a{
	color: #1877F2 !important;
	text-decoration: underline;
}
.top-3 .wrapper .top-3-box > div:nth-child(2),
section.top-3 > div.contents > div > div.top-3-box.center > div:nth-child(3){
    flex-direction: column;
    gap: 30px;
}

body > div.main-container > section.top-3 > div.contents > div > div > div:nth-child(2),
body > div.main-container > section.top-3 > div.contents > div > div.top-3-box.center > div:nth-child(3){
	    gap: 30px;
	    flex-direction: column;
}

.top-3-box{
  padding: 20px;
  border-radius: 12px;
}




.main-container h3{
  font-size: 24px;
  font-weight: 700;
  color: #454545;

}


@media(max-width: 1440px){
  .features{
    width: 100%;
  }
  .top-3 .wrapper{
    flex-direction: column;
    gap: 15px;
  }

  .wrapper .top-3-box:first-child {
    order: 2; 
  }
  
  
  .wrapper .top-3-box.center {
    order: 1;  
  }
  
  
  .wrapper .top-3-box:last-child {
    order: 3;  
  }

  .row.features-row{
    flex-direction: column;
  }

  .cta-button{
    width: 100%;
  }

  .features-row .cta-button{
    justify-content: center;
  }
}





@media(max-width: 996px){
  .top-3 .wrapper{
    flex-direction: column;
    gap: 30px;
  }
  .banner .contents{
    flex-direction: column-reverse;
}
.main-container .banner .text-contents{
  max-width: 100%;
}





}


@media(max-width: 767px){
  .row.features-row{
    flex-direction: column;
    gap: 20px;
    
  }

  .logo,
  .features,
  .cta-button{
    width: 100% !important;
  }
  .features-row .cta-button{
    justify-content: center;
  }

  .total-av-inner-section .row, .norton-inner-section .row, .mcafee-inner-section .row {
    flex-direction: column;    
  }
}



.features-row li,.features-list li{
  list-style: none; /* Remove default bullets */
  position: relative; /* Enable positioning for the custom bullet */
  padding-left: 30px; /* Space for the bullet */
  font-size: 16px;
}

.features-row li::before
{
  content: ''; /* Required for pseudo-element */
  position: absolute;
  left: 0; /* Position the bullet on the left */
  top: 50%; /* Vertically center */
  transform: translateY(-50%); /* Align to center vertically */
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%231877f2" d="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z"/></svg>') no-repeat center;
  background-size: contain; /* Ensure the SVG scales properly */
}


.row.mb-40 .features-list li::before{
  content: ''; /* Required for pseudo-element */
  position: absolute;
  left: 0; /* Position the bullet on the left */
  top: 50%; /* Vertically center */
  transform: translateY(-50%); /* Align to center vertically */
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%231877f2" d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>') no-repeat center;
  background-size: contain; /* Ensure the SVG scales properly */
}



/* Dec 9 */
.main-container p{
  font-size: 16px;
  font-family: var(--default-font-family);
}

.main-container li{
  font-size: 14px;
  font-family: var(--default-font-family);
}

.top-3-box .row span{
  font-size: 14px !important;
}

.pros-column svg, .cons-column svg{
  fill: #1877F2 !important;
}


h2.top-3-picks {
  font-size: 1.8rem !important;
}

.newsletter-section{
  display: none;
}

.Real-time h4{
  width: 100%;
}


@media(min-width:768px){
  .mobile-rate{
    display: none;
  }
}

@media(max-width: 767px){
  .row.features-row .logo{
    display: flex;
    justify-content: space-between;
    }

    .mobile-rate{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .logo img{
        max-width: 120px;    
        object-fit: contain;
    }

    .row.rate .ratings-stars,.row.rate .ratings{
      display:none;
    }


  .number-list{
    height: 30px;
    width: 30px;
    font-size: 18px;
  }
  
  .featured-product .cta-row{
    display:flex;
    flex-direction: column;
    gap: 15px;
  }

  .featured-product .cta-row .block-button{
    margin-inline: auto;
  }


  .banner .contents .text-contents{
    padding: 20px;
  }
  
  .top-3 .contents{
    padding: 20px;
    gap: 20px;
  }
  .Real-time{
    flex-direction: column !important;
    gap: 30px;
  }
  .Real-time h4,
  .Real-time .cta-button{
    text-align: center !important;
  }
  .visit-site-with-logo{
    text-align: center !important;
  }

  .recommendation-box .row:first-child {
    display: flex;
    gap: 15px;
    padding: 10px 20px;  
    justify-content: space-between;
  }

  /* .featured-product.non .recommendation-box .row > div:first-child,
  .featured-product:not(.non) .recommendation-box .row > div:nth-child(2) {
    display: none;
  } */

  
  .top-3 .rating-text{
    font-size: 14px;
  }

  .rating-number{
    padding: 8px;
  }

  .recommendation-box > div:nth-child(2){
    padding: 20px 20px 30px 20px;
  }
}


/* Dec 14 */
.main-container .banner {
  padding: 20px !important;
}