@media (max-width: 1500px) {
  .label-table {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 1199.5px) {
  .common-btn-square .gap-1 {
    padding-left: 1rem;
  }
  .hero-section .price .bg-danger {
    padding: 0.3rem 0.5rem;
    font-size: 12px;
  }
  .hero-section .quick_glance li .content {
    font-size: 8px;
  }
  .hero-section .yellow_bg {
    font-size: 15px;
  }
  .dermatologist_backed .btn-yellow {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .uniquemen-banner {
    margin-bottom: 20px;
  }
  .uniqueman_sec .try-btn-wrpr {
    justify-content: center;
  }
  .standerd-table {
    max-width: 100%;
  }
}
@media (max-width: 992.5px) {
  .favorite_boxer .cards p {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .standerd-table-col {
    width: 100%;
  }
  .cont-table-heading {
    font-size: 24px;
    line-height: 32px;
  }
  .label-table {
    font-size: 25px;
    line-height: 32px;
  }
  .table_slide {
    width: 35%;
  }
  .standerd-table-col-label {
    width: 35%;
  }
  .standerd-table-col {
    width: 30%;
    height: 100%;
  }
  .transparent-pricing-section h2 {
    font-size: 40px;
  }
  .pricing-listing li {
    font-size: 15px;
  }
  .pricing-listing li:before {
    top: 5px;
  }

  .uniqueman_sec {
    margin-top: 2rem;
  }
}
@media (max-width: 991.5px) {
  #navbar_top {
    display: none;
  }
  span.cartcount {
    right: 4px;
  }
  .mobile_menu_button {
    width: 20px;
  }
  .navbar_custom {
    height: 70px;
  }
  .navbar-brand {
    top: -13px;
  }
  .mobile_menu_button {
    display: block;
  }
  .topbar {
    z-index: 99;
    position: relative;
  }
  .navbar_custom {
    z-index: 999;
  }
  .menu {
    position: absolute;
    /* top: 47px; */
    top: 108px;
    background: #fff;
    width: 100%;
    left: -100%;
    /* top: -10000%; */
    transition: all 0.5s ease-in-out;
  }
  .menu ul {
    list-style: none;
    text-align: center;
    margin: 0 auto;
    display: flex;
    padding: 2rem 2rem;
    flex-direction: column;
    gap: 2rem;
  }
  #sidebar {
    display: block;
    height: 100vh;
  }
  .menu.show {
    left: 0;
    z-index: 9;
  }
  .d-desktop {
    display: none;
  }
  .d-mobile {
    display: block;
  }
  .hero-section .slide_sec {
    margin-bottom: 2rem;
  }
  .hero-section .heroSlide img {
    width: 100%;
  }
  .hero-section .desktop_nav {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid;
    padding: 0.4rem;
    display: flex;
  }
  .hero-section .desktop_nav svg {
    width: 10px;
    height: 10px;
  }
  .hero-section .quick_glance li .content {
    font-size: 13px;
  }
  .favorite_boxer .row {
    position: relative;
  }
  .favorite_boxer .row::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #00237e;
    position: absolute;
    display: block;
    left: 50%;
    height: 41%;
    top: 56%;
  }
  .favorite_boxer .order-md-2 {
    padding-top: 2rem;
  }
  .common-btn-square {
    padding-top: 2rem;
  }
  .dermatologist_backed .iva {
    padding-top: 2rem;
  }
  .dermatologist_backed .row {
    flex-direction: column-reverse;
  }
  .dermatologist_backed .common-btn-square {
    margin: 0 auto;
  }
  .dermatologist_backed .percentage li {
    margin-bottom: 1rem;
  }
  .dermatologist_backed .percentage li p {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .footer-logo {
    margin-bottom: 20px;
  }
  .payment-icons img {
    width: 40px;
  }

  .guarantee .container {
    padding: 4rem 1rem;
  }
}
@media (max-width: 767px) {
  .label-table {
    font-size: 13px;
    line-height: 19px;
    padding: 2px;
    word-break: break-word;
  }
  .loved-section-title {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .cont-table {
    padding: 34px 2px;
  }
  .cont-table p {
    font-size: 12px;
    line-height: 16px;
  }
  /* .standerd-table-col.active-col {
      background: #252628;
      color: #E6E6E6;
      border-left: none;
      border-right: none;
      height: 100%;
      border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -ms-border-radius: 5px 5px 0 0;
      -o-border-radius: 5px 5px 0 0;
      border-color: #E6E6E6;
      border-top-color: #252628;
  } */
  .active-col .table-dot {
    background: #b1b5be;
  }
  .cont-table,
  .label-table {
    border-color: #e6e6e6;
    border-width: 1px;
  }
  .cont-table {
    border-bottom-width: 1px;
  }
  .table-dot {
    width: 14px;
    height: 14px;
  }
  .cont-table-heading {
    font-size: 16px;
    line-height: 19px;
    border-bottom: 1px solid #e6e6e6;
    height: 55px;
  }
  .active-col .cont-table-heading {
    font-size: 20px;
    line-height: 39px;
  }
  /* .standerd-table-col.active-col .cont-table {
      border-width: 1px;
  } */
  /* Guarantee section */
  .guarantee-row {
    flex-direction: column-reverse;
  }
  .pricing-banner {
    margin-bottom: 25px;
  }
  .pricing-listing {
    margin: 10px 0;
    padding-left: 15px;
  }
  .transparent-pricing-section h2 {
    text-align: center;
    font-size: 35px;
    line-height: 43px;
    font-weight: 600;
    margin-bottom: 33px !important;
  }
  .transparent-pricing-section h2 span {
    display: block;
  }
  .transparent-pricing-section {
    background: #f7f7f7;
    padding: 0 0 55px 0;
  }
  .guarantee-listing li strong {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 6px;
    display: block;
  }
  .transparent-pricing-section p {
    font-size: 15px;
    line-height: 18px;
  }
  .guarantee-listing li:first-child {
    display: block;
  }
  .faq-cont-item .accordion-button {
    font-size: 15px;
  }
  .happy-customer-section {
    padding: 55px 0;
  }
  .standerd-table {
    max-width: 90%;
  }
  .standerd-table-col-label {
    width: 35%;
  }
  .standerd-table-col,
  .table_slide {
    width: 30%;
  }
  .active-col .cont-table p.bigtxt,
  .cont-table p.bigtxt,
  .cont-table p.bigtxtno,
  .active-col .cont-table p.bluetext {
    font-size: 14px;
  }
  .review-sec .lastpair-title {
    font-size: 58px;
  }
  .review-sec .sectionheading p {
    font-size: 20px;
  }
  .stander-section {
    padding: 20px 0 54px;
  }
  .transparent-pricing-section {
    background: #ebebeb;
  }
  .try-terms.color {
    width: 100%;
  }
  .transparent-pricing-section h2 .color {
    color: #00237e;
  }
}
@media (max-width: 767.5px) {
  .keep_that_fresh .container {
    padding: 2rem;
  }
}
@media (max-width: 650px) {
  .table_slide .owl-nav {
    left: -92px;
  }
  .table_slide .owl-nav button i {
    margin-inline: 5px;
  }
  .try-terms.color li {
    font-size: 10px;
  }
  .btn-try {
    font-size: 12px;
    font-weight: 900;
  }
  .try-btn-wrpr .col-12 {
    padding: 0 35px;
  }

  .hero-section .forbes-section {
    background-color: #ededed;
    padding: 6rem 0;
    margin-top: 2rem;
  }
  .hero-section .forbes-section p {
    max-width: 300px;
    margin: 0 auto;
  }

  .innovation .container .btn-white {
    font-size: 18px;
  }
  .favorite_boxer {
    padding: 5rem 0;
  }
}
@media (max-width: 576px) {
  .common-btn-square .btn-yellow {
    font-size: 19px;
  }

  .innovation .container h2,
  .favorite_boxer h3,
  .dermatologist_backed h4,
  .keep_that_fresh .container .content h5,
  .guarantee h6,
  .transparent-pricing-section h2,
  .font-45.mb-4,
  .lastpair-title.text-center {
    font-size: 30px;
    line-height: 41px;
  }
  .font-45 {
    font-size: 30px !important;
  }
  .transparent-pricing-section h2 {
    font-size: 30px;
    line-height: 41px;
  }
  .dermatologist_backed .heading_secondary {
    padding-top: 0;
  }
  .innovation .container .innovation_line {
    font-size: 15px;
  }
  .innovation .container p,
  .favorite_boxer .secondary_text {
    font-size: 14px;
  }
  .innovation .container .btn-white {
    font-size: 14px;
  }
  .dermatologist_backed .comfort {
    padding-top: 0;
  }
  .guarantee .main-img {
    width: 100%;
  }
}
@media (max-width: 475.5px) {
  .hero-section .quick_glance {
    flex-wrap: wrap;
  }
  .hero-section .quick_glance li {
    width: 47%;
    flex: auto;
  }
  .hero-section .quick_glance li:nth-child(2)::before {
    display: none;
  }
  .favorite_boxer {
    padding: 5rem 0;
  }
  .keep_that_fresh .container .content .verify_icons {
    display: block;
  }
  .keep_that_fresh .container .content .verify_icons li {
    margin-bottom: 1rem;
  }
  .guarantee .main-img {
    width: 100%;
  }
}
@media (max-width: 414.5px) {
  .keep_that_fresh .common-btn-square .btn-yellow {
    font-size: 16px;
  }
  .favorite_boxer .row::before {
    height: 47%;
    top: 51%;
  }
}
@media (max-width: 390.5px) {
  .hero-section .price .bg-danger {
    padding: 0.3rem 0.5rem;
    font-size: 10px;
  }
  .innovation .container .btn-white {
    font-size: 11px;
  }
  .favorite_boxer .row::before {
    height: 47%;
    top: 51%;
  }
  .favorite_boxer .cards p {
    font-size: 13px;
  }
  .common-btn-square .btn-yellow {
    font-size: 18px;
  }
  .keep_that_fresh .common-btn-square .btn-yellow {
    font-size: 15px;
  }
  .common-btn-square .btn-white {
    font-size: 15px;
  }
}
@media (max-width: 390px) {
  body {
    font-size: 14px;
  }
  .hero-section .btn-blue-outline {
    font-size: 12px;
  }
  .hero-section .excellent {
    font-size: 14px;
  }
  .hero-section .price .bg-silver {
    font-size: 10px;
  }
  .innovation .container .btn-white {
    padding: 1rem 2rem;
  }
  .common-btn-square .btn-yellow,
  .common-btn-square .btn-white {
    padding: 1rem 2rem;
  }
}

/*# sourceMappingURL=responsive.css.map */
