:root {
  /* / Text Colors  / */
  --primary-text-color: #111827;
  --secondary-text-color: #f46400;
  --accent-text-color: #6d758f;
  --light-gray: #6e6e73;
  /* / Background Colors / */
  --primary-bg-color: #fff;
  --secondary-bg-color: #fff8f2;
  --accent-bg-color: #0c1927;
  --feather-gray: #f6f6f6;
  --light-orange: #fef7f2;
  /* Font Sizes */
  --light-gray-bg-color: #ececec;
  /* / Font Sizes / */
  --small-font-size: 14px;
  --medium-font-size: 16px;
  --large-font-size: 20px;
  --extra-large-font-size: 40px;
  /* Font Styles inter */
  --font-family-inter: "Inter", sans-serif;
  --font-weight-normal: normal;
  --font-weight-bold: bold;
  --font-style-normal: normal;
  --font-style-italic: italic;
  /* Font Styles barlow */
  --font-family-barlow: "Barlow", sans-serif;
  --font-weight-normal: normal;
  --font-weight-bold: bold;
  --font-style-normal: normal;
  --font-style-italic: italic;
  /* Font Styles Helvetica */
  --font-family-helvetica: "Helvetica Neue", sans-serif;
  --font-weight-normal: normal;
  --font-weight-bold: bold;
  --font-style-normal: normal;
  --font-style-italic: italic;
}
body {
  color: var(--primary-text-color);
  background-color: var(--primary-bg-color);
  font-size: var(--medium-font-size);
  font-family: var(--font-family-inter);
}
/* footer start */
.qh-w-95 {
  max-width: 95%;
}
#footer ul li {
  margin-left: 10px;
  margin-right: 10px;
}
.qh-social-icons {
  margin-left: 10px;
  margin-right: 10px;
}
#footer {
  background-color: var(--light-gray-bg-color);
  color: var(--light-gray);
}
.qh-text-green {
  color: #3e862a;
}
.qh-font-500 {
  font-weight: 500;
}
.qh-font-600 {
  font-weight: 600;
}
.qh-font-700 {
  font-weight: 700;
}
.qh-h-fit {
  height: fit-content;
}
#qh-feature-cards {
  background-color: var(--secondary-bg-color);
}
@media screen and (max-width: 330px) {
  .qh-max-w-content {
    width: max-content;
  }
}
/* footer end */
/* legacy section */
.qh-bg-secondary {
  background-color: var(--secondary-bg-color);
}
.qh-bg-awards {
  background-color: var(--accent-bg-color);
}
.qh-text-orange {
  color: var(--secondary-text-color) !important;
}
.qh-text-orange:hover {
  color: var(--secondary-text-color);
  text-decoration: underline;
}
/* sticky */
.qh-bg-orange {
  background-color: var(--secondary-text-color);
}
select {
  /* styling */
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select {
  background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%);
  /* radial-gradient(#ddd 70%, transparent 72%); */
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
}
.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: -5px;
  top: 50%;
  right: -5px;
  border-top: 1.8px solid #9799a8 !important;
  border-color: inherit;
}
/* faq */
.qh-rotate-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
/* global changes */
/* .container {
     max-width: 1440px !important;
     padding: 0 50px;
     } */
.feature-container {
  max-width: 1440px !important;
  padding: 0 50px;
}
/* #header {
     background-color: var(--light-orange);
     }
     #faq {
     font-family: var(--font-family-barlow);
     } */
.qh-font-barlow {
  font-family: var(--font-family-barlow);
}
/* .font-inter {
     font-family: var(--font-family-inter) !important;
     } */
.font-600 {
  font-weight: 600;
}
@media screen and (max-width: 1600px) {
  /* .container {
     padding: 0 150px;
     } */
  .feature-container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1200px) {
  /* .container {
     padding: 0 50px;
     } */
  .feature-container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 992px) {
  /* .container {
     padding: 0 35px;
     } */
  .feature-container {
    padding: 0 35px;
  }
}
@media screen and (max-width: 430px) {
  /* .container {
     padding: 0 25px;
     } */
  .feature-container {
    padding: 0 25px;
  }
}
.cursor-pointer {
  cursor: pointer;
}
.qh-text-highlight {
  color: #1545e1;
}
/* Hide scrollbar*/
.no-scroll::-webkit-scrollbar {
  display: none;
}
.no-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.qh-rounded-ic-btn {
  background-color: #f46400;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  outline: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qh-rounded-ic-btn:hover {
  background-color: #ffffff; /* Change background color to white on hover */
  border: 1px solid #f46400; /* Add border on hover */
}
.qh-rounded-ic-btn:hover svg path {
  stroke: #f46400; /* Change stroke color of SVG path on hover */
}
.qh-rounded-ic-btn:focus, .qh-rounded-ic-btn:active {
  outline: none;
}
.qh-section-heading {
  font-size: var(--extra-large-font-size);
  font-family: var(--font-family-barlow);
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width: 430px) {
  .qh-social-icons {
    margin-left: 6px;
    margin-right: 6px;
  }
  .qh-social-icons img {
    width: 25px;
    height: 25px;
  }
  #footer .qh-text-orange {
    font-size: 14px;
  }
  #footer .qh-text-orange img {
    width: 16px;
    height: 16px;
  }
  .qh-section-heading {
    font-size: 28px;
    text-align: center;
  }
}
.mt-10 {
  margin-top: 6rem !important;
}
/* D*/
.user-selected.oneyrtwouser {
  display: none;
}
.user-selected.oneyrthreeuser {
  display: none;
}
.user-selected.oneyrfiveuser {
  display: none;
}
.user-selected.oneyrtenuser {
  display: none;
}
.user-selected.threeyrtwouser {
  display: none;
}
.user-selected.threeyrthreeuser {
  display: none;
}
.user-selected.threeyrfiveuser {
  display: none;
}
.user-selected.threeyrtenuser {
  display: none;
}
.user-selected.threeyroneuser {
  display: none;
}
/*D*/
.qh-hero-title h1 {
  font-size: var(--extra-large-font-size);
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 15px;
}
.qh-hero-about-cta img {
  width: 30px;
  height: 30px;
}
.qh-hero-about-cta span {
  font-weight: 500;
  color: var(--secondary-text-color);
  margin-left: 10px;
}
.qh-hero-about-cta {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  left: 50%;
  transform: translate(-50%);
  bottom: -67px;
  height: fit-content;
  width: max-content;
}
/* .qh-logo {
width: 130px;
position: absolute;
left: 3%;
top: 2%;
} */
.qh-hero-rating {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 70px;
}
.qh-google-icon {
  width: 27px;
  height: fit-content;
}
.qh-amazon-icon {
  width: 37px;
  height: fit-content;
}
.qh-total-rating {
  font-size: 26px;
  height: fit-content;
  line-height: 1;
  font-weight: 600;
  font-family: var(--font-family-barlow);
}
.qh-rating-title {
  font-family: var(--font-family-barlow);
  text-transform: uppercase;
  line-height: 0.7;
  font-weight: 500;
}
.qh-start-section {
  gap: 5px;
}
.qh-rating-start {
  width: 13px;
  height: 13px;
}
.qh-hero-rating-img {
  width: auto;
  height: 30px;
}
.qh-hero-title .product-name {
  font-size: 30px;
  font-weight: 400;
  /* font-weight: 400; */
  margin-bottom: 15px;
}
.qh-hero-description span {
  font-size: 17px;
}
.qh-hero-description {
  font-size: var(--medium-font-size);
  color: #515467;
  font-weight: 400;
  /* font-weight: 500; */
  line-height: 1.2;
  margin-bottom: 26px;
}
.qh-rounded-button {
  background: #FF6B05;
  width: auto;
  max-width: 248px;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-family-barlow);
  padding: 12px 30px;
  border-radius: 22px;
  color: #fff;
}
.qh-rounded-button:hover, .qh-rounded-button:active {
  background: #FF6B05;
  border: none;
  color: #fff;
}
.qh-hero-left-pane div.position-relative {
  width: 518px;
  max-width: 518px;
}
.qh-mobile-br {
  display: none;
}
.qh-hero-offer-badge-left {
  transform: translateX(1px);
}
.qh-hero-offer-badge-right {
  transform: translateX(-1px);
}
@media screen and (max-width: 1200px) {
  .qh-hero-rating {
    gap: 33px;
  }
  .qh-rounded-button {
    max-width: 342px;
  }
  .qh-hero-description {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .qh-hero-left-pane div.position-relative {
    width: 95%;
  }
}
@media screen and (max-width: 430px) {
  .qh-hero-title h1 {
    font-size: 24px;
    font-weight: 800;
  }
  /* .qh-logo {
width: 100px;
} */
  .qh-hero-title .product-name {
    font-size: 23px;
    line-height: 27px;
  }
  /* .qh-hero-rating img {
width: auto;
height: 24px;
} */
  .qh-google-icon {
    width: 20px;
  }
  .qh-amazon-icon {
    width: 30px;
  }
  .qh-total-rating {
    font-size: 20px;
  }
  .qh-start-section {
    gap: 3px;
  }
  .qh-rating-title {
    font-size: 13px;
  }
  .qh-rating-start {
    width: 11px;
    height: 11px;
  }
  .qh-mobile-br {
    display: block;
  }
}
.qh-hero-max-w {
  max-width: 800px;
}
.qh-hero-left-pane {
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
}
.qh-hero-left-pane div .layer-0 {
  width: 100%;
}
.qh-hero-left-pane div .layer-1 {
  z-index: 1;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.qh-hero-left-pane div .layer-2 {
  z-index: 2;
}
.qh-hero-ai-badge {
  width: 37%;
  height: auto;
  position: absolute;
  bottom: 32%;
  right: -5%;
}
.qh-hero-img-shield {
  width: 25%;
  position: absolute;
  top: 58%;
  left: 17%;
}
.qh-hero-selection label {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
  font-weight: 600;
}
.qh-hero-selection select {
  font-size: 14px;
  font-weight: 600;
}
.qh-hero-offer-badge {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qh-hero-offer-badge span {
  background-color: #0075ff;
  font-size: 12px;
  color: white;
  display: block;
  padding: 4.5px 0;
}
.qh-hero-current-price {
  font-size: 30px;
  font-weight: 600;
  margin-right: 17px;
}
.qh-hero-original-price {
  font-weight: 500;
  margin-right: 17px;
  font-size: 18px;
  color: var(--secondary-text-color);
}
.qh-hero-original-price span {
  position: relative;
  z-index: 3;
  color: var(--secondary-text-color);
}
.qh-hero-save-price {
  font-weight: 600;
  color: #258320;
}
.qh-dotted-divider {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  border: none;
  height: 1px;
  width: 100%;
  /* max-width: 500px; */
  background: repeating-linear-gradient(90deg, #000000, #999999 6px, transparent 6px, transparent 12px);
}
.qh-hero-cc-grid {
  display: flex;
  gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
  width: fit-content;
}
/* New CSS */
/* .header {
box-shadow: none;
}
.header.fixed-header .menuBox .header-bottom-inner {
padding-top: 14px;
} */
.verloop-button {
  bottom: 88px;
}
#leadStickyHead {
  display: none !important;
}
body {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  position: relative;
}
header .navbar {
  background-color: #ebebeb;
}
.security-icon .fa {
  font-size: 30px;
  color: #919191;
}
.key-benefits ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 18px;
}
.key-benefits ul li {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
.key-benefits ul li img {
  height: auto !important;
}
.fixed {
  position: fixed;
  top: 0;
  height: 70px;
  z-index: 11;
  width: 100%;
  background-color: #fff !important;
  box-shadow: 0 20px 50px rgba(49, 45, 43, .1);
}
.desc-text {
  line-height: 20px;
}
#start-scams .scam-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
#affordable-protection .affordable-box {
  background-color: #fff7f2;
  border-radius: 20px;
}
#affordable-protection .affordable-box-img {
  height: auto;
}
#affordable-protection .affordable-box .afford-left {
  border-right: 1px solid #ccc;
  padding: 20px 20px 20px 30px;
  height: 100%;
}
#affordable-protection .affordable-box h3 {
  font-weight: 700;
}
#affordable-protection .affordable-box .affor-price {
  font-weight: 700;
  font-size: 26px;
}
#affordable-protection .affordable-box .affor-mrp {
  text-decoration: line-through;
}
#affordable-protection .affordable-box .form-control {
  border: 1px solid #ffcdab;
}
#accordionAfford .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
#accordionAfford .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 12px 12px 12px 20px;
  ;
  position: relative;
  cursor: pointer;
}
#accordionAfford .card .card-header .btn {
  color: #000;
  padding: 0;
}
#accordionAfford .card .card-header .btn:hover {
  text-decoration: none;
}
#accordionAfford .card .card-header .btn:active {
  box-shadow: none;
  background: transparent;
  border: none;
}
#accordionAfford .card .card-body {
  font-size: 14px;
  padding: 0 0 0 20px;
  background: transparent;
}
#accordionAfford .card .card-header[aria-expanded="true"]:after {
  content: "\f068";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 14px;
  transform: rotate(180deg);
}
#accordionAfford .card .card-header[aria-expanded="false"]:after {
  content: "\f067";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 14px;
  font-size: 11px;
  transform: rotate(0deg);
}
#accordionAfford .card .card-header:before {
  content:"+";
  font-size: 18px;
  display:block;
  width:20px;
  height:20px;
  position:absolute;
  left:0;
  transition:all ease-in-out 0.3s;
}
#accordionAfford .card.active .card-header:before {
    content:"-"
}
.tab-wrapper .tabs {
  width: fit-content;
  background: #fff7f2;
  border: 1px solid #fbdbc7;
  margin: auto;
  border-radius: 22px;
  padding: 4px;
}
.tab-wrapper .tabs .tab {
  background-color: transparent;
  border: 1px solid transparent;
  padding: 7px 30px;
  box-shadow: none;
}
.tab-wrapper .tabs .tab.active {
  background-color: #e5692f;
  border: 1px solid #e5692f;
  border-radius: 22px;
  color: #fff;
}
/* .block-family-plan {background:url('https://quickheal.co.in/pub/static/frontend/quickheal/quickheal-v2/en_US/Quickheal_CustomPages/assets/img/family.png') no-repeat center/cover; padding: 30px; border-radius: 25px; border: solid 1px #DDDDDD;}
.block-family-plan h3 {font-weight: 700;}
.block-family-plan h4 {font-family:'BarlowSemiBold';} */
/* Start Dynamic Highlights */
.qh-patented-and-ai-driven-section {
  height: 100%;
  padding: 60px 0;
}
.qh-h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.qh-patented-and-ai-driven-title {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 600;
  margin-top: 40px;
  margin-left: 10px;
}
.qh-patented-and-ai-driven-primary {
  color: var(--secondary-text-color);
}
.qh-card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.qh-down-arrow {
  width: 13px;
  height: 8px;
}
.qh-card-description {
  color: var(--accent-text-color);
  font-family: var(--font-family-barlow);
  font-size: 17px;
  font-weight: 500;
  line-height: 20.4px;
}
.qh-qh-card-description-three {
  color: var(--accent-text-color);
  font-family: var(--font-family-barlow);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}
.qh-card-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.qh-card-left-section {
  width: 60%;
}
.qh-card-right-section {
  width: 40%;
}
.qh-card {
  position: relative;
  -webkit-box-shadow: rgba(0, 10, 30, 0.14) 0px 3px 8px;
  box-shadow: rgba(0, 10, 30, 0.14) 0px 3px 8px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 25px;
}
.qh-card-one {
  height: 270px;
}
.qh-card-two {
  height: 260px;
}
.qh-card-three {
  height: 255px;
}
.qh-card-four {
  height: 355px;
  margin-bottom: 0;
}
.qh-card-content-section-one, .qh-card-content-section-two, .qh-card-content-section-three, .qh-card-content-section-four {
  position: absolute;
  bottom: 0;
  height: 52px;
  background-color: #f5f5f5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.qh-card-one:hover .qh-card-content-section-one {
  height: 120px;
}
.qh-card-two:hover .qh-card-content-section-two, .qh-card-four:hover .qh-card-content-section-four {
  height: 160px;
}
.qh-card-three:hover .qh-card-content-section-three {
  height: 170px;
}
.qh-card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.qh-card:hover .qh-card-image {
  scale: 1.04;
}
.qh-down-arrow {
  display: none;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 1242px) and (min-width: 992px) {
  .qh-card-title {
    font-size: 18px;
  }
  .qh-patented-and-ai-driven-title {
    font-size: 37px;
  }
  .qh-qh-card-description-three {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .qh-patented-and-ai-driven-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .qh-card-left-section, .qh-card-right-section {
    width: 100%;
  }
  .qh-down-arrow {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .qh-card-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .qh-card-title {
    font-size: 18px;
  }
  .qh-patented-and-ai-driven-title {
    font-size: 28px;
    text-align: center;
    margin-top: 0;
  }
  .qh-card {
    position: relative;
    border: 1px solid #e3e3e3;
    border-radius: 16px;
    overflow: hidden;
  }
  .qh-card-one {
    height: 250px;
  }
  .qh-card-two {
    height: 230px;
  }
  .qh-card-three {
    height: 225px;
  }
  .qh-card-four {
    height: 330px;
  }
  .qh-card-content-section-one, .qh-card-content-section-two, .qh-card-content-section-three, .qh-card-content-section-four {
    position: absolute;
    bottom: 0;
    height: 52px;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .qh-card-one:hover .qh-card-content-section-one {
    height: 120px;
  }
  .qh-card-two:hover .qh-card-content-section-two {
    height: 160px;
  }
  .qh-card-three:hover .qh-card-content-section-three {
    height: 170px;
  }
  .qh-card-four:hover .qh-card-content-section-four {
    height: 160px;
  }
  .qh-card-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .qh-card-one, .qh-card-two, .qh-card-three, .qh-card-four {
    height: 270px;
  }
  .qh-card-one:hover .qh-card-content-section-one {
    height: 135px;
  }
  .qh-card-two:hover .qh-card-content-section-two {
    height: 175px;
  }
  .qh-card-three:hover .qh-card-content-section-three {
    height: 150px;
  }
}
@media screen and (max-width: 600px) {
  .qh-card-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .qh-card-title {
    font-size: 18px;
  }
  .qh-patented-and-ai-driven-title {
    font-size: 28px;
    text-align: center;
    margin-top: 0;
  }
  .qh-card {
    position: relative;
    border: 1px solid #e3e3e3;
    border-radius: 16px;
    overflow: hidden;
  }
  .qh-card-one {
    height: 250px;
  }
  .qh-card-two {
    height: 230px;
  }
  .qh-card-three {
    height: 225px;
  }
  .qh-card-four {
    height: 330px;
  }
  .qh-card-content-section-one, .qh-card-content-section-two, .qh-card-content-section-three, .qh-card-content-section-four {
    position: absolute;
    bottom: 0;
    height: 52px;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .qh-card-one:hover .qh-card-content-section-one {
    height: 120px;
  }
  .qh-card-two:hover .qh-card-content-section-two {
    height: 160px;
  }
  .qh-card-three:hover .qh-card-content-section-three {
    height: 170px;
  }
  .qh-card-four:hover .qh-card-content-section-four {
    height: 160px;
  }
  .qh-card-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .qh-card-one, .qh-card-two, .qh-card-three, .qh-card-four {
    height: 270px;
  }
  .qh-card-one:hover .qh-card-content-section-one {
    height: 135px;
  }
  .qh-card-two:hover .qh-card-content-section-two {
    height: 175px;
  }
  .qh-card-three:hover .qh-card-content-section-three {
    height: 150px;
  }
}
/* End Dynamic Highlight */
/* WHY Us */
#why-us .why-us-box {
  background-color: #fff;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(49, 45, 43, .1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.title-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
/* Buy Now fixed */
/* #buy-now-fix {
position: fixed;
bottom: 0;
left: 0;
z-index: 1;
display: none;
background: #ccc;
width: 100%;
padding: 8px;
}
#buy-now-fix.active {
display: flex;
}
#buy-now-fix .qh-hero-current-price {
font-size: 24px;
}
#buy-now-fix .qh-hero-original-price, #buy-now-fix .qh-hero-original-price span {
font-size: 16px;
color: #000;
}
#buy-now-fix .buyNowGlobal {
animation: 1.4s ease-out infinite glow;
} */
@keyframes glow {
  0% {
    box-shadow: 0 0 0 0 brown
  }
  50% {
    box-shadow: 0 0 30px 0 brown
  }
}
.awardSwiper .swiper-slide img {
  height: auto !important;
}
/* -------------Responsive----------- */
@media (max-width: 575.98px) {
  .qh-hero-description {
    max-width: 100%;
    font-weight: 400;
  }
  .your-digital {
    font-size: 17px;
  }
  .qh-hero-rating {
    left: 45%;
  }
  #affordable-protection .affordable-box .afford-left {
    border-right: none;
  }
  .block-family-plan {
    background: #ccc;
  }
  .key-benefits ul li {
    font-size: 14px;
    line-height: 18px;
  }
  .testimonialSwiper .swiper-slide {
    height: auto !important;
  }
  /* #buy-now-fix {
  padding: 8px 0;
}
#buy-now-fix .qh-text-20, .bottom-duration, .bottom-user{
  font-size: 14px;
}
#buy-now-fix .buyNowGlobal {
  font-size: 13px;
  padding: 8px 18px;
  float: right;
}
#buy-now-fix .qh-hero-current-price {
  font-size: 15px;
  font-weight: 500;
  margin-right: 10px;
}
#buy-now-fix .qh-hero-original-price {
  font-size: 11px;
} */
  .verloop-button {
    bottom: 99px;
  }
}
.columns .column.main {
  padding-bottom: 0;
}
/* End New CSS */ :root {
  --card-border-radius: 10px;
}
.bg-pattern-01 {
  background: #ebebeb;
  background-size: 100%;
}
.qh-online-threats-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.qh-card-online-threads {
  padding: 30px 0 0 30px;
  background-color: white;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1/1.1;
  height: auto;
  border-radius: var(--card-border-radius);
  border: 0.63px solid #e3e3e3;
  overflow: hidden;
  position: relative;
}
.qh-card-online-threads-title {
  font-size: 32px;
  font-weight: 600;
}
.qh-card-online-threads-desc {
  font-size: 18px;
  font-weight: 500;
  padding-right: 15px;
  color: var(--accent-text-color);
  line-height: 1.3;
  margin-top: 8px;
}
.qh-online-threats-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 17px;
}
.qh-online-threats-desc {
  color: var(--accent-text-color);
  font-family: var(--font-family-barlow);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
}
.qh-card-online-threads-img-container {
  position: absolute;
  overflow: hidden;
  bottom: -25%;
  right: 0;
}
.qh-card-online-threads-img {
  /* position: absolute;
  width: 500px;
  height: auto; */
  position: absolute;
  width: 375px;
  height: auto;
  right: 0;
  bottom: 19%;
}
.qh-card-online-threads-img-bg {
  width: 600px;
}
.qh-card-online-threads-img-container div {
  position: relative;
}
.left-pane {
  margin-top: 50px;
  width: 100%;
  height: fit-content;
  max-width: 600px;
  position: sticky;
  top: 180px;
  padding-bottom: 220px;
}
@media screen and (max-width: 990px) {
  .left-pane {
    position: relative;
    top: 0;
    margin-top: 0px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 430px) {
  .qh-online-threats-title {
    font-size: 28px;
  }
  .qh-online-threats-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .qh-online-threats-desc {
    font-size: 18px;
  }
  .qh-card-online-threads-title {
    font-size: 22px;
    font-weight: 600;
  }
  .qh-card-online-threads-desc {
    font-size: 15px;
    line-height: 19px;
  }
  .qh-card-online-threads-img-container {
    /* position: absolute; */
    overflow: hidden;
    bottom: -25%;
    right: 0;
  }
  .qh-card-online-threads-img {
    position: absolute;
    width: 256px;
    height: auto;
    /* bottom:26%; */
  }
  .qh-card-online-threads-img-bg {
    width: 400px;
  }
}
.right-pane {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bg-accent {
  background-color: #ebebeb !important;
}
.text-accent {
  color: var(--secondary-text-color);
}
.performance-section {
  height: 100%;
  padding: 60px 0;
  align-items: center;
}
.performance-primary-color {
  color: var(--secondary-text-color);
}
.performance-heading {
  font-size: var(--extra-large-font-size);
  font-family: var(--font-family-barlow);
  line-height: 1.1;
  font-weight: 600;
}
.performance-description {
  display: flex;
  align-items: center;
}
.performance-description-icon {
  width: 20px;
  height: 19px;
  /* margin-top: 3px; */
}
.performance-description p {
  font-size: 18px;
  color: var(--accent-text-color);
  margin-bottom: 0;
  line-height: 1.2;
}
.performance-right-section {
  height: 450px;
  width: 450px;
  background-image: url("https://www.quickheal.com/pub/static/frontend/quickheal/quickheal-v2/en_US/Quickheal_CustomPages/assets/img/bg-circle.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.performance-right-section-img {
  width: 100%;
  /*height: 77%;*/
  object-fit: contain;
}
.qh-performance-section-target-img {
  position: absolute;
  top: 10%;
  right: -2%;
  width: 53%;
}
@media screen and (max-width: 1200px) {
  .qh-performance-section-target-img {
    top: 17%;
    right: -2%;
  }
}
@media screen and (max-width: 997px) {
  .qh-performance-section-target-img {
    top: 27%;
    right: -5%;
  }
}
@media screen and (max-width: 768px) {
  .qh-performance-section-target-img {
    top: 10%;
    right: -2%;
  }
  .performance-section {
    padding: 40px 0;
  }
}
@media screen and (max-width: 430px) {
  .performance-heading {
    font-size: 28px;
    text-align: center;
  }
  .performance-description {
    align-items: start;
  }
  .performance-description p {
    font-size: 16px;
  }
  .performance-right-section {
    height: 300px;
    width: 300px;
  }
  .qh-performance-section-target-img {
    top: 15%;
    right: 2%;
    width: 45%;
  }
}
.qh-grid-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.qh-feature-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.qh-grid-container .qh-ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.qh-grid-card-img-container {
  width: 100%;
  max-width: 60px;
  height: 85px;
  background-color: #fafafa;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qh-grid-card-img-container img {
  width: 80%;
}
.qh-grid-card-info .features-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.qh-grid-container .qh-ul .qh-li:hover .qh-grid-card-info .features-title {
  color: #ffffff;
}
.qh-grid-card-info .features-desc {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  color: #595959;
  margin-top: 8px;
}
.qh-grid-container .qh-ul .qh-li:hover .qh-grid-card-info .features-desc {
  color: #ffffff;
}
.qh-grid-container .qh-ul .qh-li {
  width: 50%;
  height: auto;
  background-color: white;
  display: flex;
  padding: 20px;
  gap: 13px;
  border-radius: 10px;
  transition: all 0.5ms ease;
  border: 0.63px solid #e3e3e3;
}
.qh-grid-container .qh-ul .qh-li:hover {
  background-color: var(--secondary-text-color);
}
.qh-features-title {
  font-size: var(--extra-large-font-size);
  line-height: 1.1;
  font-weight: 600;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .qh-features-title {
    font-size: 29px;
  }
  .qh-grid-container .qh-ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .qh-grid-container .qh-ul .qh-li {
    width: 100%;
    height: fit-content;
    background-color: white;
  }
  .qh-feature-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* swiper testimonial */
.swiper {
  width: 100%;
  height: 100%;
}
.testimonialSwiper .swiper-slide {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 184px;
}
.qh-testimonial-section {
  padding: 60px 0 0;
}
.qh-testimonial-content {
}
.qh-testimonial-scroll-slider {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  max-width: 1127px;
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.qh-testimonial-title {
  font-size: var(--extra-large-font-size);
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 40px;
}
.qh-testimonial-card-video {
  background-color: var(--primary-bg-color);
  padding: 35px;
  border-radius: 9px;
  height: auto;
  aspect-ratio: 1/0.8;
  width: 600px;
  height: 100%;
  grid-area: 1 / 1 / 3 / 2;
}

.qh-testimonial-card-info {
  background-color: #ececec;
  padding: 25px;
  /* padding-right: 55px; */
  border-radius: 10px;
}
.qh-testimonial-left-card-img-section {
  position: relative;
  /* height: auto; */
  height: 100%;
  width: 100%;
  min-height: 180px;
}
.qh-testimonial-info img, .qh-testimonial-card-info img {
  width: 18px;
}
.qh-testimonial-left-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
  min-height: 180px;
}
.qh-testimonial-left-card-play-icon {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.qh-testimonial-quote-img {
  opacity: 0.3;
}
.qh-testimonial-person-name {
  font-size: 19px;
  /* font-weight: 600; */
  line-height: 23px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #18191f;
  margin-top: 8px;
}
.qh-testimonial-person-position {
  font-size: var(--medium-font-size);
  font-weight: 500;
  line-height: 27px;
  color: #969bab;
  margin-bottom: 0;
}
.qh-testimonial-quote {
  font-size: 18px;
  /* font-weight: 400; */
  line-height: 1.4;
  color: #18191f;
  font-weight: 400;
}
.qh-testimonial-video-section {
  display: none;
  height: 100%;
  width: 100%;
  min-height: 100%;
  border-radius: 9px;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.qh-testimonial-video-section iframe {
  width: 100%;
  height: 100%;
}
.qh-testimonial-video {
  width: 100%;
  height: 100%;
  min-height: 365px;
  border-radius: 9px;
}
/* / play button style /  */
.qh-video-play-button {
  position: absolute;
  z-index: 10;
  top: 94px;
  right: -22px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  padding: 25px 20px 20px 25px;
  margin-bottom: 0;
}
.qh-video-play-button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border-radius: 50%;
  z-index: 0;
  width: 65px;
  height: 65px;
  background: #f464005c;
  animation: pulse-border 1500ms ease-out infinite;
}
.qh-pause-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
  border-width: 10px 0 10px 15px;
  border-color: #00000000 #00000000 #00000000 #fff;
  border-style: solid;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 15px;
  cursor: pointer;
  transition: 100ms all ease;
}
.qh-video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #f46400;
  border-radius: 50%;
  transition: all 200ms;
}
@keyframes pulse-border {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@media screen and (max-width: 1025px) {
  .qh-testimonial-scroll-slider {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    padding: 20px 20px 20px 50px;
  }
  .qh-testimonial-card-video {
    grid-area: 1 / 1 / 2 / 2;
  }
  .qh-testimonial-card-info.card-1 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .qh-testimonial-card-info.card-2 {
    grid-area: 1 / 3 / 2 / 4;
  }
  .qh-testimonial-card-info {
    padding: 40px;
  }
  .qh-testimonial-card-video {
    height: auto;
    aspect-ratio: 1 / 0.6;
    width: 400px;
  }
  .qh-testimonial-left-card-play-icon {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 430px) {
  .qh-testimonial-card-info {
    padding: 31px;
  }
  .qh-testimonial-card-info {
    width: 310px;
  }
  .qh-testimonial-person-name {
    font-size: 19px;
    margin-bottom: 0px;
  }
  .qh-testimonial-person-position {
    font-size: 13px;
  }
  .qh-testimonial-scroll-slider {
    padding: 20px 20px 20px 20px;
  }
  .qh-testimonial-title {
    font-size: 28px;
    text-align: center;
  }
  .qh-testimonial-card-video {
    width: 288px;
    padding: 18px;
  }
  .qh-testimonial-title {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .qh-testimonial-section {
    padding: 40px 0 0 0;
  }
  .qh-testimonial-quote {
    font-size: 15px;
  }
  .navbar .nav-buy-now {
    padding: 8px 20px;
  }
}
/* -----Start Compare section---- */
.qh-main-row {
  display: block;
  /* Initially hide the main row */
}
.qh-toggle-row {
  display: none;
}
.qh-compare-section {
  margin-bottom: 5rem;
}
.qh-recommended-border-top {
  border-top: 1px solid #137C5D;
}
.qh-recommended-border-bottom {
  border-bottom: 1px solid #137C5D;
}
.qh-recommended-border-left {
  border-left: 1px solid #137C5D;
}
.qh-recommended-border-right {
  border-right: 1px solid #137C5D;
}
.qh-compare-recommended-title-section {
  background-color: #137C5D;
  position: absolute;
  top: -16.5%;
  width: 101%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px;
  overflow: hidden;
}
.qh-compare-recommended-title {
  margin-bottom: 0;
  text-align: center;
  font-size: var(--small-font-size);
  font-weight: 600;
  color: #ffffff;
}
#compare-section .qh-compare-mark-img {
  background-image: url('https://us.quickheal.com/pub/static/frontend/quickheal/quickheal-v2/en_US/Quickheal_CustomPages/assets/img/product-compare/qh-compare-check.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#compare-section .qh-span-arrow-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('https://us.quickheal.com/pub/static/frontend/quickheal/quickheal-v2/en_US/Quickheal_CustomPages/assets/img/product-compare/qh-downArrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  background-position: center;
}
#compare-section .row {
  margin-right: 0px;
  margin-left: 0px;
}
.qh-compare-heading {
  font-size: var(--extra-large-font-size);
  font-family: var(--font-family-barlow);
  line-height: 1.2;
  font-weight: 600;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.qh-column-border-left {
  border-left: 1px solid #e1e1e1;
}
.qh-column-border-right {
  border-right: 1px solid #e1e1e1;
}
.qh-column-border-bottom {
  border-bottom: 1px solid #e1e1e1;
}
.qh-column-border-top {
  border-top: 1px solid #e1e1e1;
}
.qh-compare-row-name {
  font-size: 17px;
  font-weight: 500;
  color: #111827;
  font-family: var(--font-family-barlow);
}
.qh-compare-row-name-collapse {
  font-size: 15px;
  font-weight: 500;
  color: #111827;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.qh-compare-product-img {
  width: 47px;
  height: 50px;
}
.qh-compare-product-title {
  font-size: 19px;
  font-weight: 600;
  font-family: var(--font-family-barlow);
}
.qh-compare-current-price {
  font-size: 24px;
  font-weight: 600;
  margin-right: 17px;
}
.qh-compare-original-price {
  font-weight: 500;
  font-size: 18px;
  color: rgba(109, 117, 143, 0.72);
}
.qh-compare-save-price {
  font-size: 14px;
  font-weight: 400;
  color: #23672C;
}
.qh-compare-save-price span {
  font-size: 14px;
  font-weight: 700;
}
.qh-complete-validate {
  font-size: 10px;
  font-weight: 500;
  color: #ffffff;
  background-color: #36b151;
  padding: 0 12px;
  border-radius: 100px;
  min-height: 25px;
  gap: 2px;
}
.qh-complete-validate {
  font-weight: 600;
}
.qh-compare-product-more-details {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
}
.qh-compare-product-know-more-recommended a {
  font-size: 15px;
  font-weight: 600;
  color: #178c69;
}
.qh-compare-product-know-more a {
  font-size: 15px;
  font-weight: 600;
  color: #f46400;
}
.qh-compare-collapse {
  background-color: #f9f9f9;
}
.qh-product-compare-check-img {
  width: 20px;
  height: 20px;
}
.qh-compare-rounded-button {
  background: var(--secondary-text-color);
  color: white;
  padding: 9px 20px;
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-family-barlow);
}
.qh-compare-rounded-button-recommended {
  background: #137C5D;
  color: white;
  padding: 9px 20px;
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-family-barlow);
}
.qh-info-content {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  letter-spacing: -0.37px;
  font-family: var(--font-family-barlow);
}
.qh-compare-arrow.qh-compare-down-arrow {
  width: 17px;
}
.qh-main-compare-collapse {
  font-size: 15px;
  font-weight: 500;
  color: var(--secondary-text-color);
  font-family: var(--font-family-inter);
  gap: 10px;
}
.w-full {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .qh-main-row {
    display: none;
    /* Initially hide the main row */
  }
  .qh-toggle-row {
    display: block;
  }
  .qh-mobile-column-border-right {
    border-right: 1px solid #e1e1e1;
  }
  .qh-compare-product-title {
    font-size: 16px;
    text-align: center;
  }
  .qh-compare-row-name-collapse {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .qh-compare-current-price {
    font-size: 16px;
    margin-right: 10px;
  }
  .qh-compare-original-price {
    font-size: 12px;
  }
  .qh-compare-save-price {
    font-size: 12px;
    font-weight: 600;
  }
  .qh-compare-product-more-details {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .qh-compare-rounded-button-recommended, .qh-compare-rounded-button {
    font-size: 12px;
    padding: 8px 20px;
  }
  .qh-compare-product-know-more-recommended a, .qh-compare-product-know-more a {
    font-size: 12px;
  }
  .qh-compare-save-price span {
    font-size: 12px;
    font-weight: 600;
  }
  .qh-complete-validate {
    min-height: 25px;
  }
  .qh-compare-row-name {
    font-size: 16px;
  }
  .qh-compare-row-name-collapse {
    font-size: 15px;
  }
  /* .qh-compare-section{
    margin-bottom: 4rem;
    } */
}
@media screen and (max-width: 430px) {
  .qh-video-play-button {
    -ms-transform: translateX(-50%) translateY(-98%);
    transform: translateX(-50%) translateY(-98%);
    -webkit-transform: translateX(-50%) translateY(-98%);
  }
  .qh-compare-heading {
    font-size: 28px;
    text-align: center;
  }
  .qh-compare-product-title {
    font-size: 14px;
    text-align: center;
  }
  .qh-compare-product-img {
    width: 38px;
    height: 40px;
  }
  .qh-compare-current-price {
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .qh-compare-original-price {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .qh-compare-save-price {
    font-size: 10px;
    font-weight: 600;
  }
  .qh-compare-product-more-details {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .qh-compare-rounded-button-recommended, .qh-compare-rounded-button {
    font-size: 12px;
    padding: 6px 20px;
  }
  .qh-compare-product-know-more-recommended a, .qh-compare-product-know-more a {
    font-size: 10px;
  }
  .qh-compare-save-price span {
    font-size: 10px;
    font-weight: 500;
  }
  .qh-complete-validate {
    min-height: 20px;
  }
  .qh-compare-row-name, .qh-compare-row-name-collapse {
    font-size: 14px;
  }
  .qh-product-compare-check-img {
    width: 16px;
    height: 16px;
  }
  .qh-complete-validate {
    font-size: 9px;
    padding: 0 8px;
  }
  .qh-main-compare-collapse {
    font-size: 12px;
  }
  .qh-double-down-arrow {
    width: 22px;
    height: 24px;
  }
}
/* -----End Compare Section----- */
.qh-main-row {
  display: block;
  /* Initially hide the main row */
}
.qh-toggle-row {
  display: none;
}
.qh-compare-section {
  margin-bottom: 5rem;
}
.qh-compare-heading {
  font-size: var(--extra-large-font-size);
  font-family: var(--font-family-barlow);
  line-height: 1.2;
  font-weight: 600;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.qh-column-border-left {
  border-left: 1px solid #e1e1e1;
}
.qh-column-border-right {
  border-right: 1px solid #e1e1e1;
}
.qh-column-border-bottom {
  border-bottom: 1px solid #e1e1e1;
}
.qh-column-border-top {
  border-top: 1px solid #e1e1e1;
}
.qh-compare-row-name {
  font-size: 17px;
  font-weight: 500;
  color: #111827;
  font-family: var(--font-family-barlow);
}
.qh-compare-row-name-collapse {
  font-size: 15px;
  font-weight: 500;
  color: #111827;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.qh-compare-product-img {
  width: 47px;
  height: 50px;
}
.qh-compare-product-title {
  font-size: 19px;
  font-weight: 600;
  font-family: var(--font-family-barlow);
}
.qh-compare-current-price {
  font-size: 24px;
  font-weight: 600;
  margin-right: 17px;
}
.qh-compare-original-price {
  font-weight: 500;
  font-size: 18px;
  color: rgba(109, 117, 143, 0.72);
}
.qh-compare-save-price {
  font-size: 14px;
  font-weight: 400;
  color: #36b151;
}
.qh-compare-save-price span {
  font-size: 14px;
  font-weight: 700;
}
.qh-complete-validate {
  font-size: 10px;
  font-weight: 500;
  color: #ffffff;
  background-color: #36b151;
  padding: 0 12px;
  border-radius: 100px;
  min-height: 25px;
  gap: 2px;
}
.qh-complete-validate {
  font-weight: 600;
}
.qh-compare-product-more-details {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
}
.qh-compare-product-know-more-recommended a {
  font-size: 15px;
  font-weight: 600;
  color: #178c69;
}
.qh-compare-product-know-more a {
  font-size: 15px;
  font-weight: 600;
  color: #f46400;
}
.qh-compare-collapse {
  background-color: #f9f9f9;
}
.qh-product-compare-check-img {
  width: 20px;
  height: 20px;
}
.qh-compare-rounded-button {
  background: var(--secondary-text-color);
  color: white;
  padding: 9px 20px;
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-family-barlow);
}
.qh-compare-rounded-button-recommended {
  background: #178c69;
  color: white;
  padding: 9px 20px;
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-family-barlow);
}
.qh-info-content {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  letter-spacing: -0.37px;
  font-family: var(--font-family-barlow);
}
.qh-compare-arrow.qh-compare-down-arrow {
  width: 17px;
}
.qh-main-compare-collapse {
  font-size: 15px;
  font-weight: 500;
  color: var(--secondary-text-color);
  font-family: var(--font-family-inter);
  gap: 10px;
}
.qh-double-down-arrow {
  /*width: 27px;
  height: 28px; */
}
.qh-rotate-icon {
  transform: rotate(180deg);
}
.w-full {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .qh-main-row {
    display: none;
    /* Initially hide the main row */
  }
  .qh-toggle-row {
    display: block;
  }
  .qh-mobile-column-border-right {
    border-right: 1px solid #e1e1e1;
  }
  .qh-compare-product-title {
    font-size: 16px;
    text-align: center;
  }
  .qh-compare-row-name-collapse {
    justify-content: center;
    flex-direction: row-reverse;
  }
  .qh-compare-current-price {
    font-size: 16px;
    margin-right: 10px;
  }
  .qh-compare-original-price {
    font-size: 12px;
  }
  .qh-compare-save-price {
    font-size: 12px;
    font-weight: 600;
  }
  .qh-compare-product-more-details {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .qh-compare-rounded-button-recommended, .qh-compare-rounded-button {
    font-size: 12px;
    padding: 8px 20px;
  }
  .qh-compare-product-know-more-recommended a, .qh-compare-product-know-more a {
    font-size: 12px;
  }
  .qh-compare-save-price span {
    font-size: 12px;
    font-weight: 600;
  }
  .qh-complete-validate {
    min-height: 25px;
  }
  .qh-compare-row-name {
    font-size: 16px;
  }
  .qh-compare-row-name-collapse {
    font-size: 15px;
  }
  .qh-compare-section {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 430px) {
  .qh-video-play-button {
    transform: translateX(-50%) translateY(-98%);
    -webkit-transform: translateX(-50%) translateY(-98%);
  }
  .qh-compare-heading {
    font-size: 28px;
    text-align: center;
  }
  .qh-compare-product-title {
    font-size: 14px;
    text-align: center;
  }
  .qh-compare-product-img {
    width: 38px;
    height: 40px;
  }
  .qh-compare-current-price {
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .qh-compare-original-price {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .qh-compare-save-price {
    font-size: 10px;
    font-weight: 600;
  }
  .qh-compare-product-more-details {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .qh-compare-rounded-button-recommended, .qh-compare-rounded-button {
    font-size: 12px;
    padding: 6px 20px;
  }
  .qh-compare-product-know-more-recommended a, .qh-compare-product-know-more a {
    font-size: 10px;
  }
  .qh-compare-save-price span {
    font-size: 10px;
    font-weight: 500;
  }
  .qh-complete-validate {
    min-height: 20px;
  }
  .qh-compare-row-name, .qh-compare-row-name-collapse {
    font-size: 14px;
  }
  .qh-product-compare-check-img {
    width: 16px;
    height: 16px;
  }
  .qh-complete-validate {
    font-size: 9px;
    padding: 0 8px;
  }
  .qh-main-compare-collapse {
    font-size: 12px;
  }
  .qh-double-down-arrow {
    width: 22px;
    height: 24px;
  }
}
.qh-awards {
  padding-top: 60px;
  padding-bottom: 60px;
}
.qh-award-title {
  font-size: var(--extra-large-font-size);
  line-height: 1.1;
  font-weight: 600;
}
.swiper-slide {
  align-content: center;
  justify-content: center;
}
@media screen and (max-width: 430px) {
  .qh-award-title {
    font-size: 28px;
    text-align: center;
  }
}
.qh-legacy-title {
  font-size: var(--extra-large-font-size);
  line-height: 1.1;
  font-weight: 600;
}
.qh-font-600 {
  font-weight: 600;
}
.qh-font-500 {
  font-weight: 500;
}
.qh-our-legacy-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
#legacy .legacy-title {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 8px;
}
#legacy .legacy-desc {
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 769px) {
  .qh-legacy-icons {
    margin-top: 25px;
  }
}
@media screen and (max-width: 600px) {
  .qh-legacy-icons {
    margin-top: 25px;
  }
  .qh-our-legacy-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .qh-legacy-icons h3 {
    font-size: 22px;
  }
  .qh-legacy-icons h5 {
    font-size: 15px;
  }
}
@media screen and (max-width: 430px) {
  .qh-legacy-title {
    font-size: 28px;
    text-align: center;
  }
}
#accordionFaq ol {
  list-style: decimal;
  padding-left: 15px;
}
#accordionFaq ol li {
  margin-bottom: 3px;
}
#accordionFaq .fw-bold, #accordionFaq strong {
  font-weight: 600;
}
.footer h5 {
  font-weight: 600;
}
#accordionSysreq .card {
  background-color: transparent;
}
#accordionSysreq .card .card-header {
  font-weight: 600;
  padding: 12px 0 12px 18px;
  font-size: 15px;
  line-height: 19px;
}
#accordionSysreq .card .card-body {
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 8px 0;
  background-color: transparent;
}
#accordionSysreq .card .card-header[aria-expanded="true"]:after {
  content: "\f068";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 13px;
  transform: rotate(180deg);
}
#accordionSysreq .card .card-header[aria-expanded="false"]:after {
  content: "\f067";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  font-size: 11px;
  transform: rotate(0deg);
}
#accordionSysreq .card .card-header:before {
  content:"+";
  font-size: 18px;
  display:block;
  width:20px;
  height:20px;
  position:absolute;
  left:0;
  transition:all ease-in-out 0.3s;
}
#accordionSysreq .card.active .card-header:before {
    content:"-"
}
.footer .sub-footer .footer-link {
  color: #111827;
}
.sub-footer {
  background-color: #CCCCCC;
  padding: 10px 0;
}
.qh-font-700 {
  font-weight: 700;
}
.qh-faq-title {
  font-size: var(--extra-large-font-size);
  line-height: 1.1;
  font-weight: 600;
}
.qh-text-20 {
  font-size: 20px;
}
.qh-text-18 {
  font-size: 18px;
}
.faq-card-header {
  padding-top: 23px;
  padding-bottom: 23px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background: #fff;
  font-weight: 600;
  font-size: 18px;
}
#accordionFaq .card {
  border-bottom: 0;
  border-radius: 0;
}
.card-body {
  padding: 15px 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  overflow: hidden;
  background: #f7f7f7;
}
.qh-faq-arrow {
  margin-right: 5px;
  margin-left: 11px;
  transition: transform 0.3s ease;
}
.qh-faq-arrow img {
  width: 15px;
}
.card-body.show {
  max-height: 1000px;
  padding: 15px;
}
.faq-card-header.active {
  background-color: #f9f9f9;
}
.qh-faq-arrow.rotate {
  transform: rotate(180deg);
}
.qh-faq-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .qh-text-20 {
    font-size: 16px;
  }
  .qh-text-18 {
    font-size: 13px;
  }
  .faq-card-header img {
    width: 15px;
    height: 15px;
  }
  .qh-faq-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 430px) {
  .qh-faq-title {
    font-size: 28px;
    text-align: center;
  }
}







.slick-slider .slick-next, .slick-slider .slick-prev {
  z-index: 5
}
.slick-slider .slick-next {
  right: 15px
}
.slick-slider .slick-prev {
  left: 15px
}
.slick-slider .slick-next:before, .slick-slider .slick-prev:before {
  color: #000;
  font-size: 26px
}
.slick-slider ul.slick-dots {
  bottom: -40px
}
.slick-slider ul.slick-dots li {
  width: auto;
  height: auto
}
.slick-slider ul.slick-dots li button {
  width: 15px;
  height: 15px;
  border: solid 1px #feaa25;
  border-radius: 50%
}
.slick-slider ul.slick-dots li.slick-active button {
  background-color: #feaa25
}
.slick-slider ul.slick-dots li button:before,
.slick-slider ul.slick-dots li.slick-active button:before {
  color: #feaa25
}
.slick-slider .slick-slide {
    padding: 0 15px !important; 
}

/* Fix slider width overflow */
.slick-slider .slick-list {
    margin: 0 -15px;
}


.slick-slider .element{
  display:inline-block;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}
.slick-slider .slick-disabled {
  opacity : 0; 
  pointer-events:none;
}