html {
  scroll-behavior: smooth;
}

body {
  margin: 0px !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 21px;
}

a:link {
  border: none;
  text-decoration: none;
}

a:active {
  border: none;
  text-decoration: none;
}

.header {
  height: 0px !important;
}

.sections-extrapadding-bottom-small {
  padding-bottom: 10px;
}

.padding-general-top {
  padding-top: 10px;
}

.constrain-logo-cont {
  display: flex;
  justify-content: center;
  height: 70px;
}
@media (max-width: 549px) {
  .constrain-logo-cont {
    justify-content: flex-start;
    padding-left: 15px;
    height: 60px;
  }
}

.constrain-date-cont {
  background-color: #f5f5f5;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.date-container {
  width: 1140px;
  font-size: 12px;
  padding-left: 35px;
}

.advertisment {
  font-size: 16px;
  color: #000000;
  text-align: center;
}

.logo-bar-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 549px) {
  .logo-bar-container {
    width: auto;
  }
}

.logo-image-container {
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media (max-width: 549px) {
  .logo-image-container {
    width: 40px;
    height: 40px;
  }
}

.logo-bar-navigation {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 15px;
}
.logo-bar-navigation a:active,
.logo-bar-navigation a:visited,
.logo-bar-navigation a:link {
  color: #000000;
  font-weight: 400;
}
.logo-bar-navigation ul {
  margin-bottom: 3px;
}
.logo-bar-navigation ul li {
  font-size: 16px;
}
@media (max-width: 549px) {
  .logo-bar-navigation {
    display: none;
  }
}

.social-media-buttons {
  font-size: 0;
  position: fixed;
  top: 202px;
  left: 0px;
  z-index: 50000;
  text-align: center;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .social-media-buttons {
    display: none;
  }
}
@media (max-width: 549px) {
  .social-media-buttons {
    display: none;
  }
}

.social-media-buttons-tablet {
  display: none;
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .social-media-buttons-tablet {
    display: flex !important;
    flex-direction: row;
  }
}

.social-media-buttons-tablet .media-buttons-new {
  display: flex;
  text-align: center;
  height: 35px;
  width: 65px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}

.social-media-buttons .media-buttons-new {
  display: flex;
  text-align: center;
  height: 40px;
  width: 40px;
  border: none;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}

.social-media-buttons-tablet .media-buttons-new:hover {
  width: 80px;
}

.media-buttons-new:hover {
  width: 50px;
}

.social-media-buttons.load {
  left: 0;
}

.facebook-button {
  background-color: #4267b2;
  color: white;
}

.twitter-button {
  background-color: #55acee;
  color: white;
}

.messenger-button {
  background-color: #448aff;
  color: white;
}

.whatsApp-button {
  background-color: #25d366;
  color: white;
}

.pinterest-button {
  background-color: #cb2027;
  color: white;
}

.social-media-buttons a {
  display: block;
  color: #fff;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 1.125rem;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

.footer-logo-container {
  margin-bottom: 16px;
  max-height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.logo-placeholder {
  max-height: 100px;
  max-width: 220px;
  padding: 5px 5px;
}

.logo-text {
  font-weight: 550;
  letter-spacing: px;
  font-size: 20px;
  line-height: 1.3rem;
  color: #333333;
}

.image-holder-container {
  display: block;
  width: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  /* Set the height you want for the .image-holder-container */
}

.image-holder-container .text-above {
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 20px;
}

.text-above {
  font-size: 1.5em;
  font-weight: bold;
}

.text-above h2 {
  color: white;
  font-size: 48px;
}

.text-above p {
  color: white;
  font-size: 18px;
  /* Set the font size you want */
  font-weight: 400;
}

.overlay-dark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.main-content {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.main-content-container {
  width: 1124px;
  padding: 0px 20px;
}
@media screen and (max-width: 1140px) and (min-width: 1041px) {
  .main-content-container {
    width: 1024px;
  }
}
@media screen and (max-width: 1040px) and (min-width: 990px) {
  .main-content-container {
    width: 980px;
  }
}
@media screen and (max-width: 988px) and (min-width: 916px) {
  .main-content-container {
    width: 960px;
  }
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .main-content-container {
    width: 100%;
    padding: 0px 30px;
  }
}
@media (max-width: 549px) {
  .main-content-container {
    padding-top: 10px;
    width: 100%;
  }
}

.top-paragraph {
  font-size: 21px;
  line-height: 36px !important;
}

.top-paragraph h2 {
  color: #333333;
  font-size: 30px !important;
  font-weight: 600 !important;
  margin-top: 20px;
}

.section-title_comp {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 0px;
  padding-bottom: 20px;
  color: #333333;
}

.text-above-under-image {
  font-size: 21px;
  line-height: 1.8em;
  padding-bottom: 10px;
}
.text-above-under-image img {
  max-width: 20px;
  height: auto;
}

.sections-padding-bottom {
  padding-bottom: 30px;
}

.images-botttom-margin {
  width: 100%;
  object-fit: cover;
  margin-bottom: 16px;
}

.images-botttom-margin img {
  width: 100%;
}

.repeater-padding-bottom {
  padding-bottom: 20px;
}

.video-section-style {
  width: 100%;
  object-fit: cover;
}

.video-section-style iframe {
  width: 100%;
}

.space-cards-winners {
  height: 40px;
}

.custom-button-comp {
  width: 100%;
  background-color: #0479c3;
  color: white;
  border-radius: 7px;
  text-align: center;
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  display: block;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 5px #0a337f solid;
  box-shadow: 0px 5px 8px #888888;
}
.custom-button-comp:hover {
  transition: 0.5s;
  background-color: #0a337f;
}
@media (max-width: 549px) {
  .custom-button-comp {
    font-size: 22px;
  }
}

.myaccordion {
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 15px;
}

.accordion__label__container {
  padding: 10px;
}

.myaccordion__label {
  padding: 15px 20px;
  margin: 0px;
}

.myaccordion__label {
  width: 100%;
  display: block;
  color: #333333;
  font-size: 21px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: background 0.3s;
}

.myaccordion__label:hover {
  text-decoration: underline;
}

.myaccordion__label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  width: 12px;
  height: 6px;
  background-image: url('data:image/svg+xml;utf8,<svg width="100" height="50" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 100,0 50,50" style="fill:black;" /></svg>');
  background-size: contain;
  transition: transform 0.4s;
}

.myaccordion__content {
  background: #ffffff;
  padding: 0px 15px;
  font-size: 21px;
  font-weight: 400;
  display: none;
}

.fa-caret-right {
  size: 14px;
  padding-right: 4px;
}

.myaccordion__input {
  display: none;
}

.myaccordion__input:checked ~ .myaccordion__content {
  display: block !important;
  transition: all 1.8s ease;
}

.myaccordion__input:checked ~ .myaccordion__label {
  color: #61ce70 !important;
}

.myaccordion__input:checked ~ .fa {
  transform: rotate(45deg) !important;
  color: #04414d !important;
}

.myaccordion__input:checked ~ .myaccordion__label::after {
  background-image: url('data:image/svg+xml;utf8,<svg width="100" height="50" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 100,0 50,50" style="fill:green;" /></svg>');
  transform: translateY(-50%) rotate(0.5turn);
}

.divider_line {
  width: 100%;
}

.custom-boxed-area {
  background-color: #fff5c9;
  border-color: #fff5c9;
  font-size: 21px;
  padding: 20px;
  padding-bottom: 8px;
}

.final-custom-button {
  width: 100%;
  background-color: #0479c3;
  color: white;
  border-radius: 7px;
  text-align: center;
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  display: block;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 5px #0a337f solid;
  box-shadow: 0px 5px 8px #888888;
}
.final-custom-button:hover {
  transition: 0.5s;
  background-color: #0a337f;
}
@media (max-width: 549px) {
  .final-custom-button {
    font-size: 22px;
  }
}

.final-button-padding-bottom {
  padding-bottom: 50px;
}

.author-reviewer-container {
  display: flex;
  /* display: grid; */
  background: #f5f5f5;
  /* grid-template-columns: auto auto; */
  align-items: center;
  flex-direction: row;
  padding: 20px 0px;
  justify-content: center;
}

.author-reviewer-inner {
  width: 1124px;
  padding: 0px 20px;
  font-size: 21px;
  padding: 15px;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
}
@media screen and (max-width: 1140px) and (min-width: 1041px) {
  .author-reviewer-inner {
    width: 1024px;
  }
}
@media screen and (max-width: 1040px) and (min-width: 990px) {
  .author-reviewer-inner {
    width: 980px;
  }
}
@media screen and (max-width: 988px) and (min-width: 916px) {
  .author-reviewer-inner {
    width: 960px;
  }
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .author-reviewer-inner {
    width: 100%;
    padding: 0px 30px;
  }
}
@media (max-width: 549px) {
  .author-reviewer-inner {
    padding-top: 10px;
    width: 100%;
  }
}

.image-container {
  width: 140px;
  height: 140px;
  border: 4px solid #0a337f;
  border-radius: 8px;
  margin-top: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.info-container {
  padding: 0px 20px;
}

.tittle-content {
  font-weight: 600;
  border-bottom: 1px solid silver;
}

.author-reviewer-name {
  color: #000000;
  font-weight: 300;
  font-size: 21px 1;
}

.author-reviewer-name p {
  margin-bottom: 10px !important;
}

.footer-boxed-area {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.footer-content-style {
  font-size: 14px;
  line-height: 29px !important;
  padding: 20px;
  align-items: center;
  text-align: center;
  max-width: 1200px !important;
  color: #777;
}
.footer-content-style a:active,
.footer-content-style a:visited,
.footer-content-style a:link {
  color: #0a337f;
  font-weight: 400;
}

.product-card {
  display: grid !important;
  grid-template-columns: 20% auto 20%;
  width: 100%;
  min-height: 270px;
  min-width: 1024px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  border: none;
}

.first-section-card {
  display: flex;
  border-right: 2px solid rgba(128, 128, 128, 0.2117647059);
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}

.first-section-card a {
  color: #000000 !important;
}

.second-section-card {
  display: flex;
  flex-direction: column;
}

.second-section-card a {
  color: #000000 !important;
}

.third-section-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 35px;
  border-left: 2px solid rgba(128, 128, 128, 0.2117647059);
  justify-content: space-around;
}

.score-number {
  font-size: 54px;
  line-height: 50px;
  font-weight: 900;
}

.score-text {
  font-size: 22px;
  line-height: inherit;
  font-weight: 800;
}

.product-custom-button {
  width: 100%;
  background-color: #0479c3;
  color: white;
  border-radius: 7px;
  text-align: center;
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  display: block;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 5px #0a337f solid;
  box-shadow: 0px 5px 8px #888888;
  width: auto;
  width: 175px;
  padding: 10px 15px;
}
.product-custom-button:hover {
  transition: 0.5s;
  background-color: #0a337f;
}
@media (max-width: 549px) {
  .product-custom-button {
    font-size: 22px;
  }
}

.product-features {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 5px;
  padding: 5px;
  justify-content: start;
  align-items: start;
  font-size: 19px;
  line-height: 1.3rem;
}
@media (max-width: 549px) {
  .product-features {
    padding: 5px 0px;
    line-height: 1rem;
  }
}

.product-features-out-mobile {
  display: grid;
  grid-template-columns: auto;
}

.product-features-out-mobile-win {
  display: grid;
  grid-template-columns: auto;
}

.product-features-out {
  display: grid;
  grid-template-columns: 50% 50%;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.product-features-out-mobile-win .product-features {
  align-items: center;
}

.product-pros {
  display: grid;
  grid-template-columns: auto;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  height: fit-content;
}
@media (max-width: 549px) {
  .product-pros {
    text-align: left;
    padding-bottom: 0px !important;
    padding: 10px;
  }
}

.product-cons {
  display: grid;
  grid-template-columns: auto;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  height: fit-content;
}
@media (max-width: 549px) {
  .product-cons {
    text-align: left;
    padding: 10px;
    padding-top: 0px !important;
  }
}

.positive_negative_feature-icon {
  padding-right: 4px;
  padding-top: 2px;
}

.title-price-container {
  display: flex;
  padding: 8px;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  justify-content: center;
  border-bottom: 2px solid rgba(128, 128, 128, 0.2117647059);
}

.title-price-container pre {
  font-size: inherit;
  overflow: hidden;
}

.product-image {
  width: 180px;
  height: 180px;
}

.circle-counter {
  display: flex;
  position: absolute;
  /* padding-bottom: 10px; */
  top: -28px;
  left: -30px;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
  border: 3px solid #0479c3;
  text-align: center;
  line-height: 10px;
  font-weight: bold;
  font-size: 30px;
  color: black;
  justify-content: center;
  align-items: center;
}

.padding-top-cards {
  padding-top: 20px;
}

.circle-counter-winner {
  display: flex;
  position: absolute;
  /* padding-bottom: 10px; */
  top: -37px;
  left: -42px;
  z-index: 2;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 10px;
  font-weight: bold;
  font-size: 26px;
  color: black;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

.badges-card {
  display: flex;
  position: absolute;
  /* padding-bottom: 10px; */
  top: -14px;
  right: 0px;
  z-index: 1;
  width: 216px;
  height: 49px;
  text-align: center;
  line-height: 10px;
  font-weight: bold;
  font-size: 24px;
  color: black;
  justify-content: center;
  align-items: center;
  background-size: cover;
  object-fit: cover;
}
@media (max-width: 369px) {
  .badges-card {
    width: 120px !important;
    right: -10px !important;
  }
}
@media (max-width: 344px) {
  .badges-card {
    right: -15px !important;
  }
}

.badges-card img {
  width: 210px;
  height: 47px;
}
@media (max-width: 369px) {
  .badges-card img {
    width: 100px !important;
    height: 25px !important;
  }
}
@media (max-width: 344px) {
  .badges-card img {
    width: 90px !important;
  }
}
@media (max-width: 329px) {
  .badges-card img {
    display: none;
  }
}

.ribbon-container {
  --f: 10px;
  --r: 15px;
  --t: 10px;
  position: absolute;
  inset: var(--t) calc(-1 * var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f) / 2));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f) / 2));
  box-shadow: 0 calc(-1 * var(--f)) 0 inset rgba(0, 0, 0, 0.3333333333);
  display: flex;
  position: absolute;
  /* padding-bottom: 10px; */
  top: -23px;
  left: 15px;
  z-index: 1;
  width: 250px;
  height: 50px;
  text-align: center;
  line-height: 10px;
  /* font-weight: bold; */
  font-size: 18px;
  color: white;
  justify-content: space-around;
  align-items: center;
  transform: scaleX(-1);
}

.rotate-it {
  padding-left: 8px;
  transform: scaleX(-1);
}

.product-cards-padding-bottom {
  padding-bottom: 60px;
}

.third-section-review {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-card-mobile {
  display: grid !important;
  grid-template-columns: auto;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.second-section-card-mobile {
  display: grid;
  grid-template-columns: auto auto;
  justify-items: center;
  padding: 10px 0px;
  border-bottom: 2px solid rgba(128, 128, 128, 0.2117647059);
}

.third-section-card-mobile {
  text-align: center;
}

.title-price-container-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  font-size: 22px;
  font-weight: bold;
  justify-content: center;
  border-bottom: 2px solid rgba(128, 128, 128, 0.2117647059);
}

.title-price-container-mobile p {
  margin-bottom: 0px !important;
}

.title-price-container-mobile a {
  color: #000000 !important;
}

.first-section-card-mobile a {
  width: fit-content !important;
  color: #000000 !important;
}

.product-cards-padding-bottom-mobile {
  display: none;
  padding-bottom: 40px;
}

.column-centered-mobile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.winner-banner {
  display: flex;
  color: white;
  background-color: #0479c3;
  font-size: 44px;
  line-height: 50px;
  font-weight: 600;
  width: 100%;
  justify-content: center;
  padding: 20px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.winner-top-facts {
  display: grid;
  column-gap: 10px;
  font-size: 21px;
  grid-template-columns: auto auto auto;
  align-items: start;
  justify-items: center;
  justify-content: space-evenly;
  padding: 30px 10px;
  padding-top: 40px !important;
  background-color: rgba(231, 230, 230, 0.82);
  width: 100%;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.facts-inner-elements {
  display: flex;
}

.fact-title {
  color: orangered;
}

.fact-image {
  background-color: #0a337f;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fact-icon {
  color: white;
  font-size: 30px;
}

.fact-content {
  width: 240px;
  padding-left: 10px;
}

.fact-title {
  font-weight: 600;
}

.fact-subtext p {
  margin-bottom: 0px;
}

.third-section-card a {
  color: #000000 !important;
}

.prices-section {
  width: inherit;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.prices-section .initial_price {
  text-decoration: line-through;
  color: red;
  font-weight: 500;
}

.prices-section .reduced_price {
  font-size: 25px;
}

.author-reviewer-container-mobile {
  display: none;
}

.author-reviewer-inner-mobile {
  width: 1124px;
  padding: 0px 20px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 1140px) and (min-width: 1041px) {
  .author-reviewer-inner-mobile {
    width: 1024px;
  }
}
@media screen and (max-width: 1040px) and (min-width: 990px) {
  .author-reviewer-inner-mobile {
    width: 980px;
  }
}
@media screen and (max-width: 988px) and (min-width: 916px) {
  .author-reviewer-inner-mobile {
    width: 960px;
  }
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .author-reviewer-inner-mobile {
    width: 100%;
    padding: 0px 30px;
  }
}
@media (max-width: 549px) {
  .author-reviewer-inner-mobile {
    padding-top: 10px;
    width: 100%;
  }
}

.second-section-review {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.author-image-name-mobile {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 16px;
}

.when-ribbon-exist-mobile {
  height: 80px;
  justify-content: flex-end;
  padding-bottom: 12px;
}

.when-extra-text-exist-mobile {
  height: 100px;
  justify-content: flex-end;
  padding-bottom: 6px;
}

.floating-text-box {
  display: flex;
  align-items: center;
  z-index: 1;
  width: 200px;
  height: 110px;
  border-radius: 8px;
  background-color: #e20000;
  color: #fff;
  padding: 10px;
  position: relative;
  margin: 40px;
  text-align: center;
  animation: scale-up-down 2s ease-in-out infinite;
}

.floating-text-box p {
  text-align: center;
  margin-bottom: 0px;
  font-size: 18px;
}

.floating-text-box.arrow-left:after {
  content: " ";
  z-index: 1;
  /* width: 100px; */
  height: 35px;
  position: absolute;
  left: -1px;
  bottom: -17px;
  transform: rotate(78deg);
  border-top: 25px solid transparent;
  border-right: 25px solid #e20000;
  border-left: none;
  border-bottom: 25px solid transparent;
}

.card-pop-up-layout {
  display: grid;
  grid-template-columns: auto;
}

.floating-row-text-mobile {
  width: 100%;
  background-color: #e20000;
  color: #fff;
  padding: 5px;
  margin-top: 20px;
}

.floating-row-text-mobile p {
  margin-bottom: 0px !important;
}

.feature-text-align {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.feature-text-align p {
  margin-bottom: 0px !important;
}

@media (min-width: 925px) {
  .card-layout-exceptions {
    grid-template-columns: 1084px auto !important;
    min-width: 1084px;
  }
}

.footer-content-style ul {
  padding-left: 0px;
}

@keyframes scale-up-down {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-up-down-mobile {
  0% {
    transform: scale(0.85);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
.humbuger-menu-mobile {
  display: none;
}
@media (max-width: 549px) {
  .humbuger-menu-mobile {
    text-align: left;
    display: block;
  }
}

.logo-bar-container button {
  display: none;
}
@media (max-width: 549px) {
  .logo-bar-container button {
    position: absolute;
    right: 0;
    height: 60px;
    width: 55px;
    border: 0;
    outline: 0;
    border-left: 1px solid #f3f3f3;
    color: #000000;
    background: 0 0;
    font-size: 1.25rem;
    text-align: center;
    cursor: pointer;
    display: block;
  }
}

.mobile-menu {
  position: relative;
}

.menu-icon {
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  position: relative;
}

.menu-items {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0s, visibility 0s;
  height: 0px;
}
.menu-items ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-items ul li {
  border-bottom: 1px solid rgba(230, 230, 230, 0.8);
  padding: 10px;
}
.menu-items ul li a {
  color: #535353;
  font-weight: 500;
  font-size: 15px;
}
.menu-items ul li:first-child {
  border-top: 1px solid rgba(230, 230, 230, 0.8);
}

.menu-items.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s;
  height: auto;
}

.menu-list {
  display: none;
}
@media (max-width: 549px) {
  .menu-list {
    display: block;
  }
}

@media screen and (max-width: 915px) and (min-width: 550px) {
  .product-image {
    width: 120px;
    height: 120px;
  }
  .product-features {
    grid-template-columns: auto auto;
    align-items: start;
  }
  .product-card {
    min-height: 270px;
    max-height: none;
    grid-template-columns: 26% auto 26%;
    min-width: inherit;
  }
  .circle-counter {
    left: -26px !important;
    width: 55px !important;
    height: 55px !important;
    top: -24px;
  }
  .circle-counter-winner {
    top: -32px;
    left: -35px;
    width: 65px;
    height: 65px;
  }
  .fact-content {
    width: 170px;
  }
  .winner-top-facts {
    column-gap: 2px;
  }
  .winner-banner {
    font-size: 36px !important;
  }
  .product-custom-button {
    font-size: 20px;
    width: 160px;
  }
  .score-number {
    font-size: 50px;
  }
  .title-price-container {
    padding-top: 12px !important;
    font-size: 18px;
  }
  .score-text {
    font-size: 18px;
  }
  .ribbon-container {
    width: 220px;
    top: -20px;
    left: 0px;
    line-height: initial;
  }
  .badges-card {
    right: -12px;
    top: -14px;
  }
  .badges-card img {
    width: 190px;
    height: 40px;
  }
  .floating-text-box {
    display: none;
  }
  .floating-text-box.arrow-left:after {
    display: none;
  }
  .logo-bar-container {
    justify-content: flex-start;
  }
}
@media (max-width: 549px) {
  p {
    margin-bottom: 10px !important;
  }
  body {
    font-size: 17px !important;
  }
  body p {
    font-size: 17px !important;
  }
  .section-title_comp {
    line-height: 1.8rem !important;
    font-size: 24px;
  }
  .product-cards-padding-bottom-mobile {
    display: block;
  }
  .product-cards-padding-bottom {
    display: none;
  }
  .product-image {
    width: 80px;
    height: 80px;
  }
  .product-custom-button {
    font-size: 20px;
    margin: 25px;
    margin-left: 50px;
    margin-top: 20px !important;
    width: 70%;
  }
  .score-number {
    font-size: 45px;
  }
  .circle-counter-winner {
    top: -25px;
    left: -25px;
    width: 60px;
    height: 60px;
  }
  .circle-counter {
    top: -23px;
    left: -17px;
    width: 50px;
    height: 50px;
  }
  .winner-banner {
    font-size: 30px !important;
  }
  .winner-top-facts {
    grid-template-columns: auto;
    row-gap: 20px;
  }
  .facts-inner-elements {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .facts-inner-elements .fact-content {
    width: auto;
    text-align: center;
  }
  .fact-image {
    width: 80px;
    height: 80px;
  }
  #adv {
    font-size: 16px;
  }
  .author-reviewer-container-mobile {
    display: flex;
    background: #f5f5f5;
    align-items: center;
    padding: 20px 0px;
    justify-content: center;
  }
  .author-reviewer-container {
    display: none;
  }
  .third-section-review {
    align-items: flex-start;
  }
  .text-above h2 {
    font-size: 26px;
  }
  .text-above p {
    margin-bottom: 0px !important;
  }
  .logo-placeholder {
    max-height: 80px;
  }
  .logo-image-container {
    justify-content: center;
  }
  .top-paragraph h2 {
    margin-top: 0px !important;
    font-size: 24px !important;
  }
  .top-paragraph {
    line-height: 1.8rem !important;
  }
  .top-paragraph p {
    margin: 0px 0px 10px !important;
  }
  .image-holder-container .text-above {
    padding: 12px;
  }
  .ribbon-container {
    top: -18px;
    width: 190px;
    font-size: 14px;
    line-height: initial;
  }
  .card-pop-up-layout {
    display: block;
    /* overflow: visible; */
    width: auto;
  }
  .floating-text-box {
    display: none;
  }
  .badges-card {
    width: 140px;
    top: -18px;
    right: -5px;
  }
  .badges-card img {
    width: 130px;
    height: 30px;
  }
  .logo-bar-container {
    justify-content: center;
  }
  .space-cards-winners {
    height: 25px;
  }
  .sections-margin-bottom .two-column-list-image {
    max-width: fit-content !important;
  }
  .product-features-out-mobile-win .feature-text-align {
    margin-bottom: auto;
  }
}/*# sourceMappingURL=style-comp.css.map */