.sticky-nav {
  transform: none !important;
}

.top-navbar-2 {
  z-index: 99;
}

.cursor-pointer {
  cursor: pointer;
}


.QuestionsSection.container {
  padding-top: 60px;
  padding-bottom: 70px;
  max-width: 1200px;
}


.QuestionsSection .FAQAccordion {
  width: 100%;
  display: inline-block;
}

.QuestionsSection .FAQAccordion .Option {
  width: 48%;
  float: left;
  margin: 0 1%;
  padding: 8px 25px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 25px;
  border: 1px #212121;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.QuestionsSection .FAQAccordion .Option .Toggle {
  display: none;
}

.QuestionsSection .FAQAccordion .Option .Title {
  min-height: 80px !important;
}

.QuestionsSection .FAQAccordion .Option .Toggle:checked + .Title + .Body {
  max-height: 100px;
}

.QuestionsSection .FAQAccordion .Option .Toggle:checked + .Title:before {
  background-image: url(../img/minus.webp);
}

.QuestionsSection .FAQAccordion .Option .Toggle:checked + .Title:after {
  display: none;
}

.QuestionsSection .FAQAccordion .Option .Title::after {
  background-image: url(../img/plus.webp);
}

.QuestionsSection .FAQAccordion .Option .Title {
  color: #000;
  display: block;
  font-size: 20px;
  padding: 15px 0;
  cursor: pointer;
  font-weight: 700;
  line-height: 24px;
  padding-right: 100px;
  transition: all 0.2s;
  transform: translateZ(0);
  background-color: #fff;
  backface-visibility: hidden;
  font-family: Proxima Nova, sans-serif;
}

.QuestionsSection .FAQAccordion .Option .Title::before,
.QuestionsSection .FAQAccordion .Option .Title::after {
  content: "";
  top: 42%;
  right: 10px;
  width: 15px;
  height: 15px;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.QuestionsSection .FAQAccordion .Option .Body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.QuestionsSection .FAQAccordion .Option .Body p {
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #181818e6;
}


.HomeAccordion .Option {
  position: relative;
  border-bottom: 1px solid #9b9b9b;
}

.HomeAccordion .Option .Toggle {
  display: none;
}

.HomeAccordion .Option .Toggle:checked + .Title + .Body {
  max-height: 300px;
}

.HomeAccordion .Option .Toggle:checked + .Title:before {
  transform: rotate(45deg) !important;
}

.HomeAccordion .Option .Toggle:checked + .Title:after {
  transform: rotate(-45deg) !important;
}

.HomeAccordion .Option .Title {
  margin: 0;
  color: var(--lv-espresso, var(--lv-espresso, #294a59));
  font-size: 18px;
  display: block;
  padding: 15px 0;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s;
  transform: translateZ(0);
  text-transform: capitalize;
  backface-visibility: hidden;
  font-family: Proxima Nova, sans-serif;
}


.HomeAccordion .Option .Title.v02 {
  font-size: 16px;
  color: var(--lv-ink, var(--lv-ink, #1a1f36));
}


.HomeAccordionMobile .Option .Title.v02 {
  font-size: 16px;
  color: var(--lv-ink, var(--lv-ink, #1a1f36));
}


.HomeAccordion .Option .Title::before,
.HomeAccordion .Option .Title::after {
  content: "";
  top: 45%;
  right: 13px;
  width: 1.5px;
  height: 10px;
  position: absolute;
  transition: all 0.2s;
  background-color: #333;
  transform: rotate(-45deg);
}

.HomeAccordion .Option .Title::after {
  right: 6px;
  transform: rotate(45deg);
}

.HomeAccordion .Option .Body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.HomeAccordion .Option .Body ul li {
  display: flex;
  align-items: start;
}

.HomeAccordion .Option .Body h4 {
  margin: 0;
  line-height: 24px;
  padding-bottom: 10px;
  color: var(--lv-espresso, var(--lv-espresso, #294a59));
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.HomeAccordion .Option .Body h4 span {
  color: #2aa300;
  font-weight: 700;
}

.HomeAccordion .Option .Body h4 img {
  width: 16px;
}

.HomeAccordion .Option .Body p {
  margin: 0;
  line-height: 24px;
  color: var(--lv-espresso, var(--lv-espresso, #294a59));
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  padding-bottom: 10px;
}

.HomeAccordion .Option .Body ul {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}

.HomeAccordion .Option .Body ul li {
  padding: 0;
  align-items: start;
}

.HomeAccordion .Option .Body ul li img {
  width: 21px;
}

.HomeAccordion .Option .Body ul li span {
  color: #2aa300;
  margin-left: 8px;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.HomeAccordion .Option .Body ul li p {
  color: var(--lv-espresso, var(--lv-espresso, #294a59));
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 0;
}


.HomeAccordionMobile .Option {
  position: relative;
  border-bottom: 1px solid #9b9b9b;
}

.HomeAccordionMobile .Option .Toggle {
  display: none;
}

.HomeAccordionMobile .Option .Toggle:checked + .Title + .Body {
  max-height: 300px;
}

.HomeAccordionMobile .Option .Toggle:checked + .Title:before {
  transform: rotate(45deg) !important;
}

.HomeAccordionMobile .Option .Toggle:checked + .Title:after {
  transform: rotate(-45deg) !important;
}

.HomeAccordionMobile .Option .Title {
  margin: 0;
  display: block;
  padding: 15px 0;
  cursor: pointer;
  transition: all 0.2s;
  transform: translateZ(0);
  text-transform: capitalize;
  backface-visibility: hidden;
  font-family: Proxima Nova, sans-serif;
  color: var(--lv-espresso, var(--lv-espresso, #294a59));
  font-size: 16px;
  font-weight: 700;
}

.HomeAccordionMobile .Option .Title::before,
.HomeAccordionMobile .Option .Title::after {
  content: "";
  top: 45%;
  right: 13px;
  width: 1.5px;
  height: 10px;
  position: absolute;
  transition: all 0.2s;
  background-color: #333;
  transform: rotate(-45deg);
}

.HomeAccordionMobile .Option .Title::after {
  right: 6px;
  transform: rotate(45deg);
}

.HomeAccordionMobile .Option .Body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.HomeAccordionMobile .Option .Body ul li {
  display: flex;
  align-items: start;
}

.HomeAccordionMobile .Option .Body h4 {
  margin: 0;
  line-height: 24px;
  padding-bottom: 10px;
  color: #000;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.HomeAccordionMobile .Option .Body h4 span {
  color: #2aa300;
  font-weight: 700;
}

.HomeAccordionMobile .Option .Body h4 img {
  width: 16px;
}

.HomeAccordionMobile .Option .Body p {
  margin: 0;
  line-height: 24px;
  color: #000;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  padding-bottom: 10px;
}

.HomeAccordionMobile .Option .Body ul {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}

.HomeAccordionMobile .Option .Body ul li {
  padding: 0;
  align-items: start;
}

.HomeAccordionMobile .Option .Body ul li img {
  width: 21px;
}

.HomeAccordionMobile .Option .Body ul li span {
  color: #2aa300;
  margin-left: 8px;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.HomeAccordionMobile .Option .Body ul li p {
  color: #000;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 0;
}


.dd-top-con-para.v02 {
  color: var(--lv-ink, var(--lv-ink, #1a1f36)) !important;
}


.ProductSection {
  border-top: 1px solid #e9e9e9;
}

.ProductSection .Option {
  position: relative;
  border-bottom: 1px solid #dbdbdb;
}

.ProductSection .Option .Toggle {
  display: none;
}

.ProductSection .Option .Toggle:checked + .Title + .Content {
  max-height: 300px;
}

.ProductSection .Option .Toggle:checked + .Title:before {
  transform: rotate(45deg) !important;
}

.ProductSection .Option .Toggle:checked + .Title:after {
  transform: rotate(-45deg) !important;
}

.ProductSection .Option .Title {
  margin: 0;
  color: #333;
  display: flex;
  font-size: 18px;
  padding: 24px 0;
  cursor: pointer;
  font-weight: 700;
  align-items: center;
  transition: all 0.2s;
  transform: translateZ(0);
  text-transform: capitalize;
  backface-visibility: hidden;
  font-family: Proxima Nova, sans-serif;
}

.ProductSection .Option .Title img {
  margin-right: 16px;
}

.ProductSection .Option .Title::before,
.ProductSection .Option .Title::after {
  content: "";
  top: 45%;
  right: 13px;
  width: 1.5px;
  height: 10px;
  position: absolute;
  transition: all 0.2s;
  background-color: #333;
  transform: rotate(-45deg);
}

.ProductSection .Option .Title::after {
  right: 6px;
  transform: rotate(45deg);
}

.ProductSection .Option .Content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.ProductSection .Option .Product {
  display: flex;
}

.ProductSection .Option .Product .Details {
  padding-left: 20px;
}

.ProductSection .Option .Product .Details:first-child {
  padding-left: 0;
}

.ProductSection .Option .Product .Details ul {
  padding: 10px 0;
}

.ProductSection .Option .Product .Details ul li {
  font-size: 16px;
  color: var(--lv-espresso, var(--lv-espresso, #294a59));
  font-weight: 300;
  line-height: 28px;
  padding-left: 13px;
  position: relative;
  font-family: Proxima Nova, sans-serif;
}

.ProductSection .Option .Product .Details ul li::before {
  content: "";
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  margin-top: -2.5px;
  border-radius: 50px;
  background-color: var(--lv-espresso, var(--lv-espresso, #294a59));
}

.ProductSection .Option .Shipping h4 {
  margin: 0;
  width: 95%;
  font-size: 16px;
  color: var(--lv-espresso, var(--lv-espresso, #294a59));
  font-weight: 300;
  line-height: 24px;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-family: Proxima Nova, sans-serif;
}

.ProductSection .Option .Shipping h4 span {
  color: #2aa300;
  font-weight: 700;
}

.ProductSection .Option .Shipping h4 img {
  width: 16px;
}

.ProductSection .Option .Shipping p {
  margin: 0;
  width: 95%;
  font-size: 16px;
  color: var(--lv-espresso, var(--lv-espresso, #294a59));
  font-weight: 300;
  line-height: 24px;
  padding-bottom: 10px;
  font-family: Proxima Nova, sans-serif;
}

.ProductSection .Option .Refund ul {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}

.ProductSection .Option .Refund ul li {
  padding: 0;
  display: flex;
  align-items: start;
}

.ProductSection .Option .Refund ul li img {
  width: 24px;
  margin-top: 5px;
}

.ProductSection .Option .Refund ul li span {
  font-size: 16px;
  font-weight: 500;
  color: #2aa300;
  padding-top: 4px;
  padding-left: 8px;
  margin-bottom: 4px;
  line-height: 24px;
  font-family: Proxima Nova, sans-serif;
}

.ProductSection .Option .Refund ul li p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: var(--lv-espresso, var(--lv-espresso, #294a59));
  line-height: 24px;
  padding-bottom: 0;
  padding-left: 4px;
  font-family: Proxima Nova, sans-serif;
}

.footer-link-text a {
  padding-right: 3px;
  padding-left: 3px;
}


.text-center {
  text-align: center !important;
}


.red {
  border-color: red;
}


.mt-5-neg {
  margin-top: -5px;
}


.mt-15 {
  margin-top: 15px;
}


.mb-3 {
  margin-bottom: 3px;
}


.mt-10 {
  margin-top: 10px;
}


.mt-15 {
  margin-top: 15px;
}


.mr-5 {
  margin-right: 5px;
}


.fs-15 {
  font-size: 15px !important;
}


.global-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}


.Customer {
  margin-top: 40px;
}


.Customer h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
  color: #333;
  line-height: normal;
}


.Customer img {
  width: 100%;
  margin: 10px 0;
  border-radius: 10px;
}


.Customer p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: normal;
}


.Details {
  padding: 10px;
  margin-top: 10px;
  padding-bottom: 0;
  border-top: 1px solid #ddd;
}


.Details p {
  color: #333;
  line-height: normal;
  font-size: 14px;
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.Details p:last-child {
  font-weight: bold;
}


.reviews-list-3.rr1 {
  display: grid !important;
}


.section_review-bottom.v8 {
  background-color: var(--lv-cream, var(--lv-cream, #e7f3fa));
}


.testi-slider-heading-div.v8 {
  margin-bottom: 25px;
}


.padding-section-medium-custom.v8 {
  margin-top: 0;
  padding-bottom: 5rem;
}


.insurance-checkbox {
  accent-color: var(--lv-espresso, var(--lv-espresso, #294a59));
  transform: scale(1.2);
  cursor: pointer;
}


.upgrade-active {
  border: 1px solid #2ab05b;
  background-color: #fff !important;
  color: #2ab05b !important;
}


.display-none {
  display: none;
}


.ml-7 {
  margin-left: 7px;
}


.mt-14 {
  margin-top: 14px;
}


.w381px {
  width: 381px !important;
}


.test {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0.5rem;
  justify-content: center;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  color: #fff;
  align-items: center;
}


.cross-icon {
  float: right;
}


.checkout-popup {
  height: 0px;
  overflow: hidden;
}


.icon-embed-small {
  transition: transform 0.3s ease;
}

.rotate-180 {
  transform: rotate(180deg);
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes tilt {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
  75% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}


.badge {
  position: relative;
  width: 120px; 
  aspect-ratio: 1; 
  container-type: inline-size; 
}


.fw-500 {
  font-weight: 500;
}


.banner-text-main.v1 {
  line-height: 15px;
  text-align: center;
}


.banner-text-sub.v1 {
  text-align: center;
  font-size: 12px;
}


.error-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}


.save-below-text.lang {
  font-size: 13px;
  max-width: 155px;
  line-height: 17px;
}


.sel-left-div.q1.lang {
  width: auto;
}


.ff-div-cen.lang {
  inset: 20px auto 49px 165px;
}


.tt-pro-txt.lang {
  font-size: 17px;
}


.modal_sub-number {
  text-decoration: none;
}


.modal_sub-email {
  text-decoration: none;
}


.ttb-text a {
  text-decoration: none;
}


.mb-10 {
  margin-bottom: 10px !important;
}


.main-sub-banner {
  height: 75px;
  padding: 11px 15px 13px;
}


.main-sub-banner img {
  height: 46px;
}


.text-decoration-none {
  text-decoration: none;
}


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

  .banner-text-sub.v1.lang {
    font-size: 9px;
  }


  .ff-div-cen.lang {
    inset: 19px auto 49px 145px;
  }


  .tt-pro-txt.lang {
    font-size: 15px;
  }


  .checkbox-radio.cb-sq.tt1.ju1.pr1.lang {
    left: 3%;
  }

  .tto-txt.v8-header-txt {
    font-size: 28px;
  }


  .rating-tag {
    font-size: 11px;
    display: flex !important;
    justify-content: center !important;
    margin-right: 50px;
    margin-left: 50px;
  }


  .rating-tag-title {
    margin-left: 5px;
  }


  .tp-new-block.is-mod.rating-tag {
    padding: 0;
  }


  .hh-div.reliefs-v2 {
    padding: 7px 20px 10px;
  }


  .tto-txt.v8-header-txt {
    font-size: 30px;
  }


  .tto-txt.v8-header-txt.v2 {
    margin-bottom: 0;
  }


  .navbar-countdown.v2 {
    background-position: 0px 0, 20% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(#0000, #0000),
      url("../../images/banner-mobile-v2.svg");
  }


  .main-sub-banner {
    height: 50px;
    padding: 0 15px 13px !important;
  }


  .main-sub-banner img {
    height: 46px;
    width: 100px;
  }

}


@media screen and (max-width: 395px) {
  .ff-div-cen.lang {
    inset: 22px auto 49px 135px;
  }


  .hh-div.reliefs-v2 {
    padding: 10px 20px 10px;
  }


  .tto-txt.v8-header-txt {
    font-size: 28px;
  }


  .tto-txt.v8-header-txt {
    margin-bottom: 6px;
  }


  .tto-txt.v8-header-txt.v2 {
    margin-bottom: 6px;
  }


  .ff-div-cen.lang {
    inset: 19px auto 49px 130px;
  }

}


@media screen and (max-width: 365px) {
  .tto-txt.v8-header-txt {
    font-size: 26px;
    margin-bottom: 6px;
  }


  .rating-tag {
    margin-right: 30px;
    margin-left: 30px;
  }


  .tto-txt.v8-header-txt.v2 {
    margin-bottom: 6px;
  }

}


@media screen and (max-width: 355px) {
  .tto-txt.v8-header-txt {
    margin-bottom: 6px;
  }


  .tto-txt.v8-header-txt.v2 {
    margin-bottom: 6px;
  }

}


@media screen and (max-width: 345px) {
  .tto-txt.v8-header-txt {
    margin-bottom: 6px;
  }


  .tto-txt.v8-header-txt.v2 {
    margin-bottom: 6px;
  }

}


@media screen and (max-width: 325px) {
  .tto-txt.v8-header-txt {
    font-size: 24px;
    margin-bottom: 6px;
  }


  .rating-tag {
    margin-right: 15px;
    margin-left: 15px;
  }


  .tto-txt.v8-header-txt.v2 {
    margin-bottom: 6px;
  }

}

