@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* font-family: "Montserrat", sans-serif;

  font-family: "Assistant", sans-serif; */
@font-face {
  font-family: "iva";
  src: url("https://funnels.thisisatestsiteonly.com/dfc8536e-5693-46a6-92d8-89d70e745116/Ivy-Presto-Headline-Semi-Bold.otf");
  display: swap;
}
body {
  font-family: "Assistant", sans-serif;
}
label {
  margin-bottom: 0;
}
.pos-relative {
  position: relative;
}

.d-desktop {
  display: block;
}

.d-mobile {
  display: none;
}

.iva {
  font-family: "iva";
}

.underline {
  text-decoration: underline;
  cursor: pointer;
}

/* topbar  */
.topbar {
  background-color: #000;
  color: #fff;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
}

.menu {
  display: none;
}

/* navbar  */
.main_nav_list-item a.menu_link {
  font-size: 15px;
}

.navbar-brand {
  top: -6px;
  width: 181px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.navbar_custom {
  position: relative;
  height: 70px;
  display: flex;
  align-items: center;
}

.menu {
  display: flex;
  width: fit-content;
  list-style: none;
  gap: 1rem;
  margin-bottom: 0;
  margin-left: 0;
}
.menu li a {
  color: #000;
  text-decoration: none;
}

.cart_icon {
  float: right;
  margin-top: -24px;
}

span.cartcount {
  right: 69px;
}

span.cartcount {
  background-color: #ffd712;
  color: #ffffff;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -2px;
  right: 5px;
}

.yellow-offer {
  background-color: #d9c993;
}

.heading {
  font-size: 25px;
}

.br_none {
  border-radius: 0 !important;
}

.text-info {
  color: #00237e !important;
}

.underline {
  text-decoration: underline;
}

.cmn-btn-part {
  padding: 2rem 0;
  text-align: center;
}
.cmn-btn-part p {
  margin-bottom: 1rem;
  font-size: 14px;
}
.cmn-btn-part .common-btn {
  background-color: #ffd814;
  width: 100%;
  border-radius: 35px;
  padding: 1rem;
  font-weight: 700;
  border: none;
  outline: none;
  margin-bottom: 1rem;
  font-size: 20px;
}
.cmn-btn-part .common-btn:hover {
  background-color: #dbb911;
}

.common-btn-square {
  position: relative;
  max-width: 400px;
  /* margin: 0 auto; */
}
.common-btn-square .before::before {
  content: "";
  position: absolute;
  height: 50px;
  left: 50%;
  transform: translate(-50%);
  width: 1px;
  background-color: #000;
}
.common-btn-square .btn-yellow {
  background-color: #ffd814;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  padding: 1rem 3rem;
  font-size: 17px;
  margin-bottom: 2rem;
  border-radius: 35px;
  width: 100%;
}
.common-btn-square .btn-yellow:hover {
  background-color: #dbb911;
}
.common-btn-square .btn-white {
  margin: 2rem 0;
  background-color: #fff;
  padding: 1rem 3rem;
  color: #00237e;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 35px;
  width: 100%;
}

.btn-white:hover {
  background-color: #e0e0e0;
}
.common-btn-square .gap-1 {
  flex: 1;
  padding-left: 2rem;
}
.common-btn-square svg {
  width: 40px;
}
.common-btn-square p {
  text-align: left;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.blinking-light {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #2ccb2c;
  border-radius: 50%;
  animation: blink-green 1s infinite alternate;
  margin-right: 0.3rem;
}
.d-flex.video_sec video {
  height: fit-content !important;
}

@keyframes blink-green {
  0% {
    opacity: 0;
    /* Starts hidden */
  }
  50% {
    opacity: 1;
    /* Fully visible at half duration */
  }
  100% {
    opacity: 0;
    /* Ends hidden, then repeats */
  }
}
/* hero-section */
.hero-section {
  background-color: #f7f7f7;
  padding: 1rem 0;
}
.hero-section .slide_sec {
  max-height: 530px;
  overflow: hidden;
  position: sticky;
  top: 0;
}
.hero-section .heroThumb {
  max-height: 480px;
}
.hero-section .heroThumb .swiper-slide {
  height: 100px !important;
  margin-bottom: 1rem;
  overflow: hidden;
  width: 100% !important;
}
.hero-section .heroThumb .swiper-wrapper {
  flex-direction: column;
  gap: 0.1rem;
}
.hero-section .thum_nav {
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid;
  padding: 0.4rem;
}
.hero-section .thum_nav.swiper-button-prev svg {
  transform: rotate(270deg);
}
.hero-section .swiper-button-next.thum_nav {
  transform: rotate(90deg);
}
.hero-section .btn-blue-outline {
  background: #fff;
  outline: none;
  border: 1px solid #00237e;
  color: #00237e;
  padding: 0.1rem 1rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border-radius: 2px;
  margin-right: 1rem;
}
.hero-section .btn-dark {
  background: #fff;
  outline: none;
  border: 1px solid #000000;
  background-color: #000;
  color: #ffffff;
  padding: 0.1rem 1rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border-radius: 2px;
}
.hero-section .excellent {
  padding-top: 1rem;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 15px;
}
.hero-section .excellent .trust_green {
  width: 80px;
}
.hero-section a {
  color: inherit;
  font-weight: bold;
}
.hero-section .secondary_text {
  text-transform: capitalize;
  font-size: 16px;
}
.hero-section .price {
  display: flex;
  gap: 0.3rem;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 16px;
  align-items: center;
}
.hero-section .price s {
  color: #8c8c8c;
  font-weight: 700;
}
.hero-section .price .text-danger {
  font-size: 20px;
  color: #931a1a !important;
}
.hero-section .price .bg-danger {
  background: #931a1a !important;
  padding: 0.1rem 1rem;
  outline: none;
  border: none;
  font-weight: 600;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}
.hero-section .price .bg-silver {
  background: #e4e4e4;
  padding: 0.1rem 1rem;
  outline: none;
  border: none;
  font-weight: 600;
  border-radius: 5px;
  color: #000000;
  font-size: 14px;
}
.hero-section .price .bg-silver .bi-tag-fill {
  transform: rotate(80deg);
}
.hero-section .price .bg-silver .color-red {
  color: #931a1a;
}
.hero-section .quick_glance {
  padding: 0;
  gap: 0.7rem;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.hero-section .quick_glance li {
  display: flex;
  flex: 1;
  align-items: center;
  position: relative;
  gap: 0.3rem;
}
.hero-section .quick_glance li .content {
  font-size: 11px;
  text-transform: capitalize;
  font-weight: 550;
}
.hero-section .quick_glance li .icon svg {
  width: 26px;
}
.hero-section .quick_glance li::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #000;
  position: absolute;
  right: -4px;
}
.hero-section .quick_glance li:last-child::before {
  display: none;
}
.hero-section .text-silver {
  color: #737373;
  font-weight: 550;
}
.hero-section .size_list {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.5rem;
  list-style: none;
}
.hero-section .size_list li {
  cursor: pointer;
  width: 40px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.hero-section .size_list li:hover {
  background-color: #1e1e1e;
  color: #fff;
}
.hero-section .size_list li.active {
  background-color: #1e1e1e;
  color: #fff;
}
.hero-section .yellow_bg {
  background: #ffeeb5;
  text-align: center;
  padding: 0.5rem;
  margin-top: 1rem;
}
.hero-section .font-bold {
  font-weight: 550;
}
.hero-section .size_wrapper {
  border: 1px solid #000;
  border-radius: 5px;
  overflow: hidden;
  border-bottom: none;
}
.hero-section .size_wrapper .size_seletor .selector {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  border-bottom: 1px solid #000;
}
.hero-section .size_wrapper .size_seletor .selector .radio_side {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hero-section .size_wrapper .size_seletor .selector .radio_side p {
  margin-bottom: 0;
  max-width: 165px;
}
.hero-section .size_wrapper .size_seletor .selector .btn-side {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
  gap: 1rem;
}
.hero-section .size_wrapper .size_seletor .selector .btn-side .btn-red {
  background-color: #931a1a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.hero-section .size_wrapper .size_seletor .selector .btn-side p {
  margin-bottom: 0;
  color: #931a1a;
  font-weight: bold;
}
.hero-section .size_wrapper .size_seletor .selector .btn-side p s {
  font-weight: 400;
  color: #737373;
}
.hero-section .size_wrapper .size_seletor .color-menu {
  border-bottom: 1px solid #000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  background-color: #e5e5e5;
}
.hero-section .size_wrapper .size_seletor .color-menu li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.hero-section .size_wrapper .size_seletor .color-menu li span {
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  display: block;
  background-color: #000000;
  border-radius: 50%;
}
.hero-section .size_wrapper .size_seletor .color-menu li .blue {
  background-color: #142e55;
}
.hero-section .size_wrapper .size_seletor .color-menu li .red {
  background-color: #931a1a;
}
.hero-section .size_wrapper .size_seletor .color-menu li .grey {
  background-color: #c3c3c3;
}
.hero-section .video_sec {
  width: 100%;
  overflow: hidden;
}
.hero-section .video_sec .videos {
  width: 32.5% !important;
  margin-right: 0.5rem;
  cursor: pointer;
}
.hero-section .four_fit_feature {
  padding: 2rem 0;
}
.hero-section .four_fit_feature h6 {
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
}
.hero-section .four_fit_feature .features {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  align-items: end;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  gap: 1rem;
  max-width: 400px;
  margin: 0 auto;
  text-transform: capitalize;
  padding-bottom: 1rem;
}
.hero-section .four_fit_feature .features li img {
  width: 80%;
  /* height: 100px; */
}
.hero-section .four_fit_feature p {
  justify-content: center;
}
.hero-section .faq-hero {
  background-color: #fff;
  padding: 0.5rem 1.5rem;
  padding-bottom: 1rem;
  font-size: 13px;
  border-radius: 10px;
}
.hero-section .faq-hero .accordion-item {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #7b7b7b;
}
.hero-section .faq-hero .accordion-item .accordion-button {
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 0.8rem 0;
  font-family: "Assistant";
}
.hero-section .faq-hero .accordion-item .accordion-body {
  padding-left: 0;
}
.hero-section .faq-hero .accordion-button::after {
  background-position: right;
  background-size: 17px;
}
.hero-section .faq-hero .accordion-button {
  background-color: #fff;
  box-shadow: none;
  border: none;
  color: #000;
}
.hero-section .faq-hero .hero_faq_one p {
  font-size: 15px;
}
.hero-section .faq-hero .hero_faq_one ul li {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.hero-section .faq-hero .btn-blue {
  background: #00237e;
  border: none;
  outline: none;
  padding: 0.2rem 0.9em;
  color: #fff;
  border-radius: 35px;
  font-weight: 600;
}
.hero-section .faq-hero .hero_two_col ul li {
  margin-bottom: 0.5rem;
  font-size: 14px;
}
.hero-section .faq-hero .bg_brown {
  font-size: 16px;
  color: #fdfdfd;
}
.hero-section .faq-hero .bg_brown tr {
  --bs-table-bg: #fafafa;
  outline: none;
}
.hero-section .faq-hero .bg_brown tr td {
  padding-left: 1rem;
}
.hero-section .faq-hero .table-active {
  --bs-table-bg-state: rgba(177 177 177 / 10%);
}
.hero-section .faq-hero .ads {
  border: 1px solid rgba(63, 63, 63, 0.1411764706);
  background-color: #f2f2f2;
  padding: 0.5rem;
  font-size: 14px;
  border-radius: 5px;
}
.hero-section .faq-hero .third_faq_hero .b-light {
  padding: 0.5rem;
  border-radius: 8px;
  border: 1px solid #e1e0e0;
}
.hero-section .faq-hero .third_faq_hero .fabr {
  width: 126px;
}
.hero-section .faq-hero .third_faq_hero ul {
  list-style: none;
  padding-left: 0.5rem;
}
.hero-section .faq-hero .third_faq_hero ul li {
  font-weight: 700;
  color: #00237e;
}
.hero-section .faq-hero .forth_coll {
  font-size: 15px;
}
.hero-section .faq-hero .forth_coll .btn-blue {
  margin-bottom: 1rem;
}
.hero-section .faq-hero .forth_coll a {
  text-decoration: none;
  color: #4e4e4e;
}
.hero-section .faq-hero .six_body,
.hero-section .faq-hero .fidthFaq {
  font-size: 15px;
}
.hero-section .review_heroes {
  position: relative;
  margin-top: 2rem;
  padding-bottom: 4rem;
}
.hero-section .review_heroes .accordion {
  background-color: transparent;
  --bs-accordion-bg: #ffffff00;
  background: transparent;
}
.hero-section .review_heroes .accordion .accordion-item {
  border: none;
}
.hero-section .review_heroes .accordion .accordion-button {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
  border: none;
  font-size: 15px;
  font-weight: 700;
}
.hero-section .review_heroes .accordion-button::after {
  background-position: right;
  background-image: url("../img/arrow.png");
}
.hero-section .review_heroes .accordion-body {
  padding: 0;
}
.hero-section .review_heroes .card {
  padding: 1rem;
  padding-bottom: 0;
  height: 215px;
}
.hero-section .review_heroes .card .d-flex.justify-content-between {
  position: absolute;
  width: 88%;
  bottom: 19px;
}

#review_collapse{
  height: fit-content;
}
.hero-section .review_heroes .card .headline {
  font-size: 14px;
  font-weight: 700;
  padding-top: 1rem;
}
.hero-section .review_heroes .card .comment {
  font-size: 12px;
}
.hero-section .review_heroes .card .commentor {
  font-size: 12px;
  font-weight: bold;
}
.hero-section .review_heroes .card .verified {
  font-size: 12px;
  color: #636262;
}
.hero-section .review_heroes .trusty {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding-top: 1rem;
  gap: 0.1rem;
}
.hero-section .review_heroes .navogation {
  position: absolute;
  bottom: 0px;
  left: 45%;
}
.hero-section .review_heroes .navogation .review_btn {
  width: 30px;
  background: #fff;
  border: 1px solid #00237e;
  height: 30px;
  border-radius: 50%;
  padding: 0.5rem;
}
.hero-section .review_heroes .navogation .review_btn svg {
  width: 20px;
  fill: #00237e;
}
.hero-section .review_heroes .navogation .swiper-button-next {
  left: 50px;
}
.hero-section .forbes-section {
  padding-top: 3rem;
  text-align: center;
}
.hero-section .forbes-section .row{
  gap: 2rem;
}
.hero-section .forbes-section img {
  padding-bottom: 1rem;
}
.hero-section .forbes-section p {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

/* innovation  */
.innovation {
  margin-top: 2rem;
  background-color: #f7f7f7;
  padding: 4rem 0;
}
.innovation .container {
  border-radius: 20px;
  text-align: center;
  background-image: url("https://assets.checkoutchamp.com/a1647b1e-64a8-4347-896b-867e88285c62/1764069370112_innovation_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem;
  color: #fff;
}
.innovation .container .innovation_line {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 1rem;
}
.innovation .container h2 {
  padding-bottom: 1rem;
  font-size: 45px;
}
.innovation .container p {
  font-size: 20px;
  max-width: 754px;
  margin: 0 auto;
}
.innovation .container .btn-white {
  margin: 2rem 0;
  background-color: #fff;
  padding: 1rem 3rem;
  color: #00237e;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 35px;
}

/* favorite_boxer  */
.favorite_boxer {
  padding: 5rem;
  text-align: center;
}
.favorite_boxer h3 {
  font-size: 45px;
  padding-bottom: 1rem;
}
.favorite_boxer .secondary_text {
  color: #313131;
  font-size: 20px;
  max-width: 470px;
  margin: 0 auto;
  font-weight: 550;
  padding-bottom: 3rem;
}
.favorite_boxer .cards {
  margin-bottom: 4rem;
}
.favorite_boxer .cards .heading_type {
  font-size: 20px;
  margin-bottom: 0.5rem;
}
.favorite_boxer .cards .blue-divider {
  width: 73%;
  height: 4px;
  display: block;
  background: #002382;
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 0.5rem;
}
.favorite_boxer .cards p {
  font-size: 17px;
  color: #313131;
}
.favorite_boxer .main-img {
  border-radius: 10px;
  overflow: hidden;
}

/* dermatologist_backed */
.dermatologist_backed {
  background-color: #f7f7f7;
  padding: 4rem 0;
}
.dermatologist_backed h4 {
  font-size: 35px;
}
.dermatologist_backed .comfort {
  padding-left: 1rem;
  padding-top: 2rem;
}
.dermatologist_backed .comfort li {
  font-size: 14px;
  font-weight: 600;
  color: #313131;
  margin: 1.5rem 0;
}
.dermatologist_backed .heading_secondary {
  font-size: 18px;
  padding-top: 2rem;
  font-weight: 700;
}
.dermatologist_backed .main-img {
  border-radius: 5px;
  overflow: hidden;
}
.dermatologist_backed .percentage {
  padding-bottom: 2rem;
  padding-left: 0;
  list-style: none;
}
.dermatologist_backed .percentage li {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.dermatologist_backed .percentage li p {
  font-size: 15px;
  margin-bottom: 0;
}
.dermatologist_backed .percentage li svg {
  width: 75px;
  height: 75px;
}

/* keep_that_fresh  */
.keep_that_fresh {
  background-color: #f7f7f7;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.keep_that_fresh .container {
  background-color: #fff;
  border-radius: 10px;
  padding: 3rem 0;
}
.keep_that_fresh .container .content {
  max-width: 650px;
  margin: 0 auto;
}
.keep_that_fresh .container .content h5 {
  font-size: 45px;
  text-align: center;
  text-transform: capitalize;
}
.keep_that_fresh .container .content .secondary_text {
  padding-top: 2rem;
  text-align: center;
}
.keep_that_fresh .container .content .verify_icons {
  padding-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  padding-bottom: 2rem;
}
.keep_that_fresh .container .content .verify_icons li {
  font-weight: 550;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 18px;
}
.keep_that_fresh .container .content .verify_icons li svg {
  color: #35662b;
}
.keep_that_fresh .container .content .verify_icons li p {
  margin-bottom: 0;
}

/* guarantee */
.guarantee {
  padding-bottom: 2rem;
  background-color: #000;
  text-align: center;
}
.guarantee .main-img {
  width: 30%;
  margin: 0 auto;
}
.guarantee h6 {
  font-size: 45px;
  color: #d4d4d4;
  text-transform: uppercase;
}
.guarantee h6 .light {
  color: #505050;
}
.guarantee p {
  padding: 1rem 0;
  max-width: 477px;
  margin: 0 auto;
  color: #d4d4d4;
}
.guarantee .common-btn-square .before::before {
  background-color: #fff;
}
.guarantee .common-btn-square p {
  padding: 0;
}
.guarantee .common-btn-square svg {
  color: #fff;
}
.guarantee .common-btn-square .text-info {
  color: #fff !important;
  font-weight: bold;
}

.guarantee .container{
  padding: 4rem 0;
}

.p_tworem{
  padding: 2rem 0;
}

#sidebar {
  display: none;
}

.navbar_custom {
  background-color: #fff;
}

.navbar_fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
}

.progressbar {
  margin-top: 1rem;
  position: relative;
}
.progressbar p{
  font-weight: 600;
}
.progressbar .progress::before {
  content: "";
  height: 26px;
  width: 10%;
  background: #d90a7b;
  background-image: linear-gradient(
    45deg,
    transparent 25%,
    hsla(0, 0%, 93%, 0.5) 0,
    hsla(0, 0%, 93%, 0.5) 30%,
    transparent 0,
    transparent 35%,
    hsla(0, 0%, 93%, 0.5) 0,
    hsla(0, 0%, 93%, 0.5) 70%,
    transparent 0
  );
  animation: stockCounterShift 2s linear infinite;
}

@keyframes stockCounterShift {
  0% {
    background-position: 5px;
  }
  100% {
    background-position: 60px 100%;
  }
}
.review-img {
  height: 430px;
  object-fit: cover;
  overflow: hidden;
}
.review-img img {
  width: 100%;
  height: auto;
}

.label-table {
  font-size: 20px;
  line-height: 46px;
  text-transform: uppercase;
}

.judgeme_slider .judgeme-review-card {
  height: 870px !important;
}

.judgeme-review-card .review-text {
  min-height: 300px;
}

.judgeme-review-card .review-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.table_slide {
  width: 55%;
}

.active-col {
  border: 1px solid #00237e;
}

.table_slide .owl-nav {
  width: 100%;
  position: relative;
  left: -120px;
  margin: 30px 0 0 0;
}

.table_slide .owl-nav button.disabled i {
  border: 1px solid rgba(0, 0, 0, 0.2705882353);
  color: rgba(0, 0, 0, 0.2705882353);
  background: rgba(169, 169, 169, 0.2784313725);
}

.table_slide .owl-nav button i {
  width: 34px;
  height: 34px;
  border: 1px solid #000;
  color: #fff;
  background: #000;
  font-size: 18px;
  display: inline-block;
  margin-inline: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-weight: 900;
  line-height: 32px;
  font-family: "Assistant", sans-serif;
}

.faq-cont-item .accordion-button {
  font-size: 18px;
}

.accordion-collapse-cont {
  font-size: 16px;
  color: #313131;
}

/* new */
.lastpair-title {
  font-size: 55px;
  font-weight: 550;
  margin-bottom: 0;
}

.sectionheading p {
  color: #313131;
  font-weight: 700;
}

.try-terms.color {
  width: 88%;
  margin: 0 auto;
}

.try-terms.color li {
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
  justify-content: center;
}

.try-terms.color li img {
  filter: invert(1);
  -webkit-filter: invert(1);
}

.try-terms.color li strong {
  color: #00237e;
}

.try-terms.color li img {
  width: 30px;
}

.try-terms.color li + li {
  border-color: #000;
}

.custom-footer {
  background: #000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ddd;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #fff;
}

.payment-icons img {
  width: 50px;
  margin: 5px;
  opacity: 0.8;
  transition: 0.3s;
}

.payment-icons img:hover {
  opacity: 1;
}

.footer-logo {
  width: 300px;
}

.payment-icons ul {
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.payment-icons {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.168627451);
}

footer .small {
  color: rgba(255, 255, 255, 0.9019607843);
  font-size: 11px;
}

footer i {
  font-style: normal;
  margin-right: 5px;
}

.footer-row p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px !important;
}

.footer-row p:last-child {
  margin-bottom: 0 !important;
}

.cont-table-heading {
  font-size: 20px;
  font-weight: 700;
}

.cont-table p {
  font-size: 16px;
  line-height: 22px;
}

.standerd-table {
  text-transform: inherit;
}

.table-dot {
  width: 18px;
  height: 18px;
}

.loved-section-title {
  font-size: 40px;
}

.active-col .cont-table {
  border-width: 0;
}

.active-col .table-dot {
  background: #00237e;
}

.active-col .cont-table p {
  color: #313131;
  font-size: 15px;
}

.active-col {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.label-table,
.cont-table {
  border-bottom-width: 1px;
  border-color: #e6e6e6;
}

.active-col .cont-table p.bluetext {
  font-size: 15px;
  font-weight: 600;
  color: #00237e;
}

.active-col .cont-table p.bluetext span {
  font-size: 13px;
  font-family: "Assistant", sans-serif;
  color: #000;
  font-weight: 600;
}

.active-col .cont-table p.fontas {
  font-size: 13px;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  color: #00237e;
}

.active-col .cont-table p.fontas em {
  font-style: normal;
  color: #000;
}

.active-col .cont-table p.bigtxt,
.cont-table p.bigtxt,
.cont-table p.bigtxtno {
  font-size: 18px;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
}

.cont-table p.bigtxtno {
  font-family: "ivypresto-headline", serif;
  font-weight: 500;
}

.cont-table p.redtxt,
.cont-table p.red-txt {
  font-size: 15px;
  font-weight: 600;
  color: #931a1a;
}

.cont-table p.redtxt span,
.cont-table p.red-txt span {
  font-size: 13px;
  font-family: "Assistant", sans-serif;
  color: #000;
  font-weight: 600;
}

.cont-table p.smalltxt-blck {
  color: #313131;
  font-size: 13px;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
}

.reviewtop-heading svg {
  width: 23px;
}

.reviewtop-heading svg path {
  fill: #ffde6a;
}

.reviewtop-heading ul {
  margin-right: 10px;
}

.reviewtop-heading p {
  font-size: 18px;
  font-weight: 600;
}

.review-sec .lastpair-title {
  color: #00237e;
  font-size: 80px;
}

.review-sec .sectionheading p {
  font-size: 35px;
}

/* judge review slider css */
.judgeme_slider {
  padding: 0 0 120px;
}

.judgeme-review-card {
  width: 100%;
  max-width: 450px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  font-family: "Assistant", sans-serif;
}

.judgeme-review-card .review-img img {
  width: 100%;
  display: block;
}

.judgeme-review-card .review-content {
  padding: 20px;
}

.judgeme-review-card .stars {
  font-size: 26px;
  color: #ffb400;
  margin-bottom: 10px;
  letter-spacing: 3px;
}

.judgeme-review-card .review-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #09090a;
  font-family: "Assistant", sans-serif;
}

.judgeme-review-card .review-text {
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  font-family: "Assistant", sans-serif;
}

.judgeme-review-card .review-footer {
  background: #00237e;
  color: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 13px;
  font-family: "Assistant", sans-serif;
  justify-content: center;
}

.judgeme-review-card .review-footer img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.judgeme-review-card .verified {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  opacity: 0.9;
}

.judgeme-review-card .stars {
  display: flex;
  align-items: center;
  gap: 5px;
}

.judgeme-review-card .stars img {
  width: 20px;
}

.judgeme_slider .swiper-slide {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s ease;
}

/* Navigation arrows style */
.judgeme_slider .swiper-button-next,
.judgeme_slider .swiper-button-prev {
  color: #fff;
  width: 25px;
  height: 25px;
  background: #00237e;
  border-radius: 50%;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
  margin-top: -32px;
}

.judgeme_slider .swiper-button-next:after,
.judgeme_slider .swiper-button-prev:after {
  font-size: 9px;
}

/* Pagination style */
.judgeme_slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  border: 1px solid #000;
}

.judgeme_slider .swiper-pagination-bullet-active {
  background: #00237e;
}

.judgeme_slider .arrow-wrapper {
  position: absolute;
  width: 230px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}

.transparent-pricing-section {
  background: #fff;
}

.pricing-banner {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.pricing-listing li {
  padding-left: 18px;
}

.pricing-listing li:before {
  background: url(https://assets.checkoutchamp.com/a1647b1e-64a8-4347-896b-867e88285c62/1764665850301_bluecheck.svg);
}

.uniquemen-banner {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}

.uniqueman_sec p {
  font-size: 18px;
  line-height: 25px;
}

.uniquemen-list {
  padding-left: 30px;
}

.uniquemen-list li {
  padding-left: 25px;
  font-size: 15px;
}

.uniquemen-list li b {
  display: block;
}

.pricing-listing.uniquemen-list{
padding-left: 0;
}
.pricing-listing.uniquemen-list li{
margin-bottom: 1rem;
}
.uniquemen-list li:before {
  top: 6px;
  width: 14px;
  height: 14px;
  /* background: #313131; */
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.uniqueman_sec {
  background: #f7f7f7;
}

.try-terms.color li {
  width: 50%;
}

.btn-try {
  background: #ffd814;
  border-radius: 35px;
}

.judgeme_slider .swiper-button-prev svg,
.judgeme_slider .swiper-button-next svg {
  width: 4px;
}

.btn {
  margin: 0;
}
.buy_five_get_five {
  margin-bottom: 0.5rem;
}

.m-none {
  margin-left: 0;
  margin-right: 0;
}

.trust_pilot_hero {
  margin-top: -3px;
  width: 70px;
}

.review_heroes .w-50{
width: 34% !important;
}

.modal-body video{
 width: 100%;
}
/*# sourceMappingURL=style.css.map */
