@charset "UTF-8";

body {
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6; 
  /* font-size: 1.25rem;
  line-height: 1.9rem; */
}

h1 {
  font-size: 2.25rem; /* 40px */
  line-height: 1.2;  /* 48px */
}

h2 {
margin-bottom: 18px;
}

.bold-text-8 {
  font-size: 90%;
}
.column-4 {
  min-height: 400px;
}
.image.product-img {
  max-height: 300px;
  width: auto;
}

.pricing-col {
  margin: 5px;
}
ul {
  list-style: none;
  padding: 0;
}

li {
  position: relative;
  padding-left: 28px; /* Adjust this as per your image's size */
  margin-left: 28px;
  line-height: 1.5;  /* 26px */
 
}

li::before {
  content: ""; /* Empty content */
  position: absolute;
  left: 0;
  top: 3px;

  /* top: 50%; Vertically centering the bullet 
  transform: translateY(-50%);  Part of vertical centering */

  width: 18px; /* Set to your desired width */
  height: 18px; /* Set to your desired height */

  background-image: url("/images/li-green-checkmark.png");
  background-size: cover; /* This will cover the entire pseudo-element with the image. Use 'contain' if you want the image to fit inside without cropping */
  background-repeat: no-repeat;
}


ol li::before {
  content: ""; /* Empty content */
  position: absolute;
  left: 0;
  top: 2px;

  /* top: 50%; Vertically centering the bullet 
  transform: translateY(-50%);  Part of vertical centering */

  width: 18px; /* Set to your desired width */
  height: 18px; /* Set to your desired height */

  background-image:none;
  background-size: cover; /* This will cover the entire pseudo-element with the image. Use 'contain' if you want the image to fit inside without cropping */
  background-repeat: no-repeat;
}

ol li {
  padding-left: 14px;
}



li.neg::before {
  background-image: url("/images/li-red-negative.png");
}

.product__ribbon-top-text {
  position: absolute;
  top: 11px;
  left: -3px;
  padding: 8px 18px;
  font-size: 1.4rem;
  color: white;
  background: #00a74a;
  box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3);
  border: 2px solid lightgreen;
  z-index: 10000;
}



.product__ribbon-top-text:before,
.product__ribbon-top-text:after {
  content: "";
  position: absolute;
}
.product__ribbon-top-text:before {
  width: 7px;
  height: 100%;
  top: 0;
  left: -6.5px;
  padding: 0 0 7px;
  background: inherit;
  border-radius: 5px 0 0 5px;
}
.product__ribbon-top-text:after {
  width: 5px;
  height: 5px;
  bottom: -5px;
  left: -4.5px;
  background: lightblue;
  border-radius: 5px 0 0 5px;
}
.product__ribbon-text {
  position: absolute;
  top: 84px;
  left: -3px;
  padding: 8px 18px;
  font-size: 1.4rem;
  color: white;
  background: #00a74a;
  box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.4);
  border: 2px solid lightgreen;
  z-index: 10000;
}
.product__ribbon-text:before,
.product__ribbon-text:after {
  content: "";
  position: absolute;
}
.product__ribbon-text:before {
  width: 7px;
  height: 100%;
  top: 0;
  left: -6.5px;
  padding: 0 0 7px;
  background: inherit;
  border-radius: 5px 0 0 5px;
}
.product__ribbon-text:after {
  width: 5px;
  height: 5px;
  bottom: -5px;
  left: -4.5px;
  background: lightblue;
  border-radius: 5px 0 0 5px;
}
.product:after {
  content: "";
  position: absolute;
  background-color: transparent;
  display: block;
  bottom: 3.5rem;
  left: 2rem;
  height: 1rem;
  width: calc(100% - 4rem);
  box-shadow: 0 0 2rem rgb(0 173 241 / 30%);
  -webkit-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
  z-index: -1;
}

a {
  text-decoration: underline;
}

a.w--current {
  color: #505050;
}

li {
  margin-bottom: 8px;
}



.container {
  max-width: 1200px;
}

.heading {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 56px;
  line-height: 56px;
}

.div-block {

  padding-right: 15px;
  padding-left: 15px;
padding-top: 12px;
padding-bottom: 12px;
  font-size: 56px;
}

.bold-text {
  line-height: 84px;
}

.section {
  margin-right: 0px;
  padding-right: 18px;
  padding-bottom: 60px;
  padding-left: 18px;
  border-top: 1px none #000;
  border-radius: 0px;
  background-color: #e2edf5;
  box-shadow: 1px 1px 3px 0 #000;
  /* min-height: calc(100vh - 296px); */ /* Subtracting footer height */
}

.container-2 {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 9px none #000;
  border-radius: 0px;

}

.row-intro {
  margin-top: 23px;
  margin-bottom: 23px;
}

.ribbon {
  position: relative;
  height: 3em;
  font-size: 26px;
}

.ribbon-title {
  font-size: 15px;
}



.heading-3 {
  margin-top: 38.4px;
  margin-bottom: 10px;
  color: #212529;
}

.paragraph {
  font-size: 19px;
  line-height: 34px;
}

/* .paragraph-intro {
  font-size: 19px;
  line-height: 34px;
} */

.paragraph-intro ul {
  list-style: none;
  padding: 0;
  font-size: 19px;
  line-height: 34px;
}

.paragraph-intro li {
  position: relative;
  padding-left: 28px;
  line-height: 34px;
  margin-bottom: 12px;
}

.paragraph-intro li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  background-image: url("/images/li-green-checkmark.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-2 {
  
  color: #2876b1;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 30px 28px -17px rgba(0, 56, 240, 0.28);
}

.image {
  width: 238px;
}

.image.product-img {
  padding: 12px 0 0 0;
}

.listicle-product-image {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.column {
  text-align: center;
}

.list-item {
  color: #212529;
}

.list-item-2 {
  color: #212529;
}

.bold-text-2 {
  color: red;
}

.list-item-3 {
  margin-bottom: 12px;
}

.list-item-4 {
  line-height: 25px;
}

.list-item-5 {
  color: red;
}

.rate {
  margin-top: 10px;
  color: #000;
  font-size: 72px;
  line-height: 105px;
  font-weight: 400;
}

.rate-4 {
  margin-top: 10px;
  color: #000;
  font-size: 72px;
  line-height: 80px;
  font-weight: 400;
}

p.rate-4 {
  margin-bottom: 0px !important;
}

.button {
  border: 2px solid #8bc53e;
  border-radius: 0.2em;
}

.button.nice-button__purchase--green {
  padding-right: 20px;
  padding-left: 20px;
  border-width: 2px;
  border-color: #008a3d;
  border-radius: 0.5em;
  background-color: #00a74a;
  font-size: 23px;
  line-height: 34px;
  font-weight: 700;
}

.column-2 {
  padding-top: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
}

.link-block {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 25px;
}

.rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  /* removed 071023  padding-left: 10px; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bababa;
  font-size: 19px;
  line-height: 28px;
  text-align: center;
  flex-wrap: wrap;
}

.text-span {
  margin-left: 10px;

  padding-bottom: 0px;
  color: #faca12;
  font-size: 40px;
  line-height: 40px;
}

.price-text {
  margin-left: 10px;
  padding-bottom: 0px;
  font-weight: bold;
  color: #79ae38;
  padding-top: 8px;
  font-size: 24px;
  line-height: 54px;
}

.paragraph-3 {
  margin-bottom: 0px;
  border-left: 2px none #e1e1e1;
  color: #79ae38;
  font-size: 32px;
  line-height: 54px;
  text-align: center;
}
.paragraph-3-4 {
  margin-bottom: 4px;
  border-left: 2px none #e1e1e1;
  color: #79ae38;
  font-size: 32px;
  line-height: 54px;
  text-align: center;
}

.bold-text-3 {
  color: #ffa41c;
  font-size: 36px;
  line-height: 40px;
}

.top5-star-rating {
  color: #ffa41c;
  font-size: 24px;
  line-height: 36px;
}

.top5-word-rating {
  margin-bottom: 0px;
  border-left: 2px none #e1e1e1;
  color: #79ae38;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
}

.list {
  margin-top: 34px;
  margin-left: 0px;
  padding-right: 12px;
  padding-left: 18px;
}

.list li{

  margin-left: 0px;
}

.list-2 {
  margin-top: 34px;
  margin-right: 17px;
  margin-bottom: 17px;
  padding-right: 15px;
  padding-left: 8px;
}

.rating-heading {
  margin-top: 19px;
  color: #bababa;
  font-size: 19px;
  line-height: 28px;
}

.column-3 {
  margin-bottom: 16px;
  padding-bottom: 34px;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
  border-right: 2px solid #e1e1e1;
  border-left: 2px solid #e1e1e1;
}

.div-block-2 {
  height: 80px;
  padding-top: 16px;
  padding-bottom: 3px;
  border-bottom: 2px solid #e1e1e1;
  text-align: center;
}

.div-block-3 {
  height: 80px;
  padding-top: 10px;
  border-bottom: 2px solid #e1e1e1;
  border-left: 2px solid #e1e1e1;
}

.bold-text-4 {
  padding-left: 14px;
  color: silver;
  font-size: 18px;
}

.bold-text-5 {
  color: #868686;
  font-size: 20px;
}

.columns-2 {
  height: auto;
}

.div-block-4 {
  margin-top: 70px;
}

.div-block-5 {
  background-color: #79ae38;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #00a74a;
  color: #fff;
  text-align: center;
}

.bold-text-7 {
  font-size: 25px;
  line-height: 40px;
}

.div-block-6 {
  margin-top: 100px;
  background: white; 
  padding: 12px 24px; 
  margin-top: 36px
}

.faq-heading {
  margin-top: 28px;
  margin-bottom: 28px;
  color: #212529;
  font-size: 28px;
  line-height: 34px;
}

.faq-ans {
  margin-bottom: 16px;
  color: #212529;
}

.deal-text {
 text-align: center;
 font-size: 1rem;

}

.red-bold-text {
  color: red; 
  font-weight: bold
  }

  .highlightboxgrey {
    background: rgba(250,250,250,1.00); 
    padding: 18px; 
    border: solid 1px #ccc; 
    margin-bottom: 18px;
  }

.div-block-7 {
  border-style: none none solid;
  border-width: 1px 1px 6px;
  border-color: #000 #000 #216f00;
  border-radius: 5px;
  line-height: 21px;
  text-align: center;
}

.button-2 {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px;
  border: 1px none #f47b6c;
  border-radius: 3px 3px 0px 0px;
  background-color: #0f8618;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.91rem;
  font-weight: 700;
  text-align: center;
}

.label {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #00a74a;
}

.footer {
  background-color: #f8f9fa;
  padding: 32px 0;
 
  text-align: center;
  font-family: roboto;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-column {
  flex: 1;
  min-width: 200px;
  margin-bottom: 20px;
}

.footer-logo {
  display: flex;
  justify-content: flex-start;
}

.footer-logo-img {
  max-width: 200px;
  height: auto;
}

.footer-nav {
  display: flex;
  justify-content: flex-start;
}

.footer-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu li::before {
  content: none;
}

.footerlink {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: normal;
}

.footerlinkDisclosure {

  text-decoration: underline;

}

.footerlink:hover {
  color: #007bff;
}

.footer-info {
  text-align: left;
}

.footer-disclosure {
  color: #333;
  margin-bottom: 10px;
}

.footer-copyright {
  color: #333;
}

.container-3 {
  max-width: 1200px;
}

.section-2 {
  border-bottom: 4px solid #0b75d0;
  border-radius: 0px;
}

.header-section {
  border-bottom: 4px solid #0b75d0;
  border-radius: 0px;
}

.ribbon-top {
  position: relative;
  height: 0em;
  /*font-size: 26px;*/
}



.list-item-4-copy {
  line-height: 25px;
}

.list-item-8 {
  color: #ff0e0e;
}

.rich-text-block {
  line-height: 30px;
}

.footerlink.w--current {
  color: #363636;
}

/* Template V3 */

.top5-score-box {
  background-color: #ffffff;
}

.top5-product-name-box {
  margin: 0 18px;
  border-bottom: 1px solid black;
}

.top5-product-name {
  font-size: 24px;
}

.top5-product-pros-cons-list {
  margin-top: 14px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 24px;
}

.experts-box {
  font-size: 19px;
  line-height: 28px;
  background: rgba(250, 250, 250, 1);
  padding: 18px;
  border: solid 1px #ccc;
  margin-bottom: 18px;
}

.experts-box img {
  float: left;
  margin-right: 24px;
  margin-bottom: 12px;
  max-width: 140px;
  width: 33%;
}

.product_name {
  font-weight: bold;
  padding-bottom: 18px;
}
.product-img {
  max-width: 95%;

  margin-bottom: 18px;
}
.section {
  padding-bottom: 84px;
}

a {
  color: #167ac6;
  text-decoration: underline;
  font-weight: bold;
}
a .product-img {
  margin-bottom: 0;
}

.topchoice_container {
  display: flex;
}
.topchoice_award {
  padding: 12px;
  display: flex;
  align-items: center;
}

.topchoice_content {
  display: flex;
  flex-wrap: wrap;
}
.topchoice_image {
  flex: 1;
  text-align: left;
}

.topchoice_image img{
  max-height: 400px;
   }


.topchoice_text {
  flex: 2;
}
.topchoice_right_column {
  
  width: 200px;
  
}


.topchoice_left_column {
  flex: 2;
  margin-right: 36px;
  border: solid 2px #e1e1e1;
  padding: 24px;
}

.topchoice_award_img {
  height: 64px;
  margin-right: 10px;
  align-items: center;
}

.clearfix {
  clear: both;
}



@media screen and (max-width: 991px) {
  /* .container {
    max-width: 720px;
  } */
 /*
  body {
    font-size: 1.1875rem;
    line-height: 1.84375rem;
  } */

  h1 {
    font-size: 2.25rem; /* 36px */
    line-height: 1.2;   /* 43px */
  }



  .bold-text {
    font-size: 48px;
    line-height: 72px;
  }

  .section {
    padding-bottom: 60px;
  }

  .product__ribbon-text,
  .product__ribbon-top-text {
    font-size: 18px;
    

  }



  .columns {
    display: flex;
    align-items: center;
  }

  .image.product-img {
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
  }

  .column {
    display: block;
    align-items: center;
    text-align: center;
  }

  li {
    margin-left: 4px;
  }
  .list-item-3 {
    margin-bottom: 8px;
  }

  .list-item-4,
  .list-item-4-copy {
    font-size: 11.5px;
    line-height: 18px;
  }

  .rate {
    font-size: 61px;
    line-height: 70px;
    margin-bottom: 0 !important;
  }

  .button.nice-button__purchase--green {
    padding-top: 6px;
    padding-left: 18px;
    font-size: 22px;
    line-height: 34px;
    padding-bottom: 4px;
  }

  .column-2 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link-block {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .rating {
    margin-top: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .text-span {
    margin-left: 6px;
    padding-bottom: 6px;
  }

  .price-text {
    margin-left: 6px;
    padding-bottom: 6px;
    font-size: 18px;
    white-space: nowrap;
  }

  .paragraph-3 {
    font-size: 23px;
  }
  .paragraph-3-4 {
    font-size: 23px;
  }

  .bold-text-3 {
    font-size: 20px;
  }

  .list {
    margin-top: 20px;
    padding-left: 18px;
  }

  .list-2 {
    margin-top: 20px;
  }

  .rating-heading {
    font-size: 12px;
    line-height: 12px;
  }

  .column-3 {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  .div-block-2 {
    padding-top: 10px;
    text-align: center;
  }

  .div-block-3 {
    padding-bottom: 0px;
  }

  .bold-text-4 {
    padding-left: 6px;
    font-size: 18px;
    line-height: 12px;
  }

  .bold-text-5 {
    line-height: 12px;
  }

  .button-2 {
  
  }

  .footer {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .product__ribbon-top-text {
    font-size: 18px;
 
  }

  .list-item-4-copy {
    font-size: 11.5px;
    line-height: 18px;
  }

  .footer-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-column.footer-logo {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .footer-logo {
    justify-content: center;
  }

  .footer-column.footer-nav,
  .footer-column.footer-info {
    flex-basis: 45%;
    max-width: 45%;
    text-align: center; /* Center-justify the content */
  }

  .footer-nav {
    display: flex;
    justify-content: center; /* Center the menu items */
  }

  .footer-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  .footer-info {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center the disclosure and copyright text */
  }

  .footer-disclosure,
  .footer-copyright {
    text-align: center;
  }


}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.125rem;
    line-height: 1.71875rem;
  }




  h1 {
    font-size: 2rem; /* 32px */
    line-height: 1.2; /* 38px */
  }

  .div-block {

    padding-right: 15px;
    padding-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  }

  .topchoice_right_column_readers img {
    margin: 0;
    padding: 0;
  }



  .heading-2,
  .bold-text {
    font-size: 35px;
    line-height: 52px;
  }

  .columns {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 30px;
    border: 2px solid #e1e1e1;
  }

  .column-4 {
    border-right-style: none;
    border-left-style: none;
    min-height: 0;
  }

  .list-item-3 {
    margin-bottom: 8px;
  }

  .list-item-4,
  .list-item-4-copy {
    font-size: 11.5px;
    line-height: 18px;
  }

  .rate {
    font-size: 64px;
    line-height: 80px;
    margin-top: 0;
    padding-bottom: 8px;
  }

  .rating {
    padding-top: 4px;
  }

  .text-span {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 30px;
  }

  .paragraph-3 {
    margin-top: 0px;
    padding-bottom: 0px;
    line-height: 50px;
  }

  .paragraph-3-4 {
    margin-top: 0px;
    padding-bottom: 0px;
    line-height: 50px;
  }

  .column-3 {
    border-top: 2px solid #e1e1e1;
  }

  .column-5 {
    border-top: 2px solid #e1e1e1;
  }

  .columns-2 {
    border-right: 2px none #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
  }

  .columns-2.second {
    padding-bottom: 9px;
  }

  .columns-2.forth {
    padding-bottom: 9px;
  }

  .button-2 {
    font-size: 1.62rem;
    line-height: 1.72rem;
  }

  .footer {
    padding: 40px 20px;
  }

  .product__ribbon-top-text {
    font-size: 18px;
  }

  .footer {
    padding: 24px 0;
  }

  .footer-column.footer-nav,
  .footer-column.footer-info {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }

  .footer-nav {
    order: 2;
  }

  .footer-info {
    order: 3;
  }

  .footer-disclosure,
  .footer-copyright {
    text-align: center;
  }

  #popup1 .columns {
    flex-direction: column !important;
  }
  #popup1 .inner h1 {
    font-size: 30px;
    line-height: 38px;
  }
  #popup1 .inner {
    margin: 15px;
  }

  .topchoice_container {
    flex-direction: column;
  }


  .topchoice_content {
    flex-direction: column;
  }
  .topchoice_left_column {
    margin-right: 0;
  }
  .topchoice_image {
    text-align: center;
    order: -1;
  }




  .topchoice_right_column {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    grid-template-areas: "readers ratings"; /* Define the grid areas for readers and ratings */
    width: 100%; /* Make the .topchoice_right_column div span the full width of the screen */
  }

  .topchoice_right_column_readers,
  .topchoice_right_column_ratings {
    margin-bottom: 0;
  }

  .topchoice_right_column_readers {
    grid-area: readers; /* Place readers div in the readers grid area */
  }

  .topchoice_right_column_ratings {
    grid-area: ratings; /* Place ratings div in the ratings grid area */
  }

  .topchoice_right_column_ratings h3 {
    margin-top: 0;
  }

  .topchoice_right_column_readers h3 {
    margin-top: 0;
  }

  .topchoice_right_column_readers img {
    float: none;
    display: block;
    margin: 0 auto 12px;
  }


  .topchoice_award_img {
    height: 72px;
    margin-right: 10px;
    align-items: center;
  }
}

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

  body {
    font-size: 1.0625rem;
    line-height: 1.59375rem;
  }

  li {
    /* font-size: 1rem; */ /* 17px */
    /* line-height: 1.5rem; */ /* 26px */
    padding-left: 8px;
   
  }

  li::before {
  left: -12px;
    top: 5px;
    height: 12px;
    width: 12px;

  }



  h1 {
    font-size: 1.75rem; /* 28px */
    line-height: 1.2;   /* 34px */
  }
  .container-2 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .heading-2 {
    line-height: 45px;
  }

  .bold-text {
    font-size: 32px;
    line-height: 52px;
  }

  .heading-3 {
    margin: 10px 0;
  }

  .image.product-img {
    padding-top: 40px;
  }

  .list-item-4 {
    font-size: 13px;
  }

  .paragraph-3 {
    padding-top: 4px;
    padding-bottom: 2px;
  }

  .paragraph-3-4 {
    padding-top: 4px;
    padding-bottom: 2px;
  }

  .bold-text-3 {
    font-size: 31px;
    line-height: 26px;
  }

  .list {
    padding-right: 9px;
    padding-left: 18px;
    margin-left: 8px;
  }

  .list-2 {
    margin-right: 10px;
    padding-right: 0;
    padding-left: 21px;
    font-size: 18px;
  }

  .bold-text-4 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 18px;
  }

  .bold-text-5 {
    color: #797979;
    font-size: 20px;
  }

  .list-item-6 {
    font-size: 13px;
  }

  .button-2 {
    width: 100%;
    font-size: 1rem;
    line-height: 1.35rem;
  }

  .footer {
    padding: 20px;
    text-align: left;
  }



  .list-item-4-copy {
    font-size: 13px;
  }

  .list-item-6-copy {
    font-size: 13px;
  }

  .nogreencheckmark {
    list-style: none;
    padding-left: 0;
  }

  .nogreencheckmark li {
    position: static;
    padding-left: 0;
  }

  .nogreencheckmark li::before {
    content: none;
  }



  .topchoice_text ul{
padding-left: 12px;
  }
.topchoice_left_column {
  padding-left: 12px;
  padding-right: 4px;
}
  .topchoice_award {
    padding: 0;
  }

  .topchoice_award img {
    height: 48px;
  }
.topchoice_award h1{
  font-size: 1.2rem;
}
}
