@media screen and (max-width: 1750px) {
  .info-item::before {
    left: 43%;
  }
  .card-body-custom {
    padding: 1rem;
  }
}
@media screen and (max-width: 1650px) {
  .info-item::before {
    left: 46%;
  }
  .info-item:first-child:before {
    left: 34%;
  }
}
@media screen and (max-width: 1600px) {
  .info-item::before {
    left: 40%;
  }
}

@media screen and (max-width: 1400px) {
  .hero-buttons a {
    font-size: 15px;
  }
  .treatment-list a img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
}
@media screen and (max-width: 1399px) {
  .main-card-container {
    height: 610px;
  }
  .hero-title {
    font-size: 40px;
  }
  .sec-title h2 {
    font-size: 35px;
  }
  .cta-hero-section::before {
    content: "";
    background-color: #0000004a;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .truested-sec .feature-card {
    min-height: 83px;
  }
}
@media screen and (max-width: 1200px) {
  .top-header-txt p {
    font-size: 13px;
  }
  .hero-title {
    font-size: 40px;
  }
  .hero-section {
    min-height: 84vh;
  }
  .main-header .navbar-nav {
    gap: 5px !important;
  }
}
@media screen and (max-width: 1199px) {
  .treatment-list a img {
    height: 104px;
  }
  .membership-banner-section .banner-title {
    font-size: 36px;
  }
  .custom-scrollbar::-webkit-scrollbar {
    height: 2px;
  }

  .custom-scrollbar::-webkit-scrollbar-track {
    background: #ddd;
  }

  .custom-scrollbar::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-radius: 10px;
  }
  .main-header .nav-item .nav-link {
    padding: 20px 7px;
  }
  .sec-title h2 {
    font-size: 30px;
  }

  /*  */
  .category-card {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    background-color: #1a1a1a;
  }

  .scroll-container {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
  }

  .scroll-container .col {
    flex: 0 0 auto;
    width: 180px;
  }

  .scroll-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--secondary-color);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
    cursor: pointer;
    color: #fff;
  }

  .left-btn {
    left: 5px;
  }

  .right-btn {
    right: 5px;
  }

  /* hidden state */
  .scroll-btn.hidden {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 1024px) {
  .hero-title {
    font-size: 35px;
  }
  .hero-section {
    min-height: 78vh;
  }
}

@media screen and (max-width: 991px) {
  .main-card-container {
    height: 500px;
  }
  .contact-us-page .contact-form-container,
  .contact-us-page .contact-info {
    padding: 25px;
  }
  .contact-us-page .contact-wrapper {
    gap: 20px;
  }

  .membership-banner-section {
    background-color: var(--primary-color);
    padding: 100px 0 50px 0;
    min-height: auto;
    display: flex;
    align-items: center;
    border-radius: 12px;
  }
  .features-grid-container {
    padding-left: 0 !important;
  }
  .timeline-content {
    margin-left: 0 !important;
  }
  .timeline-dot,
  .timeline::before {
    display: none;
  }

  .timeline::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 24px;
    width: 2px;
    height: 95%;
    background: rgba(193, 200, 195, 0.3);
  }
  .timeline {
    padding-left: 0 !important;
  }
  .auth-wrapper .form-content .main-form {
    width: 80% !important;
  }
  .science-section {
    min-height: auto;
  }
  .clinical-section .main-img-wrapper img {
    height: 400px;
  }
  .cta-hero-section {
    padding: 56px 0;
  }
  .hero-info-bar {
    position: unset !important;
    max-width: 100%;
  }
  .banner-left-txt {
    padding-left: 0 !important;
  }
  .treatment-banner-sec {
    padding: 100px 16px;
  }
  .truested-sec .feature-card {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .breadcrum {
    padding: 20px 0 1px 0px !important;
  }
  .hero-section:before {
    background-color: #0000004d;
  }
  .hero-info-bar {
    background: #00000085;
  }
  .custom-table th {
    font-size: 18px;
  }
  /* .anti-aging-banner-sec,
  .cognitive-banner-sec,
  .weight-banner-sec,
  .sexual-banner-sec,
  .recovery-banner-sec,
  .treatment-banner-sec,
  .hormone-banner-sec,
  .hair-banner-sec {
    display: none !important;
  }
  .anti-mobile-banner,
  .cognitive-mobile-banner,
  .weight-mobile-banner,
  .sexual-mobile-banner,
  .recovery-mobile-banner,
  .treatment-mobile-banner,
  .hormone-mobile-banner,
  .hair-mobile-banner {
    display: flex !important;
  }

  .anti-aging-banner-sec:before {
    content: "";
    background-color: #00000033;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  } */

  .cognitive-banner-sec {
    background-image: url("../images/cognitive-mobile-banner.png");
    z-index: 9999;
    position: relative;
  }
  .cognitive-banner-sec:before {
    content: "";
    background-color: #00000033;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 12px;
  }

  .weight-mobile-banner {
    background-image: url("../images/weight-mobile-banner.png");
  }

  .sexual-mobile-banner {
    background-image: url("../images/sexual-mobile-banner.png");
    z-index: 9999;
    position: relative;
  }
  .sexual-mobile-banner:before {
    content: "";
    background-color: #00000033;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 12px;
  }

  .recovery-mobile-banner {
    background-image: url("../images/recovery-mobile-banner.png");
  }

  .treatment-mobile-banner {
    background-image: url("../images/skin-care-mobile-banner.png");
    z-index: 9999;
    position: relative;
  }

  .treatment-mobile-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000002e;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 12px;
  }
  .hormone-mobile-banner {
    background-image: url("../images/hormone-mobile-banner.png");
    z-index: 9999;
    position: relative;
  }
  .hormone-mobile-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000002e;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 12px;
  }

  .hair-mobile-banner {
    background-image: url("../images/hair-mobile-banner.png");
    z-index: 9999;
    position: relative;
  }
  .hair-mobile-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000002e;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 12px;
  }
  /* .treatment-banner-sec:before {
    content: "";
    background-color: #0000004d;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  } */
  /* .treatment-banner-sec {
    background-position: right;
  } */
  .patient-choice-section .choice-list {
    max-width: 100%;
  }
  .cta-hero-section {
    background-image: unset !important;
    padding: 0 !important;
    &::before {
      content: none;
    }
  }
  .cta-hero-section .hero-buttons a:nth-child(1) {
    background-color: #ff5e00;
    color: #fff;
    border-color: #ff5e00;
  }
  .cta-hero-section .hero-buttons a:nth-child(2) {
    background-color: transparent;
    color: #ff5e00;
    border-color: #ff5e00;
  }
  .cta-hero-section h2 {
    color: #000 !important;
  }
  .patient-choice-section.patient-choice-sec .choice-item {
    background-color: #fafafa !important;
    border: 1px solid rgba(33, 33, 33, 0.04) !important;
    color: #000 !important;
  }
  .patient-choice-sec .sec-title h2 {
    color: #000 !important;
  }
  .patient-choice-sec .icon-wrap {
    width: 40px;
    height: 40px;
    background-color: #ff5e00;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .patient-choice-sec .icon-wrap i {
    color: #fff !important;
    font-size: 1.3rem !important;
  }

  .patient-choice-section {
    padding: 0 !important;
    background-image: unset !important;
  }
  .clinical-section .feature-box {
    background-image: url("../images/bg-vector.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    transition:
      transform 0.3s ease,
      border-color 0.3s ease;
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    gap: 32px;
    min-height: auto !important;
  }
  .clinical-section .feature-box h4 {
    text-align: start;
  }
  .science-inner-section .content-wrapper {
    margin-top: 258px;
  }
  .science-inner-section .feature-card {
    background-color: rgba(20, 20, 20, 0.5) !important;
  }

  .science-inner-section .icon-box {
    background-color: rgba(255, 255, 255, 0.2);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    min-width: 32px;
  }
  .science-inner-section .icon-box i {
    font-size: 0.9rem;
    color: #fff !important;
  }
  .science-inner-section .feature-list .feature-card span {
    color: #fff !important;
  }
  .science-section {
    padding: 0 !important;
  }
  .science-section {
    background-image: unset !important;
    &::before {
      content: none !important;
    }
  }
  .science-inner-section {
    background-image: url(../images/science-bg-mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 999;
    border-radius: 12px;
    min-height: 500px;
    /* &::before {
      content: "";
      background-color: #00000040;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      border-radius: 12px;
    } */
  }
  .hero-section {
    background-image: url("../images/mobile-banner.png") !important;
  }
  .form-card {
    border-radius: 0;
  }
  .testimonial-card {
    padding-left: 16px;
    padding-right: 5px;
    border-right: 0 !important;
  }
}
@media screen and (max-width: 650px) {
  .program-swiper-box .swiper-button-next {
    right: 0 !important;
  }
  .program-swiper-box .swiper-button-prev {
    left: 0 !important;
  }
  .program-swiper-box .swiper-button-next,
  .program-swiper-box .swiper-button-prev {
    background-color: #ff5e00 !important;
    color: #ffffff !important;
  }
}
@media screen and (max-width: 575px) {
  header.main-header.member-header {
    top: 48px;
  }
  .membership-banner-section .hero-buttons a:nth-child(1) {
    background-color: #fff;
    color: #000;
    border-color: #fff;
  }
  .membership-banner-section .hero-buttons a:nth-child(2) {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
  }
  .cognitive-banner-sec,
  .weight-banner-sec,
  .sexual-banner-sec,
  .recovery-banner-sec,
  .treatment-mobile-banner,
  .hormone-banner-sec,
  .hair-banner-sec {
    background-image: unset !important;
  }
  .cognitive-banner-sec::before,
  .treatment-mobile-banner:before {
    content: none !important;
  }
  .anti-aging-banner-sec {
    background-image: unset !important;
  }
  .hero-subtitle {
    display: inline-block;
    border: 1px solid #ff5e00;
    border-radius: 100px;
    padding: 7px 19px;
    color: #ff5e00;
  }
  .top-header {
    margin: 0 !important;
  }
  .top-header-txt {
    background-color: #000;
    padding: 10px;
    color: #fff;
  }
  .main-header {
    position: absolute;
    top: 33px;
    left: 0;
    width: 100%;
    z-index: 99999;
  }
  .on-scroll-hide {
    display: none !important;
  }
  .onscroll-visible {
    display: block !important;
  }
  .hero-info-bar {
    margin-top: 30px;
  }
  .hero-info-bar {
    background: #000000 !important;
  }
  .hero-buttons a:nth-child(1) {
    background-color: #ff5e00;
    color: #fff;
    border-color: #ff5e00;
  }
  .hero-buttons a:nth-child(2) {
    background-color: transparent;
    color: #ff5e00;
    border-color: #ff5e00;
  }

  .success-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    background: #ff6f1a;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .info-item p {
    color: #fff;
  }
  .success-card h2 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #222;
  }
  .anti-aging-title {
    font-size: 17px;
  }
  .card-body-custom {
    padding: 1rem 0 !important;
  }

  .hero-info-bar {
    max-width: 100%;
    overflow-x: scroll;
    flex-wrap: nowrap !important;
  }
  .info-item {
    position: relative;
    width: 100%;
    min-width: 61%;
  }
  .hero-section {
    padding: 76px 0 0 0;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  .treatment-banner-sec {
    padding: 76px 0 0px 0;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  .treatment-banner-sec {
    min-height: auto;
  }
  .form-card {
    padding: 20px;
  }
  .contact-us-page .contact-info {
    min-width: auto !important;
  }
  .contact-us-page .form-row {
    flex-wrap: wrap;
  }
  .breadcrum-wrapper h2 {
    font-size: 27px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--dark-color);
  }
  .blog-content .comment-form-wrap {
    padding: 20px;
  }
  .blog-content .blog-content-header .blog-content-header-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 12px;
  }
  .story-image img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
  }

  .membership-banner-section {
    padding: 80px 0 50px 0;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  .product-info .product-title {
    font-size: 27px !important;
  }
  .hero-buttons {
    flex-wrap: nowrap !important;
    gap: 10px;
  }
  .hero-buttons a {
    width: 100%;
    text-align: center;
  }
  .comparison-card.problem-card,
  .comparison-card.solution-card {
    padding: 20px !important;
  }
  .main-header .navbar-brand img {
    width: 163px;
    /* filter: invert(1); */
  }
  .toogle-btn-header {
    width: 30px;
    height: 30px;
    background-color: #ff5e00;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
  }
  /* .main-header {
    position: unset;
    z-index: unset !important;
  } */
  .newsletter-form {
    flex-wrap: wrap;
  }
  .newsletter-form .form-control {
    width: 100%;
  }
  .newsletter-form .btn-signup {
    width: 100%;
    justify-content: center;
  }
  .consultation-blue-panel,
  .main-card-container {
    padding: 20px !important;
  }
  .img-wrapper {
    aspect-ratio: 2;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .card-image-wrapper {
    height: 250px;
  }
  .auth-wrapper .form-content .main-form {
    width: 90% !important;
    padding: 25px !important;
  }
  .floating-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ffffffa3;
    color: #000;
    padding: 10px 20px;
    font-size: 15px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 0;
  }
  .footer-section {
    padding-top: 50px;
  }
}

@media screen and (max-width: 460px) {
  .hero-buttons {
    flex-wrap: wrap !important;
  }
  .main-card-container {
    height: 430px;
  }
  .hero-section {
    padding: 80px 0 0 0 !important;
    min-height: auto !important;
  }
  .membership-banner-section .banner-title {
    font-size: 28px;
  }
  .main-header {
    top: 33px;
  }
  .hero-buttons a {
    width: 100%;
    text-align: center;
  }
  .sec-title h2 {
    font-size: 28px;
  }
  .calendar-grid {
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 25px;
  }
  .hero-title {
    font-size: 28px;
  }
  .info-item {
    position: relative;
    width: 100%;
  }
  .info-item:before {
    content: none;
  }
  .floating-badge {
    display: none;
  }
}

@media screen and (max-width: 390px) {
  .main-header {
    top: 33px;
  }
  .membership-banner-section ul li {
    font-size: 14px;
  }
  .hero-section.mobile-hero-sec .mobilr-banner-img img {
    height: 287px !important;
  }
}

@media screen and (max-width: 342px) {
  .main-header {
    top: 33px;
  }
}
@media screen and (max-width: 342px) {
  header.main-header.member-header {
    top: 68px;
  }
}
