/*common css*/
/*@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Narnoor:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
  margin: 0;
  padding: 0;
}

body p,
label,
td,
a,
i,
div {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  /* letter-spacing: 0.1em; */
  letter-spacing: normal;
}

body h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  font-style: normal;
  /* letter-spacing: 0.1em; */
  letter-spacing: normal;
}

html {
  line-height: 1.3;
}

html li {
  list-style: none;
}

html li a {
  text-decoration: none;
}

body h2,
h3,
h4,
h1,
h5,
h6 {
  margin: 0;
}

h2 {
  font-size: clamp(22px, 2vw + 14px, 32px) !important;
}

/* .page-wrapper {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px;
} */

.page-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  /* padding-left: 20px;
    padding-right: 20px; */
}

.sharereview h6 {
  padding-top: 20px;
  text-align: center;
}

.sharereview a {
  font-size: 16px;
  color: white;
  text-decoration: none;
}

.google-review-badge {
  margin: 18px 0 22px;
  display: flex;
  align-items: center;
}

.google-review-badge img {
  max-width: 360px;
  width: 100%;
  height: auto;
  display: block;
}

/* Mobile adjustment */
@media (max-width: 768px) {

  .physician-section .physician-image img {
    border-radius: 10px !important;
  }



  .google-review-badge {
    justify-content: center;
    margin: 16px 0 20px;
  }

  .google-review-badge img {
    max-width: 300px;
  }

  .skp-expect b {
    font-size: 13px;
    width: 21px;
    left: 46px;
  }
}
.b-color {
  background: #0C2D48;
}
/* About Section */
.about-section {
  padding: 0 ;
}
.about-section .about-container {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: stretch;
  background-color: #f7f5f3;
}
.about-section .about-content {
  padding: 45px 30px;
}
.section-label {
  color: #f6b138;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.5px;
}
.about-section .about-content h1 {
  text-align: left;
  /* margin: 0px 0px 10px; */
  font-size: 48px;
  font-weight: 700;
  color: #0e2a55;
  margin-top: 0px;
  letter-spacing: normal;
  font-family: "Narnoor", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 20px;
}
.about-section .title-line {
  width: 60px;
  height: 3px;
  background-color: #f6b138;
  margin: 20px 0;
}
.about-section .about-description {
  font-size: 16px;
  color: #333;
  margin: 0;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.about-section .icon-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
  margin-top: 20px;
}
.icon-box p {
  font-size: 13px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Team Section */
.team-background{
    background: #ECF3FA;
    padding: 10px 0;
}

.team-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 45px;
  text-align: center;
}
.text-center {
  text-align: center;
}
.team-section h2 {
  color: #0e2a55;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 500;
}
.team-container {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.team-card {
  display: flex;
  flex-direction: column;
  background: #f7f5f3;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
/* .team-image {
  width: 45%;
} */
.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-content {
  /* width: 55%; */
  padding: 25px;
  text-align: left;
}
.team-content h3 {
  font-family: "Narnoor", serif;
  font-size: 24px;
  color: #0e2a55;
  font-weight: 700;
  margin-bottom: 5px;
}
.role {
  color: #f6b138;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}
.small-line {
  width: 42px;
  height: 3px;
  background-color: #f6b138;
  margin-bottom: 15px;
}
.team-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
}
.home-google {
  /* margin-top: 51px; */
  margin-top: 12px;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 15px;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  border-top: 1px solid #e0e0e0;
}
.nw-th .rev-cont .slick-slide blockquote,
.nw-th .rev-cont .testimonial-container.google-testi .testimonial-name {
  text-align: left !important;
  margin-top: 10px !important;
}
.home-google .home-google-bg img {
  width: 48px;
}
.home-google .home-google-rev {

  display: flex;
  align-items: center;
  gap: 15px;
}

.home-google .home-google-rev .home-star {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-google .home-star img {
  width: 120px;
}
.home-google>div p {
  font-weight: 600;
  margin-top: 2px;
  color: #073466;

  margin-bottom: 0;
  font-size: 14px;

}
.home-google .review-btn,
.pric-sec .all-serv.review-btn {
  font-size: 14px !important;
  font-weight: 600 !important;
  margin-top: 0 !important;
  background: none !important;
  color: #0053DC !important;
  box-shadow: none !important;
}
.home-google .review-btn:hover,
.pric-sec .all-serv.review-btn:hover {
  background: #0053DC !important;
  color: #FFF !important;
  opacity: 1 !important;
}
.about-google {
  margin-top: 22px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.about-google .google-rev {
  width: 40%;
  flex-direction: column;
  display: flex;
  align-items: start;
  gap: 3px;
}
.about-google .google-rev .about-star {
  display: flex;
  align-items: center;
}

.about-google .google-rev span {
  font-weight: 600;
  font-size: 22px;
}

.about-google .about-star img {
  width: 63%;
}

.about-google>div p {
  font-weight: 600;
  margin-top: 2px;
  color: #073466;
  width: max-content;
  margin-bottom: 0;
  font-size: 13px;
}

.about-google .review-btn {
  font-size: 14px !important;
  margin-top: 0 !important;
}

.about-google .google-bg img {
  width: 54px;

}

.team-content ul {
  list-style: none;
  padding-left: 0;
}

.team-content ul li {
  font-size: 14px;
  margin-bottom: 10px;
  color: #222;
}

.team-content ul li::before {
  content: "✓";
  color: #f6b138;
  font-weight: 900;
  margin-right: 8px;
  font-size: 18px;
}

/* Why Section */
.why-section {
  background-color: #062b4d;
  padding: 45px 20px 50px;
  text-align: center;
}

.why-m.why-section h2 {
  color: #0e2a55;
}

.why-m.why-section {
  padding-top: 0;
  background-color: #FFF;
}

.why-section h2 {
  text-align: center;
  /* background: rgb(206,187,150,0.18); */
  padding: 0px 20px 30px;
  font-family: "Narnoor", sans-serif;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
  letter-spacing: normal;
}

.why-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: flex-start;
}

.why-container.memb-why {
  grid-template-columns: repeat(4, 1fr);
}

.why-box {
  padding: 0 10px;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  height: 100%;
}

.why-box:last-child {
  border-right: none;
}

.why-section.memb-why .why-box h4 {
  color: #0e2a55;
}

.why-container.memb-why .why-box h4 {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #0e2a55;
}

.why-container .why-box img {
  width: 36px;
  height: 50px;
  margin-bottom: 7px;
}

.why-container .why-box h4 {
  font-size: 14px;
}

.why-container.memb-why .why-box p {
  color: #0e2a55;
}

.why-container.memb-why .why-box img {
  width: 70px;
  height: auto;
}

.why-box p {
  font-size: 13px;
  line-height: 1.5;
  color: #ffffff;
}

/* Gallery Section */
.gallery-section {
  max-width: 100%;
  background-color: #ECF3FA;
  padding-top: 30px;
}

.gallery-row {
  max-width: 1200px;
  width: stretch;
  width: -webkit-fill-available;
  margin: 0 auto;
  display: flex;
  gap: 14px;
  padding: 0 20px;
  justify-content: center;
}

.gallery-img {
  width: 33.33%;
}

.gallery-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

/* CTA Section */
.cta-section {
  width: 100%;
  background: #ECF3FA;
}

.cta-section .cta-row {
  max-width: 1200px;
  width: stretch;
  width: -webkit-fill-available;
  /* important */
  margin: 0 auto;
  /* center */
  padding: 25px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 2px solid #0e2a55; */
}

.cta-section .cta-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.cta-section .cta-icon img {
  width: 55px;
  height: 55px;
  min-width: 55px;
  border-radius: 50%;
  background: #f6b138;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 17px;
}


.cta-section .cta-left h3 {
  font-family: "Narnoor", serif;
  font-size: 26px;
  color: #0e2a55;
  margin: 0 0 5px;
}

.cta-section .cta-left p {
  font-size: 15px;
  color: #333;
  margin: 0;
}

.cta-section .cta-btn {
  display: inline-block;
  background: #f6b138;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  white-space: nowrap;
}

.cta-section.mem-pg-cta {
  background: #1D4D7B;
}

.cta-section.mem-pg-cta h3 {
  color: #FFF;
}

.cta-section.mem-pg-cta p {
  color: #FFF;
}


/*common-css ends*/

/*index page css starts*/


@media screen and (max-width:500px) {
  .sharereview a {
    display: flex;
  }
}

/* @media screen and (max-width:1440px){
   .page-wrapper.b-color{
         margin: 0px 15px;
    }
} */


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #fff;
  outline: none;
  background-color: #e565656b;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.6);
}

#myBtn img {
  width: 100%;
}

.main-banner {
  object-fit: cover;
  background: linear-gradient(90deg, #040D1C 0%, rgba(4, 13, 28, 0.95) 22%, rgba(4, 13, 28, 0.55) 53%, rgba(4, 13, 28, 0.12) 63%, rgba(4, 13, 28, 0) 82%), linear-gradient(180deg, #040D1C 0px, rgba(4, 13, 28, 0.95) 105px, rgba(4, 13, 28, 0.20) 180px, rgba(4, 13, 28, 0) 260px), url(../images/banner-main.jpeg) no-repeat;
  margin: 0px;
  padding: 240px 30px 80px 30px;
  background-position: 0 16px;
  background-size: cover;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.main-banner .hro-icon-lst {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.main-banner .hro-icon-lst .hro-lst {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.main-banner .hro-icon-lst .hro-lst .list-cont {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: min-content;
}

.main-banner .hro-icon-lst .hro-lst .list-cont h3 {
  color: #FFF;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}

.main-banner .hro-icon-lst .hro-lst .list-cont p {
  font-size: 13px;
  color: #FFF;
  font-weight: 400;
  margin: 0;
  width: max-content;
}

.main-banner .hro-icon-lst .hro-lst img {
  width: 44px;
  height: auto;
}

.banner-text {
  max-width: 43%;
  margin: 0px 10px 0px 0px;
}

.hro-bdge {
  color: #1a73e8;
  text-transform: uppercase;
  font-weight: 700 !important;
}

.main-banner .banner-text .text-box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.main-banner .banner-text .text-box1 p {
  font-size: 16px;
  color: #FFF;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: 43%;
}

.main-banner .banner-text .text-box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.main-banner .banner-text .text-box2 p {
  color: #ffff;
  font-size: 14px;
  font-weight: 400;
}

.text-box2 .text-cherry img {
  width: 90px;
}

.text-box2 .text-credit-care img {
  width: 130px;
}

.text-box2 .text-credit-care,
.text-box2 .text-cherry {
  margin-left: 10px;
  margin-right: 10px;
}


.main-banner .banner-text .text-box2 h1 {
  text-align: left;
  /* margin: 0px 0px 10px; */
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 0px;
  letter-spacing: normal;
  font-family: "Narnoor", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 20px;
}

.main-banner .banner-text .text-box2 h1 span {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: normal;
  font-family: "Narnoor", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.main-banner .banner-text h2 {
  margin: 0px;
  font-size: 22px;
  padding: 0px 10px;
  letter-spacing: normal;
  font-weight: 600;
  color: #fff;
}

.main-banner .banner-text h2.text-rborder {
  border-right: 1px solid #fff;
}

.welcome-sec {
  text-align: center;
  padding: 50px 0px 10px;
  background: #F2F1FA;
  margin-bottom: 40px;
}

.welcome-sec.inner-sec {
  display: none;
}

.welcome-sec {
  padding: 50px 0 50px 0;
}

.welcome-sec .inner-sec .intro-div {
  max-width: 750px;
  margin: 0px auto;
  padding: 30px 20px;
}

.inner-sec .intro-div p {
  text-align: center;
}

.welcome-sec.hom-wel .inner-sec {
  display: none;
}

.welcome-sec.hom-wel h1 {
  color: #39497D;
  font-family: "Narnoor", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.welcome-sec.hom-wel h3 {
  font-weight: 400;
}

.hide-img {
  display: none;
}

.hide-img img {
  height: auto;
  max-width: 100%;
  margin-bottom: 20px
}

.intro-div p {
  font-size: 18px;
}

.slick-list {
  border: 2px solid black;
}

/*carousel css starts*/
.testimonial-container.google-testi {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0px;
}

.carousel {
  position: relative;
  width: calc(100% - 10%);
  margin: 0px auto;
}

.heroSlider-fixed {
  position: relative;
}

.testimonial-container .google-left img {
  max-width: 170px;
  height: auto;
}

.testimonial-container .google-left p.google-div-txt {
  width: 36%;
  margin: auto;
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: auto;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.testimonial-container .google-left {
  width: 50%;
  text-align: center;
}

.slick-dots {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
}

.slick-dots li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}

.slick-dots li button {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: #999;
  border: none;
  width: 6px;
  height: 12px;
  border-radius: 50%;
}

.slick-dots li :hover {
  background-color: black;
}

.slick-dots li.slick-active button {
  background-color: #000;
}

.google-testi .slider .slick-slide {
  background-color: #f5f9f9;
  padding: 0px 20px;
}

.google-testi .slider .slick-slide blockquote {
  margin: 20px 0px;
  font-weight: 600;
  text-align: center;
}

.nw-th .rev-cont .testimonial-name {
  text-align: center;
}

.heroSlider-fixed .prev {
  color: #999;
  position: absolute;
  top: 37%;
  left: -23px;
  font-size: 15px;
  width: 30px;
}

.heroSlider-fixed .next {
  color: #999;
  position: absolute;
  top: 37%;
  right: -40px;
  font-size: 15px;
  width: 30px;
}

.testimonial-name {
  text-align: center;
}

.testimonial-name h5 span {
  color: #8a8a8a;
  text-transform: uppercase;
}

.testimonial-name img {
  max-width: 90px;
  height: auto;
  margin: 0px auto;
}

.slick-slider .slick-track {
  background: #f5f9f9;
}

/*carousel css ends */

.services-sec {
  padding: 50px 0px 0px;
}

.services-sec .hro-bdge {
  text-align: center;
}

.services-sec .service-heading {
  text-align: center;
  /* background: rgb(206,187,150,0.18); */
  padding: 0px 20px 30px;
  font-family: "Narnoor", sans-serif;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 600;
  color: #0e2a55;
  margin-bottom: 0;
  letter-spacing: normal;
}

.srvc-inner-sec {
  display: flex;
  flex-wrap: wrap;
}

.services-sec .srvc-inner-sec .srvc-text,
.pic-side {
  width: 50%;
}

.services-sec .srvc-text.text-side {
  background-color: #1e2731;
  color: #fff;
  padding: 60px 0px;
}

.services-sec .srvc-text.text-side h2,
.services-sec .srvc-text p {
  padding: 0px 50px;
  font-size: 16px;
}

.nut-ther .srvc-img.pic-side {
  background: url('../images/drip.jpeg') no-repeat center center;
  background-size: cover;
}

.biote-div .srvc-img.pic-side {
  background: url('../images/coup1.jpeg') no-repeat center center;
  background-size: cover;
}

.services-sec .srvc-img.srvc-2 {
  background: url('../images/head-w.jpeg') no-repeat center center;
  background-size: cover;
}

.services-sec .srvc-img.srvc-3 {
  background: url(../images/measure.jpeg) no-repeat center bottom;
  background-size: cover;
}

.services-sec .srvc-img.srvc-4 {
  background: url(../images/cel.jpeg) no-repeat center center;
  background-size: cover;
}

.services-sec .srvc-inner-sec .srvc-btn {
  background-color: #68c9ca;
  border: none;
  color: #1a2749;
  padding: 12px 16px;
  margin: 20px 50px;
  display: inline-flex;
  text-decoration: none;
}

/* .services-sec:has(.nw-services-cont) {
    padding: 60px 80px;
} */
.nw-services-cont {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.nw-services-cont .mn-crds {
  border-radius: 5px;
  overflow: hidden;
  /* box-shadow:0 10px 30px rgba(0,0,0,.08); */
  border: 1px solid #e7e9ec;
  display: flex;
  flex-direction: column;
  /* background-color: #eef2ff; */
}

.home-container {
  background-color: #ECF3FA;
}

.nw-services-cont .crd-small {
  /* flex: 1 1 417px; */
  flex: 1 1 248px;
}

.nw-services-cont .crd-wide {
  /* flex: 1 1 622px; */
  flex: 1 1 275px;
  /* background: linear-gradient(to bottom right, #ffffff 35%, rgba(255, 255, 255, 0) 100%), url(../images/bubbles.jpg) no-repeat center center;
    background-size: cover; */
}

.nw-services-cont .mn-crds .btm-sc {
  display: flex;
  flex-direction: column;
  padding: 16px 11px;
  /* padding-bottom: 25px; */
  gap: 13px;
}

.nw-services-cont .mn-crds .btm-sc .btn-bann {
  margin-top: auto;
}

.nw-services-cont .mn-crds .btm-sc .srv-bt {
  /* border-bottom: 1px solid #a6b4d3; */
  /* padding-bottom: 8px; */
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.nw-services-cont .mn-crds:nth-child(3) .btm-sc .srv-bt {
  border: none;
}

.nw-services-cont .mn-crds .btm-sc .srv-bt p,
.nw-services-cont .mn-crds .btm-sc p {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  letter-spacing: normal;
  text-align: center;
}

.nw-services-cont .mn-crds .btm-sc .sc-p {
  margin-bottom: 7px;
}

.nw-services-cont .mn-crds .btm-sc .srv-bt h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
  letter-spacing: normal;
  color: #39497D;
  font-family: "Narnoor", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.nw-services-cont .mn-crds .btm-sc .srv-bt p {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  letter-spacing: normal;
  color: #39497D;
}

.nw-services-cont .mn-crds img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.page-wrapper.b-color {
  max-width: 100%;
  margin: 0px;
}

.page-wrapper.memb-m {
  background: #fafafa;
  margin: 30px 0 0;
  /* padding-bottom: 30px; */
  max-width: unset;
}

.memb-sec {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  /* padding: 60px 80px; */
  margin: auto;
  padding: 40px 0px 40px 0px;
  max-width: 1200px;
}

.memb-sec .memb-head {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  width: 54%;
}

.memb-sec .memb-head .memb-title {
  font-size: 28px;
  font-weight: 700;
  color: #0e2a55;
  text-align: center;
  font-family: "Narnoor", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.memb-sec .memb-head .memb-sb {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: center;
}

.memb-sec .memb-cont {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
  flex-wrap: nowrap;
}



.memb-sec .memb-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 16px;
  padding-bottom: 25px;
  border-radius: 10px;
  /* width: 100%;
    min-width: 320px; */
  flex: 1 1 344px;
}

.memb-sec .memb-card .crd-tp {
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: center;
  align-items: center;
}

.memb-sec .memb-card.crd-blue {
  background-color: #E9F1FA;
  border: 1px solid #cde4ff;
}

.memb-sec .memb-card.crd-green {
  background-color: #F1F9E9;
  border: 1px solid rgb(204 217 196);
}

.memb-sec .memb-card.crd-orange {
  background-color: #F9EDDE;
  border: 1px solid #fec797;
}

.memb-sec .memb-card.crd-blue .crd-tp {
  border-bottom: 1px solid #b4d1eb;
  padding-bottom: 10px;
}

.memb-sec .memb-card.crd-green .crd-tp {
  border-bottom: 1px solid #c1d6ac;
  padding-bottom: 10px;
}

.memb-sec .memb-card.crd-orange .crd-tp {
  border-bottom: 1px solid #d8ab74;
  padding-bottom: 10px;
}

.memb-sec .memb-card .crd-tp h3,
.memb-sec .memb-card .crd-tp p {
  font-size: 24px;
  margin: 0;
  text-align: center;
  font-family: "Narnoor", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.memb-sec .memb-card .crd-tp p {
  font-size: 30px;
}

.memb-sec .memb-card.crd-tp p span {
  font-size: 24px;
}

.memb-sec .memb-card.crd-blue .crd-tp h3

/* .memb-sec .memb-card.crd-blue .crd-tp p  */
  {
  color: #0053DC;
}

.memb-sec .memb-card.crd-green .crd-tp h3 {
  /* color: #679341; */
  color: #038539;
}

.memb-sec .memb-card.crd-orange .crd-tp h3 {
  color: #CC6B20;
}

.memb-sec .memb-card .crd-tp p span {
  color: #404040;
  font-size: 18px;
}

.memb-sec .memb-card .crd-btm ul {
  margin: 0;
  padding-left: 6px;
  list-style: none;
}

/* .memb-sec .memb-card.crd-blue .crd-btm ul li::marker {
  color: #3963A9;
}

.memb-sec .memb-card.crd-green .crd-btm ul li::marker {
  color: #679341;
}

.memb-sec .memb-card.crd-orange .crd-btm ul li::marker {
  color: #CC6B20;
} */
 .memb-subtitle{
  text-align: center;
}
 .memb-sec .memb-card .crd-btm ul li {
  color: #000;
  padding: 5px 0;
  position: relative;
  padding-left: 27px; 
}
.memb-sec .memb-card .crd-btm ul li::before {
  content: "\f058";
  color: #0053DC;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.memb-sec .memb-card.crd-green .crd-btm ul li::before {
  color: #02692d;
}
.memb-sec .memb-card.crd-orange .crd-btm ul li::before {
  color: #CC6B20;
}
.memb-sec .memb-card .btn-bann {
  text-align: center;
  margin-top: auto;
  justify-content: center;
}

.memb-sec .memb-card .btn-bann .btn-b {
  font-weight: 600;
  box-shadow: none;
  justify-self: center;
  width: 60%;
}

.memb-sec .memb-cont .memb-card:first-child .btn-b {
  background: none;
  color: #0053DC;
}

.memb-sec .memb-cont .memb-card:nth-child(2) .btn-b {
  background-color: #038539;
  border-color: #038539;
}

.memb-sec .memb-cont .memb-card:last-child .btn-b {
  background: none;
  border-color: #CC6B20;
  color: #CC6B20;
}

.memb-sec .memb-ct {
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: center;
  align-items: center;
}

.memb-sec .memb-ct .btn-bann {
  text-align: center;
  margin-top: 5px;
}

.memb-sec .memb-ct .btn-b {
  font-weight: 600;
  margin-top: 0px;
}
.membership-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin: 30px 0 38px;
}

.membership-benefit {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-right: 25px;
    border-right: 1px solid #dfe4ec;
}

.membership-benefit:last-child {
    padding-right: 0;
    border-right: 0;
}

.benefit-icon {
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 30px;
}
.benefit-icon i{
  font-size: 25px;
}
.benefit-blue {
    color: #1b68dc;
    background: #eaf2ff;
}

.benefit-green {
    color: #5b9f52;
    background: #edf7e9;
}

.benefit-orange {
    color: #d4872d;
    background: #fff3e4;
}

.membership-benefit h4 {
    margin: 0 0 7px;
    color: #15233c;
    font-size: 17px;
    font-weight: 700;
}

.membership-benefit p {
    margin: 0;
    color: #455064;
    font-size: 14px;
    line-height: 1.45;
}



/* Bottom membership information */

.membership-footer-info {
    margin-top: 24px;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    align-items: center;
    border: 1px solid #e1e5eb;
    border-radius: 15px;
    background: #ffffff;
}

.membership-note,
.footer-info-item {
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.membership-note {
    padding-right: 22px;
}

.membership-note p {
    margin: 0;
    color: #465166;
    font-size: 12px;
    line-height: 1.45;
}

.footer-info-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #496688;
    background: #eef4fb;
    font-size: 22px;
}

.footer-info-item {
    padding: 0 18px;
    border-left: 1px solid #dfe4eb;
}

.footer-info-item > i {
    flex: 0 0 35px;
    color: #3879de;
    font-size: 28px;
}

.footer-info-item div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-info-item strong {
    color: #26354a;
    font-size: 13px;
}

.footer-info-item span {
    color: #586377;
    font-size: 11px;
    line-height: 1.4;
}

.new-view .testimonial-container.google-testi {
  width: calc(100% - 0%);
  gap: 73px;
}

.new-view.nw-th {
  max-width: 450px;
  /* margin: 20px auto; */
}

.cta-section.hm-cta {
  background-color: #0053DC;
  margin-top: 20px;
}

.cta-section.hm-cta h3 {
  color: #FFF;
  margin: 0;
}

.cta-section.hm-cta .cta-btn {
  background-color: #FFF;
  color: #0053DC;
  border: 1px solid #0053DC;
}

.cta-section.hm-cta .cta-btn:hover {
  background-color: #0053DC;
  color: #FFF;
  border-color: #FFF;
}

.cta-section.hm-cta .cta-row {
  border-bottom: none;
  padding: 15px 0px;
}

.cta-section.hm-cta img {
  min-width: unset;
  width: 45px;
  height: 45px;
  background: none;
  border-radius: 0;
  margin-top: 5px;
}

.btn-b,
.review-btn.btn-b {
  padding: 12px 30px;
  /* background: linear-gradient(to bottom, #6dc3fa 0%, #2c82af 100%); */
  /* background: linear-gradient(180deg, #57B7CC 0%, #1482ae 100%); */
  /* background-color: #073466; */
  background-color: #0053DC;
  border: none;
  color: #fff;
  border: 1px solid #0053DC;
  margin-top: 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  margin-right: 10px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.28);
  display: flex;
  margin-right: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: auto;
  letter-spacing: normal;
  /* font-family: "Inter", sans-serif;
    font-style: normal; */
}

.btn-b:hover {
  opacity: 0.9;
}

.btn-bann {
  text-align: left;
  margin-top: 10px;
  /* display: flex; */
  align-items: center;
  /* gap: 15px; */
}

.btn-bann img {
  width: 24px;
  height: auto;
}

.main-banner {
  margin-top: -150.8px;
  /* min-height: 100dvh; */
}

.home-hero-google {
  width: 480px;
  margin-top: 22px;
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid #2d4a6e;
  border-radius: 9px;
  padding: 4px 10px;
}

.home-hero-google .hero-google-rev {
  width: 100%;
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 3px;
}

.home-hero-google .hero-google-rev .hero-star {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.home-hero-google .hero-google-bg {
  width: 55px;
}

.home-hero-google .hero-google-bg img {
  width: 100%;
}

.home-hero-google .hero-google-rev .hero-star::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 1px;
  height: 18px;
  background-color: #2d4a6e;
}

.home-hero-google>div p {
  font-weight: 600;
  margin-top: 2px;
  padding-left: 24px;
  color: #ffff;
  width: 100%;
  margin-bottom: 0;
  font-size: 13px;
}

.home-hero-google .hero-google-rev span {
  font-weight: 600;
  font-size: 22px;
  color: #ffff;
}

.home-hero-google .hero-star img {
  width: 65%;
}


.header.dark-bg-head.header-sticky .navbar ul.menu li a.main-menu-li {
  color: #000;
}

.header .navbar li a.main-menu-li.btn-b {
  color: #FFF !important;
}

.main-banner .btn-b {
  /* width: max-content; */
  max-width: 290px;
  /* background-color: #F6B138;
  border: 1px solid #F6B138; */
  background-color: #0053DC;
  border: 1px solid #0053DC;
  /* font-family: "Inter", sans-serif;
    font-style: normal; */
}

.main-banner .btn-b.btn-alt {
  background-color: transparent;
}

.header.dark-bg-head .navbar ul.menu li a.main-menu-li {
  color: white;
}

.top-banner-sec.hm-bg-bl ul li p {
  color: white;
}

.top-banner-sec.hm-bg-bl .top-banner-sec.hm-bg-bl {
  color: white;
}

.physician-section {
  padding: 0px;
  background: #F7F9FC;
  border: 1px solid #dbe9f4;
  display: flex;
  gap: 24px;
  align-items: center;
  border-radius: 20px;
}

.physician-section .physician-image {
  width: 88%;
  height: 100%;
  border-radius: 20px 0px 0px 10px;
}

.physician-section .physician-image img {
  width: 100%;
  object-fit: cover;
  display: block;
  height: 100%;
  border-radius: 20px 0px 0px 20px;
}

.physician-section .subheading {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #F6B138;
  margin-bottom: 10px;
}

.physician-section .physician-content {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 20px 0px;
  width: 100%;
  gap: 5px;
  /* height: 100%; */
}

.physician-section .physician-content h2 {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 600;
  color: #0e2a55;
  margin-bottom: 0;
  margin-top: 5px;
  font-family: 'Narnoor', sans-serif;
  letter-spacing: normal;
}

.physician-section .physician-content p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  letter-spacing: normal;
  margin-bottom: 10px;
  margin-top: 5px;
}

.physician-section .features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.physician-section .features-list li {
  position: relative;
  padding-left: 31px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #222;
  letter-spacing: normal;
}

.physician-section .features-list li:before {
  content: "\f058";
  color: #0053DC;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  /* regular */
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.physician-section .btn-b {
  width: max-content;
  margin-top: 0;
}

/* .top-banner-sec ul li.phone_number a span{
    color: #A52A2A;
} */
.r-border {
  border-right: 1px solid white !important;
}

.top-banner-sec ul li.phone_number a span {
  /* color: #ceffad; */
  color: #000;
}

.top-banner-sec.hm-bg-bl ul li.phone_number a span {
  color: #FFF;
}

.hero-cards {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 15px;
  /* flex-wrap: wrap; */
  width: 100%;
  max-width: 1200px;
  margin: auto;
}


.hero-cards .mn-crds {
  display: flex;
  flex-direction: column;
  padding: 22px 10px 22px 10px;
  border-radius: 15px;
  gap: 8px;
  border: 1px solid #e7e9ec;
  background-color: #F7F9FC;
  /* width: 100%; */
  /* max-width: 227px; */
  flex: 1 1 278px;
  /* box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18); */
}

.card-link {
    display: flex;
    color: inherit;
    text-decoration: none;
}

.hero-cards .mn-crds img {
  width: 44px;
  height: 44px;
}

.hero-cards .mn-crds {
  text-align: center;
}

.hero-cards .mn-crds h3.hro-crd-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  letter-spacing: normal;
  text-align: center;
  font-family: "Narnoor", sans-serif;
}

.service-info {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.hero-cards .mn-crds p.hro-crd-sb {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  letter-spacing: normal;
}

.hero-cards .mn-crds .btn-bann {
  margin-top: auto;
  width: 100%;
}

.hero-cards .mn-crds .btn-b {
  margin: 0;
  display: flex;
  text-align: center;
  font-size: 14px;
  padding: 10px 19px;
  width: auto;
  align-items: center;
  justify-content: center;
}

.hero-cards .mn-crds .top-sc {
  gap: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-cards .mn-crds .top-sc p {
  margin: 0;
  text-align: center;
}

.hero-cards .mn-crds .btm-sc {
  gap: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: end;
}

.hero-cards .mn-crds .btm-sc p {
  font-size: 12px;
  font-weight: 400;
  padding-top: 8px;
  padding-bottom: 4px;
  text-align: center;
  margin: 0;
  letter-spacing: normal;
}

.hero-cards .mn-crds .btm-sc p span {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: normal;
  margin-right: 6px;
}

.hero-cards .mn-crds.crd-pl h3 span {
  font-size: 15px;
}

.page-wrapper.pric-sec {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-wrapper.pric-sec h2 {
  text-align: center;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 600;
  color: #0e2a55;
  margin-bottom: 0;
  font-family: 'Narnoor', sans-serif;
  letter-spacing: normal;
}

.page-wrapper.pric-sec .hro-bdge {
  text-align: center;
  letter-spacing: normal;
}

.nw-th {
  flex-direction: column;
}

.nw-th .rev-cont h6 a {
  padding-bottom: 0;
  color: #0a4059;
  font-size: 24px;
  text-decoration: none;
}

.nw-th .prev,
.nw-th .next {
  width: 40px;
  height: 40px;
  background: #e5e5e58a;
  border-radius: 119px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.nw-th .prev i,
.nw-th .next i {
  color: #626262 !important;
}

.nw-th .rev-cont {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  max-width: 100%;
  justify-content: center;
  /* background-image: url(../images/bg-bubbles.jpg); */
  background: #F7F9FC;
  border: 1px solid #dbe9f4;
  background-position: center;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: auto;
  /* height: stretch;
  height: -webkit-fill-available; */
  border-radius: 20px;
}

.nw-th .rev-cont .con-testi {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.nw-th .rev-cont .con-testi .stat-testi {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.nw-th .rev-cont .con-testi .stat-testi .google-rev {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.nw-th .rev-cont .con-testi span {
  font-size: 17px;
  font-weight: 700;
}

.nw-th .rev-cont .con-testi p {
  margin: 0;
  color: #073466;
  letter-spacing: normal;
}

.nw-th .rev-cont .con-testi img {
  width: 123px;
}

.nw-th .rev-cont h2 {
  line-height: 1.15;
  font-weight: 600;
  color: #0e2a55;
  margin-bottom: 0;
  text-decoration: none;
  font-family: 'Narnoor', sans-serif;
  letter-spacing: normal;
}

.nw-th .rev-cont .hro-bdge {
  text-align: center;
  padding-bottom: 5px;
}

.nw-th .rev-cont .btn-b {
  margin-top: 0;
}

.nw-th .slick-dots {
  display: none !important;
}

.nw-th .rev-cont .slider {
  margin: 0 auto;
  width: 92%;
}

.nw-th .rev-cont .sv-sec,
.home-quote {
  width: stretch;
  width: -webkit-fill-available;
  padding-left: 38px;
  padding-left: 30px;
}

.rev-cont .home-quote i {
  color: #0e2a55;
  margin-top: 17px;
  font-size: 24px;

}

.nw-th .rev-cont .slick-list {
  border: none;
}

.nw-th .rev-cont .google-testi .slider .slick-slide,
.nw-th .rev-cont .slick-slider .slick-track,
.nw-th .rev-cont .google-testi blockquote {
  background: transparent;
  font-size: 14px;
}

.nw-services-cont .btn-b {
  width: stretch;
  width: -webkit-fill-available;
  padding: 8px 8px;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  text-transform: uppercase;
  font-size: 14px;
}

.services-sec.page-wrapper {
  max-width: 1200px;
  padding: 50px 10px;
}

.memb-ct .btn-b {
  width: max-content;
}

.hero-cards .mn-crds.crd-bl .btm-sc {
  margin-top: auto;
}

.memb-hero-section {
  padding: 0 0 50px;
}

.memb-hero-section .memb-container {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: stretch;
  background: linear-gradient(90deg, #D3E1ED 42%, rgba(255, 255, 255, 0.00) 71.76%),
    url(../images/bg-memb.jpg) center right / cover no-repeat;
}

/* LEFT CONTENT */
.memb-hero-section .memb-content {
  padding: 45px 40px;
}

.memb-hero-section .memb-section-label {
  color: #0e2a55;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

/* TITLE */
.memb-hero-section .memb-content h1 {
  text-align: left;
  font-size: 48px;
  font-weight: 700;
  color: #0e2a55;
  margin-top: 0;
  letter-spacing: normal;
  font-family: "Narnoor", sans-serif;
  line-height: 56px;
  margin-bottom: 20px;
}

/* DESCRIPTION */
.memb-hero-section .memb-description {
  font-size: 16px;
  color: #333;
  margin: 0;
  font-weight: 400;
}

/* ICON GRID */
.memb-hero-section .memb-icon-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* fixed from 4 → 3 */
  gap: 20px;
  text-align: center;
  margin-top: 20px;
}

.memb-hero-section .memb-icon-box p {
  font-size: 13px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}

.memb-hero-section .memb-icon-box img {
  width: 70px;
  margin-bottom: 8px;
}

/* RIGHT IMAGE */
.memb-hero-section .memb-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* new table starts */
/* =========================================
   MEMBERSHIP TABLE
========================================= */

.membership-comparison {
  --membership-navy: #06184f;
  --membership-teal: #0b8c91;
  --membership-teal-dark: #08757a;
  --membership-orange: #ef8612;
  --membership-text: #0c2359;
  --membership-border: #d4e0e8;
  --membership-highlight: #e8f7f7;
  --membership-white: #ffffff;

  width: 100%;
  padding: 30px 0;
  color: var(--membership-text);
  font-family: inherit;
}

.membership-comparison,
.membership-comparison *,
.membership-comparison *::before,
.membership-comparison *::after {
  box-sizing: border-box;
}

.membership-comparison__container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =========================================
   SCROLL WRAPPER
========================================= */

.membership-table-scroll {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  background: var(--membership-white);
  border: 1px solid var(--membership-border);
  border-radius: 16px;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  scrollbar-width: auto;
  scrollbar-color: #969696 #ededed;
}

.membership-table-scroll::-webkit-scrollbar {
  height: 8px;
}

.membership-table-scroll::-webkit-scrollbar-track {
  background: #ededed;
}

.membership-table-scroll::-webkit-scrollbar-thumb {
  background: #969696;
  border-radius: 20px;
}

.membership-table-scroll::-webkit-scrollbar-thumb:hover {
  background: #777777;
}

/* =========================================
   TABLE STRUCTURE
========================================= */

.membership-table {
  width: 100%;
  min-width: 1000px;
  margin: 0 !important;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--membership-white);
}

.membership-table img{
  width: 35px;
  margin-right: 10px;
}
.memb-drip{
  height: 40px;
}

.membership-table .benefit-column {
  width: 27%;
}

.membership-table .plan-column {
  width: 24.333%;
}

.membership-table th,
.membership-table td {
  height: 58px;
  padding: 13px 20px;
  border-right: 1px solid var(--membership-border);
  border-bottom: 1px solid var(--membership-border);
  vertical-align: middle;
}

.membership-table tr > *:last-child {
  border-right: 0;
}

.membership-table tbody tr:last-child > * {
  border-bottom: 0;
}

/* =========================================
   HEADER
========================================= */

.membership-table thead th {
  height: 112px;
}

.benefits-heading {
  padding-left: 26px !important;
  background: var(--membership-navy);
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.2px;
}

.plan-heading {
  position: relative;
  padding: 20px 14px !important;
  background: #ffffff;
  text-align: center;
}

.plan-name {
  display: block;
  margin-bottom: 4px;
  color: var(--membership-teal);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.5px;
}

.plan-price {
  display: block;
  color: var(--membership-teal);
  font-size: 29px;
  font-weight: 700;
  line-height: 1.1;
}

.plan-price small {
  margin-left: 4px;
  color: var(--membership-text);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

/* =========================================
   MOST POPULAR
========================================= */

.plan-optimize {
  padding-top: 45px !important;
  background: linear-gradient(
    180deg,
    rgba(11, 140, 145, 0.1),
    rgba(11, 140, 145, 0.015)
  );
}

.popular-badge {
  position: absolute;
  top: 0;
  right: -1px;
  left: -1px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 10px;
  background: linear-gradient(
    90deg,
    #0a969b,
    var(--membership-teal-dark)
  );
  color: #ffffff;
  border-radius: 12px 12px 0 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.4px;
}

/* =========================================
   ELITE
========================================= */

.plan-elite .plan-name,
.plan-elite .plan-price {
  color: var(--membership-orange);
}

/* =========================================
   BODY CELLS
========================================= */

.membership-table tbody th {
  background: var(--membership-text);
  color:  #ffffff ;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  display: flex;
  justify-content: left;
  align-items: center;
}

.membership-table tbody td {
  background: #ffffff;
  color: var(--membership-text);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

/* Optimize column light background */

.membership-table tbody td:nth-child(3) {
  background: rgba(11, 140, 145, 0.025);
}

/* Treatment credit row */

.highlight-row th,
.highlight-row td {
  background: var(--membership-highlight) !important;
  font-weight: 700 !important;
}

/* =========================================
   BUTTONS
========================================= */

.button-row th,
.button-row td {
  height: 76px;
  padding: 11px 20px;
}

.membership-button {
  width: 100%;
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 9px 12px;
  border: 2px solid transparent;
  border-radius: 7px;
  box-shadow: none !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2px;
  white-space: nowrap;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.core-button {
  background: #ffffff;
  color: var(--membership-teal) !important;
  border-color: var(--membership-teal);
}

.core-button:hover {
  background: var(--membership-teal);
  color: #ffffff !important;
}

.optimize-button {
  background: linear-gradient(
    90deg,
    #0a969b,
    var(--membership-teal-dark)
  );
  color: #ffffff !important;
  border-color: var(--membership-teal);
}

.optimize-button:hover {
  background: var(--membership-navy);
  border-color: var(--membership-navy);
}

.elite-button {
  background: #ffffff;
  color: var(--membership-orange) !important;
  border-color: var(--membership-orange);
}

.elite-button:hover {
  background: var(--membership-orange);
  color: #ffffff !important;
}

/* =========================================
   BEST FOR
========================================= */

.best-for-row th,
.best-for-row td {
  height: 92px;
}

.best-for-row th {
  font-weight: 700 !important;
}

.best-for-row td {
  padding: 16px 22px;
  font-size: 13px !important;
  line-height: 1.5 !important;
}



.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}



/* table ends */












/* .membership-section {
  padding: 80px 20px;
  text-align: center;
  background: #f7f9fc;
} */

/* .membership-section .section-label {
  color: #0e2a55;
} */

/* .membership-section h2 {
  font-size: 32px;
  margin-bottom: 40px;
} */

/* .membership-section .membership-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
} */

/* .membership-section .membership-card {
  background: #fff;
  width: 340px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  padding: 0;
} */

/* .membership-section .membership-card a {
  text-decoration: none;
} */
/* 
.membership-section .membership-card:hover {
  transform: translateY(-5px);
} */
/* 
.membership-section .popular-bar {
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 14px 14px 0 0;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(to right, #5c84b8, #6fa0d1);
} */

/* .membership-section .card-inner {
  padding: 30px;
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: stretch;
} */

/* .membership-section .featured {
  transform: scale(1.05);
  border: none;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
} */

/* subtle divider under bar */
.membership-section .popular-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.membership-section .plan {
  letter-spacing: 2px;
  font-weight: 800;
  color: #0e2a55;
  font-size: 16px;
  margin-bottom: 2px;
}

.membership-section .step {
  color: #c89b3c;
  font-style: italic;
  margin: 5px 0 10px;
}

.membership-section .desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.membership-section .price {
  font-size: 32px;
  margin: 2px 0;
  color: #1e3a5f;
}

.membership-section .price span {
  font-size: 14px;
  color: #888;
}

.membership-section ul {
  text-align: left;
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}

.membership-section ul li {
  margin-bottom: 10px;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}

.membership-section ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #c89b3c;
  font-size: 12px;
}

.membership-section button {
  background: #4a7dbd;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  margin-top: auto;
}

.membership-section button:hover {
  background: #3a679f;
}

/* Featured Card */
.membership-section .featured {
  transform: scale(1.05);
  border: 2px solid #4a7dbd;
}

.tech-section {
  padding: 80px 20px;
  background: #ffffff;
}

.tech-section .tech-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

/* LEFT */
.tech-section .tech-left {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 2;
  justify-content: center;
}

.tech-section .tech-image img {
  width: 340px;
}

.tech-section .tech-content h2 {
  font-size: 32px;
  color: #1e3a5f;
  margin-bottom: 15px;
}

.tech-section .tech-content p {
  font-size: 15px;
  color: #666;
  margin-bottom: 25px;
  max-width: 500px;
}

/* ICONS */
.tech-section .tech-icons {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.tech-section .tech-item {
  text-align: center;
  font-size: 13px;
  color: #4a5a70;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.tech-section .tech-item img {
  width: 55px;
  height: auto
}

/* RIGHT CARD */
.tech-section .tech-card {
  flex: 1;
  background: #eef3f8;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.tech-section .tech-card .loc-card {
  flex-direction: column;
  grid-area: 20px;
}

.tech-section .tech-card h3 {
  font-size: 21px;
  color: #1e3a5f;
  margin-bottom: 10px;
}

.tech-section .tech-card p {
  font-size: 14px;
  color: #666;
}

section.page-title.bg-blue {
  margin-bottom: 50px;
  padding: 30px 20px;
  background: #1a2749;
  color: #fff;
}

section.page-title.bg-blue h1 {
  color: #f0aa7b;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
}

section.page-title.bg-blue h4 {
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: 1.1px;
}

.nw-services-cont .mn-crds,
.hero-cards .mn-crds,
.memb-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}

.nw-services-cont .mn-crds:hover,
.hero-cards .mn-crds:hover,
.memb-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}

.nw-services-cont .mn-crds .top-sc img {
  transition: transform 0.4s ease;
}

.nw-services-cont .mn-crds:hover .top-sc img {
  transform: scale(1.08);
}

.hero-cards .mn-crds .top-sc img {
  transition: transform 0.3s ease;
}

.hero-cards .mn-crds:hover .top-sc img {
  transform: scale(1.1);
}

.memb-card {
  border: 1px solid transparent;
}

.memb-card.crd-blue:hover {
  border-color: #cde4ff;
  box-shadow: 0 18px 35px rgba(17, 64, 90, 0.25);
}

.memb-card.crd-blue:hover .btn-b {
  background-color: #0053DC !important;
  color: #FFF !important;
}

/* green card hover */
.memb-card.crd-green:hover {
  border-color: rgb(204 217 196);
  box-shadow: 0 18px 35px rgba(53, 90, 35, 0.25);
}

.memb-card.crd-green:hover .btn-b {
  background-color: #02692d !important;
  border-color: #02692d !important;
  color: #fff !important;
}

/* orange card hover */
.memb-card.crd-orange:hover {
  border-color: #fec797;
  box-shadow: 0 18px 35px rgba(150, 88, 18, 0.25);
}

.memb-card.crd-orange:hover .btn-b {
  background-color: #CC6B20 !important;
  border-color: #CC6B20 !important;
  color: #fff !important;
}

/* Weight Loss page */

.wl-wrap {
  --wl-primary: #0098aa;
  --wl-primary-light: #12c2cf;
  --wl-secondary: #052864;
  --wl-secondary-dark: #011d4d;
  --wl-text: #061f50;
  --wl-muted: #4e668f;
  --wl-border: #d9e5ef;
  --wl-soft: #f2f9fc;
  --wl-white: #ffffff;
  --wl-shadow: 0 18px 45px rgba(5, 40, 100, .12);
  --wl-shadow-soft: 0 10px 30px rgba(5, 40, 100, .08);
  --wl-radius: 20px;
  --wl-transition: .3s ease;
  width: 100%;
  overflow: hidden;
  background: var(--wl-white);
  color: var(--wl-text);
  font-family: 'Mulish', sans-serif;
}

.wl-wrap * {
  box-sizing: border-box;
}

.wl-wrap img,
.wl-wrap svg {
  display: block;
  max-width: 100%;
}

.wl-wrap a {
  color: inherit;
  text-decoration: none;
}

.wl-wrap button {
  font-family: inherit;
}

.wl-wrap .wl-nw-container {
  width: min(100% - 96px, 1380px);
  margin: 10px auto;
  max-width:  1200px;
}
.weight-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 24px;
  background: #f7fafc;
  border-left: 4px solid #009aaa;
  border-radius: 20px;
  max-width: 1200px;
  margin: 40px auto 10px;

}

.disclaimer-icon {
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 50%;
  background: #009aaa;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

.disclaimer-content p {
  margin: 0 0 12px;
  color: #09245b;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}

.disclaimer-content p:last-child {
  margin-bottom: 0;
}


.wl-wrap h1,
.wl-wrap h2,
.wl-wrap h3 {
  margin: 0;
  color: var(--wl-secondary);
  font-family: 'Narnoor', sans-serif;
  font-weight: 600;
  letter-spacing: -.02em;
}

.wl-wrap p {
  margin: 0;
  color: var(--wl-text);
  font-size: 17px;
  line-height: 1.65;
}

.wl-wrap .wl-nw-section-tag,
.wl-wrap .wl-nw-hero__eyebrow {
  display: inline-block;
  color: var(--wl-primary);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wl-wrap .wl-nw-section-title {
  margin-top: 10px;
  font-size: 34px;
  line-height: 1.15;
  text-align: center;
}

.wl-wrap .wl-nw-header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 0;
}

.wl-wrap .wl-nw-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.wl-wrap .wl-nw-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--wl-secondary);
  font-weight: 900;
  letter-spacing: .11em;
}

.wl-wrap .wl-nw-logo__mark {
  width: 38px;
  height: 50px;
  flex: 0 0 38px;
}

.wl-wrap .wl-nw-logo__text {
  display: grid;
  font-size: 29px;
  line-height: .78;
}

.wl-wrap .wl-nw-logo__text small,
.wl-wrap .wl-nw-footer__logo small {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .32em;
}

.wl-wrap .wl-nw-nav {
  display: flex;
  align-items: center;
  gap: 48px;
}

.wl-wrap .wl-nw-menu-toggle {
  display: none;
}

.wl-wrap .wl-nw-nav a {
  position: relative;
  color: var(--wl-secondary-dark);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  transition: color var(--wl-transition);
}

.wl-wrap .wl-nw-nav a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 0;
  height: 2px;
  background: var(--wl-primary);
  transform: translateX(-50%);
  transition: width var(--wl-transition);
}

.wl-wrap .wl-nw-nav a:hover {
  color: var(--wl-primary);
}

.wl-wrap .wl-nw-nav a:hover::after {
  width: 90px;
}

.wl-wrap .wl-nw-header__btn {
  min-height: 54px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--wl-primary), #007d95);
  color: var(--wl-white);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(0, 152, 170, .22);
  transition: transform var(--wl-transition), box-shadow var(--wl-transition);
}

.wl-wrap .wl-nw-header__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(0, 152, 170, .3);
}

.wl-wrap .wl-nw-hero {
  position: relative;
  /* min-height: 720px; */
  /* padding: 130px 40px; */
  padding: 40px 30px 40px 30px;
  background: linear-gradient(90deg, #fff 0%, #fff 42%, rgba(255, 255, 255, .08) 68%), #f6fbfd;
}

.wl-wrap .wl-nw-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .9) 43%, rgba(255, 255, 255, .15) 67%, rgba(255, 255, 255, .25) 100%);
  pointer-events: none;
}

.wl-wrap .wl-nw-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(500px, .95fr) minmax(520px, 1.05fr);
  align-items: end;
  gap: 28px;
  min-height: 556px;
  margin: 0;
}

.wl-wrap .wl-nw-hero__content {
  align-self: center;
  padding: 20px 0 0;
}

.wl-wrap .wl-nw-hero__title {
  max-width: 500px;
  margin: 14px 0 10px;
  font-size: clamp(48px, 5vw, 48px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.wl-wrap .wl-nw-hero__subtitle {
  margin-bottom: 18px;
  color: var(--wl-primary);
  font-size: clamp(24px, 2.1vw, 28px);
  line-height: 1.22;
  font-weight: 500;
}

.wl-wrap .wl-nw-hero__desc {
  max-width: 610px;
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 400;
  font-weight: 500;
}

.wl-wrap .wl-nw-hero__image {
  position: absolute;
  right: calc((121vw - 100%) / -2);
  bottom: -34px;
  z-index: 0;
  width: 58%;
  height: calc(100% + 164px);
  overflow: hidden;
}

.wl-wrap .wl-nw-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right 81px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .48) 7%, #000 17%);
  mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .48) 7%, #000 17%);
}

.wl-wrap .wl-nw-circle-badge {
  position: absolute;
  top: 186px;
  right: 120px;
  width: 220px;
  height: 235px;
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 2px solid rgba(255, 255, 255, .95);
  border-radius: 50%;
  background: linear-gradient(145deg, #04317a 8%, #00a4b7 100%);
  color: var(--wl-white);
  text-align: center;
  box-shadow: 0 24px 55px rgba(5, 40, 100, .25);
}

.wl-wrap .wl-nw-circle-badge strong {
  color: var(--wl-white);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.45;
}

.wl-wrap .wl-nw-circle-badge__icon {
  color: var(--wl-white);
  font-size: 30px;
  line-height: 1;
}

.wl-wrap .wl-nw-circle-badge__icon svg,
.wl-wrap .wl-nw-process-icon svg,
.wl-wrap .wl-nw-benefit-icon svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wl-wrap .wl-nw-circle-badge__icon svg {
  width: 30px;
  height: 30px;
}

.wl-wrap .wl-nw-feature-row {
  max-width: 560px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0 0 34px;
}

.wl-wrap .wl-nw-feature-card {
  min-height: 96px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  border-right: 1px solid rgba(0, 152, 170, .28);
}

.wl-wrap .wl-nw-feature-card:last-child {
  border-right: 0;
}

.wl-wrap .wl-nw-feature-icon {
  width: 42px;
  height: 42px;
  color: var(--wl-primary);
}

.wl-wrap .wl-nw-feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wl-wrap .wl-nw-feature-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wl-wrap .wl-nw-feature-card span:last-child {
  color: var(--wl-secondary-dark);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.32;
}

.wl-wrap .wl-nw-btn-row {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 30px;
  flex-wrap: nowrap;
}

.wl-wrap .wl-nw-btn {
  min-height: 53px;
  /* min-width: 320px; */
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: transform var(--wl-transition), color var(--wl-transition), border-color var(--wl-transition);
}

.wl-wrap .wl-nw-hero .wl-nw-btn {
  flex: 1 1 0;
  min-width: 0;
  padding: 0 20px;
  border: 2px solid #005ecb;
  background: var(--wl-white);
  color: var(--wl-secondary);
  box-shadow: none;
  white-space: nowrap;
}

.wl-wrap .wl-nw-hero .wl-nw-btn:hover {
  transform: translateY(-3px);
  border-color: var(--wl-primary);
  background: linear-gradient(135deg, var(--wl-primary), #007a94);
  color: var(--wl-white);
  box-shadow: 0 16px 30px rgba(0, 152, 170, .18);
}

.wl-wrap .wl-nw-hero .wl-nw-btn:hover img {
  filter: brightness(0) invert(1);
}

.wl-wrap .wl-nw-hero .wl-nw-btn--primary {
  border: 1.5px solid var(--wl-primary);
  background: var(--wl-primary);
  color: var(--wl-white);
  box-shadow: 0 16px 30px rgba(0, 152, 170, .18);
}

.wl-wrap .wl-nw-hero .wl-nw-btn--primary .wl-nw-btn__icon img {
  filter: brightness(0) invert(1);
}

.wl-wrap .wl-nw-btn__icon {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  line-height: 1;
}

.wl-wrap .wl-nw-btn__icon img,
.wl-wrap .wl-nw-cta-actions img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wl-wrap .wl-nw-btn--primary {
  border-color: #005ecb;
  background: var(--wl-primary);
  color: var(--wl-white);
  box-shadow: none;
}

.wl-wrap .wl-nw-btn--primary:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #007a94, var(--wl-primary));
  color: #FFF;
}

.wl-wrap .wl-nw-btn--outline {
  border: 1.5px solid #005ecb;
  background: var(--wl-white);
  color: var(--wl-secondary);
}

.wl-wrap .wl-nw-btn--outline:hover {
  transform: translateY(-3px);
  border-color: var(--wl-primary);
  color: var(--wl-primary);
  opacity: 0.9;
}

.wl-wrap .wl-nw-trust-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: nowrap;
}

.wl-wrap .wl-nw-trust-item {
  position: relative;
  padding-right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--wl-secondary-dark);
  font-size: 15px;
  font-weight: 800;
  border-right: 1px solid rgba(0, 152, 170, .3);
  white-space: nowrap;
}

.wl-wrap .wl-nw-trust-item:last-child {
  border-right: 0;
}

.wl-wrap .wl-nw-trust-item img {
  width: 19px;
  height: 22px;
  flex: 0 0 19px;
  object-fit: contain;
}

.wl-wrap .wl-nw-process {
  position: relative;
  padding: 40px 0 36px;
  background: linear-gradient(180deg, #eef8fc 0%, #fff 100%);
  text-align: center;
}

.wl-wrap .wl-nw-process .wl-nw-container {
  position: relative;
}

.wl-wrap .wl-nw-process-line {
  position: absolute;
  left: 16%;
  width: 815px;
  top: 134px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--wl-primary-light) 12%, var(--wl-primary-light) 88%, transparent 100%);
}

.wl-wrap .wl-nw-process-line::before,
.wl-wrap .wl-nw-process-line::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--wl-primary);
  transform: translate(-50%, -50%);
}

.wl-wrap .wl-nw-process-line::before {
  left: 25%;
}

.wl-wrap .wl-nw-process-line::after {
  left: 75%;
}

.wl-wrap .wl-nw-process-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  margin-top: 28px;
}

.wl-wrap .wl-nw-process-card {
  position: relative;
  padding: 0 16px;
  text-align: center;
}

.wl-wrap .wl-nw-process-card::before {
  display: none;
}

.wl-wrap .wl-nw-process-icon {
  width: 86px;
  height: 86px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wl-border);
  border-radius: 50%;
  background: var(--wl-white);
  color: #005ecb;
  font-size: 42px;
  box-shadow: var(--wl-shadow-soft);
}

.wl-wrap .wl-nw-process-icon img {
  width: 43px;
  height: 43px;
  object-fit: contain;
}

.wl-wrap .wl-nw-step-number {
  width: 28px;
  height: 28px;
  margin: -10px auto 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wl-primary);
  color: var(--wl-white);
  font-size: 14px;
  font-weight: 900;
}

.wl-wrap .wl-nw-process-card h3 {
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
}

.wl-wrap .wl-nw-process-card p {
  max-width: 290px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
}

.wl-wrap .wl-nw-benefits {
  padding: 0 0 22px;
  background: var(--wl-white);
}

.wl-wrap .wl-nw-benefits-panel {
  position: relative;
  overflow: hidden;
  padding: 20px 44px 48px;
  border-radius: 20px;
  background: radial-gradient(circle at 100% 50%, rgba(18, 194, 207, .2) 0 1px, transparent 2px) 0 0 / 12px 12px, linear-gradient(135deg, #021f55 0%, #052864 58%, #002f70 100%);
  box-shadow: var(--wl-shadow);
}

.wl-wrap .wl-nw-benefits-heading {
  margin-bottom: 20px;
  color: var(--wl-white);
  font-size: 22px;
  /* font-weight: 900; */
  letter-spacing: 1px;
  text-align: center;
}

.wl-wrap .wl-nw-benefits-heading span {
  color: var(--wl-primary-light);
  letter-spacing: 1px;
}

.wl-wrap .wl-nw-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.wl-wrap .wl-nw-benefit-card {
  padding: 10px 34px 0;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .35);
}

.wl-wrap .wl-nw-benefit-card:last-child {
  border-right: 0;
}

.wl-wrap .wl-nw-benefit-icon {
  margin-bottom: 16px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wl-primary-light);
  font-size: 54px;
  line-height: 1;
}

.wl-wrap .wl-nw-benefit-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.wl-wrap .wl-nw-benefit-card:first-child .wl-nw-benefit-icon img {
  width: 52px;
}

.wl-wrap .wl-nw-benefit-card h3 {
  max-width: 280px;
  margin: 0 auto 12px;
  color: var(--wl-white);
  font-size: 20px;
  line-height: 1.2;
}

.wl-wrap .wl-nw-benefit-card p {
  color: rgba(255, 255, 255, .92);
  font-size: 16px;
  line-height: 1.55;
}

.wl-wrap .wl-nw-testimonials {
  padding: 0 0 12px;
  background: var(--wl-white);
  text-align: center;
}

.wl-wrap .wl-nw-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 20px;
}

.wl-wrap .wl-nw-testimonial-card {
  min-height: 150px;
  padding: 20px 28px 18px 66px;
  position: relative;
  border: 1px solid var(--wl-border);
  border-radius: 12px;
  background: var(--wl-white);
  text-align: left;
  box-shadow: var(--wl-shadow-soft);
}

.wl-wrap .wl-nw-quote {
  position: absolute;
  left: 19px;
  top: 16px;
  color: var(--wl-primary);
  font-family: Georgia, serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
}

.wl-wrap .wl-nw-testimonial-card p {
  font-size: 15px;
  line-height: 1.5;
  min-height: 67.5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wl-wrap .wl-nw-stars {
  margin: 14px 0 0;
  color: #ffb100;
  font-size: 22px;
  letter-spacing: 2px;
}

.wl-wrap .wl-nw-testimonial-card strong {
  display: block;
  margin-top: -24px;
  color: var(--wl-secondary);
  font-size: 15px;
  font-weight: 800;
  text-align: right;
}

.wl-wrap .wl-nw-results-note {
  margin-top: 20px;
  color: var(--wl-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.wl-wrap .wl-nw-faq {
  padding: 0 0 20px;
  background: var(--wl-white);
}

.wl-wrap .wl-nw-faq-list {
  overflow: hidden;
  border: 1px solid var(--wl-border);
  border-radius: 14px;
  background: var(--wl-white);
  box-shadow: var(--wl-shadow-soft);
}

.wl-wrap .wl-nw-faq-item {
  border-bottom: 1px solid var(--wl-border);
}

.wl-wrap .wl-nw-faq-item:last-child {
  border-bottom: 0;
}

.wl-wrap .wl-nw-faq-question {
  width: 100%;
  padding: 13px 34px;
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  align-items: center;
  gap: 20px;
  border: 0;
  background: transparent;
  color: var(--wl-secondary);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
}

.wl-wrap .wl-nw-faq-question span {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wl-primary);
  color: var(--wl-white);
  font-size: 15px;
  font-weight: 900;
}

.wl-wrap .wl-nw-faq-question i {
  color: var(--wl-primary);
  font-size: 16px;
  line-height: 1;
  text-align: right;
}

.wl-wrap .wl-nw-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 34px 0 82px;
  /* bottom padding is 0 when closed */
  color: var(--wl-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.wl-wrap .wl-nw-faq-item.active .wl-nw-faq-answer {
  padding: 0 34px 12px 82px;
}

.wl-wrap .wl-nw-faq-item.active .wl-nw-faq-question {
  padding: 13px 34px 8px 34px;
}

.wl-wrap .wl-nw-cta {
  padding: 0 0 14px;
  background: var(--wl-white);
}

.wl-wrap .wl-nw-cta-box {
  min-height: 132px;
  padding: 18px 32px;
  display: grid;
  grid-template-columns: 130px 360px 1fr 340px;
  align-items: center;
  gap: 28px;
  border-radius: 18px;
  background: linear-gradient(135deg, #021f55 0%, #052864 55%, #0098aa 100%);
  color: var(--wl-white);
  box-shadow: var(--wl-shadow);
}

.wl-wrap .wl-nw-cta-icon {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  color: var(--wl-white);
  font-size: 44px;
}

.wl-wrap .wl-nw-cta-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.wl-wrap .wl-nw-cta-content {
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, .35);
}

.wl-wrap .wl-nw-cta-content h2 {
  color: var(--wl-white);
  font-size: 35px;
  line-height: 1.35;
}

.wl-wrap .wl-nw-cta-content h2 span {
  display: block;
  color: var(--wl-primary-light);
  font-family: 'Great Vibes', cursive;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.wl-wrap .wl-nw-cta-text {
  color: var(--wl-white);
  font-size: 16px;
  line-height: 1.65;
}

.wl-wrap .wl-nw-cta-actions {
  display: grid;
  gap: 10px;
}

.wl-wrap .wl-nw-cta .wl-nw-btn {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 0 18px;
  border-color: rgba(255, 255, 255, .86);
  border-radius: 8px;
  font-size: 15px;
}

.wl-wrap .wl-nw-cta-actions .wl-nw-btn img {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.wl-wrap .wl-nw-cta .wl-nw-btn--outline {
  background: #052864;
  color: var(--wl-white);
}

.wl-wrap .wl-nw-footer {
  padding: 16px 0 18px;
  background: #021f55;
  color: var(--wl-white);
}

.wl-wrap .wl-nw-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.wl-wrap .wl-nw-footer p {
  position: relative;
  color: var(--wl-white);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.wl-wrap .wl-nw-footer p::before {
  content: '♢';
  position: absolute;
  left: 0;
  top: 4px;
  width: 23px;
  height: 27px;
  background: url('assets/images/shield-tick.png') center / contain no-repeat;
  color: transparent;
  font-size: 0;
}

.wl-wrap .wl-nw-footer__logo {
  color: var(--wl-white);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: .8;
  text-align: center;
  white-space: nowrap;
}

.wl-wrap .wl-nw-footer__logo small {
  display: block;
  margin-top: 8px;
}

.wl-wrap .wl-nw-footer__inner {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-align: center;
}

.wl-wrap .wl-nw-footer__inner .wl-nw-kf {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wl-wrap .wl-nw-footer p {
  text-align: left;
  max-width: 59%;
}

.wl-wrap .wl-nw-footer p::before {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.wl-wrap .wl-nw-footer__inner .wl-nw-kf img {
  width: 30px;
}

.wl-wrap .wl-nw-footer__inner .logo-img {
  width: 160px;
}

/* Final responsive alignment fixes */
.wl-wrap .wl-nw-hero {
  width: 100%;

}

/* Keep primary action and FAQ typography readable at each target viewport. */
.wl-wrap .wl-nw-hero .wl-nw-btn,
.wl-wrap .wl-nw-cta .wl-nw-btn {
  font-size: 16px;
  white-space: nowrap;
}

.wl-wrap .wl-nw-hero .wl-nw-btn-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wl-wrap .wl-nw-hero .wl-nw-btn {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

/* Botox Page */

.ivb-page {
  --ivb-navy: #061f5b;
  --ivb-deep-blue: #062766;
  --ivb-teal: #005d6c;
  --ivb-aqua: #008ea4;
  --ivb-purple: #8a39c6;
  --ivb-botox-purple: #9747c7;
  --ivb-white: #ffffff;
  --ivb-soft: #f8fbff;
  --ivb-line: #dfe7f2;
  --ivb-divider: #e5ecf5;
  --ivb-muted: #0a3167;
  --ivb-shadow: 0 16px 45px rgba(6, 31, 91, 0.08);
  --ivb-panel-shadow: 0 8px 28px rgba(6, 31, 91, 0.045);
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--ivb-white);
  color: var(--ivb-navy);
  font-family: Mulish, Arial, sans-serif;
  font-weight: 700;
}

.ivb-page a {
  color: inherit;
  text-decoration: none;
}

.ivb-page img {
  display: block;
  max-width: 100%;
}

.ivb-page h1,
.ivb-page h2,
.ivb-page h3,
.ivb-page h4,
.ivb-page p {
  margin-top: 0;
}

.ivb-page :is(.ivb-nav-button, .ivb-button, .ivb-phone, .ivb-learn-link) {
  display: inline-flex;
  align-items: center;
}

.ivb-page :is(.ivb-nav-button, .ivb-button) {
  justify-content: center;
  font-weight: 900;
}

.ivb-page :is(.ivb-button b, .ivb-steps b, .ivb-divider span, .ivb-slide-arrow) {
  display: grid;
  place-items: center;
}

.ivb-page :is(.ivb-trust-strip img, .ivb-steps img, .ivb-cta-text img, .ivb-phone img) {
  object-fit: contain;
}

/* .ivb-page :is(.ivb-info-card p, .ivb-area-grid p, .ivb-alle p, .ivb-steps p, .ivb-center-text, .ivb-faq details p, .ivb-safety p) {
  margin-bottom: 20px;
  margin-top: 20px;
} */

.ivb-page :is(.ivb-info-card p, .ivb-area-grid p, .ivb-note, .ivb-alle p, .ivb-steps p, .ivb-faq details p, .ivb-safety p) {
  color: var(--ivb-muted);
}

/* ---------- Header and navigation ---------- */
/* Header is placed inside the hero so the hero image stays visible behind the navbar. */
.ivb-page .ivb-header {
  position: relative;
  z-index: 30;
  width: 100%;
  height: 72px;
  padding: 0 24px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
}

.ivb-page .ivb-brand {
  min-width: 168px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ivb-navy);
}

.ivb-page .ivb-brand-mark {
  width: 32px;
  height: 42px;
  flex: 0 0 auto;
  overflow: visible;
}

.ivb-page .ivb-brand-mark path:first-child {
  fill: none;
  stroke: var(--ivb-aqua);
  stroke-width: 3;
  stroke-linejoin: round;
}

.ivb-page .ivb-brand-mark path:last-child {
  fill: var(--ivb-aqua);
}

.ivb-page .ivb-brand-text {
  display: grid;
  grid-template-columns: auto 17px;
  align-items: end;
  font-family: Mulish, Arial, sans-serif;
}

.ivb-page .ivb-brand-text strong {
  grid-column: 1;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.025em;
}

.ivb-page .ivb-brand-text i {
  grid-column: 2;
  width: 16px;
  margin: 0 0 2px 3px;
  border-bottom: 3px solid var(--ivb-aqua);
}

.ivb-page .ivb-brand-text em {
  grid-column: 1 / -1;
  margin-top: 3px;
  font-size: 8px;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.28em;
  text-align: center;
}

.ivb-page .ivb-nav {
  flex: 1;
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 44px);
}

.ivb-page .ivb-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 26px 0 23px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.045em;
}

.ivb-page .ivb-nav a:not(.ivb-mobile-book)::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 17px;
  left: 50%;
  height: 2px;
  background: var(--ivb-aqua);
  transition: right 0.2s ease, left 0.2s ease;
}

.ivb-page .ivb-nav a:is(:hover, :focus-visible)::after {
  right: 0;
  left: 0;
}

.ivb-page .ivb-nav-services svg {
  width: 9px;
  height: 6px;
}

.ivb-page .ivb-nav-services svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ivb-page .ivb-nav-button {
  min-width: 112px;
  padding: 13px 20px;
  border: 1px solid var(--ivb-navy);
  border-radius: 30px;
  background: var(--ivb-navy);
  color: var(--ivb-white);
  box-shadow: 0 5px 15px rgba(6, 31, 91, 0.14);
  font-size: 12px;
  letter-spacing: 0.08em;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ivb-page .ivb-nav-button:is(:hover, :focus-visible) {
  background: var(--ivb-white);
  color: var(--ivb-navy);
  transform: translateY(-1px);
}

.ivb-page .ivb-menu-toggle,
.ivb-page .ivb-mobile-book {
  display: none;
}

/* ---------- Shared buttons ---------- */
.ivb-page .ivb-button {
  min-height: 45px;
  padding: 0 18px 0 25px;
  border-radius: 28px;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: background-color 0.25s ease, color 0.25s ease, gap 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.ivb-page .ivb-button b {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  font-size: 11px;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.ivb-page :is(.ivb-button-primary, .ivb-button-outline) {
  gap: 2px;
  background: var(--ivb-teal);
  color: var(--ivb-white);
  box-shadow: 0 8px 18px rgba(0, 87, 107, 0.18);
  border: 1px solid var(--ivb-teal);
}

.ivb-page :is(.ivb-button-outline) {
  border: 1px solid var(--ivb-teal);
  background: rgba(255, 255, 255, 0.58);
  color: var(--ivb-navy);
}

.ivb-page :is(.ivb-button-primary, .ivb-button-outline) b {
  width: 0;
  overflow: hidden;
  opacity: 0;
  background: rgba(255, 255, 255, 0.22);
}

.ivb-page :is(.ivb-button-primary) b {
  width: 21px;
  opacity: 1;
  transform: translateX(3px);
}

.ivb-page :is(.ivb-button-outline):is(:hover, :focus-visible) {
  gap: 12px;
  background: var(--ivb-teal);
  color: var(--ivb-white);
  box-shadow: 0 8px 18px rgba(0, 87, 107, 0.18);
}

.ivb-page :is(.ivb-button-primary):is(:hover, :focus-visible) {
  border: 1px solid var(--ivb-teal);
  background: rgba(255, 255, 255, 0.58);
  color: var(--ivb-navy);
}

.ivb-page :is(.ivb-button-outline):is(:hover, :focus-visible) b {
  width: 21px;
  opacity: 1;
  transform: translateX(3px);
}

/* ---------- Hero section ---------- */
.ivb-page .ivb-hero {
  position: relative;
  min-height: 520px;
  padding: 40px 30px 30px 30px;
  display: block;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.ivb-page .ivb-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: linear-gradient(rgb(255 255 255 / 0%) 0px, rgb(255 255 255 / 0%) 54px, #00000000 145px), linear-gradient(92deg, rgb(255 255 255), rgb(255 255 255) 21%, transparent 76%), url(../images/botoxhero.jpg);
  background-size: 80%, cover;
  background-position: center center, center center, right center;
  background-repeat: no-repeat;
}

.ivb-page .ivb-hero-content {
  position: relative;
  z-index: 1;
  width: min(650px, 58vw);
  /* margin-left: 52px; */
  margin-top: 0;
}

.ivb-page .ivb-hero-content h1 {
  margin-bottom: 14px;
  color: var(--ivb-navy);
  font-family: Narnoor, serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2px;
}

.ivb-page .ivb-hero-content h1 span {
  color: var(--ivb-teal);
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: normal;
}

.ivb-page .ivb-hero-content h1 span sup {
  font-size: 25px;
  vertical-align: text-top;
  font-weight: 700;
}

.ivb-page .ivb-hero-content sup {
  margin-left: 2px;
  font-family: Mulish, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  vertical-align: text-top;
}

.ivb-page .ivb-hero-content p {
  max-width: 560px;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.42;
}

.ivb-page .ivb-hero-content small {
  display: block;
  max-width: 560px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.ivb-page .ivb-hero-actions {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 15px;
}

/* ---------- Trust strip ---------- */
.ivb-page .ivb-trust-strip {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--ivb-deep-blue);
  color: var(--ivb-white);
}

.ivb-page .ivb-trust-strip article {
  position: relative;
  min-height: 112px;
  padding: 18px 34px;
  display: grid;
  grid-template-columns: 55px 1fr;
  align-items: center;
  gap: 20px;
}

.ivb-page .ivb-trust-strip article::after,
.iv-nw-peptide .iv-nw-peptide-trust-strip article::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 64px;
  background: rgba(255, 255, 255, 0.46);
  transform: translateY(-50%);
}

.ivb-page .ivb-trust-strip article:last-child::after,
.iv-nw-peptide .iv-nw-peptide-trust-strip article:last-child::after {
  display: none;
}

.ivb-page .ivb-trust-strip img {
  min-width: 66px;
  min-height: 62px;
  justify-self: center;
  filter: brightness(0) invert(1);
}

.ivb-page .ivb-trust-strip h3 {
  margin-bottom: 8px;
  color: var(--ivb-white);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.045em;
}

.ivb-page .ivb-trust-strip p {
  max-width: 260px;
  margin-bottom: 0;
  color: var(--ivb-white);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

/* ---------- Intro information cards ---------- */
.ivb-page .ivb-info-grid {
  padding: 30px 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1200px;
  margin: auto;
}

.ivb-page .ivb-info-card {
  position: relative;
  justify-content: start;
  padding: 22px 28px 18px 122px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ivb-white);
  box-shadow: var(--ivb-shadow);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ivb-page .ivb-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 55px rgba(6, 31, 91, 0.14);
}

.ivb-page .ivb-info-card h3 {
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 900;
}

.ivb-page .ivb-info-card p {
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.ivb-page .ivb-learn-link {
  margin-top: 13px;
  gap: 7px;
  color: var(--ivb-navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.ivb-page .ivb-info-card .ivb-learn-link {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.ivb-page .ivb-info-card:hover .ivb-learn-link {
  opacity: 1;
  transform: none;
}

.ivb-page .ivb-botox-logo,
.ivb-page .ivb-purple-mark,
.ivb-page .ivb-clock-mark {
  position: absolute;
  left: 31px;
  top: 27px;
  color: var(--ivb-purple);
}

.ivb-page .ivb-botox-logo {
  width: 70px;
  padding-top: 19px;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--ivb-botox-purple);
}

.ivb-page .ivb-botox-logo::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 16px;
  width: 38px;
  height: 15px;
  border-top: 3px solid var(--ivb-botox-purple);
  border-radius: 50%;
  transform: rotate(-7deg);
}

.ivb-page .ivb-purple-mark {
  width: 64px;
  height: 64px;
  font-size: 0;
  background:
    radial-gradient(circle at 50% 50%, var(--ivb-purple) 0 3px, transparent 3.5px),
    radial-gradient(circle at 50% 4%, var(--ivb-purple) 0 2.5px, transparent 3px),
    radial-gradient(circle at 50% 96%, var(--ivb-purple) 0 2.5px, transparent 3px),
    radial-gradient(circle at 4% 50%, var(--ivb-purple) 0 2.5px, transparent 3px),
    radial-gradient(circle at 96% 50%, var(--ivb-purple) 0 2.5px, transparent 3px),
    radial-gradient(circle at 18% 18%, var(--ivb-purple) 0 2.5px, transparent 3px),
    radial-gradient(circle at 82% 18%, var(--ivb-purple) 0 2.5px, transparent 3px),
    radial-gradient(circle at 18% 82%, var(--ivb-purple) 0 2.5px, transparent 3px),
    radial-gradient(circle at 82% 82%, var(--ivb-purple) 0 2.5px, transparent 3px),
    radial-gradient(circle at 50% 26%, var(--ivb-purple) 0 2px, transparent 2.5px),
    radial-gradient(circle at 50% 74%, var(--ivb-purple) 0 2px, transparent 2.5px),
    radial-gradient(circle at 26% 50%, var(--ivb-purple) 0 2px, transparent 2.5px),
    radial-gradient(circle at 74% 50%, var(--ivb-purple) 0 2px, transparent 2.5px);
  background-repeat: no-repeat;
}

.ivb-page .ivb-clock-mark {
  width: 58px;
  height: 58px;
  border: 3px solid var(--ivb-purple);
  border-radius: 50%;
}

.ivb-page .ivb-clock-mark::before,
.ivb-page .ivb-clock-mark::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 12px;
  width: 3px;
  height: 18px;
  border-radius: 3px;
  background: var(--ivb-purple);
  transform-origin: 50% 100%;
}

.ivb-page .ivb-clock-mark::after {
  transform: rotate(125deg);
}

/* ---------- Common panel styling ---------- */
.ivb-page .ivb-panel {
  margin: 0 24px 18px;
  border: 1px solid var(--ivb-line);
  border-radius: 12px;
  background: var(--ivb-white);
  box-shadow: var(--ivb-panel-shadow);
}

.ivb-page .ivb-panel h2,
.ivb-page .ivb-faq h2 {
  margin: 0 0 25px;
  color: var(--ivb-navy);
  text-align: center;
  font-family: Narnoor, serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.02em;
}

/* ---------- Treatment areas ---------- */
.ivb-page .ivb-treatment {
  padding: 40px 0;
  max-width: 1200px;
  margin: auto;
}

.ivb-page .ivb-treatment h2 {
  background: var(--ivb-white);
  padding: 0 20px;
}

.ivb-page .ivb-area-labels {
  margin: 8px 0 20px;
  /* display: grid; */
  grid-template-columns: 1.15fr 1fr;
  color: var(--ivb-teal);
  text-align: center;
  font-size: 14px;
  font-weight: 900;
}

.ivb-page .ivb-area-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 20px;
}

.ivb-page .ivb-area-grid article {
  text-align: center;
}

/* .ivb-page .ivb-area-grid .fc-img-cnt {
  max-height: 140px;
  min-height: 140px;
  border-radius: 5px;
} */

.ivb-page .ivb-area-grid img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 5px;
}

/* .ivb-page .ivb-area-grid img {
  width: 100%;
  object-fit: cover;
} */

.ivb-page .ivb-area-grid h4 {
  margin: 10px 0 4px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.ivb-page .ivb-area-grid p {
  font-size: 13px;
  line-height: 1.25;
}

.ivb-page .ivb-note {
  margin: 10px auto 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.45;
  max-width: 920px;
}

/* ---------- Pricing and rewards ---------- */
.ivb-page .ivb-split {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 28px 0;
}

.ivb-page .ivb-split .ivb-panel {
  margin: 0;
  padding: 30px 20px;
}

.ivb-page .ivb-price-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ivb-page .ivb-price-grid article {
  min-height: 124px;
  padding: 16px 10px;
  border-radius: 6px;
  background: var(--ivb-white);
  box-shadow: var(--ivb-shadow);
  text-align: center;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 5px;
}

.ivb-page .ivb-price-grid article:hover {
  background: var(--ivb-teal);
  color: var(--ivb-white);
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 87, 107, 0.2);
}

.ivb-page .ivb-price-grid article:hover del {
  color: #FFF;
}

.ivb-page .ivb-price-grid h4 {
  /* margin-bottom: 10px; */
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

/* .ivb-page .ivb-price-grid .price-info {
  margin-top: auto;
} */

.ivb-page .ivb-price-grid strong {
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
}

.ivb-page .ivb-price-grid small {
  font-size: 21px;
  vertical-align: 18px;
}

.ivb-page .ivb-price-grid p {
  margin: 8px 0;
  font-size: 12px;
  font-weight: 900;
}

.ivb-page .ivb-price-grid del {
  color: #e21d35;
  font-size: 19px;
  font-weight: 900;
}

.ivb-page .ivb-alle {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  align-items: center;
  gap: 24px;
  transition: background-color 0.28s ease, color 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

.ivb-page .ivb-alle-logo {
  color: #111111;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 73px;
  font-weight: 300;
}

.ivb-page .ivb-alle h2 {
  margin-bottom: 20px;
  color: var(--ivb-teal);
  text-align: left;
}

.ivb-page .ivb-alle p {
  font-size: 15px;
  line-height: 1.6;
}

/* ---------- What to expect ---------- */
.ivb-page .ivb-expect {
  padding: 25px 0;
  max-width: 1200px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ivb-page .ivb-expect h2 {
  margin-bottom: 11px;
}

.ivb-page .ivb-steps {
  padding: 0 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.ivb-page .ivb-steps article {
  position: relative;
  min-height: 94px;
  padding: 8px 22px 8px 8px;
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  column-gap: 14px;
  border: 0;
  align-items: start;
}

.ivb-page .ivb-steps article:last-child {
  border-right: 0;
}

.ivb-page .ivb-steps img {
  width: 48px;
  height: 48px;
  justify-self: center;
  filter: brightness(0) saturate(100%) invert(28%) sepia(33%) saturate(1777%) hue-rotate(139deg) brightness(91%) contrast(101%);
  padding-top: 20px;
}

.ivb-page .ivb-steps b {
  position: absolute;
  left: 53px;
  top: 5px;
  z-index: 2;
  width: 24px;
  height: 24px;
  border: 2px solid var(--ivb-white);
  border-radius: 50%;
  background: var(--ivb-teal);
  color: var(--ivb-white);
  box-shadow: 0 1px 4px rgba(6, 31, 91, 0.12);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.ivb-page .ivb-steps h4 {
  margin-bottom: 6px;
  color: var(--ivb-navy);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
}

.ivb-page .ivb-steps p {
  width: 100%;
  font-size: 14px;
  line-height: 1.45;
}

/* ---------- Results slider ---------- */
.ivb-page .ivb-results {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 35px 0;
  overflow: visible;
}

.ivb-page .ivb-result-carousel {
  position: relative;
  margin-top: 10px;
  padding: 0 38px;
}

.ivb-page .ivb-slider-card {
  overflow: hidden;
  height: 350px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(6, 31, 91, 0.08);
}

.ivb-page .ivb-ba-slider {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 10px;
  background: #dddddd;
}

.ivb-page .ivb-ba-slider img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.ivb-page .ivb-after-img {
  position: absolute;
  inset: 0;
  width: 100%;
}

.ivb-page .ivb-before-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.ivb-page .ivb-before-wrap img {
  max-width: none;
  object-position: left top;
}

.ivb-page .ivb-label {
  position: absolute;
  top: 18px;
  color: var(--ivb-white);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ivb-page .ivb-before-label {
  left: 25px;
}

.ivb-page .ivb-after-label {
  left: 53%;
}

.ivb-page .ivb-ba-slider input {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  opacity: 0;
  cursor: grab;
}

.ivb-page .ivb-ba-slider input:active {
  cursor: grabbing;
}

.ivb-page .ivb-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 3;
  width: 2px;
  background: var(--ivb-white);
  transform: translateX(-1px);
}

.ivb-page .ivb-divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--ivb-white);
  color: var(--ivb-navy);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.ivb-page .ivb-slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 46px;
  height: 46px;
  border: 1px solid #dce5f0;
  border-radius: 50%;
  background: var(--ivb-white);
  color: var(--ivb-navy);
  box-shadow: 0 8px 24px rgba(6, 31, 91, 0.16);
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 36px;
  line-height: 1;
  padding: 0 0 4px;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.ivb-page .ivb-slide-arrow:hover {
  background: var(--ivb-soft);
  transform: translateY(-50%) scale(1.06);
}

.ivb-page .ivb-slide-arrow-left {
  left: 0;
}

.ivb-page .ivb-slide-arrow-right {
  right: 0;
}

.ivb-page .ivb-dots {
  margin: 21px 0 8px;
  display: flex;
  justify-content: center;
  gap: 18px;
}

.ivb-page .ivb-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cfd6df;
  cursor: pointer;
}

.ivb-page .ivb-dots .active {
  background: var(--ivb-navy);
}

.ivb-page .ivb-center-text {
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
}

.ivb-page .ivb-results em {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
}

/* ---------- FAQ section ---------- */
.ivb-page .ivb-faq {
  max-width: 1200px;
  margin: auto;
  padding: 35px 32px 35px;
}

.ivb-page .ivb-faq-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 22px;
}

.ivb-page .ivb-faq details {
  border: 1px solid var(--ivb-line);
  border-radius: 5px;
  background: var(--ivb-white);
  height: max-content;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.ivb-page .ivb-faq details:hover {
  border-color: #072766;
  box-shadow: 0 8px 24px rgba(7, 39, 102, 0.054);
  transform: translateY(-2px);
}

.ivb-page .ivb-faq details[open] {
  border-color: #072766;
  /* box-shadow: 0 12px 30px rgba(7, 39, 102, 0.12); */
}

.ivb-page .ivb-faq summary {
  padding: 11px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  outline: none;
}

.ivb-page .ivb-faq summary::-webkit-details-marker {
  display: none;
}

.ivb-page .ivb-faq summary::after {
  content: "+";
  font-size: 18px;
}

.ivb-page .ivb-faq details[open] summary::after {
  content: "−";
}

.ivb-page .ivb-faq details p {
  padding: 0 20px 0px;
  font-size: 12px;
}

/* ---------- Safety information ---------- */
.ivb-page .ivb-safety {
  max-width: 1200px;
  margin: auto;
  padding: 0;
  border: 1px solid var(--ivb-line);
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 24px;
}

.ivb-page .ivb-safety div {
  padding: 14px 18px;
}

.ivb-page .ivb-safety h4 {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 900;
}

.ivb-page .ivb-safety p {
  font-size: 13px;
  line-height: 1.2;
  margin: 0;
}

.ivb-page .ivb-safety .ivb-safety-links i {
  width: 13px;
  height: auto;
  font-size: 12px;
  color: #005d6c;
}

.ivb-page .ivb-safety-links {
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  padding: 14px 18px;
}

.ivb-page .ivb-safety-links a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--ivb-teal);
  font-size: 13px;
  font-weight: 900;
}

.ivb-page .ivb-safety-links a span {
  background: #e9f4f6;
  padding: 6px 5px 6px 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 23px;
}

.ivb-page .ivb-safety-links a:hover span {
  background: #005d6c;
}

.ivb-page .ivb-safety-links a:hover i {
  color: #FFF;
}

.ivb-page .ivb-safety-links a:hover {
  text-decoration: underline;
  opacity: 0.9;
}

/* .ivb-page .ivb-safety-links span {
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 1;
} */

/* ---------- Bottom CTA ---------- */
.ivb-page .ivb-cta {
  max-width: 1200px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 18px 0;
  border-radius: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 24px;
  background: var(--ivb-deep-blue);
  color: var(--ivb-white);
}

.ivb-page .ivb-cta-text {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-left: 20px;
  padding-right: 20px;
}

.ivb-page .ivb-cta-text img {
  width: 38px;
  height: 38px;
}

.ivb-page .ivb-cta strong {
  display: block;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.ivb-page .ivb-cta small {
  display: block;
  font-size: 13px;
  font-weight: 400;
}

.ivb-page .ivb-button-white {
  min-width: 236px;
  border: 1.5px solid var(--ivb-white);
  background: transparent;
  color: var(--ivb-white);
}

.ivb-page .ivb-button-white b {
  background: rgba(255, 255, 255, 0.18);
  color: var(--ivb-white);
}

.ivb-page .ivb-button-white:is(:hover, :focus-visible) {
  background: var(--ivb-white);
  color: var(--ivb-teal);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
  transform: translateY(-1px);
}

.ivb-page .ivb-button-white:is(:hover, :focus-visible) b {
  background: var(--ivb-navy);
  color: var(--ivb-white);
}

.ivb-page .ivb-phone {
  justify-self: center;
  gap: 14px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  margin-right: 30px;
}

.ivb-page .ivb-phone img {
  width: 36px;
  height: 36px;
}

.ivb-page .ivb-footer {
  padding: 0 0 13px;
  color: #566a95;
  text-align: center;
  font-size: 11px;
}

.ivb-page #about,
.ivb-page #treatments,
.ivb-page #pricing,
.ivb-page #results,
.ivb-page #booking {
  scroll-margin-top: 82px;
}

/* ---------- Allē reward card interaction ---------- */
.ivb-page .ivb-alle .ivb-learn-link {
  width: max-content;
  margin-top: 16px;
  color: var(--ivb-teal);
  opacity: 1;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.ivb-page .ivb-alle .ivb-learn-link span {
  width: 19px;
  height: 19px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  line-height: 1;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.ivb-page .ivb-alle .ivb-learn-link span i {
  font-size: 13px;
}

.ivb-page .ivb-alle:is(:hover, :focus-within) {
  background: var(--ivb-teal);
  color: var(--ivb-white);
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(0, 87, 107, 0.16);
}

.ivb-page .ivb-alle:is(:hover, :focus-within) :is(h2, p, .ivb-alle-logo, .ivb-learn-link) {
  color: var(--ivb-white);
}

.ivb-page .ivb-alle:is(:hover, :focus-within) .ivb-learn-link {
  opacity: 1;
  transform: translateY(0);
}

.ivb-page .ivb-alle:is(:hover, :focus-within) .ivb-learn-link span {
  transform: translateX(3px);
}

/* Hair loss page */

.ivh-page {
  --navy: #051e43;
  --gold: #b6925c;
  --gold-light: #d5b072;
  --line: #d9cfc4;
  --body: #101b2d;
  --serif: "Narnoor", "Nanum Myeongjo", Georgia, serif;
  --sans: "Mulish", Arial, sans-serif;
  --page-margin: clamp(24px, 6.8vw, 104px);
  --section-space: clamp(35px, 2.8vw, 50px);
}

.ivh-page {
  margin: 0;
  color: var(--body);
  background: #fff;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}

.ivh-page a {
  color: inherit;
  text-decoration: none;
}

.ivh-page .site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  padding: 0 var(--page-margin);
  display: flex;
  align-items: center;
  gap: 32px;
  background: transparent;
}

.ivh-page .logo {
  width: 215px;
  color: var(--navy);
  text-align: center;
  line-height: 1;
}

.ivh-page .logo span {
  display: block;
  font-family: var(--serif);
  font-size: 34px;
  letter-spacing: 6px;
}

.ivh-page .logo small {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 6px;
}

.ivh-page .main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(25px, 3vw, 52px);
}

.ivh-page .main-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #07152a;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.ivh-page .main-nav a:hover {
  color: var(--gold);
}

.ivh-page .main-nav .nav-services-link {
  gap: 7px;
}

.ivh-page .main-nav .nav-services-icon {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  display: inline-block;
  transform: translateY(-2px) rotate(45deg);
}

.ivh-page .button {
  min-height: 44px;
  padding: 0 28px;
  border: 1px solid var(--navy);
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--navy);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .2px;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  text-transform: uppercase;
  transition: .25s ease;
}

.ivh-page .button:hover {
  color: var(--navy);
  background: #fff;
}

.ivh-page .header-button {
  min-width: 145px;
  border-radius: 30px;
  white-space: nowrap;
}

.ivh-page .main-nav .mobile-nav-button {
  display: none;
}

.ivh-page .menu-toggle {
  display: none;
}

.ivh-page .hero {
  min-height: 510px;
  padding: 40px 30px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #f5f1ed;
}

.ivh-page .hero-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ivh-page .hero-content {
  position: relative;
  z-index: 1;
  width: min(560px, 48%);
  margin: auto 0;
}

.ivh-page .eyebrow {
  margin: 0 0 2px;
  color: #a27d4e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.ivh-page h1 {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: o.2px;
}

.ivh-page h1 {
  font-size: clamp(44px, 4.4vw, 48px);
}

.ivh-page h1 sup {
  font: 600 14px var(--sans);
  /* vertical-align: top; */
}

.ivh-page h2 {
  font-size: 34px;
  position: relative;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.2;
  color: var(--navy);
  font-family: var(--serif);
}

.ivh-page .plans-section .section-heading h2 {
  position: relative;
}

.ivh-page .plans-section .section-heading h2::after {
  content: "";
  width: 64px;
  height: 2px;
  background: #cc8b22;
  display: block;
  margin: 12px auto 12px;
}

.ivh-page .gold-line {
  width: 49px;
  height: 1px;
  margin: 23px 0 18px;
  background: var(--gold);
}

.ivh-page .hero-content>p:not(.eyebrow) {
  max-width: 500px;
  margin: 0 0 18px;
  font-size: 16px;
}

.ivh-page .hero-actions {
  margin-top: 25px;
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: wrap;
}

.ivh-page .hero-actions .button {
  width: auto;
  min-width: 0;
  padding-right: 18px;
  padding-left: 18px;
  flex: 0 1 auto;
}

.ivh-page .button-outline {
  color: var(--navy);
  background: transparent;
}

.ivh-page .button-outline:hover {
  color: #fff;
  background: var(--navy);
}

.ivh-page .section {
  padding-right: var(--page-margin);
  padding-left: var(--page-margin);
}

.ivh-page .system-section,
.ivh-page .results-section,
.ivh-page .plans-section {
  padding-top: var(--section-space);
}

.ivh-page .faq-section {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.ivh-page .section-heading {
  max-width: 1200px;
  margin: 0 auto 22px;
  text-align: center;
}

.ivh-page .section-heading>p:last-child {
  margin: 14px auto 0;
  font-size: 14px;
}

.ivh-page .section-heading .eyebrow {
  margin-bottom: 2px;
}

.ivh-page .system-section .benefit-grid {
  max-width: 1200px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ivh-page .system-section .benefit {
  min-height: 165px;
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
}

.ivh-page .system-section .benefit+.benefit::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 1px;
  height: 140px;
  background: var(--line);
}

.ivh-page .system-section .icon-circle,
.ivh-page .plans-section .plan-icon {
  width: 53px;
  height: 53px;
  margin: 0 auto 8px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 31px;
  line-height: 1;
}

.ivh-page .system-section .icon-circle img,
.ivh-page .plans-section .plan-icon img,
.ivh-page .cta-footer .cta-footer__mark-image,
.ivh-page .cta-footer .cta-footer__phone-icon {
  display: block;
  object-fit: contain;
}

.ivh-page .system-section .service-icon img {
  width: 29px;
  height: 29px;
}

.ivh-page .system-section .service-icon-leaf img {
  width: 42px;
  height: 42px;
}

.ivh-page .system-section .service-icon-person img {
  width: 28px;
  height: 28px;
}

.ivh-page .system-section .benefit h3,
.ivh-page .plans-section .plan-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.ivh-page .system-section .benefit p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.55;
}

.ivh-page .results-section .section-heading {
  margin-bottom: 10px;
}

.ivh-page .results-section .comparison-carousel {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.ivh-page .results-section .comparison {
  width: 100%;
  height: 360px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  background: #eee;
  box-shadow: 0 3px 15px rgba(8, 29, 61, .08);
  margin-top: 0;
}

.ivh-page .results-section .ivh-comparison-slide-active {
  animation: ivh-comparison-slide-active .28s ease;
}

@keyframes ivh-comparison-slide-active {
  50% {
    opacity: .82;
  }
}

.ivh-page .results-section .comparison-arrow {
  width: 52px;
  height: 48px;
  padding: 5px 0 4px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: #fff;
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

.ivh-page .results-section .comparison-arrow:hover {
  border-color: var(--navy);
  color: #fff;
  background: var(--navy);
  transform: scale(1.06);
}

.ivh-page .results-section .comparison-panel {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.ivh-page .results-section .comparison-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}

.ivh-page .results-section .comparison-before {
  object-position: center 44%;
}

.ivh-page .results-section .comparison-panel-after {
  clip-path: inset(0 0 0 50%);
  z-index: 2;
}

.ivh-page .results-section .comparison-panel-before {
  z-index: 1;
}

.ivh-page .results-section .comparison-label {
  position: absolute;
  z-index: 5;
  top: 17px;
  padding: 5px 18px;
  border-radius: 3px;
  color: #fff;
  background: var(--navy);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.ivh-page .results-section .comparison,
.ivh-page .results-section .comparison * {
  -webkit-user-select: none;
  user-select: none;
}

.ivh-page .results-section .comparison-label,
.ivh-page .results-section .comparison-handle,
.ivh-page .results-section .comparison-divider,
.ivh-page .results-section .comparison-image {
  pointer-events: none;
  -webkit-user-drag: none;
}

.ivh-page .results-section .label-before {
  left: 22px;
}

.ivh-page .results-section .label-after {
  right: 22px;
}

.ivh-page .results-section .comparison-divider {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, .8);
  transform: translateX(-50%);
  pointer-events: none;
}

.ivh-page .results-section .comparison-handle {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--navy);
  background: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
}

.ivh-page .results-section .comparison-handle span {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
}

.ivh-page .disclaimer,
.ivh-page .bundle-note {
  margin: 15px 0 0;
  font-size: 14px;
  text-align: center;
}

.ivh-page .results-section .dots,
.nouva-page .nouva-results .dots {
  margin: 11px 0 5px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.ivh-page .results-section .dot,
.nouva-page .nouva-results .dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ddd8d2;
  cursor: pointer;
}

.ivh-page .results-section .dot.active,
.nouva-page .nouva-results .dot.active {
  background: var(--navy);
}

.ivh-page .results-section .dot:focus-visible,
.nouva-page .nouva-results .dot:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.ivh-page .plans-section .section-heading {
  margin-bottom: 22px;
}

.ivh-page .plan-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.ivh-page .plan-card {
  min-height: 365px;
  padding: 24px 30px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 14px rgba(8, 29, 61, .06);
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease;
}

.ivh-page .plan-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold);
  box-shadow: 0 10px 25px rgba(8, 29, 61, .13);
}

.ivh-page .plan-card:nth-child(2) {
  padding-top: 14px;
  border-color: var(--gold);
}

.ivh-page .plan-ribbon {
  margin: -14px -30px 10px;
  padding: 4px;
  color: #fff;
  background: var(--navy);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.ivh-page .plan-icon {
  width: 51px;
  height: 51px;
  margin-bottom: 7px;
  border: none;
  background: #d6e9f4;
  font-size: 27px;
}

.ivh-page .plan-icon img {
  width: 27px;
  height: 27px;
}

.ivh-page .plan-card:nth-child(2) .plan-icon {
  background: var(--navy);
}

.ivh-page .plan-card:nth-child(2) .plan-icon img {
  width: 31px;
  height: 31px;
}

.ivh-page .plan-subtitle {
  margin: 4px 0 0;
  font-size: 14px;
}

.ivh-page .price {
  margin: 7px 0 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.ivh-page .price-note {
  position: relative;
}

.ivh-page .plan-card:nth-child(1) .price::after,
.ivh-page .plan-card:nth-child(3) .price::after,
.ivh-page .price-note::after {
  content: "";
  width: 64px;
  height: 2px;
  background: #eef1f4;
  display: block;
  margin: 12px auto 0px;
}

.ivh-page .price-note {
  margin: 0;
  font-size: 14px;
}

.ivh-page .plan-card ul {
  margin: 16px 0 14px;
  padding: 0;
  text-align: left;
}

.ivh-page .plan-card li {
  margin-bottom: 5px;
  padding-left: 17px;
  position: relative;
  list-style: none;
  font-size: 14px;
  line-height: 1.45;
}

.ivh-page .plan-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--navy);
  font-weight: 800;
}

.ivh-page .plan-card .button {
  width: auto;
  min-height: 42px;
  margin-top: auto;
  font-size: 14px;
}

.ivh-page .faq-section .section-heading {
  margin-bottom: 30px;
}

.ivh-page .faq-list {
  max-width: 1200px;
  margin: 0 auto;
}

.ivh-page .faq-list details {
  margin-bottom: 6px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
  transition: box-shadow .25s ease;
}

.ivh-page .faq-list details:hover {
  box-shadow: 0 6px 16px rgba(8, 29, 61, .08);
}

.ivh-page .faq-list summary {
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.ivh-page .faq-list summary::-webkit-details-marker {
  display: none;
}

.ivh-page .faq-list summary::after {
  content: "+";
  font-size: 16px;
  line-height: 1;
}

.ivh-page .faq-list details[open] summary::after {
  content: "−";
}

.ivh-page .faq-list details p {
  margin: 0;
  padding: 0 20px 16px;
  font-size: 14px;
}

.ivh-page .cta-footer_section {
  background: linear-gradient(110deg, #092951, #082045);
}

.ivh-page .cta-footer {
  min-height: 145px;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  color: #fff;
}

.ivh-page .cta-footer .cta-footer__intro {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 25px;
  text-align: center;
}

.ivh-page .cta-footer .cta-footer__mark {
  width: 74px;
  height: 74px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--gold-light);
  font: 50px var(--serif);
}

.ivh-page .cta-footer .cta-footer__mark-image {
  width: 50px;
  height: 50px;
}

.ivh-page .cta-footer .cta-footer__title {
  color: #fff;
  font-size: 30px;
  text-align: left;
}

.ivh-page .cta-footer .cta-footer__copy {
  text-align: left;
}

.ivh-page .cta-footer .cta-footer__text {
  max-width: 340px;
  margin: 8px auto 0;
  font-size: 14px;
  text-align: left;
}

.ivh-page .cta-footer .cta-footer__contact {
  min-height: 105px;
  padding-left: 40px;
  border-left: 1px solid rgba(213, 176, 114, .65);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ivh-page .cta-footer .cta-footer__phone {
  width: 274px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.ivh-page .cta-footer .cta-footer__phone-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
}

.ivh-page .cta-footer .cta-footer__phone-text {
  font: 700 20px var(--serif);
}

.ivh-page .cta-footer .cta-footer__button {
  width: min(100%, 274px);
  min-width: 0;
  min-height: 39px;
  padding: 8px 18px;
  border-color: var(--gold-light);
  gap: 8px;
  justify-content: center;
  background: var(--gold-light);
  white-space: nowrap;
}

.ivh-page .cta-footer .cta-footer__button:hover {
  border-color: #fff;
}

.ivh-page .cta-footer .cta-footer__button-icon {
  flex: 0 0 auto;
  font-size: 23px;
  line-height: 1;
  transform: translateY(-1px);
}


/* Responsiveness */

.iv-nw-drip {
  --navy: #071b36;
  --teal: #006274;
  --teal-dark: #00495a;
  --gold: #bb7610;
  --line: #d5e0e8;
  --paper: #fbfcfd;
  --serif: "Narnoor", "Nanum Myeongjo", Georgia, serif;
  --sans: "Mulish", Arial, sans-serif;
  --min-font-size: 14px;
}

.iv-nw-drip * {
  box-sizing: border-box;
}

.iv-nw-drip {
  scroll-behavior: smooth;
}

.iv-nw-drip {
  margin: 0;
  color: var(--navy);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.45;
}

.iv-nw-drip a {
  color: inherit;
  text-decoration: none;
}

.iv-nw-drip h1,
.iv-nw-drip h2,
.iv-nw-drip h3,
.iv-nw-drip h4,
.iv-nw-drip p {
  margin-top: 0;
}

.iv-nw-drip h1,
.iv-nw-drip h2,
.iv-nw-drip h3,
.iv-nw-drip h4 {
  font-family: var(--serif);
}

.iv-nw-drip .iv-nw-drip-button {
  min-height: 50px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .3px;
  cursor: pointer;
  transition:
    color .2s ease,
    background-color .2s ease,
    border-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}

.iv-nw-drip .iv-nw-drip-button img {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
  transition: transform .2s ease, filter .2s ease;
}

.iv-nw-drip .iv-nw-drip-button:hover,
.iv-nw-drip .iv-nw-drip-button:focus-visible {
  transform: translateY(-3px);
  outline: none;
}

.iv-nw-drip .iv-nw-drip-button:hover img,
.iv-nw-drip .iv-nw-drip-button:focus-visible img {
  transform: scale(1.08);
}


.iv-nw-drip .iv-nw-drip-hero {
  min-height: 585px;
  display: flex;
  align-items: center;
  padding: 40px 30px;
  background:
    linear-gradient(90deg, rgb(253 253 253 / 0%) 0%, rgba(250, 253, 255, .88) 30%, rgba(250, 253, 255, .08) 58%),
    url("../images/driphero.jpg") center/cover no-repeat;
}

.iv-nw-drip .iv-nw-drip-hero-content {
  width: min(520px, 44vw);
}

.iv-nw-drip .iv-nw-drip-eyebrow {
  display: none;
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.iv-nw-drip .iv-nw-drip-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(48px, 5.4vw, 48px);
  line-height: 1.2;
  letter-spacing: 0.2px;
  font-weight: 700;
}

.iv-nw-drip .iv-nw-drip-hero h1 em {
  color: var(--teal);
  font-style: normal;
}

.iv-nw-drip .iv-nw-drip-gold-rule {
  display: block;
  width: 58px;
  height: 3px;
  margin: 21px 0;
  background: var(--gold);
}

.iv-nw-drip .iv-nw-drip-hero-copy {
  max-width: 430px;
  margin-bottom: 16px;
  line-height: 1.6;
}

.iv-nw-drip .iv-nw-drip-hero-points p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0;
  font-weight: 800;
}

.iv-nw-drip .iv-nw-drip-round-icon {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 40px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 20px;
}

.iv-nw-drip .iv-nw-drip-round-icon img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}

.iv-nw-drip .iv-nw-drip-section {
  margin: clamp(28px, 2vw, 55px) auto;
  padding: 0;
  max-width: 1200px;
}

.iv-nw-drip .iv-nw-drip-section-narrow {
  /* width: calc(100% - clamp(48px, 8.4vw, 132px)); */
  max-width: 1200px;
  margin: clamp(25px, 3vw, 42px) auto;
}

.iv-nw-drip .iv-nw-drip-section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.iv-nw-drip .iv-nw-drip-section-heading>span {
  width: 132px;
  height: 1px;
  background: var(--gold);
}

.iv-nw-drip .iv-nw-drip-section-heading h2 {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 500;
}

.iv-nw-drip .iv-nw-drip-section-heading p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.iv-nw-drip .iv-nw-drip-treatment-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.iv-nw-drip .iv-nw-drip-treatment-card {
  min-height: 340px;
  padding: 17px 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ccd9e2;
  border-radius: 17px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 4px 8px rgba(5, 54, 74, .08);
  text-align: center;
  transition:
    border-color .25s ease,
    box-shadow .25s ease,
    transform .25s ease;
}

.iv-nw-drip .iv-nw-drip-treatment-card:hover {
  border-color: rgba(187, 118, 16, .65);
  box-shadow: 0 13px 26px rgba(5, 54, 74, .16);
  transform: translateY(-7px);
}

.iv-nw-drip .iv-nw-drip-service-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border: 5px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  color: #fff;
  font: 700 28px var(--serif);
  box-shadow: 0 5px 12px rgba(4, 61, 78, .16);
  transition: box-shadow .25s ease, transform .25s ease;
}

.iv-nw-drip .iv-nw-drip-treatment-card:hover .iv-nw-drip-service-icon {
  box-shadow: 0 8px 17px rgba(4, 61, 78, .24);
  transform: scale(1.06);
}

.iv-nw-drip .iv-nw-drip-service-icon img {
  width: 36px;
  height: 36px;
  display: block;
  object-fit: contain;
}

.iv-nw-drip .iv-nw-drip-service-icon.iv-nw-drip-teal {
  background: #076676;
}

.iv-nw-drip .iv-nw-drip-service-icon.iv-nw-drip-green {
  background: #267b49;
}

.iv-nw-drip .iv-nw-drip-service-icon.iv-nw-drip-blue {
  background: #086a8c;
}

.iv-nw-drip .iv-nw-drip-service-icon.iv-nw-drip-purple {
  background: #8071c7;
}

.iv-nw-drip .iv-nw-drip-treatment-card h3 {
  margin: 10px 0 8px;
  font-size: 19px;
  line-height: 1.2;
}

.iv-nw-drip .iv-nw-drip-treatment-card p {
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 1.6;
}

.iv-nw-drip .iv-nw-drip-treatment-card i {
  width: 48px;
  height: 1px;
  margin: auto 0 18px;
  background: var(--gold);
}

.iv-nw-drip .iv-nw-drip-treatment-card strong {
  font: 700 28px var(--serif);
  color: #080808;
}

.iv-nw-drip .iv-nw-drip-treatment-card small {
  font-size: 14px;
  color: #020d20;
}

.iv-nw-drip .iv-nw-drip-featured {
  background: linear-gradient(180deg, #fff 55%, #eef5fa);
}

.iv-nw-drip .iv-nw-drip-price-list {
  width: 100%;
  margin: auto 0 0;
  padding: 7px 14px;
  list-style: none;
  border-radius: 13px;
  background: #e7f0f8;
  color: #111;
  font-size: 14px;
}

.iv-nw-drip .iv-nw-drip-price-list li {
  padding: 3px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dfeaf4;
}

.iv-nw-drip .iv-nw-drip-price-list li:last-child {
  border-bottom: none;
}

.iv-nw-drip .iv-nw-drip-membership {
  min-height: 98px;
  padding: 12px clamp(22px, 4vw, 55px);
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(120deg, #006272, #005466 60%, #08788a);
  box-shadow: 0 8px 17px rgba(0, 72, 87, .15);
}

.iv-nw-drip .iv-nw-drip-crown-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  flex: 0 0 68px;
  border: 2px solid #ef9b20;
  border-radius: 50%;
  color: #ef9b20;
}

.iv-nw-drip .iv-nw-drip-crown-icon svg {
  width: 46px;
  height: 46px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.iv-nw-drip .iv-nw-drip-membership h2 {
  margin-bottom: 0;
  font-size: 22px;
}

.iv-nw-drip .iv-nw-drip-membership p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.3;
}

.iv-nw-drip .iv-nw-drip-outline-button {
  min-width: 290px;
  margin-left: auto;
  border: 2px solid #fff;
  color: #fff;
}

.iv-nw-drip .iv-nw-drip-outline-button:hover,
.iv-nw-drip .iv-nw-drip-outline-button:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--teal-dark);
  box-shadow: 0 9px 18px rgba(0, 42, 52, .2);
}

.iv-nw-drip .iv-nw-drip-boosters {
  margin-bottom: 22px;
}

.iv-nw-drip .iv-nw-drip-booster-layout {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 20px;
}

.iv-nw-drip .iv-nw-drip-booster-grid {
  padding: 25px 10px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.iv-nw-drip .iv-nw-drip-booster-grid article {
  min-height: 158px;
  padding: 0 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #ccd9e2;
  text-align: center;
}

.iv-nw-drip .iv-nw-drip-booster-grid article:last-child {
  border: 0;
}

.iv-nw-drip .iv-nw-drip-booster-grid b,
.iv-nw-drip .iv-nw-drip-symptom-card article b {
  min-height: 50px;
  display: grid;
  place-items: center;
  color: var(--teal-dark);
  font: 500 26px var(--serif);
}

.iv-nw-drip .iv-nw-drip-booster-grid b img,
.iv-nw-drip .iv-nw-drip-symptom-card article b img {
  display: block;
  object-fit: contain;
}

.iv-nw-drip .iv-nw-drip-booster-grid b img {
  width: 54px;
  height: 54px;
}

.iv-nw-drip .iv-nw-drip-symptom-card article b img {
  width: 48px;
  height: 48px;
}

.iv-nw-drip .iv-nw-drip-booster-grid article:nth-child(5) b,
.iv-nw-drip .iv-nw-drip-booster-grid article:nth-child(6) b {
  width: 50px;
  min-height: 50px;
  border: 1.5px solid var(--teal-dark);
  border-radius: 50%;
  font: 800 14px/1 var(--sans);
}

.iv-nw-drip .iv-nw-drip-booster-grid h3 {
  margin: 7px 0;
  font-size: 14px;
  line-height: 1.25;
}

.iv-nw-drip .iv-nw-drip-booster-grid strong,
.iv-nw-drip .iv-nw-drip-symptom-card strong {
  font: 700 24px var(--serif);
  color: #080808;
}

.iv-nw-drip .iv-nw-drip-symptom-card {
  padding: 18px;
  border: 1px solid #e8cdd4;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff7f8, #fbe9ed);
  text-align: center;
}

.iv-nw-drip .iv-nw-drip-symptom-card>h3 {
  color: #a31729;
  font: 800 14px var(--sans);
  text-transform: uppercase;
}

.iv-nw-drip .iv-nw-drip-symptom-card>div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}

.iv-nw-drip .iv-nw-drip-symptom-card article+article {
  border-left: 1px solid #d8c6ca;
}

.iv-nw-drip .iv-nw-drip-symptom-card h4 {
  margin: 5px 0 8px;
  font-size: 14px;
  line-height: 1.3;
}

.iv-nw-drip .iv-nw-drip-symptom-card p {
  margin: 12px 0 0;
  font-size: 12px;
  font-style: italic;
  line-height: 1.25;
}

.iv-nw-drip .iv-nw-drip-safety {
  min-height: 62px;
  padding: 9px 24px 9px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
  max-width: 1200px;
}

.iv-nw-drip .iv-nw-drip-shield {
  width: 34px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
}

.iv-nw-drip .iv-nw-drip-shield img {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
}

.iv-nw-drip .iv-nw-drip-safety p {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
}

.iv-nw-drip .iv-nw-drip-safety .yfh-s {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  justify-content: end;
  color: var(--teal);
  font-size: 14px;
}

.iv-nw-drip .iv-nw-drip-safety a {
  color: var(--teal-dark);
  font: 700 14px/1.35 var(--serif);
  padding-bottom: 6px;
  width: 54%;
  border-left: 1px solid var(--line);
  padding-left: 28px;
}

.iv-nw-drip .iv-nw-drip-faq {
  margin-top: 20px;
}

.iv-nw-drip .iv-nw-drip-compact {
  margin-bottom: 14px;
}

.iv-nw-drip .iv-nw-drip-compact h2::after {
  content: "";
  width: 36px;
  height: 2px;
  display: block;
  margin: 7px auto 0;
  background: var(--gold);
}

.iv-nw-drip .iv-nw-drip-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 10px;
}

.iv-nw-drip details {
  padding: 8px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
  height: 100%;
}

.iv-nw-drip-faq-grid:has(> details[open])>details {
  height: max-content;
}

.iv-nw-drip details:hover,
.iv-nw-drip details:focus-within,
.iv-nw-drip details[open] {
  border-color: rgba(187, 118, 16, .7);
  box-shadow: 0 7px 15px rgba(5, 54, 74, .1);
  transform: translateY(-2px);
}

.iv-nw-drip details[open] {
  height: max-content;
}

.iv-nw-drip summary {
  position: relative;
  padding-right: 26px;
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  transition: color .2s ease;
  font-size: 15px;
}

.iv-nw-drip summary::-webkit-details-marker {
  display: none;
}

.iv-nw-drip summary::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 2px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
  transition: transform .2s ease;
}

.iv-nw-drip details:hover summary,
.iv-nw-drip details:focus-within summary,
.iv-nw-drip details[open] summary {
  color: var(--teal);
}

.iv-nw-drip details[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}

.iv-nw-drip summary:focus-visible {
  outline: 2px solid rgba(187, 118, 16, .55);
  outline-offset: 4px;
}

.iv-nw-drip details p {
  margin: 10px 0 2px;
  color: #3c4c60;
}

.iv-nw-drip .iv-nw-drip-book-footer {
  min-height: 128px;
  margin-top: 32px;
  padding: 20px max(8vw, 45px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  color: #fff;
  background:
    url("../images/uj1.jpg") 0 86% / cover no-repeat,
    radial-gradient(circle at 4% 30%, rgba(255, 255, 255, 0.3) 0 2px, transparent 3px),
    linear-gradient(105deg, #168fa2, #006174 48%, #3aa0b5);
}

.iv-nw-drip .iv-nw-drip-footer-icon,
.iv-nw-drip .iv-nw-drip-footer-button {
  display: flex;
  gap: 20px;
}

.iv-nw-drip .iv-nw-drip-footer-mark {
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .7);
  display: grid;
  place-items: center;
}

.iv-nw-drip .iv-nw-drip-footer-mark::before {
  content: "";
  width: 42px;
  height: 54px;
  background: var(--gold);
  -webkit-mask: url("../images/drp-wh-drop.png") center/contain no-repeat;
  mask: url("../images/drp-wh-drop.png") center/contain no-repeat;
}

.iv-nw-drip .iv-nw-drip-footer-copy {
  margin-right: auto;
}

.iv-nw-drip .iv-nw-drip-footer-copy h2 {
  margin-bottom: 2px;
  font-size: 22px;
  line-height: 1.2;
}

.iv-nw-drip .iv-nw-drip-footer-copy p {
  margin: 0;
  font-size: 14px;
}

.iv-nw-drip .iv-nw-drip-light-button {
  width: 196px;
  padding-inline: 16px;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .18);
}

.iv-nw-drip .iv-nw-drip-light-button:hover,
.iv-nw-drip .iv-nw-drip-light-button:focus-visible {
  background: #f3fbfd;
  color: var(--teal-dark);
  box-shadow: 0 10px 18px rgba(0, 0, 0, .22);
}

.iv-nw-drip .iv-nw-drip-phone-button {
  width: 196px;
  padding-inline: 14px;
  border: 2px solid #fff;
  background: #07566a;
  color: #fff;
  font-family: var(--sans);
  font-size: 16px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.iv-nw-drip .iv-nw-drip-book-footer .iv-nw-drip-button {
  position: relative;
  flex: 0 0 auto;
}

.iv-nw-drip .iv-nw-drip-footer-button-icon {
  display: grid;
  place-items: center;
  flex: 0 0 22px;
}

.iv-nw-drip .iv-nw-drip-footer-button-label {
  white-space: nowrap;
  font-weight: 700;
  font-size: 14px;
}

.iv-nw-drip .iv-nw-drip-phone-button:hover,
.iv-nw-drip .iv-nw-drip-phone-button:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--teal-dark);
  box-shadow: 0 10px 18px rgba(0, 0, 0, .2);
}

.iv-nw-drip .iv-nw-drip-phone-button:hover img,
.iv-nw-drip .iv-nw-drip-phone-button:focus-visible img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(41%) saturate(1642%) hue-rotate(147deg) brightness(91%) contrast(101%);
}

.iv-nw-hrt {
  --green: #0c351b;
  --deep-green: #082c16;
  --gold: #b77a20;
  --cream: #fbfaf7;
  --line: #d9d3c9;
  --text: #101510;
  --muted: #5c625d;
  --serif: "Narnoor", Georgia, serif;
  --sans: "Mulish", Arial, sans-serif;
}

.iv-nw-hrt,
.iv-nw-hrt * {
  box-sizing: border-box;
}

.iv-nw-hrt {
  scroll-behavior: smooth;
}

.iv-nw-hrt {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.45;
}

.iv-nw-hrt a {
  color: inherit;
  text-decoration: none;
}

.iv-nw-hrt .iv-nw-hrt-button,
.iv-nw-hrt .iv-nw-hrt-gold-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .5px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.iv-nw-hrt .iv-nw-hrt-header-button {
  min-height: 54px;
  padding: 0 28px;
  border-radius: 30px;
  color: white;
  background: linear-gradient(100deg, #0d3b1e, #082d17);
}

.iv-nw-hrt .iv-nw-hrt-nav-toggle,
.iv-nw-hrt .iv-nw-hrt-menu-button {
  display: none;
}

.iv-nw-hrt .iv-nw-hrt-mobile-book-button {
  display: none;
}

.iv-nw-hrt .iv-nw-hrt-hero {
  min-height: 590px;
  display: grid;
  grid-template-columns: 43% 57%;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.iv-nw-hrt .iv-nw-hrt-hero-copy {
  max-width: 620px;
  padding: 46px 30px 38px clamp(30px, 6vw, 30px);
  align-self: center;
  position: relative;
  z-index: 2;
}

.iv-nw-hrt .iv-nw-hrt-eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.iv-nw-hrt h1,
.iv-nw-hrt h2,
.iv-nw-hrt h3,
.iv-nw-hrt p {
  margin-top: 0;
}

.iv-nw-hrt h1 {
  margin-bottom: 18px;
  color: #052864;
  font-family: var(--serif);
  font-size: clamp(48px, 4.2vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2px;
}

.iv-nw-hrt .iv-nw-hrt-hero-lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.iv-nw-hrt .iv-nw-hrt-gold-line {
  display: block;
  width: 70px;
  height: 2px;
  margin-bottom: 22px;
  background: var(--gold);
}

.iv-nw-hrt .iv-nw-hrt-hero-text {
  max-width: 480px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.7;
}

.iv-nw-hrt .iv-nw-hrt-hero-image {
  min-height: 525px;
  position: relative;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .54) 18%, rgba(255, 255, 255, 0) 38%),
    linear-gradient(135deg, rgba(183, 122, 32, .24) 0%, rgba(12, 53, 27, .08) 42%, rgba(12, 53, 27, .28) 100%),
    url("../images/hrt-hero.jpg") center 42% / cover no-repeat;
}

.iv-nw-hrt .iv-nw-hrt-hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(8, 44, 22, .16));
  pointer-events: none;
}

.iv-nw-hrt .iv-nw-hrt-section-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.iv-nw-hrt .iv-nw-hrt-solutions {
  padding-top: 72px;
}

.iv-nw-hrt .iv-nw-hrt-section-heading {
  margin-bottom: 36px;
  text-align: center;
}

.iv-nw-hrt .iv-nw-hrt-section-heading .iv-nw-hrt-eyebrow {
  margin-bottom: 0px;
}

.iv-nw-hrt .iv-nw-hrt-section-heading h2,
.iv-nw-hrt .iv-nw-hrt-pathway>h2,
.iv-nw-hrt .iv-nw-hrt-faq>h2 {
  color: #052864;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.1;
}

.iv-nw-hrt .iv-nw-hrt-section-heading h2 {
  margin-bottom: 0;
}

.iv-nw-hrt .iv-nw-hrt-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.iv-nw-hrt .iv-nw-hrt-product-wrap {
  min-width: 0;
}

.iv-nw-hrt .iv-nw-hrt-product-card {
  min-height: 520px;
  padding: 18px 35px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 6px 13px rgba(56, 49, 39, .08);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.iv-nw-hrt .iv-nw-hrt-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(183, 122, 32, .55);
  box-shadow: 0 16px 28px rgba(56, 49, 39, .14);
}

.iv-nw-hrt .iv-nw-hrt-popular-label {
  position: absolute;
  top: 13px;
  left: -10px;
  padding: 9px 18px;
  color: white;
  background: #b57c29;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  transform: rotate(-10deg);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .14);
}

.iv-nw-hrt .iv-nw-hrt-product-icon {
  width: 82px;
  height: 82px;
  margin-bottom: 9px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: linear-gradient(135deg, #174F8F 0%, #0B3C74 50%, #08284D 100%);
  font-family: var(--serif);
  font-size: 39px;
}

.iv-nw-hrt .iv-nw-hrt-product-icon img {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
}

.iv-nw-hrt .iv-nw-hrt-product-card h3 {
  min-height: 56px;
  margin-bottom: 5px;
  color: #052864;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}

.iv-nw-hrt .iv-nw-hrt-price {
  margin-bottom: 8px;
  font-size: 16px;
  min-height: 98px;
}

.iv-nw-hrt .iv-nw-hrt-price strong {
  font-family: var(--serif);
  font-size: 43px;
  font-weight: 400;
}

.iv-nw-hrt .iv-nw-hrt-member-price {
  width: 100%;
  max-width: 270px;
  margin: 0 auto 15px;
  padding: 6px 12px;
  color: white;
  background: linear-gradient(135deg, #174F8F 0%, #0B3C74 50%, #08284D 100%);
  border-radius: 7px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  min-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iv-nw-hrt .iv-nw-hrt-check-list {
  width: 100%;
  margin: auto 0 15px;
  padding: 14px 0 0;
  border-top: 1px solid #c9c1b4;
  list-style: none;
  font-size: 14px;
  min-height: 120px;
}

.iv-nw-hrt .iv-nw-hrt-check-list li {
  margin: 6px 0;
  padding-left: 29px;
  position: relative;
}

.iv-nw-hrt .iv-nw-hrt-check-list li::before {
  content: "✓";
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  position: absolute;
  top: 1px;
  left: 0;
  border: 2px solid #052864;
  border-radius: 50%;
  color: #052864;
  font-size: 10px;
  font-weight: 800;
}

.iv-nw-hrt .iv-nw-hrt-card-button {
  width: 100%;
  min-height: 43px;
  color: white;
  background: linear-gradient(135deg, #174F8F 0%, #0B3C74 50%, #08284D 100%);
  font-size: 15px;
}

.iv-nw-hrt .iv-nw-hrt-card-button:hover,
.iv-nw-hrt .iv-nw-hrt-header-button:hover,
.iv-nw-hrt .iv-nw-hrt-gold-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 9px 18px rgba(8, 44, 22, .18);
}

.iv-nw-hrt .iv-nw-hrt-card-button:hover,
.iv-nw-hrt .iv-nw-hrt-header-button:hover {
  background: linear-gradient(90deg, #1f5f9e, #2878c7);
}

.iv-nw-hrt .iv-nw-hrt-gold-button:hover {
  background: linear-gradient(90deg, #c78a38, #d8a45b);
}

.iv-nw-hrt .iv-nw-hrt-card-note {
  margin: 15px 18px 0;
  font-size: 13px;
  line-height: 1.4;
}

.iv-nw-hrt .iv-nw-hrt-split-price {
  width: 100%;
  margin: 4px 0 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 90px;
}

.iv-nw-hrt .iv-nw-hrt-split-price div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.iv-nw-hrt .iv-nw-hrt-split-price div+div {
  border-left: 1px solid #c9c1b4;
}

.iv-nw-hrt .iv-nw-hrt-split-price span {
  color: var(--gold);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.iv-nw-hrt .iv-nw-hrt-split-price strong {
  font-family: var(--serif);
  font-size: 39px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 7px;
}

.iv-nw-hrt .iv-nw-hrt-split-price small {
  font-size: 12px;
}

.iv-nw-hrt .iv-nw-hrt-notice {
  margin-top: 40px;
  padding: 13px 24px;
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #faf9f6;
}

.iv-nw-hrt .iv-nw-hrt-notice-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #174F8F 0%, #0B3C74 50%, #08284D 100%);
  font-family: var(--serif);
}

.iv-nw-hrt .iv-nw-hrt-notice-icon i {
  font-size: 26px;
  color: white;
}

.iv-nw-hrt .iv-nw-hrt-notice h3 {
  margin-bottom: 2px;
  color: #052864;
  font-size: 15px;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.iv-nw-hrt .iv-nw-hrt-notice p {
  margin-bottom: 0;
  font-size: 12.5px;
  line-height: 1.35;
}

.iv-nw-hrt .iv-nw-hrt-symptoms {
  padding: 72px 0 56px;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 20px;
  align-items: center;
}

.iv-nw-hrt .iv-nw-hrt-symptom-intro h2 {
  margin-bottom: 18px;
  color:#052864;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.12;
}

.iv-nw-hrt .iv-nw-hrt-symptom-intro .iv-nw-hrt-gold-line {
  width: 68px;
  margin-bottom: 20px;
}

.iv-nw-hrt .iv-nw-hrt-symptom-intro p {
  margin-bottom: 0;
  font-size: 13px;
}

.iv-nw-hrt .iv-nw-hrt-symptom-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-left: 1px solid #ddd8d0;
}

.iv-nw-hrt .iv-nw-hrt-symptom-list>div {
  min-height: 135px;
  padding: 0 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #ddd8d0;
  text-align: center;
}

.iv-nw-hrt .iv-nw-hrt-symptom-list>div:first-child {
  border-left: 0;
}

.iv-nw-hrt .iv-nw-hrt-line-icon {
  min-height: 60px;
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 49px;
  line-height: 1;
}

.iv-nw-hrt .iv-nw-hrt-line-icon img {
  width: 50px;
  height: 50px;
  display: block;
  object-fit: contain;
}

.iv-nw-hrt .iv-nw-hrt-symptom-list p {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

.iv-nw-hrt .iv-nw-hrt-pathway {
  padding: 48px 0 72px;
}

.iv-nw-hrt .iv-nw-hrt-pathway>h2,
.iv-nw-hrt .iv-nw-hrt-faq>h2 {
  margin-bottom: 32px;
  text-align: center;
  /* font-size: 27px; */
}

.iv-nw-hrt .iv-nw-hrt-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.iv-nw-hrt .iv-nw-hrt-step {
  min-width: 0;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  position: relative;
}

.iv-nw-hrt .iv-nw-hrt-step::after {
  content: "";
  width: 37px;
  height: 26px;
  position: absolute;
  top: 28px;
  right: -34px;
  background: url("../images/hrt-dhc.svg") center / contain no-repeat;
}

.iv-nw-hrt .iv-nw-hrt-step:last-child::after {
  display: none;
}

.iv-nw-hrt .iv-nw-hrt-step-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e0ecff;
  font-family: var(--serif);
  font-size: 33px;
}

.iv-nw-hrt .iv-nw-hrt-step-icon img {
  width: 43px;
  height: 43px;
  display: block;
  object-fit: contain;
}

.iv-nw-hrt .iv-nw-hrt-step-number {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  position: absolute;
  top: -5px;
  left: 55px;
  border-radius: 50%;
  color: white;
  background: #052864;
  font-size: 13px;
  font-weight: 700;
}

.iv-nw-hrt .iv-nw-hrt-step h3 {
  margin: 14px 0 2px;
  color: #0f2242;
  font-size: 18px;
}

.iv-nw-hrt .iv-nw-hrt-step p {
  margin-bottom: 0;
  font-size: 11.5px;
  line-height: 1.35;
}

.iv-nw-hrt .iv-nw-hrt-faq {
  padding: 32px 0 72px;
}

.iv-nw-hrt .iv-nw-hrt-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  border-radius: 13px;
  overflow: hidden;
}

.iv-nw-hrt .iv-nw-hrt-faq-grid>details:nth-child(even) {
  border-left: 1px solid var(--line);
}

.iv-nw-hrt .iv-nw-hrt-faq-grid details {
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.iv-nw-hrt .iv-nw-hrt-faq-grid .iv-nw-hrt-faq-last {
  grid-column: 1 / -1;
  border-bottom: 0;
}

.iv-nw-hrt summary {
  padding: 9px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  list-style: none;
}

.iv-nw-hrt summary::-webkit-details-marker {
  display: none;
}

.iv-nw-hrt summary::after {
  content: "⌄";
  font-size: 18px;
}

.iv-nw-hrt details[open] summary::after {
  transform: rotate(180deg);
}

.iv-nw-hrt details p {
  margin: 0;
  padding: 0 16px 12px;
  color: var(--muted);
}

.iv-nw-hrt .iv-nw-hrt-consultation {
  padding: 14px 0;
  color: white;
  background: linear-gradient(135deg, #0B3C74 0%, #102B55 75%, #061A33 100%);
}

.iv-nw-hrt .iv-nw-hrt-consultation-inner {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 90px 1.2fr 1.6fr;
  gap: 18px;
  align-items: center;
}

.iv-nw-hrt .iv-nw-hrt-calendar-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 41px;
}

.iv-nw-hrt .iv-nw-hrt-calendar-icon img {
  width: 43px;
  height: 43px;
  display: block;
  object-fit: contain;
}

.iv-nw-hrt .iv-nw-hrt-consultation-copy h2 {
  margin-bottom: 3px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}

.iv-nw-hrt .iv-nw-hrt-consultation-copy p {
  margin-bottom: 0;
  font-size: 11px;
}

.iv-nw-hrt .iv-nw-hrt-consultation-action {
  text-align: center;
}

.iv-nw-hrt .iv-nw-hrt-gold-button {
  width: min(430px, 100%);
  min-height: 52px;
  color: white;
  background: linear-gradient(90deg, #b77c2d, #cb9447);
  font-size: 16px;
}

.iv-nw-hrt .iv-nw-hrt-consultation-action p {
  margin: 8px 0 0;
  display: flex;
  justify-content: center;
  gap: 13px;
  font-size: 10px;
  flex-wrap: wrap;
}

.iv-nw-hrt .iv-nw-hrt-consultation-action p span:not(:last-child) {
  padding-right: 13px;
  border-right: 1px solid rgba(255, 255, 255, .28);
}

.iv-nw-hrt .iv-nw-hrt-consultation-action p img {
  width: 13px;
  height: 13px;
  margin-right: 4px;
  display: inline-block;
  object-fit: contain;
  vertical-align: -2px;
}

/* SkinPen Page */

.skp-page {
  --skp-navy: #061f5b;
  --skp-deep-blue: #062766;
  --skp-teal: #005d6c;
  --skp-aqua: #008ea4;
  --skp-purple: #8a39c6;
  --skp-botox-purple: #9747c7;
  --skp-white: #ffffff;
  --skp-soft: #f8fbff;
  --skp-line: #dfe7f2;
  --skp-divider: #e5ecf5;
  --skp-muted: #0a3167;
  --skp-shadow: 0 16px 45px rgba(6, 31, 91, 0.08);
  --skp-panel-shadow: 0 8px 28px rgba(6, 31, 91, 0.045);
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--skp-white);
  color: var(--skp-navy);
  font-family: Mulish, Arial, sans-serif;
  font-weight: 700;
}

.skp-page a {
  color: inherit;
  text-decoration: none;
}

.skp-page img {
  display: block;
  max-width: 100%;
}

.skp-page h1,
.skp-page h2,
.skp-page h3,
.skp-page h4,
.skp-page p {
  margin-top: 0;
}

.skp-page :is(.skp-nav-button, .skp-button, .skp-phone, .skp-learn-link) {
  display: inline-flex;
  align-items: center;
}

.skp-page :is(.skp-nav-button, .skp-button) {
  justify-content: center;
  font-weight: 900;
}

.skp-page :is(.skp-button b, .skp-steps b, .skp-divider span, .skp-slide-arrow) {
  display: grid;
  place-items: center;
}

.skp-page :is(.skp-trust-strip img, .skp-steps img, .skp-cta-text img, .skp-phone img) {
  object-fit: contain;
}

/* .skp-page :is(.skp-info-card p, .skp-area-grid p, .skp-alle p, .skp-steps p, .skp-center-text1, .skp-faq details p, .skp-safety p) {
  margin-bottom: 20px;
  margin-top: 20px;
} */

.skp-page :is(.skp-info-card p, .skp-area-grid p, .skp-note, .skp-alle p, .skp-steps p, .skp-faq details p, .skp-safety p) {
  color: var(--skp-muted);
}

/* ---------- Header and navigation ---------- */
/* Header is placed inside the hero so the hero image stays visible behind the navbar. */
.skp-page .skp-header {
  position: relative;
  z-index: 30;
  width: 100%;
  height: 72px;
  padding: 0 24px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
}

.skp-page .skp-brand {
  min-width: 168px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--skp-navy);
}

.skp-page .skp-brand-mark {
  width: 32px;
  height: 42px;
  flex: 0 0 auto;
  overflow: visible;
}

.skp-page .skp-brand-mark path:first-child {
  fill: none;
  stroke: var(--skp-aqua);
  stroke-width: 3;
  stroke-linejoin: round;
}

.skp-page .skp-brand-mark path:last-child {
  fill: var(--skp-aqua);
}

.skp-page .skp-brand-text {
  display: grid;
  grid-template-columns: auto 17px;
  align-items: end;
  font-family: Mulish, Arial, sans-serif;
}

.skp-page .skp-brand-text strong {
  grid-column: 1;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.025em;
}

.skp-page .skp-brand-text i {
  grid-column: 2;
  width: 16px;
  margin: 0 0 2px 3px;
  border-bottom: 3px solid var(--skp-aqua);
}

.skp-page .skp-brand-text em {
  grid-column: 1 / -1;
  margin-top: 3px;
  font-size: 8px;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.28em;
  text-align: center;
}

.skp-page .skp-nav {
  flex: 1;
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 44px);
}

.skp-page .skp-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 26px 0 23px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.045em;
}

.skp-page .skp-nav a:not(.skp-mobile-book)::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 17px;
  left: 50%;
  height: 2px;
  background: var(--skp-aqua);
  transition: right 0.2s ease, left 0.2s ease;
}

.skp-page .skp-nav a:is(:hover, :focus-visible)::after {
  right: 0;
  left: 0;
}

.skp-page .skp-nav-services svg {
  width: 9px;
  height: 6px;
}

.skp-page .skp-nav-services svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.skp-page .skp-nav-button {
  min-width: 112px;
  padding: 13px 20px;
  border: 1px solid var(--skp-navy);
  border-radius: 30px;
  background: var(--skp-navy);
  color: var(--skp-white);
  box-shadow: 0 5px 15px rgba(6, 31, 91, 0.14);
  font-size: 12px;
  letter-spacing: 0.08em;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.skp-page .skp-nav-button:is(:hover, :focus-visible) {
  background: var(--skp-white);
  color: var(--skp-navy);
  transform: translateY(-1px);
}

.skp-page .skp-menu-toggle,
.skp-page .skp-mobile-book {
  display: none;
}

/* ---------- Shared buttons ---------- */
.skp-page .skp-button {
  min-height: 45px;
  padding: 0 18px 0 25px;
  border-radius: 28px;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: background-color 0.25s ease, color 0.25s ease, gap 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.skp-page .skp-button b {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  font-size: 11px;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.skp-page :is(.skp-button-primary, .skp-button-outline) {
  gap: 2px;
  background: var(--skp-teal);
  color: var(--skp-white);
  box-shadow: 0 8px 18px rgba(0, 87, 107, 0.18);
  border: 1px solid var(--skp-teal);
}

.skp-page :is(.skp-button-outline) {
  border: 1px solid var(--skp-teal);
  background: rgba(255, 255, 255, 0.58);
  color: var(--skp-navy);
}

.skp-page :is(.skp-button-primary, .skp-button-outline) b {
  width: 0;
  overflow: hidden;
  opacity: 0;
  background: rgba(255, 255, 255, 0.22);
}

.skp-page :is(.skp-button-primary) b {
  width: 21px;
  opacity: 1;
  transform: translateX(3px);
}

.skp-page :is(.skp-button-outline):is(:hover, :focus-visible) {
  gap: 12px;
  background: var(--skp-teal);
  color: var(--skp-white);
  box-shadow: 0 8px 18px rgba(0, 87, 107, 0.18);
}

.skp-page :is(.skp-button-primary):is(:hover, :focus-visible) {
  border: 1px solid var(--skp-teal);
  background: rgba(255, 255, 255, 0.58);
  color: var(--skp-navy);
}

.skp-page :is(.skp-button-outline):is(:hover, :focus-visible) b {
  width: 21px;
  opacity: 1;
  transform: translateX(3px);
}

/* ---------- Hero section ---------- */
.skp-page .skp-hero {
  position: relative;
  min-height: 510;
  padding: 40px 30px 40px 30px;
  display: block;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.skp-page .skp-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.62) 0px, rgba(255, 255, 255, 0.24) 72px, transparent 145px), linear-gradient(90deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.18) 45%, transparent 68%), url(../images/skinpenhero.jpg);
  background-size: 100% 100%, 100% 100%, cover;
  background-position: center center, center center, right center;
  background-repeat: no-repeat;
}

.skp-page .skp-hero-content {
  position: relative;
  z-index: 1;
  width: min(650px, 58vw);
  /* margin-left: 52px; */
  margin-top: 20px;
}

.skp-page .skp-hero-content h1 {
  margin-bottom: 14px;
  color: var(--skp-navy);
  font-family: Narnoor, serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2px;
}

.skp-page .skp-hero-content h1 span {
  color: var(--skp-teal);
  white-space: nowrap;
}

.skp-page .skp-hero-content sup {
  margin-left: 2px;
  font-family: Mulish, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  vertical-align: super;
}

.skp-page .skp-hero-content p {
  max-width: 560px;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.42;
}

.skp-page .skp-hero-content small {
  display: block;
  max-width: 560px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.skp-page .skp-hero-actions {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.skp-page .skp-nw-trust-row {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.skp-page .skp-nw-trust-row .skp-nw-trust-item {
  display: flex;
  gap: 5px;
}

.skp-page .skp-nw-trust-row .skp-nw-trust-item img {
  width: 18px;
  height: 18px;
}

/* ---------- Trust strip ---------- */
.skp-page .skp-trust-strip {
  width: calc(100% - 40px);
  max-width: 1500px;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--skp-deep-blue);
  color: var(--skp-white);
}

.skp-page .skp-trust-strip article {
  position: relative;
  min-height: 112px;
  padding: 18px 34px;
  display: grid;
  grid-template-columns: 55px 1fr;
  align-items: center;
  gap: 20px;
}

.skp-page .skp-trust-strip article::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 64px;
  background: rgba(255, 255, 255, 0.46);
  transform: translateY(-50%);
}

.skp-page .skp-trust-strip article:last-child::after {
  display: none;
}

.skp-page .skp-trust-strip img {
  min-width: 66px;
  min-height: 62px;
  justify-self: center;
  filter: brightness(0) invert(1);
}

.skp-page .skp-trust-strip h3 {
  margin-bottom: 8px;
  color: var(--skp-white);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.045em;
}

.skp-page .skp-trust-strip p {
  max-width: 260px;
  margin-bottom: 0;
  color: var(--skp-white);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

/* ---------- Intro information cards ---------- */
.skp-page .skp-info-grid {
  padding: 30px 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1500px;
  margin: auto;
}

.skp-page .skp-info-card {
  position: relative;
  justify-content: start;
  padding: 22px 28px 18px 122px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--skp-white);
  box-shadow: var(--skp-shadow);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.skp-page .skp-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 55px rgba(6, 31, 91, 0.14);
}

.skp-page .skp-info-card h3 {
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 900;
}

.skp-page .skp-info-card p {
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.skp-page .skp-learn-link {
  margin-top: 13px;
  gap: 7px;
  color: var(--skp-navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.skp-page .skp-info-card .skp-learn-link {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.skp-page .skp-info-card:hover .skp-learn-link {
  opacity: 1;
  transform: none;
}

.skp-page .skp-botox-logo,
.skp-page .skp-purple-mark,
.skp-page .skp-clock-mark {
  position: absolute;
  left: 31px;
  top: 27px;
  color: var(--skp-purple);
}

.skp-page .skp-botox-logo {
  width: 70px;
  padding-top: 19px;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--skp-botox-purple);
}

.skp-page .skp-botox-logo::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 16px;
  width: 38px;
  height: 15px;
  border-top: 3px solid var(--skp-botox-purple);
  border-radius: 50%;
  transform: rotate(-7deg);
}

.skp-page .skp-purple-mark {
  width: 64px;
  height: 64px;
  font-size: 0;
  background:
    radial-gradient(circle at 50% 50%, var(--skp-purple) 0 3px, transparent 3.5px),
    radial-gradient(circle at 50% 4%, var(--skp-purple) 0 2.5px, transparent 3px),
    radial-gradient(circle at 50% 96%, var(--skp-purple) 0 2.5px, transparent 3px),
    radial-gradient(circle at 4% 50%, var(--skp-purple) 0 2.5px, transparent 3px),
    radial-gradient(circle at 96% 50%, var(--skp-purple) 0 2.5px, transparent 3px),
    radial-gradient(circle at 18% 18%, var(--skp-purple) 0 2.5px, transparent 3px),
    radial-gradient(circle at 82% 18%, var(--skp-purple) 0 2.5px, transparent 3px),
    radial-gradient(circle at 18% 82%, var(--skp-purple) 0 2.5px, transparent 3px),
    radial-gradient(circle at 82% 82%, var(--skp-purple) 0 2.5px, transparent 3px),
    radial-gradient(circle at 50% 26%, var(--skp-purple) 0 2px, transparent 2.5px),
    radial-gradient(circle at 50% 74%, var(--skp-purple) 0 2px, transparent 2.5px),
    radial-gradient(circle at 26% 50%, var(--skp-purple) 0 2px, transparent 2.5px),
    radial-gradient(circle at 74% 50%, var(--skp-purple) 0 2px, transparent 2.5px);
  background-repeat: no-repeat;
}

.skp-page .skp-clock-mark {
  width: 58px;
  height: 58px;
  border: 3px solid var(--skp-purple);
  border-radius: 50%;
}

.skp-page .skp-clock-mark::before,
.skp-page .skp-clock-mark::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 12px;
  width: 3px;
  height: 18px;
  border-radius: 3px;
  background: var(--skp-purple);
  transform-origin: 50% 100%;
}

.skp-page .skp-clock-mark::after {
  transform: rotate(125deg);
}

/* ---------- Common panel styling ---------- */
.skp-page .skp-panel {
  margin: 0 24px 18px;
  border: 1px solid var(--skp-line);
  border-radius: 12px;
  background: var(--skp-white);
  box-shadow: var(--skp-panel-shadow);
}

.skp-page .skp-panel h2,
.skp-page .skp-faq h2 {
  margin: 0 0 25px;
  color: var(--skp-navy);
  text-align: center;
  font-family: Narnoor, serif;
  /* font-size: 19px; */
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.02em;
}

.skp-page .skp-faq h2 {
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
}

/* ---------- Treatment areas ---------- */
.skp-page .skp-treatment {
  padding: 40px 0;
  max-width: 1500px;
  margin: auto;
}

.skp-page .skp-treatment h2 {
  background: var(--skp-white);
  padding: 0 20px;
}

.skp-page .skp-area-labels {
  margin: 8px 0 20px;
  /* display: grid; */
  grid-template-columns: 1.15fr 1fr;
  color: var(--skp-teal);
  text-align: center;
  font-size: 14px;
  font-weight: 900;
}

.skp-page .skp-area-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 20px;
}

.skp-page .skp-area-grid article {
  text-align: center;
}

/* .skp-page .skp-area-grid .fc-img-cnt {
  max-height: 140px;
  min-height: 140px;
  border-radius: 5px;
} */

.skp-page .skp-area-grid img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 5px;
}

/* .skp-page .skp-area-grid img {
  width: 100%;
  object-fit: cover;
} */

.skp-page .skp-area-grid h4 {
  margin: 10px 0 4px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.skp-page .skp-area-grid p {
  font-size: 13px;
  line-height: 1.25;
}

.skp-page .skp-note {
  margin: 10px auto 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.45;
  max-width: 920px;
}

/* ---------- Pricing and rewards ---------- */
.skp-page .skp-split {
  max-width: 1500px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 28px 0;
}

.skp-page .skp-split .skp-panel {
  margin: 0;
  padding: 30px 20px;
}

.skp-page .skp-price-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.skp-page .skp-price-grid article {
  min-height: 124px;
  padding: 16px 10px;
  border-radius: 6px;
  background: var(--skp-white);
  box-shadow: var(--skp-shadow);
  text-align: center;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 5px;
}

.skp-page .skp-price-grid article:hover {
  background: var(--skp-teal);
  color: var(--skp-white);
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 87, 107, 0.2);
}

.skp-page .skp-price-grid article:hover del {
  color: #FFF;
}

.skp-page .skp-price-grid h4 {
  /* margin-bottom: 10px; */
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

/* .skp-page .skp-price-grid .price-info {
  margin-top: auto;
} */

.skp-page .skp-price-grid strong {
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
}

.skp-page .skp-price-grid small {
  font-size: 21px;
  vertical-align: 18px;
}

.skp-page .skp-price-grid p {
  margin: 8px 0;
  font-size: 12px;
  font-weight: 900;
}

.skp-page .skp-price-grid del {
  color: #e21d35;
  font-size: 19px;
  font-weight: 900;
}

.skp-page .skp-alle {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  align-items: center;
  gap: 24px;
  transition: background-color 0.28s ease, color 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

.skp-page .skp-alle-logo {
  color: #111111;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 73px;
  font-weight: 300;
}

.skp-page .skp-alle h2 {
  margin-bottom: 20px;
  color: var(--skp-teal);
  text-align: left;
}

.skp-page .skp-alle p {
  font-size: 15px;
  line-height: 1.6;
}

/* ---------- What to expect ---------- */
.skp-page .skp-expect {
  padding: 20px 0;
  max-width: 1500px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.skp-page .skp-expect h2 {
  margin-bottom: 11px;
}

.skp-page .skp-steps {
  padding: 0 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.skp-page .skp-steps article {
  position: relative;
  min-height: 94px;
  padding: 8px 22px 8px 8px;
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  column-gap: 14px;
  border: 0;
  align-items: start;
}

.skp-page .skp-steps article:last-child {
  border-right: 0;
}

.skp-page .skp-steps img {
  width: 48px;
  height: 48px;
  justify-self: center;
  filter: brightness(0) saturate(100%) invert(28%) sepia(33%) saturate(1777%) hue-rotate(139deg) brightness(91%) contrast(101%);
  padding-top: 20px;
}

.skp-page .skp-steps b {
  position: absolute;
  left: 53px;
  top: 5px;
  z-index: 2;
  width: 24px;
  height: 24px;
  border: 2px solid var(--skp-white);
  border-radius: 50%;
  background: var(--skp-teal);
  color: var(--skp-white);
  box-shadow: 0 1px 4px rgba(6, 31, 91, 0.12);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.skp-page .skp-steps h4 {
  margin-bottom: 6px;
  color: var(--skp-navy);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
}

.skp-page .skp-steps p {
  width: 100%;
  font-size: 14px;
  line-height: 1.45;
}

/* ---------- Results slider ---------- */
.skp-page .skp-results {
  position: relative;
  max-width: 1500px;
  margin: auto;
  padding: 35px 0;
  overflow: visible;
  padding: 20px 0;
}

.skp-page .skp-result-carousel {
  position: relative;
  margin-top: 10px;
  padding: 0 38px;
}

.skp-page .skp-slider-card {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(6, 31, 91, 0.08);
}

.skp-page .skp-ba-slider {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 10px;
  background: #dddddd;
}

.skp-page .skp-ba-slider img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.skp-page .skp-after-img {
  position: absolute;
  inset: 0;
  width: 100%;
}

.skp-page .skp-before-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.skp-page .skp-before-wrap img {
  max-width: none;
  object-position: left top;
}

.skp-page .skp-label {
  position: absolute;
  top: 18px;
  color: var(--skp-white);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.skp-page .skp-before-label {
  left: 25px;
}

.skp-page .skp-after-label {
  left: 53%;
}

.skp-page .skp-ba-slider input {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  opacity: 0;
  cursor: ew-resize;
}

.skp-page .skp-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 3;
  width: 2px;
  background: var(--skp-white);
  transform: translateX(-1px);
}

.skp-page .skp-divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--skp-white);
  color: var(--skp-navy);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.skp-page .skp-slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 46px;
  height: 46px;
  border: 1px solid #dce5f0;
  border-radius: 50%;
  background: var(--skp-white);
  color: var(--skp-navy);
  box-shadow: 0 8px 24px rgba(6, 31, 91, 0.16);
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 36px;
  line-height: 1;
  padding: 0 0 4px;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.skp-page .skp-slide-arrow:hover {
  background: var(--skp-soft);
  transform: translateY(-50%) scale(1.06);
}

.skp-page .skp-slide-arrow-left {
  left: 0;
}

.skp-page .skp-slide-arrow-right {
  right: 0;
}

.skp-page .skp-dots {
  margin: 21px 0 8px;
  display: flex;
  justify-content: center;
  gap: 18px;
}

.skp-page .skp-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cfd6df;
  cursor: pointer;
}

.skp-page .skp-dots .active {
  background: var(--skp-navy);
}

.skp-page .skp-center-text1 {
  text-align: center;
  font-size: 15px;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 700;
}

.skp-page .skp-results em {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
}

/* ---------- FAQ section ---------- */
.skp-page .skp-faq {
  width: stretch;
  width: -webkit-fill-available;
  margin: auto;
  padding: 13px 24px 13px;
}

.skp-page .skp-faq-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 22px;
}

.skp-page .skp-faq details {
  border: 1px solid var(--skp-line);
  border-radius: 5px;
  background: var(--skp-white);
  height: max-content;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.skp-page .skp-faq details:hover {
  border-color: #072766;
  box-shadow: 0 8px 24px rgba(7, 39, 102, 0.054);
  transform: translateY(-2px);
}

.skp-page .skp-faq details[open] {
  border-color: #072766;
  /* box-shadow: 0 12px 30px rgba(7, 39, 102, 0.12); */
}

.skp-page .skp-faq summary {
  padding: 11px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  outline: none;
}

.skp-page .skp-faq summary::-webkit-details-marker {
  display: none;
}

.skp-page .skp-faq summary::after {
  content: "+";
  font-size: 18px;
}

.skp-page .skp-faq details[open] summary::after {
  content: "−";
}

.skp-page .skp-faq details p {
  padding: 0 20px 10px;
  font-size: 12px;
}

.skp-page .skp-faq details p.skp-faq-ques {
  padding: 0;
}

.skp-page .skp-faq-ques {
  padding: 0;
}


/* ---------- Safety information ---------- */
.skp-page .skp-safety {
  max-width: 1500px;
  margin: auto;
  padding: 0;
  border: 1px solid var(--skp-line);
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 24px;
}

.skp-page .skp-safety div {
  padding: 14px 18px;
}

.skp-page .skp-safety h4 {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 900;
}

.skp-page .skp-safety p {
  font-size: 13px;
  line-height: 1.2;
  margin: 0;
}

.skp-page .skp-safety .skp-safety-links i {
  width: 13px;
  height: auto;
  font-size: 12px;
  color: #005d6c;
}

.skp-page .skp-safety-links {
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  padding: 14px 18px;
}

.skp-page .skp-safety-links a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--skp-teal);
  font-size: 13px;
  font-weight: 900;
}

.skp-page .skp-safety-links a span {
  background: #e9f4f6;
  padding: 6px 5px 6px 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 23px;
}

.skp-page .skp-safety-links a:hover span {
  background: #005d6c;
}

.skp-page .skp-safety-links a:hover i {
  color: #FFF;
}

.skp-page .skp-safety-links a:hover {
  text-decoration: underline;
  opacity: 0.9;
}

/* .skp-page .skp-safety-links span {
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 1;
} */

/* ---------- Bottom CTA ---------- */
.skp-page .skp-cta {
  margin: 20px auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 10px;
  padding: 20px 0px 20px 0px;
  color: #fff;
  background: linear-gradient(100deg, #061d59, #03486b 58%, #008d87);
  border-radius: 8px;
}

.skp-page .skp-cta-text {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-left: 20px;
  padding-right: 20px;
}

.skp-page .skp-cta-text img {
  width: 38px;
  height: 38px;
}

.skp-page .skp-cta strong {
  display: block;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.skp-page .skp-cta small {
  display: block;
  font-size: 13px;
  font-weight: 400;
}

.skp-page .skp-button-white {
  min-width: 236px;
  border: 1.5px solid var(--skp-white);
  background: transparent;
  color: var(--skp-white);
}

.skp-page .skp-button-white b {
  background: rgba(255, 255, 255, 0.18);
  color: var(--skp-white);
}

.skp-page .skp-button-white:is(:hover, :focus-visible) {
  background: var(--skp-white);
  color: var(--skp-teal);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
  transform: translateY(-1px);
}

.skp-page .skp-button-white:is(:hover, :focus-visible) b {
  background: var(--skp-navy);
  color: var(--skp-white);
}

.skp-page .skp-phone {
  justify-self: center;
  gap: 14px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.skp-page .skp-phone img {
  width: 26px;
  height: 26px;
}

.skp-page .skp-footer {
  padding: 0 0 13px;
  color: #566a95;
  text-align: center;
  font-size: 11px;
}

.skp-page #about,
.skp-page #treatments,
.skp-page #pricing,
.skp-page #results,
.skp-page #booking {
  scroll-margin-top: 82px;
}

/* ---------- Allē reward card interaction ---------- */
.skp-page .skp-alle .skp-learn-link {
  width: max-content;
  margin-top: 16px;
  color: var(--skp-teal);
  opacity: 1;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.skp-page .skp-alle .skp-learn-link span {
  width: 19px;
  height: 19px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  line-height: 1;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.skp-page .skp-alle .skp-learn-link span i {
  font-size: 13px;
}

.skp-page .skp-alle:is(:hover, :focus-within) {
  background: var(--skp-teal);
  color: var(--skp-white);
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(0, 87, 107, 0.16);
}

.skp-page .skp-alle:is(:hover, :focus-within) :is(h2, p, .skp-alle-logo, .skp-learn-link) {
  color: var(--skp-white);
}

.skp-page .skp-alle:is(:hover, :focus-within) .skp-learn-link {
  opacity: 1;
  transform: translateY(0);
}

.skp-page .skp-alle:is(:hover, :focus-within) .skp-learn-link span {
  transform: translateX(3px);
}

.skp-page .skp-concerns {
  margin: clamp(28px, 20px, 55px) auto;
  padding: 0 clamp(24px, 4.2vw, 66px);
  max-width: 1500px;
  padding: 20px 0;
}

.skp-page .skp-nw-drip-booster-grid {
  padding: 25px 10px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.skp-page .skp-nw-drip-booster-grid article {
  min-height: 158px;
  padding: 0 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #ccd9e2;
  text-align: center;
}

.skp-page .skp-nw-drip-booster-grid article:last-child {
  border: 0;
}

.skp-page .skp-nw-drip-booster-grid b {
  min-height: 50px;
  display: grid;
  place-items: center;
  color: var(--teal-dark);
  font: 500 26px var(--serif);
}

.skp-page .skp-nw-drip-booster-grid b img {
  display: block;
  object-fit: contain;
}

.skp-page .skp-nw-drip-booster-grid b img {
  width: 54px;
  height: 54px;
}

.skp-page .skp-nw-drip-booster-grid article:nth-child(5) b,
.skp-page .skp-nw-drip-booster-grid article:nth-child(6) b {
  width: 50px;
  min-height: 50px;
  border: 1.5px solid var(--teal-dark);
  border-radius: 50%;
  font: 800 14px/1 var(--sans);
}

.skp-page .skp-nw-drip-booster-grid h3 {
  margin: 7px 0;
  font-size: 14px;
  line-height: 1.25;
}

.skp-page .skp-nw-drip-booster-grid strong {
  font: 700 24px var(--serif);
  color: #080808;
}

/* SkinPen Page ends */

/* Colonic */

.iv-nw-colonic {
  --cln-green: #073b20;
  --cln-deep: #062f1b;
  --cln-gold: #cc8b22;
  --cln-cream: #f8f6f1;
  --cln-ink: #141814;
  --cln-line: #dddcd6;
}

.iv-nw-colonic {
  color: var(--cln-ink);
  font-family: "Mulish", Arial, sans-serif;
  background: #fff;
  font-size: 15px;
  line-height: 1.65;
}

.iv-nw-colonic h1,
.iv-nw-colonic h2,
.iv-nw-colonic h3,
.iv-nw-colonic p {
  margin-top: 0;
}
.iv-nw-colonic p {
  font-size: 16px;
}

.iv-nw-colonic h1,
.iv-nw-colonic h2,
.iv-nw-colonic .iv-nw-colonic-price {
  font-family: "Narnoor", Georgia, serif;
  color: #052864;
}

.iv-nw-colonic a {
  color: inherit;
}

.iv-nw-colonic .iv-nw-colonic-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  line-height: 1.2;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.iv-nw-colonic .iv-nw-colonic-button-dark {
  background: linear-gradient(  135deg,  #174F8F 0%,  #0B3C74 50%,  #08284D 100%);
  color: #fff;
  padding: 14px 28px;
}

.iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-button {
  border-radius: 28px;
  padding: 13px 29px;
}

.iv-nw-colonic .iv-nw-colonic-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(6, 47, 27, .22);
  filter: brightness(1.08);
}

.iv-nw-colonic .iv-nw-colonic-button:focus-visible,
.iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__logo:focus-visible,
.iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links .iv-nw-colonic-nav-links__link:focus-visible {
  outline: 3px solid rgba(204, 139, 34, .45);
  outline-offset: 4px;
}

.iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__menu-button {
  display: none;
  border: 0;
  background: none;
  color: var(--cln-green);
  font-size: 25px;
}

.iv-nw-colonic .iv-nw-colonic-hero {
  height: 590px;
  padding: 0;
  display: grid;
  grid-template-columns: 40% 60%;
  background: #fff;
  overflow: hidden;
}

.iv-nw-colonic .iv-nw-colonic-hero-content {
  /* width: 100%; */
  max-width: 540px;
  margin-left: max(5%, calc((60vw - 1280px)/2));
  padding: 36px 38px 38px 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.iv-nw-colonic .iv-nw-colonic-hero-image {
  position: relative;
  background: url("../images/colonic-hero.jpg") center/cover no-repeat;
}

.iv-nw-colonic .iv-nw-colonic-hero-image:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 22%;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .9) 20%, rgba(255, 255, 255, .42) 60%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.iv-nw-colonic .iv-nw-colonic-eyebrow {
  color: var(--cln-gold);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .6px;
  margin-bottom: 5px;
}

.iv-nw-colonic .iv-nw-colonic-hero h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 17px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.iv-nw-colonic .iv-nw-colonic-hero-lead {
  font-size: 16px;
  max-width: 570px;
  margin-bottom: 21px;
}

.iv-nw-colonic .iv-nw-colonic-gold-line {
  width: 64px;
  height: 2px;
  background: var(--cln-gold);
  display: block;
  margin: 22px 0 22px;
}

.iv-nw-colonic .iv-nw-colonic-hero-content>p:last-child {
  max-width: 600px;
}

.iv-nw-colonic .iv-nw-colonic-section {
  max-width: 1200px;
  margin: auto;
  padding: 25px 0px;
}

.iv-nw-colonic .iv-nw-colonic-section h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.15;
}

.iv-nw-colonic .iv-nw-colonic-process-section {
  padding-top: 28px;
}

.iv-nw-colonic .iv-nw-colonic-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 43px;
  margin-top: 30px;
  margin-top: 20px;
}

.iv-nw-colonic .iv-nw-colonic-process-card {
  display: grid;
  grid-template-columns: 80px 1fr 20px;
  gap: 16px;
  padding: 12px;
  border-radius: 10px;
}

.iv-nw-colonic .iv-nw-colonic-round-icon,
.iv-nw-colonic .iv-nw-colonic-small-icon {
  background: linear-gradient(  135deg,  #174F8F 0%,  #0B3C74 50%,  #08284D 100%);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Narnoor", Georgia, serif;
}

.iv-nw-colonic .iv-nw-colonic-round-icon {
  width: 70px;
  height: 70px;
  font-size: 40px;
  position: relative;
}

.iv-nw-colonic .iv-nw-colonic-process-heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  position: relative;
}

.iv-nw-colonic .iv-nw-colonic-process-copy h3 {
  font: 19px/1.45 "Narnoor", Georgia, serif;
  color: #052864;
  margin: 0;
}

.iv-nw-colonic .iv-nw-colonic-process-copy p {
  font-size: 14px;
  margin: 0;
}

.iv-nw-colonic .iv-nw-colonic-process-copy a {
  color: #b8730e;
}

.iv-nw-colonic .iv-nw-colonic-process-copy svg,
.iv-nw-colonic .iv-nw-colonic-prep-links .iv-nw-colonic-button svg,
.iv-nw-colonic .iv-nw-colonic-prep-links svg {
  width: 11px;
  height: 11px;
  padding-left: 5px;
}

.iv-nw-colonic .iv-nw-colonic-step-number {
  flex: 0 0 29px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--cln-gold);
  color: #fff;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: -40px;
}

.iv-nw-colonic .iv-nw-colonic-arrow {
  color: var(--cln-gold);
  font-size: 25px;
  margin-top: 30px;
}

.iv-nw-colonic .iv-nw-colonic-round-icon img {
  width: 43px;
  height: 43px;
  object-fit: contain;
}

.iv-nw-colonic .iv-nw-colonic-prep-box {
  display: grid;
  grid-template-columns: 78px 1.6fr 1fr;
  align-items: center;
  gap: 26px;
  border: 1px solid var(--cln-line);
  border-radius: 10px;
  padding: 27px 30px;
  background: #faf9f6;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.iv-nw-colonic .iv-nw-colonic-prep-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(7, 59, 32, .1);
  border-color: rgba(7, 59, 32, .25);
}

.iv-nw-colonic .iv-nw-colonic-colon-icon {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
}

.iv-nw-colonic .iv-nw-colonic-colon-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.iv-nw-colonic .iv-nw-colonic-prep-box h3 {
  font: 25px "Narnoor", Georgia, serif;
  color: #0A315F;
  margin-bottom: 5px;
}

.iv-nw-colonic .iv-nw-colonic-prep-box p {
  font-size: 14px;
  margin: 0;
}

.iv-nw-colonic .iv-nw-colonic-prep-links .iv-nw-colonic-button {
  width: stretch;
  width: -webkit-fill-available;
  margin-bottom: 12px;
}

.iv-nw-colonic .iv-nw-colonic-prep-links a:not(.iv-nw-colonic-button) {
  color: var(--cln-green);
}

.iv-nw-colonic .iv-nw-colonic-prep-links a:not(.iv-nw-colonic-button):hover {
  opacity: 0.7;
}

.iv-nw-colonic .iv-nw-colonic-pricing-section {
  padding-top: 28px;
}

.iv-nw-colonic .iv-nw-colonic-centered {
  text-align: center;
  font-size: 14px;
  margin-bottom: 1px;
}

.iv-nw-colonic .iv-nw-colonic-pricing-section h2 {
  margin-bottom: 24px;
}
.memb-card.crd-green {
  position: relative;
  overflow: visible;
}
.memb-card.crd-green .popular-ribbon {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: #009944;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 40px;
  border-radius: 6px;
  text-transform: uppercase;
  z-index: 10;
  white-space: nowrap;
}
.memb-card.crd-green .popular-ribbon::before,
.memb-card.crd-green .popular-ribbon::after{
    content: "";
    position: absolute;
    top: 0;
    width: 22px;
    height: 100%;
    background: inherit;
}
/* .mn-crds .bl-icon .hro-crd-sb span {
  color: #0053DC;
}
.mn-crds .bl-icon .hro-crd-sb .pnk-icon {
  color:#72119F;
}
.mn-crds .bl-icon .hro-crd-sb .pnk-icon {

} */

.memb-card.crd-green .popular-ribbon::before{
    left: 5px;
    transform: skewX(45deg);
    border-radius: 6px 0 0 6px;
}

.memb-card.crd-green .popular-ribbon::after{
    right: 7px;
    top: 0px;
    transform: skewX(128deg);
    border-radius: 0 6px 6px 0;
}

.iv-nw-colonic .iv-nw-colonic-pricing-grid {
  max-width: 805px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
}

.iv-nw-colonic .iv-nw-colonic-price-card {
  border: 1px solid var(--cln-line);
  border-radius: 9px;
  padding: 18px 27px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.iv-nw-colonic .iv-nw-colonic-price-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(7, 59, 32, .12);
  border-color: rgba(7, 59, 32, .28);
}

.iv-nw-colonic .iv-nw-colonic-small-icon {
  width: 55px;
  height: 55px;
  font-size: 28px;
  margin-bottom: 7px;
}

.iv-nw-colonic .iv-nw-colonic-price-card h3 {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
}

.iv-nw-colonic .iv-nw-colonic-price {
  font-size: 37px;
  line-height: 1.2;
}

.iv-nw-colonic .iv-nw-colonic-price-card>span {
  font-size: 14px;
  line-height: 1.2;
  color: #0A315F;
}

.iv-nw-colonic .iv-nw-colonic-price-card h4 {
  width: 100%;
  text-align: center;
  color: var(--cln-gold);
  border-top: 1px solid #e5e2dc;
  padding-top: 8px;
  margin: 9px 0 8px;
  text-transform: uppercase;
}

.iv-nw-colonic .iv-nw-colonic-price-card ul {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 0 0 9px;
  font-size: 14px;
}

/* .iv-nw-colonic .iv-nw-colonic-price-card li:before {
  content: "✓";
  color: var(--cln-green);
  font-weight: bold;
  margin-right: 14px;
} */

.iv-nw-colonic .iv-nw-colonic-price-card .iv-nw-colonic-button {
  width: 100%;
  padding: 10px;
  margin-top: auto;
}

.iv-nw-colonic .iv-nw-colonic-checklist img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  padding-right: 6px;
}

.iv-nw-colonic .iv-nw-colonic-small-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.iv-nw-colonic .iv-nw-colonic-benefits-section {
  padding-top: 32px;
}

.iv-nw-colonic .iv-nw-colonic-benefits-section h2 {
  margin-bottom: 22px;
}

.iv-nw-colonic .iv-nw-colonic-benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: auto;
}

.iv-nw-colonic .iv-nw-colonic-benefits-grid article {
  text-align: center;
  padding: 14px 22px;
  border-right: 1px solid #e8e5de;
}

.iv-nw-colonic .iv-nw-colonic-benefits-grid article:last-child {
  border: 0;
}

.iv-nw-colonic .iv-nw-colonic-benefit-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #f1f0ea;
  color: var(--cln-green);
  display: grid;
  place-items: center;
  font: 30px "Narnoor", Georgia, serif;
  position: relative;
}

.iv-nw-colonic .iv-nw-colonic-benefits-grid h3 {
  font: 16px/1.3 "Narnoor", Georgia, serif;
  color: #151b17;
  margin-bottom: 13px;
}

.iv-nw-colonic .iv-nw-colonic-benefits-grid p {
  font-size: 14px;
  line-height: 1.75;
}

.iv-nw-colonic .iv-nw-colonic-benefit-icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.iv-nw-colonic .iv-nw-colonic-faq-section {
  padding-top: 20px;
  padding-bottom: 42px;
}

.iv-nw-colonic .iv-nw-colonic-faq-section h2 {
  margin-bottom: 18px;
}

.iv-nw-colonic .iv-nw-colonic-faq-list {
  max-width: 1200px;
  margin: auto;
  border: 1px solid var(--cln-line);
  border-radius: 10px;
  overflow: hidden;
}

.iv-nw-colonic .iv-nw-colonic-faq-list details {
  border-bottom: 1px solid var(--cln-line);
  padding: 10px 24px;
  transition: background-color .2s ease;
}

.iv-nw-colonic .iv-nw-colonic-faq-list details:hover {
  background: #faf9f6;
}

.iv-nw-colonic .iv-nw-colonic-faq-list details:last-child {
  border: 0;
}

.iv-nw-colonic .iv-nw-colonic-faq-list summary {
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 32px;
}

.iv-nw-colonic .iv-nw-colonic-faq-list summary::-webkit-details-marker {
  display: none;
}

.iv-nw-colonic .iv-nw-colonic-faq-list summary:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  color: #073b20;
  top: 50%;
  font-size: 13px;
  line-height: 1;
  transform: translateY(-58%);
}

.iv-nw-colonic .iv-nw-colonic-faq-list details[open] summary:after {
  transform: translateY(-42%) rotate(180deg);
}

.iv-nw-colonic .iv-nw-colonic-faq-list details p {
  margin: 4px 0 8px;
  color: #555;
}

.iv-nw-colonic .iv-nw-colonic-footer-cta {
  background: linear-gradient(  135deg,  #0B3C74 0%,  #102B55 75%,  #061A33 100%);
  color: #fff;
  padding: 20px max(8%, calc((100vw - 1200px)/2));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
}

.iv-nw-colonic .iv-nw-colonic-footer-title {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 22px;
}

.iv-nw-colonic .iv-nw-colonic-footer-title h2 {
  color: #fff;
  font-size: 26px;
  line-height: 1.15;
  margin: 0;
}

.iv-nw-colonic .iv-nw-colonic-footer-title p,
.iv-nw-colonic .iv-nw-colonic-footer-action p {
  margin: 4px 0 0;
}

.iv-nw-colonic .iv-nw-colonic-calendar {
  width: 76px;
  height: 76px;
  border: 1px solid var(--cln-gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--cln-gold);
  font-size: 40px;
}

.iv-nw-colonic .iv-nw-colonic-calendar img {
  width: 43px;
  height: 43px;
  object-fit: contain;
}

.iv-nw-colonic .iv-nw-colonic-footer-action {
  min-width: 0;
  width: min(100%, 560px);
  text-align: center;
}

.iv-nw-colonic .iv-nw-colonic-button-gold {
  width: clamp(220px, 34vw, 360px);
  padding: 14px;
  background: linear-gradient(90deg, #d39125, #e1a541);
  color: #fff;
}

.iv-nw-colonic .iv-nw-colonic-footer-action p {
  font-size: 14px;
}

.iv-nw-colonic .iv-nw-colonic-footer-action p img {
  width: 11px;
  height: 11px;
  object-fit: contain;
  vertical-align: -1px;
  margin-right: 3px;
}

.iv-nw-peptide {
  --peptide-navy: #08255e;
  --peptide-deep: #061f56;
  --peptide-teal: #006d7c;
  --peptide-teal-dark: #005565;
  --peptide-ink: #001d56;
  --peptide-muted: #eaf0f2;
  --peptide-card: #ffffff;
  --peptide-soft: #f4f8f8;
  --peptide-line: #d8e1e5;
  --peptide-shadow: 0 8px 22px rgba(5, 32, 82, .12);

  color: var(--peptide-ink);
  font-family: "Mulish", Arial, sans-serif;
  background: #fff;
}

.iv-nw-peptide * {
  box-sizing: border-box;
}

.iv-nw-peptide a {
  color: inherit;
  text-decoration: none;
}

.iv-nw-peptide .iv-nw-peptide-page {
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.iv-nw-peptide .iv-nw-peptide-hero {
  min-height: 590px;
  position: relative;
  padding: 40px 30px 65px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .96) 34%, rgba(255, 255, 255, .54) 47%, rgba(255, 255, 255, 0) 62%),
    url("../images/peptidehero.jpg") right top / 81.6% auto no-repeat;
}

.iv-nw-peptide .iv-nw-peptide-site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 48px;
  position: relative;
  z-index: 2;
}

.iv-nw-peptide .iv-nw-peptide-brand {
  display: flex;
  align-items: center;
  min-width: 190px;
}

.iv-nw-peptide .iv-nw-peptide-brand-mark {
  width: 44px;
  height: 54px;
  position: relative;
  display: inline-block;
}

.iv-nw-peptide .iv-nw-peptide-drop {
  position: absolute;
  left: 2px;
  top: 0;
  width: 36px;
  height: 50px;
  border: 4px solid #087a8a;
  border-top-color: var(--peptide-navy);
  border-radius: 26px 26px 28px 28px;
  transform: rotate(31deg);
}

.iv-nw-peptide .iv-nw-peptide-bolt {
  position: absolute;
  left: 21px;
  top: 23px;
  width: 12px;
  height: 18px;
  border-right: 4px solid #087a8a;
  border-bottom: 4px solid #087a8a;
  border-radius: 0 0 10px 0;
  transform: rotate(28deg);
}

.iv-nw-peptide .iv-nw-peptide-brand-text strong {
  display: block;
  color: var(--peptide-navy);
  font-size: 30px;
  line-height: .8;
  font-weight: 900;
  letter-spacing: 0;
}

.iv-nw-peptide .iv-nw-peptide-brand-text small {
  display: block;
  color: var(--peptide-navy);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  border-top: 2px solid #087a8a;
  margin-top: 4px;
  padding-top: 2px;
}

.iv-nw-peptide .iv-nw-peptide-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 37px;
  flex: 1;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--peptide-navy);
}

.iv-nw-peptide .iv-nw-peptide-nav span {
  font-size: 14px;
  margin-left: 4px;
}

.iv-nw-peptide .iv-nw-peptide-pill {
  cursor: pointer;
}

.iv-nw-peptide .iv-nw-peptide-menu-toggle,
.iv-nw-peptide .iv-nw-peptide-hamburger {
  display: none;
}

.iv-nw-peptide .iv-nw-peptide-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 34px;
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  border: 2px solid transparent;
}

.iv-nw-peptide .iv-nw-peptide-pill-dark {
  min-width: 137px;
  height: 38px;
  color: #fff;
  background: var(--peptide-navy);
}

.iv-nw-peptide .iv-nw-peptide-pill-teal {
  color: #fff;
  background: linear-gradient(90deg, var(--peptide-teal-dark), #007f8b);
  box-shadow: inset -18px 0 30px rgba(0, 30, 58, .23);
}

.iv-nw-peptide .iv-nw-peptide-pill-outline {
  width: 190px;
  color: var(--peptide-navy);
  background: #fff;
  border-color: var(--peptide-teal-dark);
}

.iv-nw-peptide .iv-nw-peptide-pill-white {
  color: var(--peptide-navy);
  background: #fff;
}

.iv-nw-peptide .iv-nw-peptide-arrow {
  display: inline-flex;
  flex: 0 0 19px;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  color: var(--peptide-navy);
  background: #fff;
  font-size: 0;
  line-height: 1;
}

.iv-nw-peptide .iv-nw-peptide-arrow::before {
  content: "→";
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  transform: translateY(-.5px);
}

.iv-nw-peptide .iv-nw-peptide-pill-white .iv-nw-peptide-arrow {
  color: #fff;
  background: var(--peptide-teal);
}

.iv-nw-peptide .iv-nw-peptide-hero-copy {
  position: relative;
  z-index: 1;
  /* padding: 30px; */
}

.iv-nw-peptide .iv-nw-peptide-hero-copy h1,
.iv-nw-peptide .iv-nw-peptide-section-heading h2,
.iv-nw-peptide .iv-nw-peptide-journey h2,
.iv-nw-peptide .iv-nw-peptide-faq h2 {
  font-family: "Narnoor", Georgia, serif;
  color: var(--peptide-navy);
}

.iv-nw-peptide .iv-nw-peptide-hero-copy h1 {
  margin: 0 0 20px;
  color: #075c6d;
  font-family: "Narnoor", Georgia, serif;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  max-width: 500px;
  letter-spacing: 0.2px;
}

.iv-nw-peptide .iv-nw-peptide-hero-copy h1 span {
  margin: 0 0 20px;
  font-size: 48px;
  line-height: .94;
  font-weight: 800;
  color: #08255e;
  max-width: 500px;
}

.iv-nw-peptide .iv-nw-peptide-hero-copy p {
  width: 450px;
  margin: 0 0 9px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

.iv-nw-peptide .iv-nw-peptide-hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 18px;
}

.iv-nw-peptide .iv-nw-peptide-hero-actions .iv-nw-peptide-pill-teal {
  width: 230px;
}

.iv-nw-peptide .iv-nw-peptide-trust-strip {
  max-width: 1200px;
  margin: -56px auto 20px;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 99px;
  color: #fff;
  background: linear-gradient(100deg, #09215b, #062768 55%, #072b70);
  border-radius: 8px;
  box-shadow: var(--peptide-shadow);
}

.iv-nw-peptide .iv-nw-peptide-trust-strip article {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  position: relative;
  /* border-right: 1px solid rgba(255,255,255,.55); */
}

.iv-nw-peptide .iv-nw-peptide-trust-strip article:last-child {
  border-right: 0;
}

.iv-nw-peptide .iv-nw-peptide-trust-strip h3 {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
}

.iv-nw-peptide .iv-nw-peptide-trust-strip p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}

.iv-nw-peptide .iv-nw-peptide-line-icon,
.iv-nw-peptide .iv-nw-peptide-circle-icon,
.iv-nw-peptide .iv-nw-peptide-step-icon,
.iv-nw-peptide .iv-nw-peptide-cta-icon,
.iv-nw-peptide .iv-nw-peptide-badge {
  display: inline-grid;
  place-items: center;
  position: relative;
  flex: 0 0 auto;
}

.iv-nw-peptide .iv-nw-peptide-line-icon img,
.iv-nw-peptide .iv-nw-peptide-circle-icon img,
.iv-nw-peptide .iv-nw-peptide-step-icon img,
.iv-nw-peptide .iv-nw-peptide-cta-icon img,
.iv-nw-peptide .iv-nw-peptide-badge img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.iv-nw-peptide .iv-nw-peptide-line-icon {
  width: 47px;
  height: 47px;
  color: #fff;
}

.iv-nw-peptide .iv-nw-peptide-line-icon img {
  width: 45px;
  height: 45px;
}

.iv-nw-peptide .iv-nw-peptide-clipboard img {
  width: 36px;
  height: 48px;
}

.iv-nw-peptide .iv-nw-peptide-pin img {
  width: 48px;
  height: 48px;
}

.iv-nw-peptide .iv-nw-peptide-person::before,
.iv-nw-peptide .iv-nw-peptide-consult::before,
.iv-nw-peptide .iv-nw-peptide-user::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 3px;
  width: 17px;
  height: 17px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.iv-nw-peptide .iv-nw-peptide-person::after,
.iv-nw-peptide .iv-nw-peptide-consult::after,
.iv-nw-peptide .iv-nw-peptide-user::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 23px;
  width: 32px;
  height: 21px;
  border: 3px solid currentColor;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom: 0;
}

.iv-nw-peptide .iv-nw-peptide-clipboard::before,
.iv-nw-peptide .iv-nw-peptide-form::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 7px;
  width: 29px;
  height: 37px;
  border: 3px solid currentColor;
  border-radius: 3px;
}

.iv-nw-peptide .iv-nw-peptide-clipboard::after,
.iv-nw-peptide .iv-nw-peptide-form::after {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 17px;
  font-size: 21px;
  font-weight: 900;
}

.iv-nw-peptide .iv-nw-peptide-shield::before {
  content: "";
  position: absolute;
  inset: 4px 7px;
  border: 3px solid currentColor;
  clip-path: polygon(50% 0, 100% 19%, 90% 72%, 50% 100%, 10% 72%, 0 19%);
}

.iv-nw-peptide .iv-nw-peptide-shield::after {
  content: "✓";
  position: absolute;
  left: 17px;
  top: 15px;
  font-size: 22px;
  font-weight: 900;
}

.iv-nw-peptide .iv-nw-peptide-pin::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 2px;
  width: 28px;
  height: 38px;
  border: 3px solid currentColor;
  border-radius: 50% 50% 48% 48%;
  transform: rotate(45deg);
}

.iv-nw-peptide .iv-nw-peptide-pin::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 12px;
  width: 10px;
  height: 10px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.iv-nw-peptide .iv-nw-peptide-person::before,
.iv-nw-peptide .iv-nw-peptide-person::after,
.iv-nw-peptide .iv-nw-peptide-consult::before,
.iv-nw-peptide .iv-nw-peptide-consult::after,
.iv-nw-peptide .iv-nw-peptide-user::before,
.iv-nw-peptide .iv-nw-peptide-user::after,
.iv-nw-peptide .iv-nw-peptide-clipboard::before,
.iv-nw-peptide .iv-nw-peptide-clipboard::after,
.iv-nw-peptide .iv-nw-peptide-form::before,
.iv-nw-peptide .iv-nw-peptide-form::after,
.iv-nw-peptide .iv-nw-peptide-shield::before,
.iv-nw-peptide .iv-nw-peptide-shield::after,
.iv-nw-peptide .iv-nw-peptide-pin::before,
.iv-nw-peptide .iv-nw-peptide-pin::after,
.iv-nw-peptide .iv-nw-peptide-nodes::before,
.iv-nw-peptide .iv-nw-peptide-nodes::after,
.iv-nw-peptide .iv-nw-peptide-rx::before,
.iv-nw-peptide .iv-nw-peptide-calendar::before,
.iv-nw-peptide .iv-nw-peptide-calendar::after,
.iv-nw-peptide .iv-nw-peptide-chart::before,
.iv-nw-peptide .iv-nw-peptide-chart::after,
.iv-nw-peptide .iv-nw-peptide-badge::before,
.iv-nw-peptide .iv-nw-peptide-badge::after {
  content: none;
  display: none;
}

.iv-nw-peptide .iv-nw-peptide-section-heading {
  text-align: center;
  margin-bottom: 14px;
}

.iv-nw-peptide .iv-nw-peptide-section-heading h2,
.iv-nw-peptide .iv-nw-peptide-journey h2,
.iv-nw-peptide .iv-nw-peptide-faq h2,
.iv-nw-peptide-faq-cont h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.iv-nw-peptide .iv-nw-peptide-section-heading p {
  margin: 5px 0 0;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 700;
}

.iv-nw-peptide .iv-nw-peptide-options {
  padding: 4px 0px 16px;
  max-width: 1200px;
  margin: auto;
}

.iv-nw-peptide .iv-nw-peptide-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.iv-nw-peptide .iv-nw-peptide-option-card {
  min-height: 427px;
  padding: 14px 18px 15px;
  background: #fff;
  border: 1px solid #e0e7ea;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(18, 52, 78, .1);
  display: flex;
  flex-direction: column;
  column-gap: 14px;
  align-content: start;
}

.iv-nw-peptide .iv-nw-peptide-option-title {
  display: flex;
  gap: 15px;
}

.iv-nw-peptide .iv-nw-peptide-circle-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle at 30% 20%, #01939c, #005061 78%);
}

.iv-nw-peptide .iv-nw-peptide-circle-icon img {
  width: 43px;
  height: 43px;
}

.iv-nw-peptide .iv-nw-peptide-nodes img {
  width: 45px;
  height: 45px;
}

.iv-nw-peptide .iv-nw-peptide-rx img {
  width: 41px;
  height: 41px;
}

.iv-nw-peptide .iv-nw-peptide-consult img {
  width: 35px;
  height: 35px;
}

.iv-nw-peptide .iv-nw-peptide-pill:hover,
.iv-nw-peptide .iv-nw-peptide-option-card:hover,
.iv-nw-peptide .iv-nw-peptide-member-box:hover,
.iv-nw-peptide .iv-nw-peptide-pricing-box:hover,
.iv-nw-peptide .iv-nw-peptide-why-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(18, 52, 78, .16);
}

.iv-nw-peptide .iv-nw-peptide-pill,
.iv-nw-peptide .iv-nw-peptide-option-card,
.iv-nw-peptide .iv-nw-peptide-member-box,
.iv-nw-peptide .iv-nw-peptide-pricing-box,
.iv-nw-peptide .iv-nw-peptide-why-box {
  transition: transform .18s ease, box-shadow .18s ease;
}

.iv-nw-peptide .iv-nw-peptide-rx::before {
  content: "⚕";
  position: absolute;
  left: 15px;
  top: 10px;
  width: 35px;
  height: 37px;
  border: 2px solid #fff;
  display: grid;
  place-items: center;
  font-size: 24px;
}

.iv-nw-peptide .iv-nw-peptide-card-title {
  padding: 13px 0 8px;
  border-bottom: 1px solid #cbd5dc;
}

.iv-nw-peptide .iv-nw-peptide-card-title h3,
.iv-nw-peptide .iv-nw-peptide-card-title strong {
  margin: 0;
  display: block;
  font-size: 20px;
  line-height: 1.04;
  font-weight: 700;
  text-transform: uppercase;
}

.iv-nw-peptide .iv-nw-peptide-card-title strong {
  color: #075c6d;
  font-size: 16px;
  margin-top: 2px;
}

.iv-nw-peptide .iv-nw-peptide-option-card>p {
  grid-column: 1 / -1;
  min-height: 78px;
  margin: 16px 4px 11px;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 600;
}

.iv-nw-peptide .iv-nw-peptide-info-box {
  grid-column: 1 / -1;
  min-height: 182px;
  padding: 14px 14px 11px;
  background: linear-gradient(135deg, #e9f1f3, #f7fbfb);
  border-radius: 7px;
}

.iv-nw-peptide .iv-nw-peptide-info-box h4 {
  margin: 0 0 3px;
  color: #005b68;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 900;
}

.iv-nw-peptide .iv-nw-peptide-info-box p {
  margin: 0 0 13px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.iv-nw-peptide .iv-nw-peptide-price,
.iv-nw-peptide .iv-nw-peptide-review-price {
  grid-column: 1 / -1;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00616e;
  text-align: center;
  font-weight: 900;
}

.iv-nw-peptide .iv-nw-peptide-price strong {
  font-size: 34px;
  line-height: .9;
}

.iv-nw-peptide .iv-nw-peptide-price span {
  padding-left: 4px;
  padding-bottom: 3px;
  font-size: 14px;
  text-transform: uppercase;
}

.iv-nw-peptide .iv-nw-peptide-review-price {
  align-items: center;
  font-size: 15px;
  line-height: 1.1;
}

.iv-nw-peptide .iv-nw-peptide-full {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 30px;
  margin-top: auto;
  font-size: 14px;
}

.iv-nw-peptide .iv-nw-peptide-fineprint {
  margin: 12px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.22;
  font-weight: 700;
}

.iv-nw-peptide .iv-nw-peptide-journey {
  padding: 24px 0px 10px;
  max-width: 1200px;
  margin: auto;
}

/* .iv-nw-peptide .iv-nw-peptide-journey h2,
.iv-nw-peptide .iv-nw-peptide-faq h2 {
  text-align: center;
  font-size: 21px;
  margin-bottom: 16px;
} */

.iv-nw-peptide .iv-nw-peptide-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 108px;
  padding: 10px 18px;
  border: 1px solid #e1e7ea;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(18, 52, 78, .08);
}

.iv-nw-peptide .iv-nw-peptide-steps .iv-nw-peptide-step {
  display: flex;
  gap: 8px;
  align-items: center;
}

.iv-nw-peptide .iv-nw-peptide-steps article {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 6px;
}

.iv-nw-peptide .iv-nw-peptide-step-num {
  /* position: absolute;
  left: 29px;
  top: 2px; */
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  color: #fff;
  background: #005b68;
  font-size: 14px;
  font-weight: 900;
  align-items: center;
}

.iv-nw-peptide .iv-nw-peptide-step-icon,
.iv-nw-peptide .iv-nw-peptide-cta-icon {
  width: 50px;
  height: 50px;
  color: #00616e;
}

.iv-nw-peptide .iv-nw-peptide-step-icon img {
  width: 48px;
  height: 48px;
}

.iv-nw-peptide .iv-nw-peptide-calendar::before {
  content: "";
  position: absolute;
  inset: 7px 4px 3px;
  border: 3px solid currentColor;
  border-radius: 2px;
}

.iv-nw-peptide .iv-nw-peptide-calendar::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 15px;
  width: 20px;
  height: 3px;
  background: currentColor;
  box-shadow: -1px 8px 0 -1px currentColor, 8px 8px 0 -1px currentColor, 17px 8px 0 -1px currentColor;
}

.iv-nw-peptide .iv-nw-peptide-chart::before {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 4px;
  width: 30px;
  height: 28px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
}

.iv-nw-peptide .iv-nw-peptide-chart::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 16px;
  width: 25px;
  height: 15px;
  border-top: 4px solid currentColor;
  border-right: 4px solid currentColor;
  transform: skew(-25deg);
}

.iv-nw-peptide .iv-nw-peptide-person::before,
.iv-nw-peptide .iv-nw-peptide-person::after,
.iv-nw-peptide .iv-nw-peptide-consult::before,
.iv-nw-peptide .iv-nw-peptide-consult::after,
.iv-nw-peptide .iv-nw-peptide-user::before,
.iv-nw-peptide .iv-nw-peptide-user::after,
.iv-nw-peptide .iv-nw-peptide-clipboard::before,
.iv-nw-peptide .iv-nw-peptide-clipboard::after,
.iv-nw-peptide .iv-nw-peptide-form::before,
.iv-nw-peptide .iv-nw-peptide-form::after,
.iv-nw-peptide .iv-nw-peptide-shield::before,
.iv-nw-peptide .iv-nw-peptide-shield::after,
.iv-nw-peptide .iv-nw-peptide-pin::before,
.iv-nw-peptide .iv-nw-peptide-pin::after,
.iv-nw-peptide .iv-nw-peptide-nodes::before,
.iv-nw-peptide .iv-nw-peptide-nodes::after,
.iv-nw-peptide .iv-nw-peptide-rx::before,
.iv-nw-peptide .iv-nw-peptide-calendar::before,
.iv-nw-peptide .iv-nw-peptide-calendar::after,
.iv-nw-peptide .iv-nw-peptide-chart::before,
.iv-nw-peptide .iv-nw-peptide-chart::after,
.iv-nw-peptide .iv-nw-peptide-badge::before,
.iv-nw-peptide .iv-nw-peptide-badge::after {
  content: none;
  display: none;
}

.iv-nw-peptide .iv-nw-peptide-steps h3 {
  margin: 3px 0 2px;
  color: #005b68;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

.iv-nw-peptide .iv-nw-peptide-steps p {
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
}

.iv-nw-peptide .iv-nw-peptide-chev {
  color: #7892a0;
  font-size: 38px;
  line-height: 1;
  text-align: center;
}

.iv-nw-peptide .iv-nw-peptide-mid-grid {
  display: grid;
  grid-template-columns: 1.08fr 1.1fr 1.15fr;
  gap: 17px;
  padding: 18px 0px 14px;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 15px;
}

.iv-nw-peptide .iv-nw-peptide-member-box,
.iv-nw-peptide .iv-nw-peptide-pricing-box,
.iv-nw-peptide .iv-nw-peptide-why-box {
  min-height: 164px;
  border-radius: 8px;
  box-shadow: var(--peptide-shadow);
}

.iv-nw-peptide .iv-nw-peptide-member-box {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 18px 11px;
  color: #fff;
  background: linear-gradient(130deg, #016a79, #004f5c 58%, #0b265f);
  align-items: center;
}

.iv-nw-peptide .iv-nw-peptide-member-box h2,
.iv-nw-peptide .iv-nw-peptide-pricing-box h2,
.iv-nw-peptide .iv-nw-peptide-why-box h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.12;
  font-weight: 700;
  text-transform: uppercase;
}

.iv-nw-peptide .iv-nw-peptide-member-box p {
  margin: 10px 0 13px;
  max-width: 240px;
  font-size: 14px;
  line-height: 1.18;
  font-weight: 600;
}

.iv-nw-peptide .iv-nw-peptide-member-box .iv-nw-peptide-pill {
  min-height: 28px;
  padding: 10px 13px;
  font-size: 14px;
}

.iv-nw-peptide .iv-nw-peptide-badge {
  width: 78px;
  height: 78px;
  margin-top: 12px;
}

.iv-nw-peptide .iv-nw-peptide-badge img {
  width: 86px;
  height: 86px;
}

.iv-nw-peptide .iv-nw-peptide-pricing-box {
  background-color: #f4f4f4;
  padding: 17px 22px 12px;
}

.iv-nw-peptide .iv-nw-peptide-why-box {
  padding: 17px 22px 12px;
  background: linear-gradient(135deg, #e9f1f3, #f7fbfb);
}

.iv-nw-peptide .iv-nw-peptide-pricing-box h2,
.iv-nw-peptide .iv-nw-peptide-why-box h2 {
  color: var(--peptide-navy);
  text-align: center;
  font-size: 15px;
  padding-bottom: 9px;
  border-bottom: 1px solid #cbd5dc;
}

.iv-nw-peptide .iv-nw-peptide-pricing-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
}

.iv-nw-peptide .iv-nw-peptide-pricing-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.iv-nw-peptide .iv-nw-peptide-pricing-cols>div {
  padding-top: 10px;
}

.iv-nw-peptide .iv-nw-peptide-pricing-cols>div:first-child {
  position: relative;
}

.modal-popup.cln-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 4;
}

.modal-popup.cln-modal .modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
  letter-spacing: 1px;
  line-height: 28px;
  background: rgb(255, 255, 255);
  color: #000;
  padding: 25px;
  border-radius: 30px;
  overflow: unset;
  height: 350px;
}

.modal-popup.cln-modal .close_btn i {
  display: flex;
  justify-content: flex-end;
  font-size: 20px;
  cursor: pointer;
}

.modal-popup.cln-modal .modal_title h2 {
  margin-bottom: 30px;
  margin-top: 20px;
  color: #000;
}

.modal-popup.cln-modal .gravity {
  display: flex;
}

.modal-popup.cln-modal ul {
  padding: 0px 20px;
}

.modal-popup.cln-modal ul li {
  list-style-type: circle;
}

.iv-nw-peptide .iv-nw-peptide-pricing-cols>div:first-child::after {
  /* border-right: 1px solid #aab8c0; */
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  width: 1px;
  height: 95px;
  background: #aab8c0;
  transform: translateY(-50%);

}

.iv-nw-peptide .iv-nw-peptide-pricing-cols h3 {
  margin: 0 0 3px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.iv-nw-peptide .iv-nw-peptide-pricing-cols strong {
  display: block;
  color: var(--peptide-navy);
  font-size: 35px;
  line-height: .9;
  font-weight: 900;
}

.iv-nw-peptide .iv-nw-peptide-pricing-cols p,
.iv-nw-peptide .iv-nw-peptide-pricing-box>p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
}

.iv-nw-peptide .iv-nw-peptide-pricing-box>p {
  text-align: center;
  margin-top: 13px;
  font-size: 13px;
}

.iv-nw-peptide .iv-nw-peptide-why-box ul {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.iv-nw-peptide .iv-nw-peptide-why-box li {
  position: relative;
  margin: 0 0 9px;
  padding-left: 25px;
  font-size: 13px;
  line-height: 1.16;
  font-weight: 600;
}

.iv-nw-peptide .iv-nw-peptide-why-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 18px;
  height: 16px;
  background: url("../images/check-iv.svg") no-repeat center;
  background-size: contain;
}

.iv-nw-peptide .iv-nw-peptide-faq {
  padding: 0 0px 8px;
  margin: auto;
  max-width: 1200px;
}

.iv-nw-peptide .iv-nw-peptide-faq h2 {
  margin-bottom: 10px;
}

.iv-nw-peptide .iv-nw-peptide-faq-cont {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.iv-nw-peptide .iv-nw-peptide-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
  margin-top: 15px;
}

.iv-nw-peptide .iv-nw-peptide-faq-grid>div {
  display: flex;
  flex-direction: column;
}

.iv-nw-peptide .iv-nw-peptide-faq-grid details+details {
  margin-top: -1px;
}

.iv-nw-peptide .iv-nw-peptide-faq-grid details:first-child summary {
  border-radius: 3px 3px 0 0;
}

.iv-nw-peptide .iv-nw-peptide-faq-grid details:last-child summary {
  border-radius: 0 0 3px 3px;
}

.iv-nw-peptide .iv-nw-peptide-faq-grid details:last-child:not([open]) summary {
  border-radius: 0 0 3px 3px;
}

.iv-nw-peptide .iv-nw-peptide-faq-grid details[open] summary {
  border-bottom: 0;
  border-radius: 0;
}

.iv-nw-peptide .iv-nw-peptide-faq-grid details:first-child[open] summary {
  border-radius: 3px 3px 0 0;
}

.iv-nw-peptide .iv-nw-peptide-faq-grid summary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 13px;
  color: var(--peptide-navy);
  background: #fff;
  border: 1px solid #d7e1e5;
  font: 600 14px/1 "Mulish", sans-serif;
  cursor: pointer;
  list-style: none;
  text-align: left;
}

.iv-nw-peptide .iv-nw-peptide-faq-grid summary::-webkit-details-marker {
  display: none;
}

.iv-nw-peptide .iv-nw-peptide-faq-grid .faq-content {
  padding: 0 13px 13px;
  background: #fff;
  border: 1px solid #d7e1e5;
  border-top: 0;
  font: 400 14px/1.7 "Mulish", sans-serif;
  color: #5a6a74;
  border-radius: 0 0 3px 3px;
}

.iv-nw-peptide .iv-nw-peptide-faq-grid .faq-content p {
  margin: 0;
  text-align: left;
}

.iv-nw-peptide .iv-nw-peptide-faq-grid details {
  margin: 0;
  padding: 0;
}

.iv-nw-peptide .iv-nw-peptide-faq-grid summary span {
  font-size: 18px;
  line-height: 1;
  transition: transform .3s ease;
}

.iv-nw-peptide .iv-nw-peptide-faq-grid details[open] summary span {
  transform: rotate(45deg);
}

.iv-nw-peptide .iv-nw-peptide-final-cta {
  margin: auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 76px 1fr 380px;
  align-items: center;
  gap: 10px;
  padding: 15px 18px 15px 22px;
  color: #fff;
  background: linear-gradient(100deg, #061d59, #03486b 58%, #008d87);
  border-radius: 8px;
  margin-top: 20px;
}

.iv-nw-peptide .iv-nw-peptide-final-cta .iv-nw-peptide-cta-icon {
  width: 52px;
  height: 52px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  place-self: center start;
}

.iv-nw-peptide .iv-nw-peptide-final-cta .iv-nw-peptide-cta-icon img {
  width: 30px;
  height: 30px;
}

.iv-nw-peptide .iv-nw-peptide-final-cta h2 {
  margin: 0;
  font-size: 22px;
  line-height: .95;
  font-weight: 900;
}

.iv-nw-peptide .iv-nw-peptide-final-cta p {
  margin: 3px 0 0;
  font-size: 14px;
  font-weight: 600;
  max-width: 66%;
}

.iv-nw-peptide .iv-nw-peptide-disclaimer {
  max-width: 1200px;
  text-align: center;
  margin: auto;
  padding: 13px 0;
}

.iv-nw-peptide .iv-nw-peptide-wide {
  width: 100%;
  min-height: 34px;
  font-size: 14px;
}

.iv-nw-peptide footer {
  padding: 3px 20px 0;
  color: var(--peptide-navy);
  text-align: center;
  font-size: 14px;
  line-height: 1.08;
  font-weight: 800;
}

.skp-page {
  --navy: #071f59;
  --ink: #061846;
  --teal: #006879;
  --teal-dark: #005364;
  --aqua: #0d96a6;
  --line: #d7e1ea;
  --soft: #f5fbfd;
  overflow: hidden;
}

.skp-page a {
  text-decoration: none;
}

.skp-page h1,
.skp-page h2,
.skp-page h3,
.skp-page p {
  margin-top: 0;
}

.skp-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  width: min(1440px, 100%);
  padding: 18px 38px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 28px;
}

.skp-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  min-width: 230px;
}

.skp-brand-mark {
  position: relative;
  width: 46px;
  aspect-ratio: 46 / 54;
  border: 4px solid var(--navy);
  border-bottom-color: var(--aqua);
  border-left-color: var(--aqua);
  border-radius: 50% 50% 54% 54%;
  transform: rotate(45deg);
}

.skp-brand-mark::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 4px solid var(--aqua);
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
}

.skp-brand-text strong {
  display: block;
  color: var(--navy);
  font-size: 34px;
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: 0;
}

.skp-brand-text small {
  display: block;
  margin-top: 6px;
  padding-left: 22px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  border-top: 3px solid var(--aqua);
}

.skp-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(22px, 3vw, 48px);
}

.skp-nav a {
  color: #030e35;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.skp-nav sup {
  font-size: 8px;
}

.skp-book,
.skp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.skp-book {
  background: linear-gradient(135deg, #005f73, #007887);
  color: #fff;
  min-width: 176px;
  box-shadow: 0 16px 35px rgba(0, 88, 105, 0.22);
}

.skp-book:hover,
.skp-book:focus-visible,
.skp-btn:hover,
.skp-btn:focus-visible {
  transform: translateY(-2px);
}

.skp-book:hover,
.skp-book:focus-visible,
.skp-btn-primary:hover,
.skp-btn-primary:focus-visible {
  background: #fff;
  color: var(--teal-dark) !important;
  box-shadow: inset 0 0 0 2px var(--teal), 0 14px 28px rgba(7, 31, 89, 0.15);
}

.skp-book:focus-visible,
.skp-btn:focus-visible,
.skp-learn:focus-visible {
  outline: 3px solid rgba(36, 143, 151, 0.34);
  outline-offset: 4px;
}

.skp-book span,
.skp-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--teal);
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 2px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.skp-book:hover span,
.skp-book:focus-visible span,
.skp-btn:hover span,
.skp-btn:focus-visible span {
  transform: translateX(2px);
}

.skp-nav-check,
.skp-menu-toggle {
  display: none;
}

.skp-hero {
  position: relative;
  padding: 138px 38px 78px;
  background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 42%, rgb(255 255 255) 56%, rgb(255 255 255 / 0%) 76%),
    url(../images/skinpenhero.jpg) right top / auto 100% no-repeat, #dfdfdf
}

.skp-hero-copy {
  width: min(750px, 58%);
}

.skp-hero h1 {
  margin-bottom: 18px;
  color: var(--navy);
  font-family: "Narnoor", sans-serif;
  font-size: clamp(48px, 5.4vw, 48px);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0;
}

.skp-hero h1 span {
  color: #006270;
  font-family: "Narnoor", sans-serif;
  font-size: clamp(48px, 5.4vw, 48px);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0;
}

.skp-hero h1 sup {
  font-size: 25px;
}

.skp-kicker {
  max-width: 550px;
  margin-bottom: 16px;
  color: #006270;
  font-size: clamp(22px, 25px, 29px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.3px;
}

.skp-intro {
  max-width: 520px;
  margin-bottom: 22px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.skp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 28px;
}

.skp-actions .skp-btn-primary a {
  color: #FFF;
}

.skp-btn-primary {
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
  color: #fff !important;
  box-shadow: 0 14px 24px rgba(0, 88, 105, 0.22);
}

.skp-btn-outline {
  min-width: 210px;
  border: 2px solid var(--teal);
  background: rgba(255, 255, 255, 0.72);
  color: var(--navy);
}

.skp-btn-outline:hover,
.skp-btn-outline:focus-visible {
  border-color: transparent;
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
  color: #fff;
  box-shadow: 0 18px 34px rgba(0, 88, 105, 0.32);
}

.skp-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  max-width: 780px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.skp-trust-row span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-right: 18px;
  border-right: 1px solid #c6d5e1;
  padding-left: 25px;
  font-weight: 700;
}

.skp-trust-row span:last-child {
  padding-right: 0;
  border-right: 0;
}

.skp-trust-row span::before,
.skp-why li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 16px;
  background: url(../images/check-iv.svg) no-repeat center;
  background-size: contain;
}

.skp-fda-badge {
  position: absolute;
  right: 44px;
  bottom: 96px;
  display: flex;
  justify-content: center;
  width: 114px;
  height: 114px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #0c2e73;
  color: #fff;
  text-align: center;
  box-shadow: 0 12px 30px rgba(4, 28, 75, 0.28);
  flex-direction: column;
  gap: 6px;
}

.skp-fda-badge strong {
  font-size: 38px;
  line-height: 0.85;
}

.skp-fda-badge small {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}



.skp-benefits {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: -16px 30px 18px;
  overflow: hidden;
  border-radius: 14px;
  background: #062768;
  color: #fff;
  box-shadow: 0 16px 28px rgba(7, 31, 89, 0.2);
  padding: 20px 0;
}

.skp-benefits article {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 18px 14px 18px 9px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.skp-benefits article:last-child {
  border-right: 0;
}

.skp-benefits p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.skp-icon,
.skp-step-icon,
.skp-line-icon,
.skp-expect-icon,
.skp-calendar {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}

.skp-icon {
  width: 54px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.skp-icon img {
  display: block;
  width: 34px;
  aspect-ratio: 1;
  object-fit: contain;
}

.skp-icon img[src*="skp-shine"] {
  width: 38px;
  aspect-ratio: 1;
}

.skp-icon img[src*="skp-skin"] {
  width: 35px;
  aspect-ratio: 1;
}

.skp-wave-icon::before,
.skp-wave-icon::after {
  content: "";
  position: absolute;
  left: 12px;
  width: 30px;
  border-top: 2px solid #fff;
  border-radius: 50%;
}

.skp-wave-icon::before {
  top: 16px;
  box-shadow: 0 8px 0 #fff;
}

.skp-wave-icon::after {
  top: 32px;
}

.skp-two-col {
  display: grid;
  grid-template-columns: 0.86fr 1.15fr;
  gap: 18px;
  margin: 25px;
}

.skp-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 31, 89, 0.05);
}

.skp-process,
.skp-pricing {
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.skp-process:hover,
.skp-process:focus-within,
.skp-pricing:hover,
.skp-pricing:focus-within {
  border-color: rgba(0, 104, 121, 0.38);
  box-shadow: 0 18px 44px rgba(7, 31, 89, 0.12);
  transform: translateY(-4px);
}

.skp-card h2 {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 0 26px;
  color: var(--teal);
  font-family: "Narnoor", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.skp-pricing h2 {
  color: var(--navy);
}

/* .skp-card h2::before,
.skp-card h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 72px;
  border-top: 1px solid var(--line);
}

.skp-card h2::before {
  right: 100%;
}

.skp-card h2::after {
  left: 100%;
} */

.skp-process {
  padding: 22px 18px 26px;
  background: linear-gradient(135deg, #e9f1f3, #f7fbfb);
}

.skp-process>p {
  max-width: 460px;
  margin: 0 auto 22px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.skp-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  align-items: start;
  margin-bottom: 22px;
}

.skp-process-steps span {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 9px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
}

.skp-learn span {
  display: flex;
  border: 2px solid var(--teal);
  border-radius: 99px;
  padding: 2px 3px;
}

.skp-learn span i {
  color: var(--teal);
}

.skp-process-steps span:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  top: 33px;
  right: -15px;
  color: var(--teal);
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
}

.skp-step-icon {
  display: grid;
  place-items: center;
  width: 66px;
  aspect-ratio: 1;
  border: 1px solid #9dc0ce;
  border-radius: 50%;
  background: #fff;
}

.skp-step-icon img {
  display: block;
  width: 38px;
  aspect-ratio: 1;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(28%) sepia(91%) saturate(1001%) hue-rotate(151deg) brightness(91%) contrast(101%);
}

.skp-step-icon img[src*="skp-micro"] {
  width: 34px;
  aspect-ratio: 34 / 38;
}

.skp-step-icon img[src*="skp-sun"] {
  width: 42px;
  aspect-ratio: 1;
}

.skp-learn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  transition: color 0.2s ease, transform 0.2s ease;
}

.skp-learn:hover,
.skp-learn:focus-visible {
  color: var(--teal);
  transform: translateX(3px);
}

.skp-pricing {
  padding: 22px 30px 12px;
}

.skp-pricing-box {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  overflow: hidden;
  border: 1px solid #dce5ee;
  border-radius: 10px;
}

.skp-pricing-box>div {
  padding: 8px 26px;
}

.skp-pricing-box>div:first-child {
  border-right: 1px solid #dce5ee;
}

.skp-pricing h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 700;
}

.skp-pricing p {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
}

.skp-pricing p strong,
.skp-prp>strong {
  color: var(--navy);
  font-size: 27px;
  line-height: 1;
}

.skp-pricing p span {
  font-weight: 700;
  letter-spacing: 0;
}

.skp-prp {
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
}

.skp-prp small {
  display: block;
  margin: 6px 0 13px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.skp-drop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-top: 1px solid #dce5ee;
  padding-top: 10px;
}

.skp-drop img {
  display: block;
  width: 42px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  object-fit: contain;
}

.skp-prp p {
  display: block;
  max-width: 150px;
  margin: 0;
  padding-top: 0;
  border-top: 0;
  color: var(--navy);
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
}

.skp-package {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, 0.7fr);
  align-items: center;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg, #006173, #007988);
  color: #fff;
  text-align: center;
}

.skp-package span,
.skp-package strong {
  padding: 12px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.32);
}

.skp-package span {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.skp-package strong {
  font-size: 28px;
}

.skp-package small {
  display: block;
  font-size: 11px;
  line-height: 1;
}

.skp-note {
  margin: 10px 0 0;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.skp-results {
  margin: 30px;
  padding: 18px 28px 16px;
}

.skp-page .skp-before-after {
  position: relative;
  margin-top: 10px;
  padding: 0 20px;
}

.skp-slide-arrow {
  display: grid;
  place-items: center;
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 46px;
  height: 46px;
  border: 1px solid #dce5f0;
  border-radius: 50%;
  background: var(--ivb-white);
  color: var(--ivb-navy);
  box-shadow: 0 8px 24px rgba(6, 31, 91, 0.16);
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 36px;
  line-height: 1;
  padding: 0 0 4px;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.skp-slide-arrow-left {
  left: 0;
}

.skp-slider-card {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(6, 31, 91, 0.08);
}

.skp-skp-slider {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 10px;
  background: #dddddd;
}

.skp-skp-slider img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.skp-after-img {
  position: absolute;
  inset: 0;
  width: 100%;
}

.skp-after-img {
  position: absolute;
  inset: 0;
  width: 100%;
}

.skp-before-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.skp-before-wrap img {
  max-width: none;
  object-position: left top;
}

.skp-page img {
  display: block;
  max-width: 100%;
}

.skp-label {
  position: absolute;
  top: 18px;
  color: var(--ivb-white);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.skp-before-label {
  left: 25px;
}

.skp-after-label {
  left: 53%;
}

.skp-skp-slider input {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  opacity: 0;
  cursor: ew-resize;
}

.skp-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 3;
  width: 2px;
  background: var(--ivb-white);
  transform: translateX(-1px);
}

.skp-divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--ivb-white);
  color: var(--ivb-navy);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.skp-slide-arrow-right {
  right: 0;
}

.skp-center-text1 {
  text-align: center;
  margin: 10px 0 0;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;

}

/* .skp-before-after {
  --skp-before-size: 50%;
  position: relative;
  display: grid;
  grid-template-columns: var(--skp-before-size) 1fr;
  align-items: stretch;
  aspect-ratio: 23 / 5;
  overflow: hidden;
  border-radius: 12px;
  background: #eab18f;
  transition: grid-template-columns 0.22s ease;
}

.skp-result-half {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #d99b78;
  min-height: 0;
}

.skp-after {
  background: #eab08b;
  border-left: 4px solid #fff;
}

.skp-result-half img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.skp-result-half span {
  position: absolute;
  z-index: 2;
  top: 12px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.skp-before span {
  left: 18px;
}

.skp-after span {
  right: 18px;
  background: var(--teal);
}

.skp-handle {
  position: absolute;
  top: 50%;
  left: var(--skp-before-size);
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(7, 31, 89, 0.25);
  transform: translate(-50%, -50%);
  transition: left 0.22s ease;
  pointer-events: none;
}

.skp-handle i {
  font-size: 11px;
}

.skp-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 34px;
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 24px;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(7, 31, 89, 0.18);
  transform: translateY(-50%);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.skp-arrow:hover,
.skp-arrow:focus-visible {
  box-shadow: 0 10px 24px rgba(7, 31, 89, 0.25);
  transform: translateY(-50%) scale(1.06);
}

.skp-arrow:focus-visible {
  outline: 3px solid rgba(36, 143, 151, 0.38);
  outline-offset: 3px;
}

.skp-arrow.left {
  left: 1px;
}

.skp-arrow.right {
  right: 1px;
} */

/* .skp-results > p {
  margin: 10px 0 0;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
} */

.skp-concerns {
  margin: 30px;
  padding: 14px 28px 22px;
}

.skp-concern-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.skp-concern-grid span {
  display: grid;
  justify-items: center;
  gap: 9px;
  padding: 4px 14px;
  border-right: 1px solid var(--line);
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
}

.skp-concern-grid span:last-child {
  border-right: 0;
}

.skp-line-icon {
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  color: var(--teal);
}

.skp-line-icon img {
  display: block;
  width: 36px;
  aspect-ratio: 1;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(28%) sepia(91%) saturate(1001%) hue-rotate(151deg) brightness(91%) contrast(101%);
}

.skp-line-icon img[src*="skp-shine"],
.skp-line-icon img[src*="skp-sun"] {
  width: 40px;
  aspect-ratio: 1;
}

.skp-line-icon img[src*="skp-micro"] {
  width: 32px;
  aspect-ratio: 32 / 36;
}

.skp-expect {
  margin: 30px;
  padding: 14px 24px 24px;
}

.skp-expect-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.skp-expect article {
  position: relative;
  padding: 6px 10px 6px 84px;
  border-right: 1px solid var(--line);
}

.skp-expect article:last-child {
  border-right: 0;
}

.skp-expect b {
  position: absolute;
  top: 0;
  left: 50px;
  display: grid;
  place-items: center;
  width: 25px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 15px;
}

.skp-expect h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
}

.skp-expect p {
  margin: 0;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.skp-expect-media {
  position: absolute;
  top: 15px;
  left: 8px;
  display: grid;
  place-items: center;
  width: 48px;
  aspect-ratio: 1;
}

.skp-expect-media img {
  display: block;
  width: 44px;
  aspect-ratio: 1;
  object-fit: contain;
}

.skp-expect-media img[src*="skp-jar"] {
  width: 44px;
  aspect-ratio: 1;
}

.skp-expect-media img[src*="skp-date-time"] {
  width: 54px;
  aspect-ratio: 1;
}

.skp-expect-icon {
  position: relative;
  display: block;
  width: 44px;
  aspect-ratio: 1;
  border: 3px solid var(--teal);
  color: var(--teal);
}

.treatment {
  border-radius: 8px;
  transform: rotate(-28deg);
}

.treatment::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 10px;
  aspect-ratio: 10 / 18;
  border: 3px solid currentColor;
  border-top: 0;
  transform: translateX(-50%);
}

.prp {
  width: 42px;
  aspect-ratio: 42 / 48;
  border-radius: 50% 50% 55% 55%;
  transform: rotate(45deg);
}

.prp::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 3px solid currentColor;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
}

.skp-bottom-grid {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 18px;
  margin: 10px auto;
}

.skp-why,
.skp-faq {
  padding: 16px 24px;
}

.skp-why h2,
.skp-faq h2 {
  margin-bottom: 12px;
}

.skp-why h2::before,
.skp-why h2::after,
.skp-faq h2::before,
.skp-faq h2::after {
  display: none;
}

.skp-why ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.skp-why li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  position: relative;
  padding-left: 25px;
}

.skp-why li::before {
  width: 16px;
  aspect-ratio: 1;
  font-size: 10px;
}

.skp-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 18px;
  text-align: left;
}

.skp-faq details {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.skp-faq details:hover,
.skp-faq details:focus-within,
.skp-faq details[open] {
  border-color: var(--teal);
  box-shadow: 0 10px 24px rgba(7, 31, 89, 0.1);
  transform: translateY(-2px);
}

.skp-faq summary {
  position: relative;
  padding: 10px 42px 10px 16px;
  color: var(--navy);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  list-style: none;
}

.skp-faq summary::-webkit-details-marker {
  display: none;
}

.skp-faq summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 7px;
  font-size: 22px;
  line-height: 1;
}

.skp-faq details[open] summary::after {
  content: "-";
}

.skp-faq details p {
  margin: 0;
  padding: 0 16px 12px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.skp-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
  margin: 30px;
  padding: 16px 28px;
  border-radius: 14px;
  background: linear-gradient(135deg, #061f5b, #007a84);
  color: #fff;
}

.skp-cta>div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.skp-cta>div:first-child {
  margin-left: 20px;
}

.skp-cta>div:last-child {
  margin-right: 20px;
}

.skp-cta-buttons {
  justify-content: flex-end;
}

.skp-calendar {
  display: grid;
  place-items: center;
  width: 62px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

.skp-calendar img {
  display: block;
  width: 40px;
  aspect-ratio: 1;
  object-fit: contain;
}

.skp-cta p {
  margin: 0;
}

.skp-cta strong,
.skp-cta small {
  display: block;
}

.skp-cta strong {
  font-size: 24px;
  font-weight: 900;
}

.skp-cta small {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 700;
}

.skp-btn-light {
  min-width: 300px;
  background: #fff;
  color: var(--teal) !important;
  box-shadow: none;
}

.skp-btn-light:hover,
.skp-btn-light:focus-visible {
  background: #f7fcfd;
  color: var(--teal-dark);
  box-shadow: 0 12px 24px rgba(7, 31, 89, 0.16);
}

.skp-btn-light:hover span,
.skp-btn-light:focus-visible span {
  background: var(--teal-dark);
  color: #fff;
}

.skp-btn-light span {
  background: var(--teal);
  color: #fff;
}

.skp-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 24px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.skp-phone img {
  display: block;
  width: 22px;
  aspect-ratio: 1;
  object-fit: contain;
}

.skp-phone:hover,
.skp-phone:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  box-shadow: 0 12px 24px rgba(7, 31, 89, 0.16);
  transform: translateY(-2px);
}

.skp-phone:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.44);
  outline-offset: 4px;
}

.skp-page main>section:not(.skp-hero) {
  /* width: calc(100% - 60px); */
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.nouva-page {
  --navy: #071f59;
  --ink: #061846;
  --teal: #006879;
  --teal-dark: #005364;
  --aqua: #0d96a6;
  --line: #d7e1ea;
  --soft: #f5fbfd;
  overflow: hidden;
}

.nouva-page a {
  text-decoration: none;
}

.nouva-page h1,
.nouva-page h2,
.nouva-page h3,
.nouva-page p {
  margin-top: 10px;
}

.nouva-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  width: min(1440px, 100%);
  padding: 18px 38px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 28px;
}

.nouva-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  min-width: 230px;
}

.nouva-brand-mark {
  position: relative;
  width: 46px;
  aspect-ratio: 46 / 54;
  border: 4px solid var(--navy);
  border-bottom-color: var(--aqua);
  border-left-color: var(--aqua);
  border-radius: 50% 50% 54% 54%;
  transform: rotate(45deg);
}

.nouva-brand-mark::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 4px solid var(--aqua);
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
}

.nouva-brand-text strong {
  display: block;
  color: var(--navy);
  font-size: 34px;
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: 0;
}

.nouva-brand-text small {
  display: block;
  margin-top: 6px;
  padding-left: 22px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  border-top: 3px solid var(--aqua);
}

.nouva-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(22px, 3vw, 48px);
}

.nouva-nav a {
  color: #030e35;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.nouva-book,
.nouva-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 22px;
  border-radius: 999px;
  font-family: Mulish, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nouva-book {
  min-width: 176px;
  background: linear-gradient(135deg, #005f73, #007887);
  color: #fff;
  box-shadow: 0 16px 35px rgba(0, 88, 105, 0.22);
}

.nouva-book:hover,
.nouva-book:focus-visible,
.nouva-btn:hover,
.nouva-btn:focus-visible {
  transform: translateY(-2px);
}

.nouva-book:hover,
.nouva-book:focus-visible,
.nouva-btn-primary:hover,
.nouva-btn-primary:focus-visible {
  background: #fff;
  color: var(--teal-dark);
  box-shadow: inset 0 0 0 2px var(--teal), 0 14px 28px rgba(7, 31, 89, 0.15);
}

.nouva-book:focus-visible,
.nouva-btn:focus-visible {
  outline: 3px solid rgba(36, 143, 151, 0.34);
  outline-offset: 4px;
}

.nouva-book span,
.nouva-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--teal);
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 2px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nouva-book:hover span,
.nouva-book:focus-visible span,
.nouva-btn:hover span,
.nouva-btn:focus-visible span {
  transform: translateX(2px);
}

.nouva-btn-outline:hover,
.nouva-btn-outline:focus-visible {
  border-color: transparent;
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
  color: #fff;
  box-shadow: 0 18px 34px rgba(0, 88, 105, 0.32);
}

.nouva-nav-check,
.nouva-menu-toggle {
  display: none;
}

.nouva-hero {
  position: relative;
  padding: 40px 30px 90px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgb(255 255 255) 33%, rgb(255 255 255) 56%, rgb(255 255 255 / 0%) 76%),
    url("../images/neuvadermhero.jpg") calc(100% + 138px) top / auto 100% no-repeat,
    #f8fbfd;
}

.nouva-hero-copy {
  width: min(700px, 58%);
}

.nouva-hero h1 {
  margin-bottom: 18px;
  color: var(--navy);
  font-family: Narnoor, Georgia, serif;
  font-size: clamp(48px, 5.4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2px;
  max-width: 500px;
}

.nouva-hero h1 span {
  display: block;
  color: #006270;
  font-weight: 700;
  margin-top: 10px;
  letter-spacing: 0;
}

.nouva-hero h1 sup,
.nouva-page sup {
  font-size: 0.34em;
  line-height: 0;
}

.nouva-rule {
  display: block;
  width: 76px;
  height: 4px;
  margin: 14px 0 22px;
  background: var(--teal);
}

.nouva-kicker {
  max-width: 550px;
  margin-bottom: 16px;
  color: #006270;
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 700;
  line-height: 1.18;
}

.nouva-intro {
  max-width: 520px;
  margin-bottom: 22px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.nouva-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.nouva-btn-primary {
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
  color: #fff;
  box-shadow: 0 14px 24px rgba(0, 88, 105, 0.22);
}

.nouva-btn-outline {
  min-width: 210px;
  border: 2px solid var(--teal);
  background: rgba(255, 255, 255, 0.72);
  color: var(--teal);
}

.nouva-benefits {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: min(1200px, calc(100% - 76px));
  margin: -24px auto 18px;
  padding: 20px 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 45px rgba(7, 31, 89, 0.08);
}

.nouva-benefits article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  min-height: 78px;
  padding: 0 24px;
  border-right: 1px solid var(--line);
  align-items: center;
}

.nouva-benefits article:last-child {
  border-right: 0;
}

.nouva-benefits p {
  margin: 0;
}

.nouva-benefits strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.32;
}

.nouva-benefits small {
  display: block;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.nouva-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--teal);
  background: #fff;
}

.nouva-icon img,
.nouva-line img,
.nouva-step img,
.nouva-calendar img,
.nouva-phone img {
  display: block;
  aspect-ratio: 1;
  object-fit: contain;
}

.nouva-icon img,
.nouva-line img,
.nouva-step img {
  filter: brightness(0) saturate(100%) invert(28%) sepia(91%) saturate(1001%) hue-rotate(151deg) brightness(91%) contrast(101%);
}

.nouva-icon img {
  width: 34px;
}

.nouva-icon img[src*="skp-micro"] {
  width: 31px;
}

.nouva-icon img[src*="skp-time"],
.nouva-icon img[src*="skp-skin"] {
  width: 36px;
}

.nouva-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 31, 89, 0.045);
}

.nouva-about,
.nouva-concerns,
.nouva-pricing,
.nouva-expect,
.nouva-why,
.nouva-faq {
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.nouva-alarm-treatment {
  margin: auto;
}

.nouva-alarm {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}

.nouva-alarm img {
  width: 40px;
}

.nouva-about:hover,
.nouva-concerns:hover,
.nouva-pricing:hover,
.nouva-expect:hover,
.nouva-why:hover,
.nouva-faq:hover,
.nouva-about:focus-within,
.nouva-concerns:focus-within,
.nouva-pricing:focus-within,
.nouva-expect:focus-within,
.nouva-why:focus-within,
.nouva-faq:focus-within {
  border-color: rgba(0, 104, 121, 0.34);
  box-shadow: 0 18px 44px rgba(7, 31, 89, 0.1);
  transform: translateY(-3px);
}

.nouva-info-grid {
  display: grid;
  grid-template-columns: 1.02fr 1fr 1fr;
  gap: 14px;
  max-width: 1200px;
  margin: 0 auto 16px;
}

.nouva-info-grid h2,
.nouva-bottom-grid h2 {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 20px;
  /* padding: 0 26px; */
  color: var(--navy);
  font-family: Narnoor, Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.nouva-expect h2,
.nouva-results h2 {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 20px;
  /* padding: 0 26px; */
  color: var(--navy);
  font-family: Narnoor, Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

/* .nouva-results h2::before,
.nouva-results h2::after,
.nouva-expect h2::before,
.nouva-expect h2::after,
.nouva-bottom-grid h2::before,
.nouva-bottom-grid h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 72px;
  border-top: 1px solid var(--line);
}

.nouva-results h2::before,
.nouva-expect h2::before,
.nouva-bottom-grid h2::before {
  right: 100%;
}

.nouva-results h2::after,
.nouva-expect h2::after,
.nouva-bottom-grid h2::after {
  left: 100%;
} */

.nouva-about {
  padding: 24px 34px;
  background:
    radial-gradient(circle at 100% 100%, rgba(0, 104, 121, 0.09), transparent 44%),
    #f8fbfd;
}

.nouva-about h2 {
  color: #006270;
  text-align: left;
  margin-left: 0;
}

.nouva-about p {
  color: var(--navy);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.nouva-concerns {
  padding: 16px 16px 24px;
}

.nouva-concern-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* border-top: 1px solid var(--line);
  border-left: 1px solid var(--line); */
}

.nouva-concern-grid span {
  display: grid;
  place-items: center;
  min-height: 95px;
  padding: 10px 8px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.nouva-concern-grid span:nth-child(5n) {
  border-right: none;
}

.nouva-concern-grid span:nth-child(n + 6) {
  border-bottom: none;
}

.nouva-line {
  display: grid;
  place-items: center;
  width: 38px;
  aspect-ratio: 1;
  margin-bottom: 7px;
}

.nouva-line img {
  width: 32px;
}

.nouva-line img[src*="skp-sun"],
.nouva-line img[src*="skp-shine"] {
  width: 36px;
}

.nouva-line img[src*="skp-micro"] {
  width: 29px;
}

.nouva-small-note {
  margin: 21px 0 0;
  margin-top: 21px !important;
  color: var(--navy);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.nouva-pricing {
  padding: 14px 13px 16px;
}

.nouva-price-item {
  display: flex;
  /* grid-template-columns: 1fr 104px; */
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  justify-content: space-between;
}

.nouva-price-item h3 {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 6px;
  color: var(--teal);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.nouva-price-item h3 em {
  display: inline-block;
  /* margin-left: 8px; */
  padding: 4px 12px;
  border-radius: 999px;
  background: #f3d178;
  color: var(--navy);
  font-family: Mulish, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  vertical-align: middle;
}

.nouva-price-item p {
  margin: 0;
  color: var(--navy);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.nouva-price-item strong {
  color: var(--teal);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.nouva-price-item strong small,
.nouva-price-item strong span {
  display: block;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.nouva-price-item.featured {
  margin: 0 -14px;
  padding: 15px 13px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
  color: #fff;
}

.nouva-price-item.featured h3,
.nouva-price-item.featured p,
.nouva-price-item.featured strong {
  color: #fff;
}

.nouva-price-item>div,
.nouva-price-item-2>div {
  max-width: 69%;
}

.nouva-price-item-2 {
  display: flex;
  /* grid-template-columns: 1fr 104px; */
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  /* flex-direction: column; */
  justify-content: space-between;
}

.nouva-price-item-2 h3 {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.nouva-price-item-2 h3 em {
  display: inline-block;
  /* margin-left: 8px; */
  padding: 4px 12px;
  border-radius: 999px;
  background: #f3d178;
  color: var(--navy);
  font-family: Mulish, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  vertical-align: middle;
}

.nouva-price-item-2 p {
  margin: 0;
  color: var(--navy);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.nouva-price-item-2 strong {
  color: var(--navy);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.nouva-price-item-2 strong small,
.nouva-price-item-2 strong span {
  display: block;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.nouva-price-item-2.featured {
  margin: 0 -14px;
  padding: 15px 13px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
  color: #fff;
}

.nouva-price-item-2.featured h3,
.nouva-price-item-2.featured p,
.nouva-price-item-2.featured strong {
  color: #fff;
}

.nouva-member {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 16px;
  max-width: 1200px;
  min-height: 38px;
  margin: 0 auto;
  padding: 4px 0;
  border: 1px solid var(--teal);
  border-radius: 7px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.nouva-member p {
  margin: 0;
  font-weight: 700;
  margin-left: 11px;
}

.nouva-member a {
  color: var(--teal);
  text-transform: uppercase;
  margin-right: 20px;
  font-weight: 700;
}

.nouva-member img {
  width: 40px;
  height: 40px;
  margin-left: 20px;
}

.nouva-pricing-note {
  max-width: 1200px;
  margin: 60px auto 0;
  margin-top: 10px !important;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.nouva-results {
  width: min(1200px, calc(100% - 88px));
  margin: 30px auto;
  padding: 18px 0 16px;
}

.nouva-results h2 {
  margin-bottom: 16px;
}

.nouva-result-strip {
  --nouva-before-size: 50%;
  --nouva-divider-size: 4px;
  --nouva-divider-inset: 2px;
  --nouva-handle-size: 44px;
  --nouva-handle-inset: 22px;
  position: relative;
  display: block;
  width: min(100%, 980px);
  margin: 0 auto;
  aspect-ratio: 1849 / 700;
  /* overflow: hidden; */
  border-radius: 12px;
  background: #eab18f;
  cursor: ew-resize;
  touch-action: pan-y;
}

.nouva-result-strip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(var(--nouva-divider-inset), var(--nouva-before-size), calc(100% - var(--nouva-divider-inset)));
  z-index: 3;
  width: var(--nouva-divider-size);
  background: #fff;
  box-shadow: 0 0 14px rgba(7, 31, 89, 0.18);
  transform: translateX(-50%);
  transition: left 0.22s ease;
}

.nouva-result-half {
  position: absolute;
  inset: 0;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #d99b78;
}

.nouva-result-half.before {
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--nouva-before-size)) 0 0);
  transition: clip-path 0.22s ease;
}

.nouva-result-half.after {
  z-index: 1;
  background: #eab08b;
}

.nouva-result-strip.is-dragging .nouva-result-half.before,
.nouva-result-strip.is-dragging::after,
.nouva-result-strip.is-dragging .nouva-handle {
  transition: none;
}

.nouva-result-half img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.nouva-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 34px;
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 24px;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(7, 31, 89, 0.18);
  transform: translateY(-50%);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.nouva-arrow:hover,
.nouva-arrow:focus-visible {
  box-shadow: 0 10px 24px rgba(7, 31, 89, 0.25);
  transform: translateY(-50%) scale(1.06);
}

.nouva-arrow:focus-visible {
  outline: 3px solid rgba(36, 143, 151, 0.38);
  outline-offset: 3px;
}

.nouva-arrow.left {
  left: 1px;
}

.nouva-arrow.right {
  right: 1px;
}

.nouva-handle {
  position: absolute;
  top: 50%;
  left: clamp(var(--nouva-handle-inset), var(--nouva-before-size), calc(100% - var(--nouva-handle-inset)));
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  width: var(--nouva-handle-size);
  aspect-ratio: 1;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 22px rgba(7, 31, 89, 0.25);
  transition: left 0.22s ease;
  pointer-events: none;
  box-sizing: border-box;
  width: var(--nouva-handle-size) !important;
  height: var(--nouva-handle-size) !important;
  min-width: var(--nouva-handle-size) !important;
  min-height: var(--nouva-handle-size) !important;
  max-width: var(--nouva-handle-size) !important;
  max-height: var(--nouva-handle-size) !important;
}

.nouva-handle:hover,
.nouva-handle:active,
.nouva-handle:focus,
.nouva-result-strip:active .nouva-handle,
.nouva-result-strip.is-dragging .nouva-handle {
  width: var(--nouva-handle-size) !important;
  height: var(--nouva-handle-size) !important;
  min-width: var(--nouva-handle-size) !important;
  min-height: var(--nouva-handle-size) !important;
  max-width: var(--nouva-handle-size) !important;
  max-height: var(--nouva-handle-size) !important;
  transform: translate(-50%, -50%) !important;
  outline: none;
}

.nouva-result-strip,
.nouva-handle {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
}

.nouva-results>p {
  margin: 8px 0 0;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.nouva-expect {
  width: min(1200px, calc(100% - 88px));
  margin: 0 auto 18px;
  padding: 18px 0 12px;
}

.nouva-expect h2 {
  margin-bottom: 21px;
}

.nouva-expect-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  margin-left: 20px;
  margin-right: 20px;
}

.nouva-expect-grid article {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 0 20px;
  min-height: 100px;
}

.nouva-expect-grid article:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 25px;
  right: -32px;
  color: var(--teal);
  font-size: 32px;
  line-height: 1;
}

.nouva-expect-grid b {
  position: absolute;
  top: -4px;
  left: 45px;
  display: grid;
  place-items: center;
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.nouva-expect-grid .steps-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nouva-step {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 54px;
  aspect-ratio: 1;
}

.nouva-step img {
  width: 48px;
}

.nouva-step img[src*="skp-injection"] {
  width: 43px;
}

.nouva-expect-grid h3 {
  margin: 0 0 5px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
}

.nouva-expect-grid p {
  margin: 0;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.38;
}

.nouva-time {
  margin-bottom: 0;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  align-items: center;
  margin-top: 0 !important;

}

.nouva-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 auto 12px;
}

.nouva-why,
.nouva-faq {
  padding: 22px 28px;
}

.nouva-why {
  /* background:
    radial-gradient(circle at 88% 72%, rgba(13, 150, 166, 0.16), transparent 20%),
    linear-gradient(135deg, #fff 0%, #fff 72%, #edf8fb 100%); */
  background: url(../images/nouva-water-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.nouva-bottom-grid h2 {
  text-align: left;
}

.nouva-bottom-grid h2::before,
.nouva-bottom-grid h2::after {
  display: none;
}

.nouva-why ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nouva-why li {
  position: relative;
  padding-left: 25px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.nouva-why li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 18px;
  height: 16px;
  background: url(../images/check-iv.svg) no-repeat center;
  background-size: contain;
}

.nouva-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px 18px;
}

.nouva-faq details {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  height: max-content;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: left;
}

.nouva-faq details:hover,
.nouva-faq details:focus-within,
.nouva-faq details[open] {
  border-color: var(--teal);
  box-shadow: 0 10px 24px rgba(7, 31, 89, 0.1);
  transform: translateY(-2px);
  flex-direction: column;
  align-items: start;
}

.nouva-faq summary {
  position: relative;
  padding: 8px 40px 8px 14px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  list-style: none;
  width: stretch;
  width: -webkit-fill-available;
}

.nouva-faq summary::-webkit-details-marker {
  display: none;
}

.nouva-faq summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  color: var(--navy);
  font-size: 17px;
  transform: translateY(-50%);
}

.nouva-faq details[open] summary::after {
  content: "−";
}

.nouva-faq details p {
  margin: 0;
  padding: 0 14px 10px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.nouva-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
  width: min(1200px, calc(100% - 88px));
  margin: 0 auto 30px;
  padding: 16px 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--navy), var(--teal));
  color: #fff;
}

.nouva-reveal {
  margin-left: 20px;
}

.nouva-cta>div:first-child {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nouva-calendar {
  display: grid;
  place-items: center;
  width: 70px;
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
}

.nouva-calendar img {
  width: 40px;
}

.nouva-cta p {
  margin: 0;
}

.nouva-cta strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
}

.nouva-cta small {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 600;
}

.nouva-cta-buttons {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: flex-end;
  margin-right: 20px;
}

.nouva-btn-light {
  min-width: 300px;
  background: #fff;
  color: var(--teal);
  box-shadow: none;
}

.nouva-btn-light span {
  background: var(--teal);
  color: #fff;
}

.nouva-btn-light:hover,
.nouva-btn-light:focus-visible {
  background: #f7fcfd;
  color: var(--teal-dark);
  box-shadow: 0 12px 24px rgba(7, 31, 89, 0.16);
}

.nouva-btn-light:hover span,
.nouva-btn-light:focus-visible span {
  background: var(--teal-dark);
  color: #fff;
}

.nouva-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 24px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: #fff;
  font-family: Mulish, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.nouva-phone img {
  width: 22px;
}

.nouva-phone:hover,
.nouva-phone:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 24px rgba(7, 31, 89, 0.16);
  transform: translateY(-2px);
}

.nouva-phone:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.44);
  outline-offset: 4px;
}

.nouva-page main>section:not(.nouva-hero) {
  max-width: 1200px;
}

/* Home Image Popup */
.home-image-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 20px;
}

.home-image-popup.show {
    display: flex;
}

.home-image-popup-box {
    position: relative;
    max-width: 600px;
    width: 100%;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    animation: homePopupZoom 0.35s ease;
}
.desk-none {
  display: none;
}

.home-image-popup-box img {
    width: 100%;
    height: auto;
    display: block;
}

.home-image-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #FFF;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes homePopupZoom {
    from {
        opacity: 0;
        transform: scale(0.85);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media screen and (max-width: 600px) {
    .home-image-popup-box {
        max-width: 92%;
    }
}

/* Responsiveness */

@media screen and (min-width:1800px) {
  .wl-wrap .wl-nw-hero__image {
    right: calc((121vw - 59%) / -2);
  }
}

@media only screen and (min-width: 1240px) {
  .hero-cards .mn-crds {
    flex: 1 1 184px;
  }
}

@media (min-width:1240px) and (max-width:1440px) {
  .hero-cards .mn-crds .btn-b {
    min-height: 39px;
  }
}

@media (min-width:1200px) and (max-width:1440px) {
  .nw-services-cont .crd-small {
    flex: 1 1 320px;
  }

  .nw-services-cont .mn-crds .btm-sc {
    height: 100%;
  }

  .wl-wrap .wl-nw-cta-box {
    grid-template-columns: 92px 300px 1fr 310px;
  }
}

/* @media only screen and (min-width: 1240px) {
  .hero-cards .mn-crds {
    flex: 1 1 184px;
  }
} */

@media (min-width:1200px) and (max-width:1300px) {
  .header .navbar ul.menu li a.main-menu-li {
    font-size: 13px;
    padding: 7px;
  }
}

@media (min-width:1024px) and (max-width:1400px) {
  .main-banner {
    background-position: center center;
  }

  .banner-text {
    max-width: 50%;
  }
}

@media (min-width:1024px) and (max-width:1200px) {
  .weight-disclaimer{
    margin: 30px 20px 40px;
  }

   .hero-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-cards .mn-crds {
    flex: 1 1 258px;
  }

  .wl-wrap .wl-nw-hero__image img {
    object-position: -270px 0;
  }

  .wl-wrap .wl-nw-process-line {
    width: 750px;
    top: 139px;
  }

  .wl-wrap .wl-nw-hero .wl-nw-btn-row {
    grid-template-columns: 285px 280px;
    gap: 20px;
  }

  .iv-nw-hrt .iv-nw-hrt-section-shell {
    margin-left: 20px;
    margin-right: 20px;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip {
    margin: -56px 20px 20px;
  }

  .iv-nw-peptide .iv-nw-peptide-options,
  .iv-nw-peptide .iv-nw-peptide-journey,
  .iv-nw-peptide .iv-nw-peptide-mid-grid,
  .iv-nw-peptide .iv-nw-peptide-faq-cont,
  .iv-nw-peptide .iv-nw-peptide-final-cta {
    margin-left: 20px;
    margin-right: 20px;
  }

  .iv-nw-drip .iv-nw-drip-section,
  .iv-nw-drip .iv-nw-drip-section-narrow {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  /* #toggle-nav {
    display: block;
    text-align: right;
    font-size: 22px;
    padding-right: 40px;}

  .mobile-menu-img {
    height: auto;
    width: 30px;}

  #navlist {
	display:none;
    background: rgb(21, 21, 23);
    position: absolute;
    right: 20px;
    z-index: 99;
    top: 66px;} */
  .nouva-info-grid h2,
  .nouva-results h2,
  .nouva-expect h2,
  .nouva-bottom-grid h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .ivh-page .cta-footer {
    padding-top: 20px;
    padding-bottom: 20px;

  }

  .skp-page .skp-hero {
    background: (90deg, rgb(255 255 255) 0%, rgb(255 255 255) 42%, rgb(255 255 255 / 73%) 56%, rgb(255 255 255 / 0%) 76%),
      url(../images/skinpenhero.jpg) -40px top / auto 132% no-repeat, #dfdfdf;
  }

  .wl-wrap .wl-nw-process-line {
    top: 141px;
    left: calc(16.666% + 10px);
    width: 720px;
  }

  .skp-two-col,
  .skp-benefits,
  .skp-concerns,
  .skp-expect,
  .skp-bottom-grid {
    margin-left: 20px;
    margin-right: 20px;
  }

  .skp-page .skp-faq {
    width: 100%;
  }

  /* @media screen and (max-width:1024px) { */
  .banner-text {
    max-width: 64%;
    margin: 0px;
    padding: 0 !important;
  }

  h2 {
    font-size: 24px;
  }

  .main-banner .banner-text .text-box1 h1 {
    font-size: 38px;
  }

  .main-banner .banner-text .text-box2 h1 {
    font-size: 44px;
  }

  .physician-section .features-list li {
    margin-bottom: 8px;
  }

  .nw-th .rev-cont {
    max-width: 100%;
    height: unset;
  }

  .home-google {
    width: stretch;
    width: -webkit-fill-available;
    justify-content: left;
  }
  .home-google .review-btn {
    margin-left: auto;
  }

  .page-wrapper.pric-sec,
  .new-view.nw-th.page-wrapper,
  .page-wrapper.memb-m {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    /* margin-left: 20px;
    margin-right: 20px; */
  }

  .memb-m {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nw-services-cont .mn-crds .btm-sc {
    height: 100%;
  }

  .nw-services-cont .btn-b {
    padding: 8px 15px;
    gap: 6px;
    margin-top: auto;
  }

  /* .physician-section {
    flex-direction: column;
  } */

  .physician-content .hro-bdge,
  .physician-content h2,
  .physician-content p,
  .physician-content .features-list,
  .physician-content a {
    margin-left: 25px;
  }

  .physician-section .physician-content {
    padding-right: 0;
    padding-bottom: 30px;
  }

  .page-wrapper {
    padding: 40px 20px;
  }

  .nw-services-cont .crd-small {
    flex: 1 1 300px;
  }

  .nw-services-cont .crd-wide {
    flex: 1 1 300px;
  }

  .physician-section .physician-image img {
    max-height: 340px;
    object-position: top;
  }

  .nw-services-cont .mn-crds img {
    max-height: 200px;
  }

  .services-sec:has(.nw-services-cont) {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .memb-sec .memb-head {
    width: 100%;
  }

  .hero-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: stretch;
    width: -webkit-fill-available;
    width: -webkit-fill-available;
    margin-left: 20px;
    margin-right: 20px;
  }

  /* .nw-services-cont {
    column-gap: 18px;

  } */
  .nw-services-cont {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nw-services-cont .mn-crds {
    grid-column: span 2;
  }

  /* center last 2 cards */
  .nw-services-cont .mn-crds:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .nw-services-cont .mn-crds:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .home-expertise {
    margin-left: 20px;
    margin-right: 20px;
  }

  .memb-sec .memb-cont {
    width: 100%;
  }

  .memb-sec .memb-card {
    flex: 1 1 282px;
  }

  .memb-sec .memb-ct {
    text-align: center;
  }

  .memb-sec {
    margin-left: 20px;
    margin-right: 20px;
  }

  .about-section .about-container {
    grid-template-columns: 45% 55%;
  }

  .about-section .about-content h1 {
    font-size: 44px;
  }

  .about-section .about-content {
    padding: 30px 25px;
  }

  .why-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 0;
    align-items: center;
    justify-content: center;
  }

  .why-box:nth-child(3) {
    border-right: none;
  }

  .cta-section .cta-row {
    padding: 22px 25px;
    max-width: unset;
    width: unset;
  }

  .gallery-row {
    width: unset;
  }

  .about-section .about-image img {
    max-width: 612px;
    height: 100%;
    object-fit: cover;
    object-position: right;
  }

  .about-section .icon-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .memb-hero-section .memb-container {
    grid-template-columns: 1fr;
  }

  .memb-hero-section .memb-content {
    text-align: left;
    padding: 40px 25px;
    width: 50%;
  }

  .memb-hero-section .memb-title-line {
    margin: 20px auto;
  }

  .memb-hero-section .memb-icon-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .membership-section .membership-container {
    gap: 20px;
    justify-content: space-between;
  }

  .membership-section .membership-card {
    width: 280px;
    padding: 0px;
  }

  .tech-section .tech-content {
    text-align: left;
  }

  .membership-section h2 {
    font-size: 28px;
  }

  .membership-section .price {
    font-size: 28px;
  }

  /* Reduce featured scale */
  .membership-section .featured {
    transform: scale(1.03);
  }

  .tech-section .tech-container {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .tech-section .tech-left {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    justify-content: center;
  }

  .tech-section .tech-card {
    text-align: left;
    width: 55%;
  }

  .tech-section .tech-image img {
    width: 260px;
  }

  .tech-section .tech-icons {
    grid-area: 18px;
  }

  .membership-section .membership-card {
    width: 31%;
  }

  .team-container {
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    justify-items: center;
  }

  .team-card {
    flex-direction: column;
    width: 90%;
  }

  .team-image,
  .team-content {
    width: unset;
  }

  .team-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .team-content {
    padding: 18px;
  }

  .team-content h3 {
    font-size: 20px;
  }

  /* Weight Loss page */

  .wl-wrap .wl-nw-container {
    width: unset;
    margin: 10px auto;
  }

  .wl-wrap .wl-nw-header {
    padding: 18px 0;
  }

  .wl-wrap .wl-nw-header__inner {
    gap: 18px;
  }

  .wl-wrap .wl-nw-logo__text {
    font-size: 22px;
  }

  .wl-wrap .wl-nw-nav {
    gap: 22px;
  }

  .wl-wrap .wl-nw-nav a {
    font-size: 13px;
  }

  .wl-wrap .wl-nw-header__btn {
    min-height: 48px;
    padding: 0 20px;
    font-size: 13px;
  }

  .wl-wrap .wl-nw-hero {
    min-height: 550px;
    padding-top: 48px;
    padding-bottom: 34px;
  }

  .wl-wrap .wl-nw-hero__grid {
    grid-template-columns: 1fr 1fr;
    min-height: 508px;
  }

  .wl-wrap .wl-nw-hero__title {
    font-size: 48px;
  }

  .wl-wrap .wl-nw-hero__subtitle {
    font-size: 25px;
  }

  .wl-wrap .wl-nw-hero__desc {
    font-size: 16px;
  }

  .wl-wrap .wl-nw-hero__image {
    width: 56%;
    height: revert-rule;
  }

  .wl-wrap .wl-nw-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: -270px 60px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .48) 7%, #000 17%);
    mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .48) 7%, #000 17%);
  }

  .wl-wrap .wl-nw-circle-badge {
    top: 360px;
    right: 134px;
    width: 150px;
    height: 150px;
  }

  .wl-wrap .wl-nw-circle-badge strong {
    font-size: 13px;
  }

  .wl-wrap .wl-nw-feature-card {
    padding: 0 14px;
  }

  .wl-wrap .wl-nw-btn {
    min-width: 250px;
    min-height: 56px;
    font-size: 14px;
  }

  .wl-wrap .wl-nw-process-grid {
    gap: 30px;
  }

  .wl-wrap .wl-nw-benefits-panel {
    padding: 20px 28px 38px;
  }

  .wl-wrap .wl-nw-benefit-card {
    padding: 10px 18px 0;
  }

  .wl-wrap .wl-nw-benefit-card h3 {
    font-size: 17px;
  }

  .wl-wrap .wl-nw-benefit-card p,
  .wl-wrap .wl-nw-testimonial-card p {
    font-size: 14px;
  }

  .wl-wrap .wl-nw-cta-box {
    grid-template-columns: 90px 280px 1fr 300px;
    gap: 22px;
    padding: 18px 24px;
  }

  .wl-wrap .wl-nw-cta-icon {
    width: 72px;
    height: 72px;
    font-size: 34px;
  }

  .wl-wrap .wl-nw-cta-content h2 {
    font-size: 28px;
  }

  .wl-wrap .wl-nw-cta-content h2 span {
    font-size: 34px;
  }

  .ivb-page .ivb-hero-content {
    width: min(480px, 60vw);
    margin-left: 38px;
    margin-top: 45px;
  }

  .ivb-page .ivb-hero-content h1 {
    font-size: 43px;
  }

  .ivb-page .ivb-trust-strip article {
    padding: 0 22px;
    gap: 14px;
  }

  .ivb-page .ivb-info-card {
    padding-left: 135px;
  }

  .ivb-page .ivb-ba-slider {
    height: 380px;
  }

  .skp-skp-slider {
    height: 325px;
  }

  /* Tablet layout */
  .ivb-page .ivb-hero {
    min-height: 400px;
    padding: 40px 20px 0 20px;
  }

  .ivb-page .ivb-hero-content h1 {
    font-size: 40px;
  }

  .ivb-page .ivb-hero-content p {
    font-size: 16px;
  }

  .ivb-page .ivb-trust-strip {
    height: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .ivb-page .ivb-info-card .ivb-learn-link {
    opacity: 1;
    margin-top: 10px;
  }

  /* Keep tablet dividers short so they do not touch the strip edges. */
  .ivb-page .ivb-trust-strip article {
    position: relative;
    border-right: 0;
    border-bottom: 0;
  }

  .ivb-page .ivb-trust-strip article::after {
    height: 64px;
    background: rgba(255, 255, 255, 0.34);
  }

  .skp-process>p {
    max-width: 100%;
  }

  .ivb-page .ivb-botox-logo,
  .ivb-page .ivb-purple-mark,
  .ivb-page .ivb-clock-mark {
    position: absolute;
    left: 18px;
    top: 27px;
  }

  .ivb-page .ivb-trust-strip article:nth-child(2n)::after {
    display: none;
  }

  .ivb-page .ivb-treatment,
  .ivb-page .ivb-split,
  .ivb-page .ivb-results,
  .ivb-page .ivb-safety {
    margin-left: 20px;
    margin-right: 20px;
  }

  .ivb-page .ivb-trust-strip article:nth-last-child(-n + 2)::before {
    display: none;
  }

  .ivb-page .ivb-info-grid {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .ivb-page .ivb-info-card {
    min-height: unset;
    padding: 22px 28px 29px 122px;
  }

  .ivb-page .ivb-info-card .ivb-learn-link {
    margin-top: 0;
  }

  .ivb-page .ivb-area-grid article {
    max-width: 200px;
  }

  .ivb-page .ivb-alle {
    flex-direction: column;
  }

  .ivb-page .ivb-split .ivb-panel .alle-info {
    align-items: center;
  }

  .ivb-page .ivb-alle p {
    text-align: center;
  }

  .ivb-page .ivb-note {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }

  /* .ivb-page .ivb-area-grid {
    grid-template-columns: repeat(4, 1fr);
   } */

  .ivb-page .ivb-area-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ivb-page .ivb-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    padding: 0 38px;
  }

  .ivb-page .ivb-expect {
    padding: 38px 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
  }

  .ivb-page .ivb-expect h2 {
    margin-bottom: 24px;
  }

  .ivb-page .ivb-steps article {
    min-height: unset;
    padding: 10px 34px 10px 18px;
    column-gap: 20px;
  }

  .ivb-page .ivb-faq {
    padding: 35px 32px 30px;
  }

  .ivb-page .ivb-alle-logo {
    font-size: 66px;
    ;
  }

  .ivb-page .ivb-steps article:nth-child(odd) {
    border-right: 1px solid var(--ivb-divider);
  }

  .ivb-page .ivb-steps article:nth-child(2n) {
    border-right: 0;
  }

  .ivb-page .ivb-alle {
    display: flex;
    padding: 30px 20px 30px 40px;
  }

  .ivb-page .ivb-steps article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .ivb-page .ivb-cta {
    padding: 14px 20px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 16px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .ivb-page .ivb-cta-text {
    gap: 12px;
  }

  .ivb-page .ivb-cta strong {
    font-size: 17px;
  }

  .ivb-page .ivb-cta small {
    font-size: 11px;
  }

  .ivb-page .ivb-phone {
    grid-column: auto;
    justify-self: center;
    gap: 9px;
    font-size: 14px;
  }

  .ivb-page .ivb-phone img {
    width: 30px;
    height: 30px;
  }

  /* Skinpen */

  .skp-page .skp-hero-content {
    width: min(480px, 60vw);
    margin-left: 38px;
    margin-top: 45px;
  }

  .skp-page .skp-hero-content h1 {
    font-size: 43px;
  }

  .skp-page .skp-trust-strip article {
    padding: 0 22px;
    gap: 14px;
  }

  .skp-page .skp-info-card {
    padding-left: 135px;
  }

  .skp-page .skp-ba-slider {
    height: 380px;
  }

  .skp-benefits {
    margin: -5px 20px 18px;
  }

  .skp-two-col {
    margin: 10px auto;
    grid-template-columns: 0.4fr 1fr;
  }

  .skp-package span {
    font-size: 14px;
  }

  /* Tablet layout */
  .skp-page .skp-hero {
    min-height: 400px;
    padding: 40px 20px 0 20px;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 42%, rgb(255 255 255 / 73%) 56%, rgb(255 255 255 / 0%) 76%),
      url(../images/skinpenhero.jpg) right top / auto 132% no-repeat, #dfdfdf
  }

  .skp-page .skp-hero-content h1 {
    font-size: 40px;
    max-width: 88%;
  }

  .skp-hero h1 {
    font-size: 40px;
    max-width: 500px;
  }

  .skp-hero h1 span {
    font-size: clamp(36px, 9vw, 38px);
  }

  .skp-trust-row span {
    gap: 0;
    padding-right: 13px;
    letter-spacing: 0;
  }

  .skp-page .skp-hero-content p {
    font-size: 16px;
  }

  .skp-hero-copy {
    width: 660px;
  }

  .skp-page .skp-trust-strip {
    height: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .skp-page .skp-info-card .skp-learn-link {
    opacity: 1;
    margin-top: 10px;
  }

  /* Keep tablet dividers short so they do not touch the strip edges. */
  .skp-page .skp-trust-strip article {
    position: relative;
    border-right: 0;
    border-bottom: 0;
  }

  .skp-page .skp-trust-strip article::after {
    height: 64px;
    background: rgba(255, 255, 255, 0.34);
  }

  .skp-page .skp-botox-logo,
  .skp-page .skp-purple-mark,
  .skp-page .skp-clock-mark {
    position: absolute;
    left: 18px;
    top: 27px;
  }

  .skp-page .skp-trust-strip article:nth-child(2n)::after {
    display: none;
  }

  .skp-page .skp-treatment,
  .skp-page .skp-split,
  .skp-page .skp-results,
  .skp-page .skp-safety {
    margin-left: 20px;
    margin-right: 20px;
  }

  .skp-page .skp-trust-strip article:nth-last-child(-n + 2)::before {
    display: none;
  }

  .skp-page .skp-info-grid {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .skp-page .skp-info-card {
    min-height: unset;
    padding: 22px 28px 29px 122px;
  }

  .skp-page .skp-info-card .skp-learn-link {
    margin-top: 0;
  }

  .skp-page .skp-area-grid article {
    max-width: 200px;
  }

  .skp-page .skp-alle {
    flex-direction: column;
  }

  .skp-page .skp-split .skp-panel .alle-info {
    align-items: center;
  }

  .skp-page .skp-alle p {
    text-align: center;
  }

  .skp-page .skp-note {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    justify-content: center;
  }

  /* .skp-page .skp-area-grid {
    grid-template-columns: repeat(4, 1fr);
} */

  .skp-page .skp-area-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .skp-page .skp-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    padding: 0 38px;
  }

  .skp-page .skp-expect {
    padding: 38px 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0;
  }

  .skp-page .skp-expect h2 {
    margin-bottom: 24px;
  }

  .skp-page .skp-steps article {
    min-height: unset;
    padding: 10px 34px 10px 18px;
    column-gap: 20px;
  }

  .skp-page .skp-faq {
    padding: 35px 0 30px;
  }

  .skp-page .skp-faq-grid {
    margin-left: 20px;
    margin-right: 20px;
  }

  .skp-page .skp-alle-logo {
    font-size: 66px;
  }

  .skp-page .skp-steps article:nth-child(odd) {
    border-right: 1px solid var(--skp-divider);
  }

  .skp-page .skp-steps article:nth-child(2n) {
    border-right: 0;
  }

  .skp-page .skp-alle {
    display: flex;
    padding: 30px 20px 30px 40px;
  }

  .skp-page .skp-steps article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .skp-page .skp-cta {
    padding: 14px 20px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 16px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .skp-page .skp-cta-text {
    gap: 12px;
  }

  .skp-page .skp-cta strong {
    font-size: 17px;
  }

  .skp-page .skp-cta small {
    font-size: 11px;
  }

  .skp-page .skp-phone {
    grid-column: auto;
    justify-self: center;
    gap: 9px;
    font-size: 14px;
  }

  .skp-page .skp-phone img {
    width: 23px;
    height: 23px;
  }

  .iv-nw-drip-section.iv-nw-drip-treatments,
  .iv-nw-drip .iv-nw-drip-boosters,
  .iv-nw-drip .iv-nw-drip-faq {
    margin-left: 20px;
    margin-right: 20px;
  }


  .ivh-page {
    --page-margin: 20px;
  }

  .ivh-page .site-header {
    gap: 18px;
  }

  .ivh-page .logo {
    width: 180px;
  }

  .ivh-page .logo span {
    font-size: 28px;
  }

  .ivh-page .main-nav {
    gap: 18px;
  }

  .ivh-page .hero {
    min-height: 590px;
  }

  .ivh-page .hero-content {
    width: 53%;
  }

  .ivh-page .cta-footer {
    padding-right: 5%;
    padding-left: 5%;
  }

  .ivh-page h2,
  .ivh-page .cta-footer .cta-footer__title {
    font-size: 28px;
  }

  .iv-nw-drip {
    --min-font-size: 14px;
  }

  .iv-nw-drip {
    font-size: 14px;
  }

  .iv-nw-drip .iv-nw-drip-site-header {
    padding-inline: 28px;
    gap: 22px;
  }

  .iv-nw-drip .iv-nw-drip-menu-toggle {
    display: block;
    order: 3;
  }

  .iv-nw-drip .iv-nw-drip-main-nav {
    display: none;
    position: absolute;
    inset: 88px 0 auto;
    padding: 15px 25px 25px;
    background: #fff;
    box-shadow: 0 8px 14px rgba(0, 0, 0, .08);
  }

  .iv-nw-drip .iv-nw-drip-main-nav.iv-nw-drip-open {
    display: grid;
  }

  .iv-nw-drip .iv-nw-drip-main-nav a {
    padding: 8px 0;
  }

  .iv-nw-drip .iv-nw-drip-header-book {
    display: none;
  }

  .iv-nw-drip .iv-nw-drip-main-nav .iv-nw-drip-nav-book {
    min-height: 46px;
    margin-top: 8px;
    padding: 0 20px;
    display: inline-flex;
    justify-self: stretch;
    border: 0;
    background: linear-gradient(135deg, var(--teal-dark), #08798a);
    color: #fff;
    box-shadow: 0 9px 20px rgba(0, 73, 90, .18);
  }

  .iv-nw-drip .iv-nw-drip-main-nav .iv-nw-drip-nav-book:hover,
  .iv-nw-drip .iv-nw-drip-main-nav .iv-nw-drip-nav-book:focus-visible {
    border-color: transparent;
    background: linear-gradient(135deg, #003d4b, #00697a);
    color: #fff;
    box-shadow: 0 13px 24px rgba(0, 73, 90, .26);
  }

  .iv-nw-drip .iv-nw-drip-nav-book img {
    width: 22px;
    height: 22px;
  }

  .iv-nw-drip .iv-nw-drip-treatment-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .iv-nw-drip .iv-nw-drip-treatment-card {
    grid-column: span 2;
  }

  .iv-nw-drip .iv-nw-drip-treatment-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .iv-nw-drip .iv-nw-drip-treatment-card:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .iv-nw-drip .iv-nw-drip-booster-layout {
    grid-template-columns: 1fr;
  }

  .iv-nw-drip .iv-nw-drip-book-footer {
    padding-inline: 20px;
  }

  .iv-nw-drip .iv-nw-drip-safety a {
    width: 60%;
  }

  .iv-nw-hrt .iv-nw-hrt-site-header {
    height: 82px;
    grid-template-columns: 1fr auto;
    padding-inline: 22px;
  }

  .iv-nw-hrt .iv-nw-hrt-brand-mark {
    width: 32px;
    height: 46px;
  }

  .iv-nw-hrt .iv-nw-hrt-brand strong {
    font-size: 23px;
  }

  .iv-nw-hrt .iv-nw-hrt-brand small {
    margin-top: 4px;
    font-size: 7px;
    letter-spacing: 3px;
  }

  .iv-nw-hrt .iv-nw-hrt-menu-button {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    cursor: pointer;
  }

  .iv-nw-hrt .iv-nw-hrt-menu-button span,
  .iv-nw-hrt .iv-nw-hrt-menu-button span::before,
  .iv-nw-hrt .iv-nw-hrt-menu-button span::after {
    width: 25px;
    height: 2px;
    display: block;
    position: relative;
    background: var(--green);
    transition: .25s;
  }

  .iv-nw-hrt .iv-nw-hrt-menu-button span::before,
  .iv-nw-hrt .iv-nw-hrt-menu-button span::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .iv-nw-hrt .iv-nw-hrt-menu-button span::before {
    top: -8px;
  }

  .iv-nw-hrt .iv-nw-hrt-menu-button span::after {
    top: 8px;
  }

  .iv-nw-hrt .iv-nw-hrt-nav-toggle:checked+.iv-nw-hrt-menu-button span {
    background: transparent;
  }

  .iv-nw-hrt .iv-nw-hrt-nav-toggle:checked+.iv-nw-hrt-menu-button span::before {
    top: 0;
    transform: rotate(45deg);
  }

  .iv-nw-hrt .iv-nw-hrt-nav-toggle:checked+.iv-nw-hrt-menu-button span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .iv-nw-hrt .iv-nw-hrt-main-nav {
    padding: 14px 24px 22px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 12px 20px rgba(0, 0, 0, .1);
  }

  .iv-nw-hrt .iv-nw-hrt-main-nav a {
    padding: 12px;
    border-bottom: 1px solid #eee;
  }

  .iv-nw-hrt .iv-nw-hrt-main-nav .iv-nw-hrt-mobile-book-button {
    min-height: 46px;
    margin-top: 14px;
    padding: 0 20px;
    display: inline-flex;
    border: 0;
    border-radius: 24px;
    color: white;
    background: linear-gradient(100deg, #0d3b1e, #082d17);
  }

  .iv-nw-hrt .iv-nw-hrt-nav-toggle:checked~.iv-nw-hrt-main-nav {
    display: flex;
  }

  .iv-nw-hrt .iv-nw-hrt-header-button {
    display: none;
  }

  .iv-nw-hrt .iv-nw-hrt-hero {
    min-height: 520px;
    grid-template-columns: 47% 53%;
  }

  .iv-nw-hrt .iv-nw-hrt-hero-copy {
    max-width: none;
    padding: 42px clamp(24px, 5vw, 52px);
  }

  .iv-nw-hrt .iv-nw-hrt-hero-image {
    min-height: 520px;
    background-position: center 38%;
  }

  /* .iv-nw-hrt .iv-nw-hrt-section-shell {
     width: min(100% - 40px, 900px); 
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  } */
  .home-expertise,
  .iv-nw-hrt .iv-nw-hrt-symptoms {
    padding-left: 20px;
    padding-right: 20px;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-copy h2 {
    font-size: 21px;
  }

  .iv-nw-hrt .iv-nw-hrt-pathway {
    padding-bottom: 20px;
  }

  .iv-nw-hrt h1 {
    font-size: 44px;
  }

  .iv-nw-hrt .iv-nw-hrt-gold-button {
    min-height: 43px;
  }

  .iv-nw-hrt .iv-nw-hrt-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .iv-nw-hrt .iv-nw-hrt-pricing-grid .iv-nw-hrt-product-wrap:nth-child(3) {
    width: calc((100% - 28px) / 2);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .iv-nw-hrt .iv-nw-hrt-section-heading h2 {
    font-size: 28px;
  }

  .iv-nw-hrt .iv-nw-hrt-notice {
    gap: 8px;
  }

  .iv-nw-hrt .iv-nw-hrt-notice-icon {
    width: 58px;
    height: 58px;
  }

  .iv-nw-hrt .iv-nw-hrt-notice-icon i {
    font-size: 23px;
  }

  .iv-nw-hrt .iv-nw-hrt-symptom-intro h2,
  .iv-nw-hrt .iv-nw-hrt-symptom-intro p {
    text-align: center;
  }

  .iv-nw-hrt .iv-nw-hrt-symptom-intro .iv-nw-hrt-gold-line {
    margin-left: auto;
    margin-right: auto;
  }

  .iv-nw-hrt .iv-nw-hrt-product-card {
    min-height: 518px;
    padding-inline: clamp(24px, 4vw, 38px);
  }

  .iv-nw-hrt .iv-nw-hrt-card-note {
    margin-inline: 5px;
  }

  .iv-nw-hrt .iv-nw-hrt-symptoms {
    padding: 56px 0 48px;
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .iv-nw-hrt .iv-nw-hrt-symptom-list {
    grid-template-columns: repeat(3, 1fr);
    border-left: 0;
  }

  .iv-nw-hrt .iv-nw-hrt-symptom-list>div:nth-child(4) {
    border-left: 0;
  }

  .iv-nw-hrt .iv-nw-hrt-steps {
    grid-template-columns: 1fr 1fr;
  }

  .iv-nw-hrt .iv-nw-hrt-step::after {
    display: none;
  }

  .iv-nw-hrt .iv-nw-hrt-faq-grid {
    grid-template-columns: 1fr;
  }

  .iv-nw-hrt .iv-nw-hrt-faq-grid>details:nth-child(even) {
    border-left: 0;
  }

  .iv-nw-hrt .iv-nw-hrt-faq-grid .iv-nw-hrt-faq-last {
    grid-column: auto;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-inner {
    width: min(1280px, calc(100% - 40px));
    grid-template-columns: 72px 1.15fr 1.55fr;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-action {
    grid-column: auto;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header {
    height: 82px;
    padding: 0 24px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__logo strong {
    font-size: 28px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__logo-mark {
    width: 37px;
    height: 44px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links {
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    width: 100%;
    padding: 22px 24px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 10px 20px rgba(6, 47, 27, .12);
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links.iv-nw-colonic-is-open {
    display: flex;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links .iv-nw-colonic-nav-links__link {
    font-size: 14px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__menu-button {
    display: block;
    cursor: pointer;
    line-height: 1;
  }

  .iv-nw-colonic .iv-nw-colonic-hero {
    height: 480px;
    grid-template-columns: 50% 50%;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-content {
    max-width: 440px;
    margin-left: 7%;
    padding: 34px 30px 32px 0;
  }

  .iv-nw-colonic .iv-nw-colonic-hero h1 {
    font-size: 46px;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-image {
    background-position: center;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-image:before {
    width: 22%;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .75) 28%, rgba(255, 255, 255, .35) 62%, rgba(255, 255, 255, 0) 100%);
  }

  .iv-nw-colonic .iv-nw-colonic-process-grid {
    margin-left: 0;
    margin-right: 0;
    gap: 20px;
  }

  .iv-nw-colonic .iv-nw-colonic-process-card {
    grid-template-columns: 65px 1fr 12px;
    gap: 10px;
  }

  .iv-nw-colonic .iv-nw-colonic-round-icon {
    width: 65px;
    height: 65px;
  }

  .iv-nw-colonic .iv-nw-colonic-prep-box {
    grid-template-columns: 60px 1.5fr 1fr;
    padding: 18px;
  }

  .iv-nw-colonic .iv-nw-colonic-colon-icon {
    width: 60px;
    height: 60px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid h3 {
    font-size: 15px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid p {
    font-size: 14px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-cta {
    padding-left: 30px;
    padding-right: 30px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-action {
    width: min(100%, 420px);
  }

  .iv-nw-colonic .iv-nw-colonic-section {
    padding: 25px 20px;
  }

  .iv-nw-colonic .iv-nw-colonic-faq-section {
    padding-top: 10px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-title h2 {
    font-size: 24px;
  }

  .iv-nw-colonic .iv-nw-colonic-section h2 {
    font-size: 26px;
  }

  .iv-nw-colonic .iv-nw-colonic-price {
    font-size: 32px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid article {
    padding: 14px 16px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-cta {
    gap: 125px;
  }

  .iv-nw-peptide .iv-nw-peptide-site-header {
    height: auto;
    flex-wrap: wrap;
  }

  .iv-nw-peptide .iv-nw-peptide-hamburger {
    order: 2;
    width: 42px;
    height: 38px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 2px solid var(--peptide-navy);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
  }

  .iv-nw-peptide .iv-nw-peptide-hamburger span {
    width: 22px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: var(--peptide-navy);
    transition: transform .2s ease, opacity .2s ease;
  }

  .iv-nw-peptide .iv-nw-peptide-menu-toggle:checked+.iv-nw-peptide-hamburger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .iv-nw-peptide .iv-nw-peptide-menu-toggle:checked+.iv-nw-peptide-hamburger span:nth-child(2) {
    opacity: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-menu-toggle:checked+.iv-nw-peptide-hamburger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .iv-nw-peptide .iv-nw-peptide-nav {
    order: 4;
    width: 100%;
    display: none;
    flex: 0 0 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-top: 10px;
    padding: 8px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid var(--peptide-line);
    border-radius: 8px;
    box-shadow: var(--peptide-shadow);
  }

  .iv-nw-peptide .iv-nw-peptide-nav a {
    padding: 12px 14px;
    border-radius: 6px;
  }

  .iv-nw-peptide .iv-nw-peptide-nav a:hover {
    background: #edf5f6;
  }

  .iv-nw-peptide .iv-nw-peptide-pill:hover,
  .iv-nw-peptide .iv-nw-peptide-option-card:hover,
  .iv-nw-peptide .iv-nw-peptide-member-box:hover,
  .iv-nw-peptide .iv-nw-peptide-pricing-box:hover,
  .iv-nw-peptide .iv-nw-peptide-why-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(18, 52, 78, .16);
  }

  .iv-nw-peptide .iv-nw-peptide-menu-toggle:checked+.iv-nw-peptide-hamburger+.iv-nw-peptide-nav {
    display: flex;
  }

  .iv-nw-peptide .iv-nw-peptide-site-header>.iv-nw-peptide-pill-dark {
    display: flex;
  }

  .iv-nw-peptide .iv-nw-peptide-hero {
    min-height: unset;
    padding: 50px 30px 68px;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip {
    margin-left: 20px;
    margin-right: 20px;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip article {
    gap: 5px;
    padding: 17px 15px;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip p {
    font-size: 13px;
  }

  .iv-nw-peptide .iv-nw-peptide-options {
    padding-left: 0;
    padding-right: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-journey {
    padding-left: 0;
    padding-right: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-steps article {
    align-items: start;
  }

  .iv-nw-peptide .iv-nw-peptide-step-num {
    left: 37px;
    top: -7px;
  }

  .iv-nw-peptide .iv-nw-peptide-mid-grid {
    padding: 18px 0 14px;
  }

  .iv-nw-peptide .iv-nw-peptide-faq {
    padding: 0 20px 8px;
  }

  .iv-nw-peptide .iv-nw-peptide-final-cta {
    margin-left: 20px;
    margin-right: 20px;
  }

  .iv-nw-peptide .iv-nw-peptide-disclaimer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy {
    padding-left: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-step-icon img {
    width: 38px;
    height: 38px;
  }

  .iv-nw-peptide .iv-nw-peptide-step-icon {
    width: 41px;
    height: 41px;
  }

  .iv-nw-peptide .iv-nw-peptide-mid-grid {
    grid-template-columns: 1fr 1fr;
  }

  .iv-nw-peptide .iv-nw-peptide-mid-grid> :nth-child(3):last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - 17px) / 2);
  }

  .iv-nw-peptide .iv-nw-peptide-faq-cont {
    padding: 0;
  }

  .skp-benefits article {
    padding: 0 18px;
  }

  .skp-fda-badge strong {
    font-size: 30px;
  }

  .skp-page main>section:not(.skp-hero) {
    margin-right: 20px;
    margin-left: 20px;
  }

  .wl-wrap .wl-nw-process-line {
    top: 141px;
    left: calc(16.666% + 10px);
    right: calc(16.666% + 32px);
    width: 660px;
  }

  .iv-nw-drip .iv-nw-drip-safety .yfh-s i {
    font-size: 14px;
  }

  .nouva-price-item>div,
  .nouva-price-item-2>div {
    max-width: 100%;
  }

  .iv-nw-drip .iv-nw-drip-safety {
    width: -webkit-fill-available;
    margin-right: 20px;
    margin-left: 20px;
  }

  .iv-nw-drip .iv-nw-drip-membership {
    width: -webkit-fill-available;
    margin-left: 20px;
    margin-right: 20px;
  }

  .skp-benefits {
    margin-top: 0;
  }

  .main-banner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-section .about-content {
    padding-left: 40px;
  }

  .team-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* } */


}

@media (max-width: 1120px) {
   .weight-disclaimer{
    margin: 30px 20px 40px;
  }
  .skp-header {
    padding-inline: 24px;
  }

  .skp-brand {
    min-width: 190px;
  }

  .skp-brand-text strong {
    font-size: 28px;
  }

  .skp-nav {
    gap: 18px;
  }

  .skp-hero {
    padding-inline: 28px;
    background-position: 65% top;
  }

  .skp-hero-copy {
    width: min(620px, 62%);
  }

  .skp-benefits {
    margin: -25px 20px 18px;
  }

  .skp-card h2 {
    font-size: 25px;
  }

  .skp-benefits article {
    gap: 14px;
    padding: 16px 18px;
  }

  .skp-benefits p {
    font-size: 14px;
  }

  .skp-icon {
    width: 48px;
    aspect-ratio: 1;
  }

  .skp-step-icon {
    width: 58px;
    aspect-ratio: 1;
  }

  .skp-line-icon {
    width: 40px;
    aspect-ratio: 1;
  }

}

@media (max-width: 1100px) {

  .nw-wl-added-para {
  max-width:  1200px;
  margin: 10px 20px;
  }
  .nw-wl-added-para p{
    font-size: 15px!important;
  }
  
  .ivh-page .site-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ivh-page .logo {
    margin-right: auto;
    text-align: left;
  }

  .ivh-page .menu-toggle {
    width: 40px;
    height: 40px;
    border: 0;
    display: grid;
    place-content: center;
    gap: 5px;
    background: transparent;
  }

  .ivh-page .menu-toggle span {
    width: 24px;
    height: 2px;
    background: var(--navy);
  }

  .ivh-page .main-nav {
    position: absolute;
    top: 82px;
    left: 0;
    width: 100%;
    padding: 20px;
    display: none;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
  }

  .ivh-page .main-nav.open {
    display: flex;
  }

  .ivh-page .main-nav .mobile-nav-button {
    width: min(100%, 220px);
    margin-top: 4px;
    display: inline-flex;
    color: #fff;
  }

  .ivh-page .main-nav .mobile-nav-button:hover {
    color: var(--navy);
  }

  .ivh-page .header-button {
    display: none;
  }

  .iv-nw-hrt .iv-nw-hrt-site-header {
    grid-template-columns: 230px 1fr 130px;
  }

  .iv-nw-hrt .iv-nw-hrt-main-nav {
    gap: 22px;
    font-size: 12px;
  }

  .iv-nw-hrt .iv-nw-hrt-hero {
    grid-template-columns: 46% 54%;
  }

  .iv-nw-hrt .iv-nw-hrt-product-card {
    padding-inline: 22px;
  }

  .iv-nw-hrt .iv-nw-hrt-symptoms {
    grid-template-columns: 260px 1fr;
  }

  .iv-nw-hrt .iv-nw-hrt-step {
    grid-template-columns: 58px 1fr;
  }

  .iv-nw-hrt .iv-nw-hrt-step-icon {
    width: 58px;
    height: 58px;
  }

  .iv-nw-hrt .iv-nw-hrt-step-number {
    left: 44px;
  }

  .nouva-header {
    padding-inline: 24px;
    gap: 18px;
  }

  .nouva-nav {
    gap: 20px;
  }

  .nouva-brand {
    min-width: 210px;
  }

  .nouva-brand-text strong {
    font-size: 28px;
  }

  .nouva-hero {
    padding-inline: 28px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgb(255 255 255) 33%, rgb(255 255 255 / 89%) 56%, rgb(255 255 255 / 0%) 76%),
      url(../images/neuvadermhero.jpg) calc(100% + 166px) top / auto 100% no-repeat, #f8fbfd
  }

  .nouva-hero-copy {
    width: min(620px, 62%);
  }

  .nouva-hero h1 {
    font-size: clamp(44px, 36px, 48px);
    max-width: 400px;
    line-height: 1;
  }

  .nouva-kicker {
    max-width: 400px;
  }

  .nouva-info-grid h2,
  .nouva-results h2,
  .nouva-expect h2,
  .nouva-bottom-grid h2 {
    font-size: 25px;
  }

  .nouva-book,
  .nouva-btn {
    gap: 9px;
    padding: 9px 18px;
    font-size: 12px;
  }

  .nouva-book {
    min-width: 150px;
  }

  .nouva-btn-outline {
    min-width: 190px;
  }

  .nouva-book span,
  .nouva-btn span {
    width: 22px;
    font-size: 15px;
  }

  .nouva-expect-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 26px;
  }

  .nouva-expect-grid article:not(:last-child)::after {
    display: none;
  }

  .nouva-cta {
    display: flex;
    justify-content: space-between;
  }

  .nouva-cta-buttons {
    width: max-content;
    flex-direction: column;
  }

  .nouva-benefits,
  .nouva-info-grid,
  .nouva-member,
  .nouva-results,
  .nouva-expect,
  .nouva-bottom-grid,
  .nouva-cta {
    width: calc(100% - 48px);
  }

  .nouva-about p {
    text-align: center;
  }

  .nouva-concern-grid span {
    min-height: 70px;
  }

  .nouva-price-item {
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 20px 20px 0px;
  }

  .nouva-price-item.featured {
    margin: 0;
  }

  .nouva-price-item strong {
    line-height: 1.5;
    ;
  }

  .nouva-price-item-2 {
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 20px 20px 0px;
  }

  .nouva-member p {
    margin-left: 20px;
  }

  .nouva-about h2 {
    text-align: center;
    margin: auto;
  }

  .nouva-benefits {
    grid-template-columns: repeat(2, 1fr);
    padding: 10px 0px;
  }

  .nouva-benefits article:nth-child(2) {
    border-right: 0;
  }

  .nouva-benefits article:nth-child(n + 3) {
    padding-top: 18px;
    border-top: 1px solid var(--line);
  }

  .nouva-info-grid {
    grid-template-columns: 1fr;
  }

  .nouva-concern-grid {
    grid-template-columns: repeat(5, 1fr);
  }


  .nouva-cta-buttons {
    justify-content: space-between;
    gap: 10px;
  }

  .nouva-phone {
    min-width: 220px;
    padding: 9px 18px;
    font-size: 15px;
  }

  .price-tag {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }

  .nouva-calendar img {
    width: 30px;
  }
}

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

.membership-table img{
  width: 30px;
}

  .membership-comparison {
    padding: 24px 0;
  }

  .membership-comparison__container {
    max-width: 100%;
    padding: 0 18px;
  }

  .membership-table-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 13px;
  }

  .membership-table {
    /* width: 900px; */
    min-width: 900px;
    max-width: none;
  }

  .membership-table .benefit-column {
    width: 240px;
  }

  .membership-table .plan-column {
    width: 220px;
  }

  .membership-table th,
  .membership-table td {
    height: 50px;
    padding: 10px 13px;
    font-size: 13px;
  }

  .membership-table thead th {
    height: 90px;
  }

  .benefits-heading {
    padding-left: 16px !important;
    font-size: 15px;
  }

  .plan-name {
    font-size: 17px;
  }

  .plan-price {
    font-size: 22px;
  }

  .plan-price small {
    font-size: 9px;
  }

  .plan-optimize {
    padding-top: 37px !important;
  }

  .popular-badge {
    height: 27px;
    border-radius: 9px 9px 0 0;
    font-size: 9px;
  }

  .button-row th,
  .button-row td {
    height: 58px;
    padding: 8px 12px;
  }

  .membership-button {
    min-height: 40px;
    padding: 7px 8px;
    border-width: 1.5px;
    border-radius: 5px;
    font-size: 14px;
  }

  .best-for-row th,
  .best-for-row td {
    height: 70px;
  }

  .best-for-row td {
    padding: 10px 13px;
    font-size: 11px !important;
    line-height: 1.4 !important;
  }


  .banner-text {
    max-width: 75%;
    margin: 0px;
    padding: 0 !important;
  }

  h2 {
    font-size: 24px;
  }

  .main-banner .banner-text .text-box2 h1 {
    font-size: 44px;
  }

  .physician-section .features-list li {
    margin-bottom: 8px;
  }

  .nw-th .rev-cont {
    max-width: 100%;
  }

  .page-wrapper.pric-sec,
  .new-view.nw-th.page-wrapper,
  .page-wrapper.memb-m {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    /* margin-left: 20px;
    margin-right: 20px; */
  }
  .page-wrapper.pric-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .memb-m {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nw-services-cont .mn-crds .btm-sc {
    height: 100%;
  }

  .nw-services-cont .btn-b {
    padding: 8px 15px;
    gap: 6px;
    margin-top: auto;
  }

  /* .physician-section {
    flex-direction: column;
  } */

  .physician-content .hro-bdge,
  .physician-content h2,
  .physician-content p,
  .physician-content .features-list,
  .physician-content a {
    margin-left: 25px;
  }

  .physician-section .physician-content {
    padding-right: 0;
    padding-bottom: 30px;
    margin-right: 10px;
  }

  .new-view.nw-th {
    max-width: 100%;
  }

  .page-wrapper {
    padding: 40px 20px;
  }

  .nw-services-cont .crd-small {
    flex: 1 1 300px;
  }

  .nw-services-cont .crd-wide {
    flex: 1 1 300px;
  }

  .physician-section .physician-image img {
    /* max-height: 340px; */
    max-height: 440px;
    object-position: center;
  }

  .nw-services-cont .mn-crds img {
    max-height: 200px;
  }

  .services-sec:has(.nw-services-cont) {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .memb-sec .memb-head {
    width: 100%;
  }

  .hero-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-left: 20px;
    margin-right: 20px;
  }

  /* .nw-services-cont {
    column-gap: 18px;

  } */
  .nw-services-cont {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nw-services-cont .mn-crds {
    grid-column: span 2;
  }

  /* center last 2 cards */
  .nw-services-cont .mn-crds:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .nw-services-cont .mn-crds:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .home-expertise {
    margin-left: 20px;
    margin-right: 20px;
    flex-direction: column;
  }

  .memb-sec .memb-cont {
    width: 100%;
  }

  .memb-sec .memb-card {
    flex: 1 1 282px;
  }

  .memb-sec .memb-ct {
    text-align: center;
  }

  .memb-sec {
    margin-left: 20px;
    margin-right: 20px;
  }

  .about-section .about-container {
    grid-template-columns: 45% 55%;
  }

  .about-section .about-content h1 {
    font-size: 44px;
  }

  .about-section .about-content {
    padding: 30px 25px;
  }

  .why-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 0;
    align-items: center;
    justify-content: center;
  }

  .why-box:nth-child(3) {
    border-right: none;
  }

  .cta-section .cta-row {
    padding: 22px 25px;
    max-width: unset;
    width: unset;
  }
  .cta-section.hm-cta .cta-row {
    padding: 22px 20px;
  }

  .gallery-row {
    width: unset;
  }

  .about-section .about-image img {
    max-width: 612px;
    height: 100%;
    object-fit: cover;
    object-position: right;
  }

  .about-section .icon-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .memb-hero-section .memb-container {
    grid-template-columns: 1fr;
  }

  .memb-hero-section .memb-content {
    text-align: left;
    padding: 40px 25px;
    width: 50%;
  }

  .memb-hero-section .memb-title-line {
    margin: 20px auto;
  }

  .memb-hero-section .memb-icon-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .membership-section .membership-container {
    gap: 20px;
    justify-content: space-between;
  }

  .membership-section .membership-card {
    width: 280px;
    padding: 0px;
  }

  .tech-section .tech-content {
    text-align: left;
  }

  .membership-section h2 {
    font-size: 28px;
  }

  .membership-section .price {
    font-size: 28px;
  }

  /* Reduce featured scale */
  .membership-section .featured {
    transform: scale(1.03);
  }

  .tech-section .tech-container {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .tech-section .tech-left {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    justify-content: center;
  }

  .tech-section .tech-card {
    text-align: left;
    width: 55%;
  }

  .tech-section .tech-image img {
    width: 260px;
  }

  .tech-section .tech-icons {
    grid-area: 18px;
  }

  .membership-section .membership-card {
    width: 31%;
  }

  .team-container {
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    justify-items: center;
  }

  .team-card {
    flex-direction: column;
    width: 90%;
  }

  .team-image,
  .team-content {
    width: unset;
  }

  .team-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .team-content {
    padding: 18px;
  }

  .team-content h3 {
    font-size: 20px;
  }

  /* Weight Loss page */

  .wl-wrap .wl-nw-container {
    width: min(100% - 48px, 960px);
  }

  .wl-wrap .wl-nw-header {
    padding: 18px 0;
  }

  .wl-wrap .wl-nw-header__inner {
    gap: 18px;
  }

  .wl-wrap .wl-nw-logo__text {
    font-size: 22px;
  }

  .wl-wrap .wl-nw-nav {
    gap: 22px;
  }

  .wl-wrap .wl-nw-nav a {
    font-size: 13px;
  }

  .wl-wrap .wl-nw-header__btn {
    min-height: 48px;
    padding: 0 20px;
    font-size: 13px;
  }

  .wl-wrap .wl-nw-hero {
    min-height: 660px;
    padding-top: 118px;
  }

  .wl-wrap .wl-nw-hero__grid {
    grid-template-columns: 1fr 1fr;
    min-height: 508px;
  }

  .wl-wrap .wl-nw-hero__title {
    font-size: 55px;
  }

  .wl-wrap .wl-nw-hero__subtitle {
    font-size: 25px;
  }

  .wl-wrap .wl-nw-hero__desc {
    font-size: 16px;
  }

  .wl-wrap .wl-nw-hero__image {
    width: 56%;
    height: calc(100% + 140px);
  }

  .wl-wrap .wl-nw-circle-badge {
    top: 130px;
    right: 24px;
    width: 170px;
    height: 170px;
  }

  .wl-wrap .wl-nw-circle-badge strong {
    font-size: 17px;
  }

  .wl-wrap .wl-nw-feature-card {
    padding: 0 14px;
  }

  .wl-wrap .wl-nw-btn {
    min-width: 250px;
    min-height: 56px;
    font-size: 14px;
  }

  .wl-wrap .wl-nw-process-grid {
    gap: 30px;
  }

  .wl-wrap .wl-nw-benefits-panel {
    padding: 20px 28px 38px;
  }

  .wl-wrap .wl-nw-benefit-card {
    padding: 10px 18px 0;
  }

  .wl-wrap .wl-nw-benefit-card h3 {
    font-size: 17px;
  }

  .wl-wrap .wl-nw-benefit-card p,
  .wl-wrap .wl-nw-testimonial-card p {
    font-size: 14px;
  }

  .wl-wrap .wl-nw-cta-box {
    grid-template-columns: 90px 280px 1fr 300px;
    gap: 22px;
    padding: 18px 24px;
  }

  .wl-wrap .wl-nw-cta-icon {
    width: 72px;
    height: 72px;
    font-size: 34px;
  }

  .wl-wrap .wl-nw-cta-content h2 {
    font-size: 28px;
  }

  .wl-wrap .wl-nw-cta-content h2 span {
    font-size: 34px;
  }

  .ivb-page .ivb-hero-content {
    width: min(480px, 60vw);
    margin-left: 20px;
    margin-top: 0;
  }

  .ivb-page .ivb-hero-content h1 {
    font-size: 43px;
  }

  .ivb-page .ivb-trust-strip article {
    padding: 0 22px;
    gap: 14px;
  }

  .ivb-page .ivb-info-card {
    padding-left: 135px;
  }

  .ivb-page .ivb-ba-slider {
    height: 380px;
  }

  .skp-skp-slider {
    height: 325px;
  }

  /* Tablet layout */
  .ivb-page .ivb-hero {
    min-height: 400px;
    padding: 20px 0 20px 0;
  }

  .ivb-page .ivb-hero-content h1 {
    font-size: 44px;
  }

  .ivb-page .ivb-hero-content p {
    font-size: 16px;
  }

  .ivb-page .ivb-trust-strip {
    height: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .ivb-page .ivb-info-card .ivb-learn-link {
    opacity: 1;
    margin-top: 10px;
  }

  /* Keep tablet dividers short so they do not touch the strip edges. */
  .ivb-page .ivb-trust-strip article {
    position: relative;
    border-right: 0;
    border-bottom: 0;
  }

  .ivb-page .ivb-trust-strip article::after {
    height: 64px;
    background: rgba(255, 255, 255, 0.34);
  }

  .skp-process>p {
    max-width: 100%;
  }

  .ivb-page .ivb-botox-logo,
  .ivb-page .ivb-purple-mark,
  .ivb-page .ivb-clock-mark {
    position: absolute;
    left: 18px;
    top: 27px;
  }

  .ivb-page .ivb-trust-strip article:nth-child(2n)::after {
    display: none;
  }

  .ivb-page .ivb-treatment,
  .ivb-page .ivb-split,
  .ivb-page .ivb-results,
  .ivb-page .ivb-safety {
    margin-left: 20px;
    margin-right: 20px;
  }

  .ivb-page .ivb-trust-strip article:nth-last-child(-n + 2)::before {
    display: none;
  }

  .ivb-page .ivb-info-grid {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .ivb-page .ivb-info-card {
    min-height: unset;
    padding: 22px 28px 29px 122px;
  }

  .ivb-page .ivb-info-card .ivb-learn-link {
    margin-top: 0;
  }

  .ivb-page .ivb-area-grid article {
    max-width: 200px;
  }

  .ivb-page .ivb-alle {
    flex-direction: column;
  }

  .ivb-page .ivb-split .ivb-panel .alle-info {
    align-items: center;
  }

  .ivb-page .ivb-alle p {
    text-align: center;
  }

  .ivb-page .ivb-note {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }

  /* .ivb-page .ivb-area-grid {
    grid-template-columns: repeat(4, 1fr);
   } */

  .ivb-page .ivb-area-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ivb-page .ivb-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    padding: 0 38px;
  }

  .ivb-page .ivb-expect {
    padding: 38px 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
  }

  .ivb-page .ivb-expect h2 {
    margin-bottom: 24px;
  }

  .ivb-page .ivb-steps article {
    min-height: unset;
    padding: 10px 34px 10px 18px;
    column-gap: 20px;
  }

  .ivb-page .ivb-faq {
    padding: 35px 32px 30px;
  }

  .ivb-page .ivb-alle-logo {
    font-size: 66px;
    ;
  }

  .ivb-page .ivb-steps article:nth-child(odd) {
    border-right: 1px solid var(--ivb-divider);
  }

  .ivb-page .ivb-steps article:nth-child(2n) {
    border-right: 0;
  }

  .ivb-page .ivb-alle {
    display: flex;
    padding: 30px 20px 30px 40px;
  }

  .ivb-page .ivb-steps article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .ivb-page .ivb-cta {
    padding: 14px 20px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 16px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .ivb-page .ivb-cta-text {
    gap: 12px;
  }

  .ivb-page .ivb-cta strong {
    font-size: 17px;
  }

  .ivb-page .ivb-cta small {
    font-size: 11px;
  }

  .ivb-page .ivb-phone {
    grid-column: auto;
    justify-self: center;
    gap: 9px;
    font-size: 14px;
  }

  .ivb-page .ivb-phone img {
    width: 30px;
    height: 30px;
  }

  /* Skinpen */

  .skp-page .skp-hero-content {
    width: min(480px, 60vw);
    margin-left: 38px;
    margin-top: 45px;
  }

  .skp-page .skp-hero-content h1 {
    font-size: 43px;
  }

  .skp-page .skp-trust-strip article {
    padding: 0 22px;
    gap: 14px;
  }

  .skp-page .skp-info-card {
    padding-left: 135px;
  }

  .skp-page .skp-ba-slider {
    height: 380px;
  }

  .skp-benefits {
    margin: -5px 20px 18px;
  }

  .skp-two-col {
    margin: 10px auto;
    grid-template-columns: 0.4fr 1fr;
  }

  .skp-package span {
    font-size: 14px;
  }

  /* Tablet layout */
  .skp-page .skp-hero {
    min-height: 400px;
    padding: 40px 20px 50px 20px;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 42%, rgb(255 255 255 / 73%) 56%, rgb(255 255 255 / 0%) 76%),
      url(../images/skinpenhero.jpg) right top / auto 132% no-repeat, #dfdfdf
  }

  .skp-page .skp-hero-content h1 {
    font-size: 40px;
    max-width: 88%;
  }

  .skp-hero h1 {
    font-size: 44px;
    max-width: 500px;
  }

  .skp-hero h1 span {
    font-size: clamp(36px, 9vw, 38px);
  }

  .skp-trust-row span {
    gap: 0;
    padding-right: 13px;
    letter-spacing: 0;
  }

  .skp-page .skp-hero-content p {
    font-size: 16px;
  }

  .skp-hero-copy {
    width: 660px;
  }

  .skp-page .skp-trust-strip {
    height: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .skp-page .skp-info-card .skp-learn-link {
    opacity: 1;
    margin-top: 10px;
  }

  /* Keep tablet dividers short so they do not touch the strip edges. */
  .skp-page .skp-trust-strip article {
    position: relative;
    border-right: 0;
    border-bottom: 0;
  }

  .skp-page .skp-trust-strip article::after {
    height: 64px;
    background: rgba(255, 255, 255, 0.34);
  }

  .skp-page .skp-botox-logo,
  .skp-page .skp-purple-mark,
  .skp-page .skp-clock-mark {
    position: absolute;
    left: 18px;
    top: 27px;
  }

  .skp-page .skp-trust-strip article:nth-child(2n)::after {
    display: none;
  }

  .skp-page .skp-treatment,
  .skp-page .skp-split,
  .skp-page .skp-results,
  .skp-page .skp-safety {
    margin-left: 20px;
    margin-right: 20px;
  }

  .skp-page .skp-trust-strip article:nth-last-child(-n + 2)::before {
    display: none;
  }

  .skp-page .skp-info-grid {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .skp-page .skp-info-card {
    min-height: unset;
    padding: 22px 28px 29px 122px;
  }

  .skp-page .skp-info-card .skp-learn-link {
    margin-top: 0;
  }

  .skp-page .skp-area-grid article {
    max-width: 200px;
  }

  .skp-page .skp-alle {
    flex-direction: column;
  }

  .skp-page .skp-split .skp-panel .alle-info {
    align-items: center;
  }

  .skp-page .skp-alle p {
    text-align: center;
  }

  .skp-page .skp-note {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    justify-content: center;
  }

  /* .skp-page .skp-area-grid {
    grid-template-columns: repeat(4, 1fr);
} */

  .skp-page .skp-area-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .skp-page .skp-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    padding: 0 38px;
  }

  .skp-page .skp-expect {
    padding: 38px 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0;
  }

  .skp-page .skp-expect h2 {
    margin-bottom: 24px;
  }

  .skp-page .skp-steps article {
    min-height: unset;
    padding: 10px 34px 10px 18px;
    column-gap: 20px;
  }

  .skp-page .skp-faq {
    padding: 35px 32px 30px;
  }

  .skp-page .skp-alle-logo {
    font-size: 66px;
  }

  .skp-page .skp-steps article:nth-child(odd) {
    border-right: 1px solid var(--skp-divider);
  }

  .skp-page .skp-steps article:nth-child(2n) {
    border-right: 0;
  }

  .skp-page .skp-alle {
    display: flex;
    padding: 30px 20px 30px 40px;
  }

  .skp-page .skp-steps article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .skp-page .skp-cta {
    padding: 14px 20px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 16px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .skp-page .skp-cta-text {
    gap: 12px;
  }

  .skp-page .skp-cta strong {
    font-size: 17px;
  }

  .skp-page .skp-cta small {
    font-size: 11px;
  }

  .skp-page .skp-phone {
    grid-column: auto;
    justify-self: center;
    gap: 9px;
    font-size: 14px;
  }

  .skp-page .skp-phone img {
    width: 23px;
    height: 23px;
  }

  .iv-nw-drip-section.iv-nw-drip-treatments,
  .iv-nw-drip .iv-nw-drip-boosters,
  .iv-nw-drip .iv-nw-drip-faq {
    margin-left: 20px;
    margin-right: 20px;
  }


  .ivh-page {
    --page-margin: 20px;
  }

  .ivh-page .site-header {
    gap: 18px;
  }

  .ivh-page .logo {
    width: 180px;
  }

  .ivh-page .logo span {
    font-size: 28px;
  }

  .ivh-page .main-nav {
    gap: 18px;
  }

  .ivh-page .hero {
    min-height: unset;
  }

  .ivh-page h1 {
    font-size: 44p;
  }

  .ivh-page .hero-content {
    width: 53%;
  }

  .ivh-page .cta-footer {
    padding-right: 5%;
    padding-left: 5%;
  }

  .ivh-page h2,
  .ivh-page .cta-footer .cta-footer__title {
    font-size: 28px;
  }

  .iv-nw-drip {
    --min-font-size: 14px;
  }

  .iv-nw-drip {
    font-size: 14px;
  }

  .iv-nw-drip .iv-nw-drip-site-header {
    padding-inline: 28px;
    gap: 22px;
  }

  .iv-nw-drip .iv-nw-drip-menu-toggle {
    display: block;
    order: 3;
  }

  .iv-nw-drip .iv-nw-drip-main-nav {
    display: none;
    position: absolute;
    inset: 88px 0 auto;
    padding: 15px 25px 25px;
    background: #fff;
    box-shadow: 0 8px 14px rgba(0, 0, 0, .08);
  }

  .iv-nw-drip .iv-nw-drip-main-nav.iv-nw-drip-open {
    display: grid;
  }

  .iv-nw-drip .iv-nw-drip-main-nav a {
    padding: 8px 0;
  }

  .iv-nw-drip .iv-nw-drip-header-book {
    display: none;
  }

  .iv-nw-drip .iv-nw-drip-main-nav .iv-nw-drip-nav-book {
    min-height: 46px;
    margin-top: 8px;
    padding: 0 20px;
    display: inline-flex;
    justify-self: stretch;
    border: 0;
    background: linear-gradient(135deg, var(--teal-dark), #08798a);
    color: #fff;
    box-shadow: 0 9px 20px rgba(0, 73, 90, .18);
  }

  .iv-nw-drip .iv-nw-drip-main-nav .iv-nw-drip-nav-book:hover,
  .iv-nw-drip .iv-nw-drip-main-nav .iv-nw-drip-nav-book:focus-visible {
    border-color: transparent;
    background: linear-gradient(135deg, #003d4b, #00697a);
    color: #fff;
    box-shadow: 0 13px 24px rgba(0, 73, 90, .26);
  }

  .iv-nw-drip .iv-nw-drip-nav-book img {
    width: 22px;
    height: 22px;
  }

  .iv-nw-drip .iv-nw-drip-treatment-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .iv-nw-drip .iv-nw-drip-treatment-card {
    grid-column: span 2;
  }

  .iv-nw-drip .iv-nw-drip-treatment-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .iv-nw-drip .iv-nw-drip-treatment-card:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .iv-nw-drip .iv-nw-drip-booster-layout {
    grid-template-columns: 1fr;
  }

  .iv-nw-drip .iv-nw-drip-book-footer {
    padding-inline: 40px;
  }

  .iv-nw-drip .iv-nw-drip-safety a {
    width: 60%;
  }

  .iv-nw-hrt .iv-nw-hrt-site-header {
    height: 82px;
    grid-template-columns: 1fr auto;
    padding-inline: 22px;
  }

  .iv-nw-hrt .iv-nw-hrt-brand-mark {
    width: 32px;
    height: 46px;
  }

  .iv-nw-hrt .iv-nw-hrt-brand strong {
    font-size: 23px;
  }

  .iv-nw-hrt .iv-nw-hrt-brand small {
    margin-top: 4px;
    font-size: 7px;
    letter-spacing: 3px;
  }

  .iv-nw-hrt .iv-nw-hrt-menu-button {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    cursor: pointer;
  }

  .iv-nw-hrt .iv-nw-hrt-menu-button span,
  .iv-nw-hrt .iv-nw-hrt-menu-button span::before,
  .iv-nw-hrt .iv-nw-hrt-menu-button span::after {
    width: 25px;
    height: 2px;
    display: block;
    position: relative;
    background: var(--green);
    transition: .25s;
  }

  .iv-nw-hrt .iv-nw-hrt-menu-button span::before,
  .iv-nw-hrt .iv-nw-hrt-menu-button span::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .iv-nw-hrt .iv-nw-hrt-menu-button span::before {
    top: -8px;
  }

  .iv-nw-hrt .iv-nw-hrt-menu-button span::after {
    top: 8px;
  }

  .iv-nw-hrt .iv-nw-hrt-nav-toggle:checked+.iv-nw-hrt-menu-button span {
    background: transparent;
  }

  .iv-nw-hrt .iv-nw-hrt-nav-toggle:checked+.iv-nw-hrt-menu-button span::before {
    top: 0;
    transform: rotate(45deg);
  }

  .iv-nw-hrt .iv-nw-hrt-nav-toggle:checked+.iv-nw-hrt-menu-button span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .iv-nw-hrt .iv-nw-hrt-main-nav {
    padding: 14px 24px 22px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 12px 20px rgba(0, 0, 0, .1);
  }

  .iv-nw-hrt .iv-nw-hrt-main-nav a {
    padding: 12px;
    border-bottom: 1px solid #eee;
  }

  .iv-nw-hrt .iv-nw-hrt-main-nav .iv-nw-hrt-mobile-book-button {
    min-height: 46px;
    margin-top: 14px;
    padding: 0 20px;
    display: inline-flex;
    border: 0;
    border-radius: 24px;
    color: white;
    background: linear-gradient(100deg, #0d3b1e, #082d17);
  }

  .iv-nw-hrt .iv-nw-hrt-nav-toggle:checked~.iv-nw-hrt-main-nav {
    display: flex;
  }

  .iv-nw-hrt .iv-nw-hrt-header-button {
    display: none;
  }

  .iv-nw-hrt .iv-nw-hrt-hero {
    min-height: 520px;
    grid-template-columns: 47% 53%;
  }

  .iv-nw-hrt .iv-nw-hrt-hero-copy {
    max-width: none;
    padding: 42px clamp(24px, 2.5vw, 52px);
  }

  .iv-nw-hrt .iv-nw-hrt-hero-image {
    min-height: 520px;
    background-position: center 38%;
  }

  .iv-nw-hrt .iv-nw-hrt-section-shell {
    width: min(100% - 40px, 984px);
    padding-top: 30px;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-copy h2 {
    font-size: 21px;
  }

  .iv-nw-hrt .iv-nw-hrt-pathway {
    padding-bottom: 20px;
  }

  .iv-nw-hrt h1 {
    font-size: 44px;
  }

  .iv-nw-hrt .iv-nw-hrt-gold-button {
    min-height: 43px;
  }

  .iv-nw-hrt .iv-nw-hrt-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .iv-nw-hrt .iv-nw-hrt-pricing-grid .iv-nw-hrt-product-wrap:nth-child(3) {
    width: calc((100% - 28px) / 2);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .iv-nw-hrt .iv-nw-hrt-section-heading h2 {
    font-size: 28px;
  }

  .iv-nw-hrt .iv-nw-hrt-notice {
    gap: 8px;
  }

  .iv-nw-hrt .iv-nw-hrt-notice-icon {
    width: 58px;
    height: 58px;
  }

  .iv-nw-hrt .iv-nw-hrt-notice-icon i {
    font-size: 23px;
  }

  .iv-nw-hrt .iv-nw-hrt-symptom-intro h2,
  .iv-nw-hrt .iv-nw-hrt-symptom-intro p {
    text-align: center;
  }

  .iv-nw-hrt .iv-nw-hrt-symptom-intro .iv-nw-hrt-gold-line {
    margin-left: auto;
    margin-right: auto;
  }

  .iv-nw-hrt .iv-nw-hrt-product-card {
    min-height: 518px;
    padding-inline: clamp(24px, 4vw, 38px);
  }

  .iv-nw-hrt .iv-nw-hrt-card-note {
    margin-inline: 5px;
  }

  .iv-nw-hrt .iv-nw-hrt-symptoms {
    padding: 56px 0 48px;
    grid-template-columns: 1fr;
  }

  .iv-nw-hrt .iv-nw-hrt-symptom-list {
    grid-template-columns: repeat(3, 1fr);
    border-left: 0;
  }

  .iv-nw-hrt .iv-nw-hrt-symptom-list>div:nth-child(4) {
    border-left: 0;
  }

  .iv-nw-hrt .iv-nw-hrt-steps {
    grid-template-columns: 1fr 1fr;
  }

  .iv-nw-hrt .iv-nw-hrt-step::after {
    display: none;
  }

  .iv-nw-hrt .iv-nw-hrt-faq-grid {
    grid-template-columns: 1fr;
  }

  .iv-nw-hrt .iv-nw-hrt-faq-grid>details:nth-child(even) {
    border-left: 0;
  }

  .iv-nw-hrt .iv-nw-hrt-faq-grid .iv-nw-hrt-faq-last {
    grid-column: auto;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-inner {
    width: min(1280px, calc(100% - 40px));
    grid-template-columns: 72px 1.15fr 1.55fr;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-action {
    grid-column: auto;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header {
    height: 82px;
    padding: 0 24px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__logo strong {
    font-size: 28px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__logo-mark {
    width: 37px;
    height: 44px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links {
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    width: 100%;
    padding: 22px 24px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 10px 20px rgba(6, 47, 27, .12);
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links.iv-nw-colonic-is-open {
    display: flex;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links .iv-nw-colonic-nav-links__link {
    font-size: 14px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__menu-button {
    display: block;
    cursor: pointer;
    line-height: 1;
  }

  .iv-nw-colonic .iv-nw-colonic-hero {
    height: 480px;
    grid-template-columns: 50% 50%;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-content {
    max-width: 440px;
    margin-left: 7%;
    padding: 34px 30px 32px 0;
  }

  .iv-nw-colonic .iv-nw-colonic-hero h1 {
    font-size: 44px;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-image {
    background-position: center;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-image:before {
    width: 22%;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .75) 28%, rgba(255, 255, 255, .35) 62%, rgba(255, 255, 255, 0) 100%);
  }

  .iv-nw-colonic .iv-nw-colonic-process-grid {
    margin-left: 0;
    margin-right: 0;
    gap: 20px;
  }

  .iv-nw-colonic .iv-nw-colonic-process-card {
    grid-template-columns: 65px 1fr 12px;
    gap: 10px;
  }

  .iv-nw-colonic .iv-nw-colonic-round-icon {
    width: 65px;
    height: 65px;
  }

  .iv-nw-colonic .iv-nw-colonic-prep-box {
    grid-template-columns: 60px 1.5fr 1fr;
    padding: 18px;
  }

  .iv-nw-colonic .iv-nw-colonic-colon-icon {
    width: 60px;
    height: 60px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid h3 {
    font-size: 15px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid p {
    font-size: 14px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-cta {
    padding-left: 30px;
    padding-right: 30px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-action {
    width: min(100%, 420px);
  }

  .iv-nw-colonic .iv-nw-colonic-section {
    padding: 25px 20px;
  }

  .iv-nw-colonic .iv-nw-colonic-faq-section {
    padding-top: 10px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-title h2 {
    font-size: 24px;
  }

  .iv-nw-colonic .iv-nw-colonic-section h2 {
    font-size: 26px;
  }

  .iv-nw-colonic .iv-nw-colonic-price {
    font-size: 32px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid article {
    padding: 14px 16px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-cta {
    gap: 125px;
  }

  .iv-nw-peptide .iv-nw-peptide-site-header {
    height: auto;
    flex-wrap: wrap;
  }

  .iv-nw-peptide .iv-nw-peptide-hamburger {
    order: 2;
    width: 42px;
    height: 38px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 2px solid var(--peptide-navy);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
  }

  .iv-nw-peptide .iv-nw-peptide-hamburger span {
    width: 22px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: var(--peptide-navy);
    transition: transform .2s ease, opacity .2s ease;
  }

  .iv-nw-peptide .iv-nw-peptide-menu-toggle:checked+.iv-nw-peptide-hamburger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .iv-nw-peptide .iv-nw-peptide-menu-toggle:checked+.iv-nw-peptide-hamburger span:nth-child(2) {
    opacity: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-menu-toggle:checked+.iv-nw-peptide-hamburger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .iv-nw-peptide .iv-nw-peptide-nav {
    order: 4;
    width: 100%;
    display: none;
    flex: 0 0 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-top: 10px;
    padding: 8px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid var(--peptide-line);
    border-radius: 8px;
    box-shadow: var(--peptide-shadow);
  }

  .iv-nw-peptide .iv-nw-peptide-nav a {
    padding: 12px 14px;
    border-radius: 6px;
  }

  .iv-nw-peptide .iv-nw-peptide-nav a:hover {
    background: #edf5f6;
  }

  .iv-nw-peptide .iv-nw-peptide-pill:hover,
  .iv-nw-peptide .iv-nw-peptide-option-card:hover,
  .iv-nw-peptide .iv-nw-peptide-member-box:hover,
  .iv-nw-peptide .iv-nw-peptide-pricing-box:hover,
  .iv-nw-peptide .iv-nw-peptide-why-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(18, 52, 78, .16);
  }

  .iv-nw-peptide .iv-nw-peptide-menu-toggle:checked+.iv-nw-peptide-hamburger+.iv-nw-peptide-nav {
    display: flex;
  }

  .iv-nw-peptide .iv-nw-peptide-site-header>.iv-nw-peptide-pill-dark {
    display: flex;
  }

  .iv-nw-peptide .iv-nw-peptide-hero {
    min-height: unset;
    padding: 50px 30px 68px;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -16px;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip article {
    gap: 5px;
    padding: 17px 15px;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip p {
    font-size: 13px;
  }

  .iv-nw-peptide .iv-nw-peptide-options {
    padding-left: 0;
    padding-right: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-journey {
    padding-left: 0;
    padding-right: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-steps article {
    align-items: start;
  }

  .iv-nw-peptide .iv-nw-peptide-step-num {
    left: 37px;
    top: -7px;
  }

  .iv-nw-peptide .iv-nw-peptide-mid-grid {
    padding: 18px 0 14px;
  }

  .iv-nw-peptide .iv-nw-peptide-faq {
    padding: 0 20px 8px;
  }

  .iv-nw-peptide .iv-nw-peptide-final-cta {
    margin-left: 20px;
    margin-right: 20px;
  }

  .iv-nw-peptide .iv-nw-peptide-disclaimer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy {
    padding-left: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-step-icon img {
    width: 38px;
    height: 38px;
  }

  .iv-nw-peptide .iv-nw-peptide-step-icon {
    width: 41px;
    height: 41px;
  }

  .iv-nw-peptide .iv-nw-peptide-mid-grid {
    grid-template-columns: 1fr 1fr;
  }

  .iv-nw-peptide .iv-nw-peptide-mid-grid> :nth-child(3):last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - 17px) / 2);
  }

  .iv-nw-peptide .iv-nw-peptide-faq-cont {
    padding: 0;
  }

  .skp-benefits article {
    padding: 0 18px;
  }

  .skp-fda-badge strong {
    font-size: 30px;
  }

  .skp-page main>section:not(.skp-hero) {
    margin-right: 20px;
    margin-left: 20px;
  }

  .wl-wrap .wl-nw-process-line {
    top: 106px;
    left: calc(16.666% + 10px);
    right: calc(16.666% + 32px);
    width: 660px;
  }

  .iv-nw-drip .iv-nw-drip-safety .yfh-s i {
    font-size: 14px;
  }

  .nouva-price-item>div,
  .nouva-price-item-2>div {
    max-width: 100%;
  }

  .main-banner {
    background: linear-gradient(rgba(4, 13, 28, 0.50), rgba(4, 13, 28, 0.90)),
      url(../images/banner-main.jpeg) no-repeat;
  }

  .main-banner .hro-icon-lst .hro-lst img {
    width: 33px;
  }

  .main-banner .hro-icon-lst .hro-lst .list-cont h3 {
    font-size: 14px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy h1 {
    font-size: 42px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy h1 span {
    font-size: 44px;
  }

  .iv-nw-drip .iv-nw-drip-hero {
    min-height: 505px;
  }

  .iv-nw-drip .iv-nw-drip-hero h1 {
    font-size: 44px;
  }

  .about-google .google-rev {
    width: unset;
  }
  .about-google {
    flex-wrap: wrap;
  }
  .about-google .about-star img {
    width: 49%;
  }

  .about-google .review-btn {
    font-size: 13px !important;
  }

  .nw-th .rev-cont .slider {
    margin-left: 20px;
  }
  .header.dark-bg-head.header-sticky .mobile-menu-img i {
    color: #000 !important;
  }
  .desk-none {
    display: block;
  }

  .physician-section {
    gap: 7px;
    align-items: stretch;
  }

  .physician-section .physician-image {
    height: stretch;
    height: -webkit-fill-available;
    width: 90%;
  }


  /* .home-expertise{
        margin-left: 0px;
        margin-right: 0px;
    } */

}

@media (min-width: 769px) and (max-width: 1024px) {

  .iv-nw-peptide .iv-nw-peptide-options,
  .iv-nw-peptide .iv-nw-peptide-journey,
  .iv-nw-peptide .iv-nw-peptide-mid-grid,
  .iv-nw-peptide .iv-nw-peptide-faq-cont {

    margin-left: 20px;
    margin-right: 20px;
  }

  .wl-wrap .wl-nw-container {
    width: min(100% - 96px, 928px);
  }

  .wl-wrap p {
    font-size: 13px;
  }

  .wl-wrap .wl-nw-header {
    padding: 18px 0;
  }
  .physician-section .physician-image {
    height: auto;
    /* height: -webkit-fill-available; */
    width: 100%;
  }
  .physician-section .physician-image img {
    height: 100%;
  }
  .nw-th .rev-cont {
    height: unset;
  }

  .wl-wrap .wl-nw-header .wl-nw-container {
    width: calc(100% - 64px);
  }
  .nw-th .rev-cont {
    height: 100% !important;
  }

  .wl-wrap .wl-nw-logo__mark {
    width: 25px;
    height: 31px;
    border-width: 2px;
  }

  .wl-wrap .wl-nw-logo__mark::after {
    inset: 5px;
  }

  .wl-wrap .wl-nw-logo__text {
    font-size: 24px;
  }

  .wl-wrap .wl-nw-logo__text small {
    font-size: 8px;
  }



  .wl-wrap .wl-nw-nav {
    gap: 38px;
  }

  .wl-wrap .wl-nw-nav a {
    font-size: 11px;
  }

  .wl-wrap .wl-nw-nav a::after {
    bottom: -12px;
  }

  .wl-wrap .wl-nw-header__btn {
    min-height: 40px;
    padding: 0 20px;
    font-size: 11px;
  }

  .wl-wrap .wl-nw-hero {
    min-height: 580px;
    padding: 44px 20px 20px;
  }

  .wl-wrap .wl-nw-hero__grid {
    min-height: 466px;
    grid-template-columns: 1fr 1fr;
  }

  .wl-wrap .wl-nw-hero__content {
    padding-top: 8px;
  }

  .wl-wrap .wl-nw-hero__eyebrow {
    font-size: 14px;
  }

  .wl-wrap .wl-nw-hero__title {
    max-width: 420px;
    margin: 9px 0 8px;
    /* font-size: 44px; */
    line-height: 1.06;
  }

  .wl-wrap .wl-nw-hero__subtitle {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .wl-wrap .wl-nw-hero__desc {
    max-width: 450px;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.65;
  }

  .wl-wrap .wl-nw-hero__image {
    right: calc((108vw - 100%) / -2);
    bottom: -20px;
    width: 59%;
    height: calc(100% + 114px);
  }

  .wl-wrap .wl-nw-circle-badge {
    top: 174px;
    right: 38px;
    width: 165px;
    height: 165px;
    padding: 22px;
    gap: 8px;
  }

  .wl-wrap .wl-nw-circle-badge strong {
    font-size: 15px;
  }

  .wl-wrap .wl-nw-circle-badge__icon {
    font-size: 23px;
  }

  .wl-wrap .wl-nw-feature-row {
    max-width: 405px;
    margin-bottom: 18px;
  }

  .wl-wrap .wl-nw-feature-card {
    min-height: 76px;
    padding: 0 12px;
    gap: 5px;
  }

  .wl-wrap .wl-nw-feature-icon {
    width: 34px;
    height: 34px;
  }

  .wl-wrap .wl-nw-feature-card span:last-child {
    font-size: 11px;
  }

  .wl-wrap .wl-nw-btn-row {
    gap: 14px;
    margin-bottom: 18px;
  }

  .wl-wrap .wl-nw-btn {
    min-width: 0;
    min-height: 48px;
    padding: 0 22px;
    font-size: 13px;
  }

  .wl-wrap .wl-nw-btn-row .wl-nw-btn:first-child {
    width: 270px;
  }

  .wl-wrap .wl-nw-btn-row .wl-nw-btn:last-child {
    width: 230px;
  }

  .wl-wrap .wl-nw-trust-row {
    gap: 10px;
    flex-wrap: wrap;
  }

  .wl-wrap .wl-nw-trust-item {
    padding-left: 0;
    padding-right: 12px;
    font-size: 14px;
  }

  .wl-wrap .wl-nw-trust-item img {
    width: 16px;
    height: 16px;
    flex-basis: 14px;
  }

  .wl-wrap .wl-nw-process {
    padding: 10px 0 20px;
  }

  .wl-wrap .wl-nw-section-tag {
    font-size: 13px;
  }

  .wl-wrap .wl-nw-section-title {
    margin-top: 3px;
    font-size: 23px;
    margin-bottom: 15px;
  }

  .wl-wrap .wl-nw-process-grid {
    gap: 30px;
    margin-top: 14px;
  }



  .wl-wrap .wl-nw-process-card::before {
    top: 24px;
    width: 9px;
    height: 9px;
  }

  .wl-wrap .wl-nw-process-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 14px;
    font-size: 30px;
  }

  .wl-wrap .wl-nw-process-icon img {
    width: 36px;
    height: 36px;
  }

  .wl-wrap .wl-nw-step-number {
    width: 21px;
    height: 21px;
    margin: -7px auto 8px;
    font-size: 11px;
  }

  .wl-wrap .wl-nw-process-card h3 {
    margin-bottom: 3px;
    font-size: 16px;
  }

  .wl-wrap .wl-nw-process-card p {
    max-width: 230px;
    font-size: 14px;
  }

  .wl-wrap .wl-nw-benefits {
    padding-bottom: 12px;
  }

  .wl-wrap .wl-nw-benefits-panel {
    padding: 20px 20px 20px;
    border-radius: 15px;
  }

  .wl-wrap .wl-nw-benefits-heading {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .wl-wrap .wl-nw-benefit-card {
    padding: 6px 18px 0;
  }

  .wl-wrap .wl-nw-benefit-icon {
    height: 44px;
    margin-bottom: 6px;
    font-size: 38px;
  }

  .wl-wrap .wl-nw-benefit-icon img {
    width: 43px;
    height: 43px;
  }

  .wl-wrap .wl-nw-benefit-card:first-child .wl-nw-benefit-icon img {
    width: 38px;
  }

  .wl-wrap .wl-nw-benefit-card h3 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .wl-wrap .wl-nw-benefit-card p {
    font-size: 11px;
    line-height: 1.5;
    min-height: 31.19px;
  }

  .wl-wrap .wl-nw-testimonials {
    padding-bottom: 8px;
  }

  .wl-wrap .wl-nw-testimonial-grid {
    gap: 8px;
    margin-top: 6px;
  }

  .wl-wrap .wl-nw-testimonial-card {
    min-height: 112px;
    padding: 15px 22px 21px 50px;
    border-radius: 9px;
  }

  .wl-wrap .wl-nw-quote {
    left: 18px;
    top: 11px;
    font-size: 43px;
  }

  .wl-wrap .wl-nw-testimonial-card p {
    font-size: 14px;
  }

  .wl-wrap .wl-nw-stars {
    margin-top: 7px;
    font-size: 16px;
  }

  .wl-wrap .wl-nw-testimonial-card strong {
    margin-top: -18px;
    font-size: 12px;
  }

  .wl-wrap .wl-nw-results-note {
    margin-top: 5px;
    font-size: 12px;
  }

  .wl-wrap .wl-nw-faq {
    padding-bottom: 10px;
  }

  .wl-wrap .wl-nw-faq-list {
    border-radius: 10px;
  }

  .wl-wrap .wl-nw-faq-question {
    padding: 4px 20px 0;
    grid-template-columns: 20px 1fr 20px;
    gap: 10px;
    font-size: 10px;
  }

  .wl-wrap .wl-nw-faq-question span {
    width: 17px;
    height: 17px;
    font-size: 10px;
  }

  .wl-wrap .wl-nw-faq-question b {
    font-size: 18px;
  }

  .wl-wrap .wl-nw-faq-answer {
    padding: 0 20px 4px 50px;
    font-size: 9px;
  }

  .wl-wrap .wl-nw-cta {
    padding-bottom: 8px;
  }

  .wl-wrap .wl-nw-cta-box {
    min-height: 106px;
    padding: 10px 24px;
    grid-template-columns: 84px 250px 264px 1fr;
    gap: 16px;
    border-radius: 15px;
  }

  .wl-wrap .wl-nw-cta-icon {
    width: 66px;
    height: 66px;
    font-size: 32px;
  }

  .wl-wrap .wl-nw-cta-icon img {
    width: 30px;
    height: 30px;
  }

  .wl-wrap .wl-nw-cta-content {
    padding-right: 16px;
  }

  .wl-wrap .wl-nw-cta-content h2 {
    font-size: 27px;
  }

  .wl-wrap .wl-nw-cta-content h2 span {
    font-size: 34px;
  }

  .wl-wrap .wl-nw-cta-text {
    font-size: 13px;
  }

  .wl-wrap .wl-nw-cta-actions {
    gap: 6px;
  }

  .wl-wrap .wl-nw-cta .wl-nw-btn {
    min-height: 39px;
    font-size: 12px;
  }

  .wl-wrap .wl-nw-cta-actions .wl-nw-btn img {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .wl-wrap .wl-nw-footer {
    padding: 10px 15px;
  }

  .wl-wrap .wl-nw-footer__inner .wl-nw-kf img {
    width: 26px;
  }

  .wl-wrap .wl-nw-footer p {
    font-size: 11px;
  }

  .wl-wrap .wl-nw-footer p::before {
    width: 18px;
    height: 21px;
  }

  .wl-wrap .wl-nw-footer__logo {
    font-size: 22px;
  }

  .wl-wrap .wl-nw-container {
    width: min(100% - 40px, 1000px);
  }

  .wl-wrap .wl-nw-header .wl-nw-container {
    width: calc(100% - 40px);
  }

  .wl-wrap .wl-nw-nav {
    gap: clamp(16px, 2.6vw, 32px);
  }

  .wl-wrap .wl-nw-hero__content {
    position: relative;
    z-index: 2;
    max-width: 525px;
  }

  .wl-wrap .wl-nw-btn-row {
    max-width: 510px;
  }

  .wl-wrap .wl-nw-btn-row .wl-nw-btn:first-child,
  .wl-wrap .wl-nw-btn-row .wl-nw-btn:last-child {
    width: auto;
  }

  .wl-wrap .wl-nw-trust-row {
    gap: 7px;
  }

  .wl-wrap .wl-nw-trust-item {
    padding-right: 8px;
    gap: 5px;
    font-size: 14px;
  }

  /* .wl-wrap .wl-nw-process-line {
    top: 91px;
    left: calc(16.666% + 10px);
    right: calc(16.666% + 32px);
    width: 634px;
  } */

  .wl-wrap .wl-nw-nav {
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 4px 16px rgba(5, 40, 100, .08);
    backdrop-filter: blur(5px);
  }

  .wl-wrap .wl-nw-nav {
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .wl-wrap .wl-nw-hero__image {
    height: calc(100% + 72px);
  }

  .wl-wrap .wl-nw-faq-question {
    padding: 10px 24px;
    font-size: 14px;
  }

  .wl-wrap .wl-nw-faq-answer {
    padding: 0 20px 0px 53px;
    font-size: 13px;
  }

  .wl-wrap .wl-nw-faq-item.active .wl-nw-faq-answer {
    padding: 0 20px 10px 53px;
  }

  .wl-wrap .wl-nw-faq-item.active .wl-nw-faq-question {
    padding: 13px 24px 8px 22px;
  }

  .wl-wrap .wl-nw-footer__inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    text-align: left;
  }

  .wl-wrap .wl-nw-footer p {
    padding: 0 0 0 0px;
    text-align: left;
  }

  .wl-wrap .wl-nw-hero {
    background: linear-gradient(180deg, rgba(230, 247, 250, .9) 0%, rgba(246, 251, 253, .35) 24%, rgba(255, 255, 255, 0) 58%), linear-gradient(90deg, #fff 0%, #fff 42%, #f1fafc 100%);
    overflow: hidden;
    min-height: unset;
  }

  .wl-wrap .wl-nw-hero::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .9) 43%, rgba(255, 255, 255, .12) 72%, rgba(0, 152, 170, .08) 100%);
  }

  .wl-wrap .wl-nw-hero__image {
    bottom: -50px;
    height: calc(100% + 104px);
  }

  .wl-wrap .wl-nw-hero__image img {
    object-position: 50% center;
  }

  .wl-wrap .wl-nw-faq-question {
    font-size: 15px;
  }

  .wl-wrap .wl-nw-hero .wl-nw-btn-row {
    width: 470px;
    max-width: none;
    gap: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wl-wrap .wl-nw-hero .wl-nw-btn {
    gap: 7px;
    min-width: 0;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 13px;
  }

  .wl-wrap .wl-nw-hero .wl-nw-btn-row .wl-nw-btn:first-child,
  .wl-wrap .wl-nw-hero .wl-nw-btn-row .wl-nw-btn:last-child {
    width: 100%;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

  /* .iv-nw-peptide .iv-nw-peptide-options,
  .iv-nw-peptide .iv-nw-peptide-journey,
  .iv-nw-peptide .iv-nw-peptide-mid-grid,
  .iv-nw-peptide .iv-nw-peptide-faq-cont{

    margin-left: 20px;
    margin-right: 20px;
  } */
  .header.header-sticky .navbar ul.menu li a.main-menu-li {
    color: white !important;
  }

  .main-banner {
    background-position: -680px 16px;
    padding: 270px 80px 60px 30px;
  }
}

@media (max-width:992px) {
 .membership-benefits {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .membership-benefit {
        padding: 0 0 18px;
        border-right: 0;
        border-bottom: 1px solid #dfe4ec;
    }

    .membership-benefit:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .benefit-icon {
        flex-basis: 58px;
        width: 58px;
        height: 58px;
        font-size: 24px;
    }

     .membership-footer-info {
        grid-template-columns: repeat(3, 1fr);
    }

    .membership-note {
        grid-column: 1 / -1;
        padding: 0 0 18px;
        margin-bottom: 18px;
        border-bottom: 1px solid #dfe4eb;
    }

    .footer-info-item:first-of-type {
        border-left: 0 !important;
    }
     .membership-note + .footer-info-item {
        border-left: 0 !important;
    }
  .nw-th .rev-cont {
    margin-left: 20px;
    margin-right: 20px;
  }

  .physician-section {
    padding: 20px 0 20px 0;
    margin-left: 20px;
    margin-right: 20px;
    gap: 20px;
  }

  .physician-section .physician-image {
    margin-left: 20px;
  }

  .physician-section .physician-content {
    margin-right: 20px;
  }

  .wl-wrap .wl-nw-cta-box {
    grid-template-columns: 1fr !important;
    justify-items: center;
    text-align: center;
  }

  .nouva-benefits .nouva-art-cont {
    margin-left: 20px;
    margin-right: 20px;
  }

  .wl-wrap .wl-nw-cta-content {
    border-right: none !important;
  }

  .wl-wrap .wl-nw-cta-box {
    padding: 35px 24px !important;
  }

  .wl-wrap .wl-nw-cta-actions {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .skp-header {
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 30px rgba(7, 31, 89, 0.08);
  }

  .skp-brand-mark {
    width: 36px;
    aspect-ratio: 36 / 42;
  }

  .skp-brand-text strong {
    font-size: 23px;
  }

  .skp-brand-text small {
    font-size: 10px;
  }

  .skp-desktop-book {
    display: none;
  }

  .skp-menu-toggle {
    position: relative;
    z-index: 22;
    display: grid;
    place-items: center;
    width: 44px;
    aspect-ratio: 1;
    margin-left: auto;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #fff;
  }

  .skp-menu-toggle span,
  .skp-menu-toggle span::before,
  .skp-menu-toggle span::after {
    display: block;
    width: 20px;
    border-top: 2px solid var(--navy);
  }

  .home-expertise {
    padding-left: 0;
    padding-right: 0;
  }

  .skp-menu-toggle span::before,
  .skp-menu-toggle span::after {
    content: "";
    position: absolute;
  }

  .skp-menu-toggle span::before {
    transform: translateY(-7px);
  }

  .skp-menu-toggle span::after {
    transform: translateY(7px);
  }

  .skp-nav {
    position: fixed;
    top: 76px;
    right: 18px;
    left: 18px;
    display: none;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(7, 31, 89, 0.18);
  }

  .skp-nav a {
    display: block;
    padding: 13px 10px;
    border-bottom: 1px solid #edf2f6;
  }

  .skp-nav-check:checked~.skp-nav {
    display: block;
  }

  .skp-hero {
    padding: 104px 22px 44px;
    background:
      linear-gradient(271deg, rgb(255 255 255 / 16%), rgba(255, 255, 255, 0.96) 48%, #ffffff 78%),
      url(../images/skinpenhero.jpg) center top / 150% auto no-repeat, #fff
  }

  .skp-hero-copy {
    width: 100%;
    padding-top: min(48vw, 25px);
  }

  .skp-hero h1 {
    font-size: clamp(36px, 9vw, 38px);
    max-width: 500px;
  }

  .skp-hero h1 span {
    font-size: clamp(36px, 9vw, 38px);
  }

  .skp-kicker {
    font-size: 20px;
  }

  .skp-fda-badge {
    bottom: 85px;
    right: 22px;
    /* width: 88px; */
    /* aspect-ratio: 1; */
  }


  .skp-fda-badge strong {
    font-size: 26px;
  }

  .skp-fda-badge small {
    font-size: 14px;
  }


  .skp-benefits,
  .skp-concern-grid,
  .skp-expect-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
  }

  .skp-benefits article,
  .skp-concern-grid span,
  .skp-expect article {
    grid-column: span 2;
  }

  .skp-expect article {
    padding: 6px 10px 6px 74px;
  }

  .skp-expect h3,
  .skp-expect p {
    text-align: left;
  }

  .skp-expect b {
    left: 45px;
    width: 21px;
  }

  .skp-benefits article:nth-child(4),
  .skp-expect article:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .skp-card h2 {
    text-align: left;
  }

  .skp-concern-grid span:nth-child(7) {
    grid-column: 3 / span 2;
  }

  .skp-benefits article {
    padding: 0px 18px;
  }

  .skp-benefits article:nth-child(3n),
  .skp-benefits article:last-child {
    border-right: 0;
  }

  .skp-two-col,
  .skp-bottom-grid {
    grid-template-columns: 1fr;
  }



  .skp-process-steps span:not(:last-child)::after {
    display: none;
  }

  .skp-pricing-box>div:first-child,
  .skp-package span,
  .skp-package strong {
    border-right: 0;
  }

  .skp-pricing-box>div:first-child,
  .skp-package span,
  .skp-package strong {
    border-bottom: none;
    border-right: 1px solid #dce5ee;
  }

  .skp-package strong:last-child {
    border-right: none;
  }

  .skp-pricing-box>div {
    padding: 18px 22px;
  }

  .skp-after {
    border-top: 0;
    border-left: 4px solid #fff;
  }

  .skp-card h2 {
    font-size: 22px;
    padding-bottom: 10px;
  }

  .skp-pricing h3,
  .skp-expect h3 {
    font-size: 14px;
    font-weight: 800;
  }

  .skp-btn,
  .skp-book {
    gap: 8px;
    padding: 12px 16px;
    font-size: 11px;
    white-space: normal;
  }

  .skp-btn span,
  .skp-book span {
    width: 22px;
    aspect-ratio: 1;
  }

  .skp-step-icon {
    width: 54px;
    aspect-ratio: 1;
  }

  .skp-step-icon img {
    width: 32px;
    aspect-ratio: 1;
  }

  .skp-step-icon img[src*="skp-micro"],
  .skp-step-icon img[src*="skp-sun"] {
    width: 34px;
    aspect-ratio: 1;
  }

  .skp-line-icon,
  .skp-expect-media {
    width: 38px;
    aspect-ratio: 1;
  }

  .skp-expect-media img {
    width: 38px;
    aspect-ratio: 1;
  }

  .skp-line-icon img {
    width: 32px;
    aspect-ratio: 1;
  }

  .skp-icon {
    width: 44px;
    aspect-ratio: 1;
  }

  .skp-icon img {
    width: 30px;
    aspect-ratio: 1;
  }

  .skp-concern-grid span,
  .skp-expect article {
    border-bottom: 0;
  }

  .skp-concern-grid span:nth-child(3n),
  .skp-concern-grid span:last-child,
  .skp-expect article:nth-child(3n),
  .skp-expect article:last-child {
    border-right: 0;
  }

  .skp-concern-grid span:last-child,
  .skp-expect article:last-child {
    border-bottom: 0;
  }

  .skp-card h2::before {
    display: none;
  }

  .skp-card h2::after {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 62px;
    transform: translateX(-50%);
  }

  .skp-cta {
    padding: 20px;
  }

  .skp-cta-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .skp-cta>div {
    align-items: flex-start;
    gap: 10px;
    max-width: 340px;
  }

  .skp-btn-light,
  .skp-page .skp-phone {
    min-width: 0;
    width: stretch;
    width: -webkit-fill-available;
  }

  .skp-phone {
    width: 100%;
    padding: 12px 16px;
  }

  .skp-card {
    text-align: center;
    width: stretch;
    width: -webkit-fill-available;
    margin: auto;
  }

  .ivh-page .plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ivh-page .plan-card:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - 17px) / 2);
  }

  .ivh-page .system-section .benefit {
    padding: 0 12px;
  }

  .nouva-header {
    position: fixed;
    z-index: 30;
    left: auto;
    transform: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 30px rgba(7, 31, 89, 0.08);
  }

  .nouva-brand-mark {
    width: 36px;
  }

  .nouva-brand-text strong {
    font-size: 23px;
  }

  .nouva-brand-text small {
    font-size: 10px;
  }

  .nouva-menu-toggle {
    position: relative;
    z-index: 32;
    display: grid;
    place-items: center;
    width: 44px;
    aspect-ratio: 1;
    margin-left: auto;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
  }

  .nouva-menu-toggle span,
  .nouva-menu-toggle span::before,
  .nouva-menu-toggle span::after {
    display: block;
    width: 20px;
    border-top: 2px solid var(--navy);
  }

  .nouva-menu-toggle span {
    position: relative;
    height: 0;
  }

  .nouva-menu-toggle span::before,
  .nouva-menu-toggle span::after {
    content: "";
    position: absolute;
  }

  .nouva-menu-toggle span::before {
    transform: translateY(-7px);
  }

  .nouva-menu-toggle span::after {
    transform: translateY(7px);
  }

  .nouva-nav {
    position: fixed;
    top: 76px;
    left: 18px;
    right: 18px;
    display: none;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(7, 31, 89, 0.18);
  }

  .nouva-nav a {
    display: block;
    padding: 13px;
    border-bottom: 1px solid #edf2f6;
  }

  .nouva-nav a:last-child {
    border-bottom: 0;
  }

  .nouva-nav-check:checked~.nouva-nav {
    display: block;
  }

  .nouva-desktop-book {
    display: none;
  }

  .nouva-hero {
    min-height: auto;
    padding: 14px 22px 74px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgb(255 255 255) 33%, rgb(255 255 255 / 89%) 56%, rgb(255 255 255 / 0%) 76%),
      url(../images/neuvadermhero.jpg) calc(100% + 190px) top / auto 100% no-repeat, #f8fbfd;
  }

  .nouva-hero-copy {
    width: 100%;
    padding-top: min(48vw, 25px);
  }

  .nouva-hero h1 {
    font-size: clamp(36px, 5vw, 48px);
  }

  .nouva-concern-grid span:nth-child(n + 6) {
    border-bottom: 1px solid var(--line);
  }

  .nouva-concern-grid span:nth-child(5n) {
    border-right: 1px solid var(--line);
  }

  /* .nouva-info-grid h2,
  .nouva-results h2,
  .nouva-expect h2,
  .nouva-bottom-grid h2,
  .nouva-about h2 {
    font-size: 22px;
    padding-bottom: 15px;
    text-align: center;
    margin: auto;
  } */

  .nouva-kicker {
    font-size: 20px;
  }

  .nouva-book,
  .nouva-btn,
  .nouva-phone {
    gap: 7px;
    padding: 9px 12px;
    font-size: 11px;
    line-height: 1.15;
    white-space: normal;
  }

  .nouva-btn-outline {
    min-width: 180px;
  }

  .nouva-book span,
  .nouva-btn span {
    width: 19px;
    font-size: 12px;
  }

  .nouva-benefits,
  .nouva-info-grid,
  .nouva-member,
  .nouva-results,
  .nouva-expect,
  .nouva-bottom-grid,
  .nouva-cta {
    width: calc(100% - 32px);
  }

  .nouva-benefits {
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    margin-top: -25px;
    padding: 18px 0;
  }

  .nouva-benefits article,
  .nouva-benefits article:nth-child(2) {
    grid-column: span 3;
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .nouva-benefits article:nth-child(n + 3) {
    padding-top: 16px;
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
  }

  .nouva-concern-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    border: 0;
  }

  .nouva-concern-grid span {
    grid-column: span 2;
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .nouva-concern-grid span:nth-child(10) {
    grid-column: 3 / span 2;
  }

  .nouva-member {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .nouva-member a {
    grid-column: 1 / -1;
    text-align: center;
  }

  .nouva-member p {
    text-align: center;
  }

  .price-tag {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .nouva-price-item {
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .nouva-price-item h3 {
    justify-content: center;
  }

  .nouva-price-item p {
    text-align: center;
  }

  .nouva-result-strip {
    aspect-ratio: 1849 / 700;
  }

  .nouva-price-item:first-child {
    border-top: none;
  }

  .nouva-price-item:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - 17px) / 2);
  }

  .nouva-expect-grid,
  .nouva-bottom-grid {
    grid-template-columns: 1fr;
  }

  .nouva-expect-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .nouva-expect-grid article:not(:last-child)::after {
    display: none;
  }

  .nouva-expect-grid article {
    padding: 6px 12px 6px 75px;
    border: 1px solid var(--line);
    border-radius: 8px;
    display: flex;
  }

  .nouva-step {
    position: absolute;
    top: 28%;
    left: 8px;
    width: 48px;
  }

  .nouva-step img {
    width: 40px;
  }

  .nouva-expect-grid b {
    top: 18px;
    left: 46px;
  }

  .nouva-faq-grid {
    grid-template-columns: 1fr;
  }

  .nouva-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .nouva-btn-light,
  .nouva-phone {
    min-width: 0;
    width: 100%;
  }

  .nouva-cta strong {
    font-size: 22px;
  }

  .nouva-info-grid h2,
  .nouva-results h2,
  .nouva-expect h2,
  .nouva-bottom-grid h2 {
    margin-left: auto;
    margin-right: auto;
  }

}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .about-section .about-container {
    grid-template-columns: 50% 50%;
  }

  .about-section .about-content {
    padding: 25px 20px;
  }

  .about-section .about-content h1 {
    font-size: 38px;
    line-height: 1.2;
  }

  .iv-nw-colonic .iv-nw-colonic-hero h1,
  .wl-wrap .wl-nw-hero__title,
  .iv-nw-hrt h1,
  .iv-nw-peptide .iv-nw-peptide-hero-copy h1 span,
  .iv-nw-drip .iv-nw-drip-hero h1,
  .nouva-hero h1,
  .nouva-hero h1 span,
  .ivb-page .ivb-hero-content h1,
  .ivb-page .ivb-hero-content h1 span,
  .ivh-page h1 {
    font-size: 38px;
  }

  .skp-page .skp-hero {
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 42%, rgb(255 255 255 / 73%) 56%, rgb(255 255 255 / 0%) 76%),
      url(../images/skinpenhero.jpg) right top / auto 100% no-repeat, #dfdfdf;
  }

  .ivb-page .ivb-hero {
    min-height: 370px;
    padding: 0px 0 0px 0;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy h1 {
    font-size: 36px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero {
    background: linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgb(255 255 255) 34%, rgb(255 255 255 / 73%) 52%, rgb(255 255 255 / 0%) 62%), url(../images/peptidehero.jpg) 100PX 0PX / 100% auto no-repeat;
  }

  .about-section .about-description {
    font-size: 14px;
  }

  .about-section .icon-row {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .about-section .icon-box img {
    width: 35px;
  }

  .about-section .icon-box p {
    font-size: 11px;
  }

  .team-container {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .team-card {
    width: 100%;
  }

  /*  .team-card {
    flex-direction: column;
  } */

  /* .team-image,
  .team-content {
    width: unset;
  }
    */

  .team-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .team-content {
    padding: 18px;
  }

  .team-content h3 {
    font-size: 20px;
  }

  .cta-section .cta-row {
    padding: 20px 25px;
    gap: 25px;
  }

  .cta-section .cta-left {
    gap: 14px;
  }

  .cta-section .cta-icon img {
    width: 48px;
    height: 48px;
    min-width: 48px;
    margin-top: 6px;
  }

  .cta-section .cta-left h3 {
    font-size: 20px;
    line-height: 1;
  }

  .cta-section .cta-left p {
    font-size: 12px;
  }

  .cta-section .cta-btn {
    padding: 14px 24px;
    font-size: 13px;
    min-width: unset;
    text-align: center;
  }
}

@media screen and (max-width:860px) {
  .membership-section .membership-card {
    width: 100%;
    max-width: 352px;
  }

  .membership-section .membership-container {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  /* .main-banner {
    background-position: -816px 29px!important;
    padding: 270px 80px 60px 30px!important;
        background: linear-gradient(rgba(45, 45, 45, 0.20), rgba(45, 45, 45, 1.2)), url(../images/banner-main.jpeg) no-repeat !important;
    background-size: cover !important;
    background-position: calc(50% + -220px) center !important;
} */


  .iv-nw-peptide .iv-nw-peptide-cards {
    grid-template-columns: 1fr 1fr;
  }

  .iv-nw-peptide .iv-nw-peptide-option-card {
    min-height: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-cards .iv-nw-peptide-option-card:nth-child(3):last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - 17px) / 2);
  }

  .iv-nw-peptide .iv-nw-peptide-final-cta {
    grid-template-columns: 76px 1fr 260px;
  }
}

@media (max-width:820px) {
  .wl-wrap .wl-nw-process-line {
    top: 95px;
    left: calc(16.666% + 10px);
    right: calc(16.666% + 32px);
    width: 500px;
  }

  /* 
  .physician-section{
    padding: 20px 0 20px 0;
    margin-left: 20px;
    margin-right: 20px;
    gap: 20px;
  }
  .physician-section .physician-image {
    margin-left: 20px;
  }

  .physician-section .physician-content {
    margin-right: 20px;
  } */
  .nw-th .rev-cont .con-testi .stat-testi {
    margin-left: 20px;
  }

  .nw-th .rev-cont .con-testi p {
    text-align: center
  }

  ;

  .nouva-about h2 {
    margin-left: auto;
  }

  .nouva-price-item-2 {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: auto;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
  }

  .nouva-price-item-2 h3 {
    justify-content: center;
  }

  .nouva-price-item-2 p {
    text-align: center;
  }

  .ivb-page .ivb-split {
    grid-template-columns: 1fr;
  }
}

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



  .weight-disclaimer{
   width: min(100% - 34px, 700px);
   margin: auto;
  }

  .about-google .about-star img {
    width: 50%;
  }

  .about-google .google-rev span {
    font-size: 24px;
  }

  .about-google {
    flex-wrap: wrap;
  }

  .banner-text {
    max-width: 900px;
    margin: 0px 0;
  }

  .nw-th .rev-cont .con-testi .stat-testi {
    margin-left: 0;
  }

  .physician-section {
    flex-direction: column;
  }

  .nw-services-cont .crd-small {
    flex: 1 1 350px;
  }

  .nw-services-cont .crd-wide {
    flex: 1 1 350px;
  }

  .nw-services-cont .mn-crds img {
    max-height: 160px;
  }

  .memb-sec .memb-head {
    width: 100%;
  }

  .main-banner {
    padding: 200px 20px 40px 20px;
    background-position: -750px 13px;
    object-fit: cover;
    gap: 20px;
  }

  .memb-sec .memb-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
  }

  .memb-sec .memb-card {
    flex: 0 0 90%;
    max-width: 43%;
    width: 30%;
  }

  /* .nw-th .rev-cont {
    max-width: 100%;
  } */

  .nw-services-cont,
  .hero-cards {
    gap: 10px
  }

  .nw-th .rev-cont h6 {
    max-width: 80%;
    text-align: center;
    word-break: break-word;
  }

  .nw-th .rev-cont .con-testi {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
  }

  .new-view .testimonial-container.google-testi {
    width: 100%;
  }

  .nw-th .rev-cont .prev,
  .nw-th .rev-cont .next {
    top: 35%;
  }

  .memb-hero-section .memb-content h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .memb-hero-section .memb-icon-row {
    /* grid-template-columns: repeat(2, 1fr); */
    display: flex;
    gap: 20pxs;
  }

  .memb-hero-section .memb-icon-row .memb-icon-box:nth-child(3) {
    grid-column: span 2;
  }

  .memb-hero-section .memb-image img {
    height: auto;
  }

  .memb-hero-section .memb-icon-box img {
    width: 52px;
  }

  .membership-section {
    padding: 60px 15px;
  }

  .membership-section .membership-container {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .membership-section .membership-card {
    width: 100%;
    max-width: 352px;
  }

  /* Remove scaling on mobile (important) */
  .membership-section .featured {
    transform: scale(1);
  }

  .membership-section h2 {
    font-size: 24px;
  }

  .membership-section .price {
    font-size: 26px;
  }

  .tech-section .tech-content h2 {
    font-size: 24px;
  }

  .tech-section .tech-icons {
    justify-content: left;
  }

  .tech-section .tech-card {
    width: 60%;
  }

  .tech-section .tech-container {
    flex-direction: column;
    align-items: center;
  }

  .why-container.memb-why {
    grid-template-columns: repeat(2, 1fr);
  }

  .wl-wrap .wl-nw-container {
    width: min(100% - 34px, 700px);
  }

  .wl-wrap .wl-nw-header {
    position: relative;
    padding: 16px 0;
    background: var(--wl-white);
    box-shadow: 0 8px 22px rgba(5, 40, 100, .08);
  }

  .wl-wrap .wl-nw-header__inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .wl-wrap .wl-nw-logo {
    margin-right: auto;
  }

  .wl-wrap .wl-nw-header__btn {
    margin-left: auto;
  }

  .wl-wrap .wl-nw-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 24px;
    padding-top: 8px;
    overflow-x: auto;
  }

  .wl-wrap .wl-nw-hero {
    min-height: 0;
    padding: 38px 0 0;
    background: linear-gradient(180deg, #fff 0%, #eef8fc 100%);
  }

  .wl-wrap .wl-nw-hero::before {
    display: none;
  }

  .wl-wrap .wl-nw-hero__grid {
    display: flex;
    flex-direction: column;
    gap: 26px;
    min-height: 0;
  }

  .wl-wrap .wl-nw-hero__content {
    width: 100%;
    text-align: center;
  }

  .wl-wrap .wl-nw-hero__title {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    margin-top: 5px;
  }

  .wl-wrap .wl-nw-hero__desc,
  .wl-wrap .wl-nw-feature-row {
    margin-left: auto;
    margin-right: auto;
  }

  .wl-wrap .wl-nw-btn-row,
  .wl-wrap .wl-nw-trust-row {
    justify-content: center;
  }

  .wl-wrap .wl-nw-hero__image {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% + 34px);
    height: 520px;
    margin: 0 -17px;
    overflow: hidden;
  }

  .wl-wrap .wl-nw-hero__image img {
    object-position: center top;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .wl-wrap .wl-nw-circle-badge {
    top: 34px;
    right: 28px;
  }

  .wl-wrap .wl-nw-process {
    padding-top: 30px;
  }

  .wl-wrap .wl-nw-process-line {
    display: none;
  }

  .wl-wrap .wl-nw-process-card::before {
    display: none;
  }

  .wl-wrap .wl-nw-process-grid,
  .wl-wrap .wl-nw-testimonial-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wl-wrap .wl-nw-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .wl-wrap .wl-nw-benefit-card {
    padding: 24px 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
  }

  .wl-wrap .wl-nw-benefit-card:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, .25);
  }

  .wl-wrap .wl-nw-benefit-card:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .wl-wrap .wl-nw-cta-box {
    grid-template-columns: 80px 1fr;
    gap: 22px;
  }

  .wl-wrap .wl-nw-cta-text,
  .wl-wrap .wl-nw-cta-actions {
    grid-column: 1 / -1;
  }

  .wl-wrap .wl-nw-cta-content {
    padding-right: 0;
    border-right: 0;
  }

  .wl-wrap .wl-nw-footer__inner {
    flex-direction: column;
    text-align: center;
  }

  .wl-wrap .wl-nw-header {
    position: absolute;
    background: rgba(255, 255, 255, .96);
  }

  .wl-wrap .wl-nw-header__inner {
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .wl-wrap .wl-nw-logo {
    margin: 0;
  }

  .wl-wrap .wl-nw-menu-toggle {
    width: 44px;
    height: 40px;
    padding: 8px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 1px solid var(--wl-border);
    border-radius: 8px;
    background: var(--wl-white);
    cursor: pointer;
  }

  .wl-wrap .wl-nw-menu-toggle span {
    width: 23px;
    height: 2px;
    display: block;
    border-radius: 2px;
    background: var(--wl-secondary);
    transition: transform var(--wl-transition), opacity var(--wl-transition);
  }

  .wl-wrap .wl-nw-header__inner.is-open .wl-nw-menu-toggle span:first-child {
    transform: translateY(7px) rotate(45deg);
  }

  .wl-wrap .wl-nw-header__inner.is-open .wl-nw-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .wl-wrap .wl-nw-header__inner.is-open .wl-nw-menu-toggle span:last-child {
    transform: translateY(-7px) rotate(-45deg);
  }

  .wl-wrap .wl-nw-nav,
  .wl-wrap .wl-nw-header__btn {
    display: none;
  }

  .wl-wrap .wl-nw-header__inner.is-open .wl-nw-nav {
    order: 3;
    width: 100%;
    padding: 16px 0 4px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    overflow: visible;
  }

  .wl-wrap .wl-nw-header__inner.is-open .wl-nw-header__btn {
    order: 4;
    width: 100%;
    margin: 12px 0 0;
    display: inline-flex;
  }

  .wl-wrap .wl-nw-hero {
    min-height: 680px;
    padding: 118px 0 32px;
    background: #f2f8fb;
  }

  .wl-wrap .wl-nw-hero::before {
    z-index: 1;
    display: block;
    background: linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .9) 48%, rgba(255, 255, 255, .42) 72%, rgba(255, 255, 255, .18) 100%);
  }

  .wl-wrap .wl-nw-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 58%) minmax(0, 42%);
    min-height: 530px;
  }

  .wl-wrap .wl-nw-hero__content {
    position: relative;
    z-index: 2;
    align-self: center;
    text-align: left;
  }

  .wl-wrap .wl-nw-hero__title {
    margin-left: 0;
    margin-right: 0;
    font-size: 38px;
  }

  .wl-wrap .wl-nw-hero__subtitle {
    font-size: 22px;
  }

  .wl-wrap .wl-nw-hero__desc,
  .wl-wrap .wl-nw-feature-row {
    margin-left: 0;
    margin-right: 0;
  }

  .wl-wrap .wl-nw-feature-row {
    width: 100%;
    margin-bottom: 22px;
  }

  .wl-wrap .wl-nw-feature-card {
    min-height: 78px;
    padding: 0 8px;
  }

  .wl-wrap .wl-nw-feature-icon {
    width: 34px;
    height: 34px;
  }

  .wl-wrap .wl-nw-feature-card span:last-child {
    font-size: 11px;
  }

  .wl-wrap .wl-nw-btn-row {
    width: min(100%, 510px);
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
  }

  .wl-wrap .wl-nw-hero .wl-nw-btn {
    min-height: 48px;
    padding: 0 10px;
    font-size: 11px;
  }

  .wl-wrap .wl-nw-btn__icon {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .wl-wrap .wl-nw-trust-row {
    justify-content: flex-start;
    gap: 7px;
  }

  .wl-wrap .wl-nw-trust-item {
    padding-right: 7px;
    gap: 4px;
    font-size: 12px;
  }

  .wl-wrap .wl-nw-trust-item img {
    width: 13px;
    height: 15px;
    flex-basis: 13px;
  }

  .wl-wrap .wl-nw-hero__image {
    position: absolute;
    top: -118px;
    right: calc((100vw - 95%) / -2);
    bottom: -32px;
    width: 62%;
    height: auto;
    margin: 0;
    opacity: .88;
  }

  .wl-wrap .wl-nw-hero__image img {
    object-position: 54% center;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .35) 12%, #000 34%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .35) 12%, #000 34%);
  }

  .wl-wrap .wl-nw-circle-badge {
    top: 325px;
    right: 8px;
    opacity: 1;
    gap: 4px;
  }

  .wl-wrap .wl-nw-process-line {
    top: 115px;
    left: calc(16.666% + 26px);
    right: calc(16.666% + 35px);
    display: block;
    width: 414px;
  }

  .wl-wrap .wl-nw-process-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .wl-wrap .wl-nw-process-card {
    padding: 0 4px;
  }

  .wl-wrap .wl-nw-process-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
  }

  .wl-wrap .wl-nw-benefits-heading span {
    font-size: 19px;
    letter-spacing: 0;
  }

  .wl-wrap .wl-nw-process-card h3 {
    font-size: 15px;
  }

  .wl-wrap .wl-nw-process-card p {
    font-size: 13px;
  }

  .wl-wrap .wl-nw-benefits-panel {
    padding: 18px 16px 28px;
  }

  .wl-wrap .wl-nw-benefits-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .wl-wrap .wl-nw-benefit-card,
  .wl-wrap .wl-nw-benefit-card:nth-child(odd) {
    position: relative;
    padding: 14px 10px 0;
    border: 0;
  }

  .wl-wrap .wl-nw-benefit-card:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 28%;
    right: 0;
    width: 1px;
    height: 44%;
    background: rgba(255, 255, 255, .35);
  }

  .wl-wrap .wl-nw-section-title {
    font-size: 28px;
    margin-top: 0;
  }

  .wl-wrap .wl-nw-testimonial-card p {
    min-height: 47.5px;
  }

  .wl-wrap .wl-nw-benefit-icon {
    height: 46px;
    margin-bottom: 9px;
  }

  .wl-wrap .wl-nw-benefit-icon img {
    width: 43px;
    height: 43px;
  }

  .wl-wrap .wl-nw-benefit-card h3 {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .wl-wrap .wl-nw-benefit-card p {
    font-size: 12px;
    line-height: 1.45;
  }

  .wl-wrap .wl-nw-footer__inner {
    flex-direction: row;
    text-align: left;
  }

  .wl-wrap .wl-nw-header {
    background: transparent;
    box-shadow: none;
  }

  .wl-wrap .wl-nw-header__inner {
    min-height: 50px;
    align-items: center;
  }

  .wl-wrap .wl-nw-menu-toggle {
    align-self: center;
    background: rgba(255, 255, 255, .88);
  }

  .wl-wrap .wl-nw-header__inner.is-open .wl-nw-nav {
    border-radius: 10px;
    background: rgba(255, 255, 255, .9);
  }

  .wl-wrap .wl-nw-header__btn {
    min-height: 42px;
    padding: 0 16px;
    font-size: 11px;
  }



  .wl-wrap .wl-nw-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wl-wrap .wl-nw-benefit-card:not(:last-child)::after {
    content: none;
  }

  .wl-wrap .wl-nw-benefit-card:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 0;
    width: 1px;
    height: 88%;
    background: rgba(255, 255, 255, .35);
  }

  .wl-wrap .wl-nw-cta-actions {
    display: flex;
    gap: 10px;
  }

  .wl-wrap .wl-nw-cta-actions .wl-nw-btn {
    flex: 1 1 0;
    border-color: rgba(255, 255, 255, .86);
    color: var(--wl-white);
    box-shadow: none;
  }

  .wl-wrap .wl-nw-cta-actions .wl-nw-btn:hover {
    border-color: var(--wl-primary);
    background: linear-gradient(135deg, var(--wl-primary), #007a94);
    color: var(--wl-white);
    box-shadow: 0 16px 30px rgba(0, 152, 170, .18);
  }

  .wl-wrap .wl-nw-header__inner.is-open .wl-nw-nav {
    background: transparent;
  }

  .wl-wrap .wl-nw-hero {
    min-height: 630px;
    padding: 32px 0 26px;
  }

  .wl-wrap .wl-nw-hero__grid {
    min-height: 500px;
  }

  .wl-wrap .wl-nw-hero__image {
    top: -92px;
    bottom: -26px;
  }

  .wl-wrap .wl-nw-header__inner.is-open .wl-nw-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: rgba(242, 249, 252, .92);
    text-align: center;
  }

  .wl-wrap .wl-nw-footer__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
  }

  .wl-wrap .wl-nw-footer p {
    padding: 34px 0 0;
    text-align: center;
  }

  .wl-wrap .wl-nw-footer p::before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }

  .wl-wrap .wl-nw-header__inner.is-open {
    padding: 10px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(5, 40, 100, .16);
  }

  .wl-wrap .wl-nw-header__inner.is-open .wl-nw-nav {
    background: #fff;
  }

  .wl-wrap .wl-nw-hero .wl-nw-btn,
  .wl-wrap .wl-nw-cta .wl-nw-btn {
    font-size: 14px;
  }

  .wl-wrap .wl-nw-hero .wl-nw-btn-row {
    width: min(100%, 350px);
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: 1fr;
  }

  .wl-wrap .wl-nw-cta-box {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .wl-wrap .wl-nw-cta-icon,
  .wl-wrap .wl-nw-cta-content,
  .wl-wrap .wl-nw-cta-text,
  .wl-wrap .wl-nw-cta-actions {
    grid-column: 1;
  }

  .wl-wrap .wl-nw-cta-content,
  .wl-wrap .wl-nw-cta-text {
    text-align: center;
  }

  .wl-wrap .wl-nw-cta-actions {
    width: min(100%, 620px);
    justify-content: center;
  }

  .ivb-page .ivb-hero {
    min-height: 500px;
    padding-top: 0;
  }

  .ivb-page .ivb-hero-bg {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 52%, rgba(255, 255, 255, 0.18) 100%), url("../images/hero.png");
    background-position: center, center center;
    background-size: 100% 100%, cover;
  }

  .ivb-page .ivb-hero-content {
    width: 60%;
    margin-left: 24px;
  }

  .ivb-page .ivb-hero-content h1 {
    font-size: 36px;
  }

  .ivb-page .ivb-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .ivb-page .ivb-info-grid,
  .ivb-page .ivb-split,
  .ivb-page .ivb-safety,
  .ivb-page .ivb-cta {
    grid-template-columns: 1fr;
  }

  .ivb-page .ivb-steps {
    grid-template-columns: 1fr 1fr;

  }

  .ivb-page .ivb-trust-strip {
    width: calc(100% - 32px);
    height: auto;
    margin: 0 16px;
    border-radius: 8px;
  }

  .ivb-page .ivb-trust-strip article {
    min-height: 92px;
    padding: 18px 22px;
    grid-template-columns: 54px 1fr;
  }

  .ivb-page .ivb-trust-strip article::after {
    display: block;
    height: 54px;
  }

  .ivb-page .ivb-trust-strip article:nth-child(2n)::after {
    display: none;
  }

  .ivb-page .ivb-info-grid {
    padding: 18px 20px;
  }

  .ivb-page .ivb-panel,
  .ivb-page .ivb-split,
  .ivb-page .ivb-safety,
  .ivb-page .ivb-cta {
    margin-left: 16px;
    margin-right: 16px;
  }

  /* .ivb-page .ivb-area-labels {
    display: none;
  } */

  .ivb-page .ivb-area-grid {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 0;
  }

  .ivb-page .ivb-area-grid .ivb-area-images {
    display: flex;
    gap: 5px;
  }

  .ivb-page .ivb-area-grid article {
    max-width: 200px;
  }

  .ivb-page .ivb-area-grid article:last-child {
    width: calc(50% - 7px);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .ivb-page .ivb-alle {
    text-align: left;
  }

  .ivb-page .ivb-alle h2 {
    text-align: left;
  }

  .ivb-page .ivb-steps {
    gap: 8px 0;
    padding: 0;
  }

  .ivb-page .ivb-expect {
    padding: 25px 0;
  }

  .ivb-page .ivb-expect h2 {
    margin-bottom: 11px;
  }

  .ivb-page .ivb-steps article {
    min-height: unset;
    padding: 12px 8px;
    grid-template-columns: 66px 1fr;
  }

  .ivb-page .ivb-steps article:nth-child(odd) {
    border-right: 1px solid var(--ivb-divider);
  }

  .ivb-page .ivb-steps article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .ivb-page .ivb-steps img {
    width: 45px;
    height: 45px;
  }

  .ivb-page .ivb-steps b {
    left: 55px;
    top: 9px;
  }

  .ivb-page .ivb-steps p {
    max-width: none;
  }

  .ivb-page .ivb-result-carousel {
    padding: 0 22px;
  }

  .ivb-page .ivb-ba-slider {
    height: 260px;
  }

  .skp-skp-slider {
    height: 250px;
  }

  .ivb-page .ivb-slide-arrow {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  .ivb-page .ivb-cta {
    padding: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 16px;
    row-gap: 10px;
    text-align: left;
  }

  .ivb-page .ivb-cta-text {
    grid-row: 1 / 3;
  }

  .ivb-page .ivb-cta .ivb-button-white {
    width: auto;
    min-width: 190px;
    justify-self: end;
  }

  .ivb-page .ivb-phone {
    justify-self: end;
  }

  /* Mobile hero and content fit */
  .ivb-page .ivb-hero {
    min-height: auto;
    padding: 0 0 45px;
    align-items: flex-start;
  }

  .ivb-page .ivb-hero-bg {
    background-image: linear-gradient(98deg, rgb(255 255 255 / 14%) 0%, rgb(255 255 255 / 30%) 48%, rgb(255 255 255 / 0%) 100%), url(../images/botoxhero.jpg);
    background-position: center, center center;
    background-size: 100% 100%, cover;
  }

  /* .ivb-page .ivb-trust-strip img {
    min-width: unset;
    max-width: unset;
  } */

  .ivb-page .ivb-price-grid strong {
    font-size: 36px;
  }

  .ivb-page .ivb-hero-content h1 {
    font-size: clamp(34px, 8vw, 40px);
  }

  .ivb-page .ivb-hero-content p,
  .ivb-page .ivb-hero-content small {
    max-width: 100%;
  }

  .ivb-page .ivb-button {
    min-height: 40px;
    padding: 0 18px;
    font-size: 11px;
  }

  .ivb-page .ivb-botox-logo,
  .ivb-page .ivb-purple-mark,
  .ivb-page .ivb-clock-mark {
    left: 22px;
    top: 22px;
  }

  /* .ivb-page .ivb-price-grid {
    grid-template-columns: 1fr;
  } */

  .ivb-page .ivb-alle-logo {
    font-size: 52px;
    text-align: center;
  }

  .ivb-page .ivb-ba-slider {
    height: 230px;
  }

  .skp-skp-slider {
    height: 230px;
  }

  .ivb-page .ivb-faq {
    padding-right: 16px;
    padding-left: 16px;
  }

  .ivb-page .ivb-split .ivb-panel .alle-info {
    display: flex;
    flex-direction: column;
  }

  /* Skinpen page */

  .skp-page .skp-hero {
    min-height: 500px;
    padding-top: 0;
  }

  .skp-page .skp-hero-bg {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 52%, rgba(255, 255, 255, 0.18) 100%), url("../images/skinpenhero.jpg");
    background-position: center, center center;
    background-size: 100% 100%, cover;
  }

  .skp-page .skp-hero-content {
    width: 60%;
    margin-left: 24px;
  }

  .skp-page .skp-hero-content h1 {
    font-size: 36px;
  }

  .skp-page .skp-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .skp-page .skp-info-grid,
  .skp-page .skp-split,
  .skp-page .skp-safety,
  .skp-page .skp-cta {
    grid-template-columns: 1fr;
  }

  .skp-page .skp-steps {
    grid-template-columns: 1fr 1fr;
  }

  .skp-page .skp-trust-strip {
    width: calc(100% - 32px);
    height: auto;
    margin: 0 16px;
    border-radius: 8px;
  }

  .skp-page .skp-trust-strip article {
    min-height: 92px;
    padding: 18px 22px;
    grid-template-columns: 54px 1fr;
  }

  .skp-page .skp-trust-strip article::after {
    display: block;
    height: 54px;
  }

  .skp-page .skp-trust-strip article:nth-child(2n)::after {
    display: none;
  }

  .skp-page .skp-info-grid {
    padding: 18px 20px;
  }

  .skp-page .skp-panel,
  .skp-page .skp-split,
  .skp-page .skp-safety,
  .skp-page .skp-cta {
    margin-left: 16px;
    margin-right: 16px;
  }

  /* .skp-page .skp-area-labels {
    display: none;
} */

  .skp-page .skp-area-grid {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 0;
  }

  .skp-page .skp-area-grid .skp-area-images {
    display: flex;
    gap: 5px;
  }

  .skp-page .skp-area-grid article {
    max-width: 200px;
  }

  .skp-page .skp-area-grid article:last-child {
    width: calc(50% - 7px);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .skp-page .skp-alle {
    text-align: left;
  }

  .skp-page .skp-alle h2 {
    text-align: left;
  }

  .skp-page .skp-steps {
    gap: 8px 0;
    padding: 0;
  }

  .skp-page .skp-expect {
    padding: 25px 0;
  }

  .skp-page .skp-expect h2 {
    margin-bottom: 11px;
  }

  .skp-page .skp-steps article {
    min-height: unset;
    padding: 12px 8px;
    grid-template-columns: 66px 1fr;
  }

  .skp-page .skp-steps article:nth-child(odd) {
    border-right: 1px solid var(--skp-divider);
  }

  .skp-page .skp-steps article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .skp-page .skp-steps img {
    width: 45px;
    height: 45px;
  }

  .skp-page .skp-steps b {
    left: 55px;
    top: 9px;
  }

  .skp-page .skp-steps p {
    max-width: none;
  }

  .skp-page .skp-result-carousel {
    padding: 0 22px;
  }

  .skp-page .skp-ba-slider {
    height: 260px;
  }

  .skp-page .skp-slide-arrow {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  .skp-page .skp-cta {
    padding: 18px;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 10px;
    text-align: left;
  }

  .skp-page .skp-cta-text {
    grid-row: 1 / 3;
  }

  .skp-page .skp-cta .skp-button-white {
    width: auto;
    min-width: 190px;
    justify-self: end;
  }

  .skp-page .skp-phone {
    justify-self: end;
  }

  /* Mobile hero and content fit */
  .skp-page .skp-hero {
    min-height: auto;
    padding: 0 20px 45px;
    align-items: flex-start;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 42%, rgb(255 255 255 / 73%) 56%, rgb(255 255 255 / 0%) 76%),
      url(../images/skinpenhero.jpg) right top / auto 132% no-repeat, #dfdfdf;
  }

  .skp-page .skp-hero-bg {
    background-image: linear-gradient(98deg, rgb(255 255 255 / 14%) 0%, rgb(255 255 255 / 30%) 48%, rgb(255 255 255 / 0%) 100%), url(../images/bt-hero.png);
    background-position: center, center center;
    background-size: 100% 100%, cover;
  }

  /* .skp-page .skp-trust-strip img {
    min-width: unset;
    max-width: unset;
} */

  .skp-page .skp-price-grid strong {
    font-size: 36px;
  }

  .skp-page .skp-hero-content h1 {
    font-size: clamp(34px, 8vw, 40px);
  }

  .skp-page .skp-hero-content p,
  .skp-page .skp-hero-content small {
    max-width: 100%;
  }

  .skp-page .skp-button {
    min-height: 40px;
    padding: 0 18px;
    font-size: 11px;
  }

  .skp-page .skp-botox-logo,
  .skp-page .skp-purple-mark,
  .skp-page .skp-clock-mark {
    left: 22px;
    top: 22px;
  }

  /* .skp-page .skp-price-grid {
    grid-template-columns: 1fr;
} */

  .skp-page .skp-alle-logo {
    font-size: 52px;
    text-align: center;
  }

  .skp-page .skp-ba-slider {
    height: 230px;
  }

  .skp-page .skp-faq {
    padding-right: 16px;
    padding-left: 16px;
  }

  .skp-page .skp-split .skp-panel .alle-info {
    display: flex;
    flex-direction: column;
  }

  .ivh-page .site-header {
    height: 72px;
    padding: 0 20px;
  }

  .ivh-page .logo span {
    font-size: 25px;
    letter-spacing: 4px;
  }

  .ivh-page .logo small {
    font-size: 14px;
    letter-spacing: 4px;
    text-align: center;
  }

  .ivh-page .main-nav {
    top: 72px;
  }

  .ivh-page .hero {
    min-height: 400px;
    padding: 52px 20px 52px;
    align-items: center;
  }

  .ivh-page .hero-image {
    object-position: 68% center;
  }

  .ivh-page .hero::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(250, 248, 245, .98) 0%, rgba(250, 248, 245, .93) 58%, rgba(250, 248, 245, .58) 100%),
      linear-gradient(0deg, rgba(250, 248, 245, .32), rgba(250, 248, 245, .32));
  }

  .ivh-page .hero-content {
    z-index: 2;
    width: min(500px, 94%);
    margin: 0;
  }

  .ivh-page h1 {
    font-size: clamp(37px, 8vw, 40px);
  }

  .ivh-page .system-section .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
  }

  .ivh-page .system-section .benefit {
    min-height: 175px;
    margin-bottom: 0;
  }

  .ivh-page .system-section .benefit:nth-child(3)::before {
    display: none;
  }

  .ivh-page .plan-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: unset;
  }

  .ivh-page .plan-card {
    min-height: 355px;
  }

  .ivh-page .cta-footer .cta-footer__intro {
    gap: 14px;
  }

  .ivh-page h2,
  .ivh-page .cta-footer .cta-footer__title {
    font-size: 22px;
  }

  .ivh-page .cta-footer {
    padding-right: 20px;
    padding-left: 20px;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: 18px;
    text-align: center;
  }

  .ivh-page .cta-footer .cta-footer__contact {
    min-height: 94px;
    padding-left: 18px;
  }

  .ivh-page .cta-footer .cta-footer__mark {
    width: 56px;
    height: 56px;
  }

  .ivh-page .cta-footer .cta-footer__mark-image {
    width: 36px;
    height: 36px;
  }

  .ivh-page .cta-footer .cta-footer__text {
    font-size: 12px;
    line-height: 1.45;
  }

  .ivh-page .cta-footer .cta-footer__phone,
  .ivh-page .cta-footer .cta-footer__button {
    width: min(100%, 235px);
  }

  .ivh-page .cta-footer .cta-footer__phone {
    gap: 10px;
  }

  .ivh-page .cta-footer .cta-footer__phone-icon {
    width: 24px;
    height: 24px;
  }

  .ivh-page .cta-footer .cta-footer__phone-text {
    font-size: 16px;
  }

  .ivh-page .cta-footer .cta-footer__button {
    min-height: 38px;
    padding: 7px 12px;
    gap: 6px;
    font-size: 11px;
  }

  .ivh-page .cta-footer .cta-footer__button-icon {
    font-size: 19px;
  }

  .iv-nw-drip {
    --min-font-size: 12px;
  }

  .iv-nw-drip {
    font-size: var(--min-font-size);
  }

  .iv-nw-drip .iv-nw-drip-brand-name small,
  .iv-nw-drip .iv-nw-drip-main-nav,
  .iv-nw-drip .iv-nw-drip-eyebrow,
  .iv-nw-drip .iv-nw-drip-section-heading p,
  .iv-nw-drip .iv-nw-drip-treatment-card p,
  .iv-nw-drip .iv-nw-drip-treatment-card small,
  .iv-nw-drip .iv-nw-drip-price-list,
  .iv-nw-drip .iv-nw-drip-membership p,
  .iv-nw-drip .iv-nw-drip-booster-grid h3,
  .iv-nw-drip .iv-nw-drip-symptom-card>h3,
  .iv-nw-drip .iv-nw-drip-symptom-card h4,
  .iv-nw-drip .iv-nw-drip-symptom-card p,
  .iv-nw-drip .iv-nw-drip-safety p,
  .iv-nw-drip .iv-nw-drip-safety a,
  .iv-nw-drip details,
  .iv-nw-drip .iv-nw-drip-footer-copy p {
    font-size: 12px;
  }

  .iv-nw-drip .iv-nw-drip-site-header {
    height: 76px;
  }

  .iv-nw-drip .iv-nw-drip-brand-name {
    font-size: 24px;
  }

  .iv-nw-drip .iv-nw-drip-brand-drop {
    width: 34px;
    height: 44px;
    flex-basis: 34px;
  }

  .iv-nw-drip .iv-nw-drip-main-nav {
    inset-block-start: 76px;
  }

  .iv-nw-drip .iv-nw-drip-hero {
    min-height: unset;
    padding: 42px 28px;
    background-position: 58% center;
  }

  .iv-nw-drip .iv-nw-drip-hero-content {
    width: 55%;
  }

  .iv-nw-drip .iv-nw-drip-hero h1 {
    font-size: 44px;
    line-height: 1;
  }

  .iv-nw-drip .iv-nw-drip-treatment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .iv-nw-drip .iv-nw-drip-treatment-card,
  .iv-nw-drip .iv-nw-drip-treatment-card:nth-child(4) {
    grid-column: auto;
  }

  .iv-nw-drip .iv-nw-drip-treatment-card:nth-child(5) {
    width: calc(50% - 7px);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .iv-nw-drip .iv-nw-drip-membership {
    padding-inline: 22px;
    flex-wrap: nowrap;
    gap: 18px;
  }

  .iv-nw-drip .iv-nw-drip-membership>div:nth-child(2) {
    flex: 1;
  }

  .iv-nw-drip .iv-nw-drip-outline-button {
    min-width: 220px;
    margin-left: auto;
    padding-inline: 18px;
  }

  .iv-nw-drip .iv-nw-drip-booster-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .iv-nw-drip .iv-nw-drip-booster-grid article:nth-child(3) {
    border-right: 0;
  }

  .iv-nw-drip .iv-nw-drip-booster-grid article:nth-child(-n+3) {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
  }

  .iv-nw-drip .iv-nw-drip-booster-grid article:nth-child(n+4) {
    padding-top: 20px;
  }

  .iv-nw-drip .iv-nw-drip-faq-grid {
    gap-inline: 16px;
  }

  .iv-nw-drip .iv-nw-drip-book-footer {
    padding-inline: 24px;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 12px;
  }

  .iv-nw-drip .iv-nw-drip-footer-mark {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
  }

  .iv-nw-drip .iv-nw-drip-footer-mark::before {
    width: 34px;
    height: 44px;
  }

  .iv-nw-drip .iv-nw-drip-footer-copy {
    margin-right: 0;
  }

  .iv-nw-drip .iv-nw-drip-footer-copy h2 {
    font-size: 18px;
  }

  .iv-nw-drip .iv-nw-drip-book-footer .iv-nw-drip-button {
    width: 170px;
    min-height: 46px;
    padding-inline: 10px;
    gap: 7px;
    font-size: 12px;
  }

  .iv-nw-drip .iv-nw-drip-book-footer .iv-nw-drip-button img {
    width: 18px;
    height: 18px;
  }

  .iv-nw-drip .iv-nw-drip-safety a {
    width: 80%;
  }

  .iv-nw-drip .iv-nw-drip-button {
    min-height: 43px;
    border-radius: 10px;
  }

  .iv-nw-drip .iv-nw-drip-treatment-card {
    min-height: unset;
  }

  .iv-nw-drip .iv-nw-drip-price-list,
  .iv-nw-drip .iv-nw-drip-treatment-card i {
    margin-top: 20px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header {
    height: 76px;
    padding: 0 14px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__logo {
    gap: 5px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__logo strong {
    font-size: 20px;
    letter-spacing: 1.5px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__logo small {
    font-size: 9px;
    letter-spacing: 2px;
    margin-top: 4px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__logo-mark {
    width: 29px;
    height: 36px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links {
    top: 76px;
    gap: 20px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links .iv-nw-colonic-nav-links__link {
    font-size: 12px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links .iv-nw-colonic-nav-links__chevron {
    width: 6px;
    height: 6px;
    margin-left: 5px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-button {
    padding: 9px 12px;
  }

  .iv-nw-colonic .iv-nw-colonic-hero {
    height: 380px;
    display: grid;
    grid-template-columns: 55% 45%;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-content {
    max-width: 390px;
    margin-left: 7%;
    padding: 40px 0px 28px 0;
  }

  .iv-nw-colonic .iv-nw-colonic-hero h1 {
    font-size: 38px;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-lead {
    font-size: 14px;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-content>p:last-child {
    font-size: 13px;
    line-height: 1.55;
  }

  .iv-nw-colonic .iv-nw-colonic-gold-line {
    margin: 16px 0;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-image {
    height: auto;
    background-position: center;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-image:before {
    display: block;
    width: 32%;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .82) 30%, rgba(255, 255, 255, .35) 68%, rgba(255, 255, 255, 0) 100%);
  }

  .iv-nw-colonic .iv-nw-colonic-round-icon img {
    width: 33px;
    height: 33px;
  }

  .iv-nw-colonic .iv-nw-colonic-section h2 {
    font-size: 26px;
    text-align: center;
  }

  .iv-nw-colonic .iv-nw-colonic-process-section h2 {
    text-align: left;
  }

  .iv-nw-colonic .iv-nw-colonic-process-grid {
    grid-template-columns: 1fr;
    margin: 25px auto;
    max-width: unset;
    gap: 12px;
  }

  .iv-nw-colonic .iv-nw-colonic-process-card {
    grid-template-columns: 65px 1fr;
    padding: 12px 0;
  }

  .iv-nw-colonic .iv-nw-colonic-process-card .iv-nw-colonic-arrow {
    display: none;
  }

  .iv-nw-colonic .iv-nw-colonic-prep-box {
    grid-template-columns: 60px 1.5fr 1fr;
    gap: 16px;
  }

  .iv-nw-colonic .iv-nw-colonic-prep-links {
    grid-column: auto;
  }

  .iv-nw-colonic .iv-nw-colonic-prep-links .iv-nw-colonic-button {
    padding: 12px 10px;
    font-size: 12px;
  }

  .iv-nw-colonic .iv-nw-colonic-pricing-grid {
    max-width: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .iv-nw-colonic .iv-nw-colonic-price-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 0;
    max-width: none;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid article {
    position: relative;
    border: 0;
    padding: 20px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid article:nth-child(odd):not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 10%;
    right: 0;
    width: 1px;
    height: 80%;
    background: #e8e5de;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid h3 {
    font-size: 14px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid p {
    font-size: 12px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid article:last-child {
    grid-column: 1/-1;
    max-width: 50%;
    margin: auto;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-cta {
    flex-direction: row;
    text-align: left;
    gap: 65px;
    justify-content: unset;
    padding: 18px 22px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-section {
    padding-bottom: 10px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-title {
    gap: 12px;
    text-align: left;
    grid-template-columns: 60px 1fr;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-title h2 {
    font-size: 19px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-title p {
    font-size: 12px;
  }

  .iv-nw-colonic .iv-nw-colonic-calendar {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
  }

  .iv-nw-colonic .iv-nw-colonic-calendar img {
    width: 34px;
    height: 34px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-action {
    width: min(100%, 310px);
  }

  .iv-nw-colonic .iv-nw-colonic-button-gold {
    width: 100%;
    padding: 11px;
    font-size: 12px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-action p {
    font-size: 10px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero {
    min-height: 454px;
    padding: 16px 24px 34px;
    background: linear-gradient(99deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .94) 42%, rgb(255 255 255 / 34%) 68%, rgba(255, 255, 255, .12) 100%), url(../images/peptidehero.jpg) right bottom / 102% auto no-repeat;
  }

  .iv-nw-peptide .iv-nw-peptide-site-header {
    height: auto;
    flex-wrap: wrap;
  }

  .iv-nw-peptide .iv-nw-peptide-brand {
    min-width: auto;
  }

  .iv-nw-peptide .iv-nw-peptide-nav {
    order: 4;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    padding-top: 9px;
    font-size: 11px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy {
    width: 100%;
    max-width: 500px;
    padding-top: 38px;
    padding-left: 10px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy h1 {
    font-size: 33px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy h2 {
    font-size: 31px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy p {
    width: 430px;
    max-width: 100%;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip {
    width: calc(100% - 40px);
    margin-top: -18px;
    grid-template-columns: 1fr 1fr;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip article:nth-child(2) {
    border-right: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip article:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .55);
  }

  .iv-nw-peptide .iv-nw-peptide-options,
  .iv-nw-peptide .iv-nw-peptide-journey,
  .iv-nw-peptide .iv-nw-peptide-faq,
  .iv-nw-peptide .iv-nw-peptide-faq-cont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .iv-nw-peptide .iv-nw-peptide-cards,
  .iv-nw-peptide .iv-nw-peptide-mid-grid,
  .iv-nw-peptide .iv-nw-peptide-faq-grid {
    grid-template-columns: 1fr 1fr;
  }

  .iv-nw-peptide .iv-nw-peptide-option-card {
    min-height: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-steps {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .iv-nw-peptide .iv-nw-peptide-steps article {
    min-height: 72px;
  }

  .iv-nw-peptide .iv-nw-peptide-chev {
    display: none;
  }

  .iv-nw-peptide .iv-nw-peptide-mid-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .iv-nw-peptide .iv-nw-peptide-final-cta {
    margin: 15px 20px;
    display: grid;
    grid-template-columns: 76px 1fr 240px;
  }

  .iv-nw-peptide .iv-nw-peptide-nodes img {
    width: 35px;
    height: 35px;
  }

  .iv-nw-peptide .iv-nw-peptide-rx img {
    width: 36px;
    height: 36px;
  }

  .iv-nw-peptide .iv-nw-peptide-consult img {
    width: 35px;
    height: 35px;
  }

  .iv-nw-peptide .iv-nw-peptide-final-cta p {
    margin: 5px 0 0;
    font-size: 13px;
    font-weight: 600;
    max-width: 99%;
  }

  .iv-nw-peptide .iv-nw-peptide-disclaimer {
    padding-top: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy h1 span {
    font-size: 38px;
  }

  .ivh-page .plan-card:last-child {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: auto;
  }

  .skp-page main>section:not(.skp-hero) {
    margin-left: 20px;
    margin-right: 20px;
  }

  .skp-benefits {
    margin-right: 20px;
    margin-left: 20px;
  }

  .skp-two-col,
  .skp-results,
  .skp-concerns,
  .skp-expect,
  .skp-bottom-grid,
  .skp-cta {
    margin-right: 20px;
    margin-left: 20px;
  }

  .skp-package span,
  .skp-package strong {
    border-right: 1px solid rgba(255, 255, 255, 0.32);
    border-bottom: 0;
  }

  .skp-package strong:last-child {
    border-right: 0;
  }

  .skp-btn,
  .skp-book,
  .skp-phone {
    gap: 7px;
    padding: 10px 14px;
    font-size: 12px;
    white-space: normal;
  }

  .skp-btn span,
  .skp-book span {
    width: 20px;
    font-size: 13px;
  }

  .skp-pricing p strong,
  .skp-prp>strong {
    font-size: 28px;
    line-height: 1;
  }

  .skp-concern-grid span {
    gap: 2px;
  }

  .skp-expect b {
    font-size: 13px;
    left: 46px;
    width: 20px;
  }

  .physician-section .physician-image {
    margin-left: 0;
    height: 390px;
    object-fit: cover;
    width: 100%;
  }

  .physician-section {
    padding: 20px;
    gap: 2px;
  }

  .physician-section .physician-content {
    padding-bottom: 0;
  }
  .home-image-popup-close {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }

}
@media only screen and (max-width: 767px) {

  .membership-comparison {
    padding: 18px 0;
  }

  .membership-comparison__container {
    padding: 0 12px;
  }

  .membership-table-scroll {
    border-radius: 10px;
  }

  .membership-table-scroll::-webkit-scrollbar {
    height: 6px;
  }

  .membership-table {
    /* width: 760px; */
    min-width: 760px;
  }

  .membership-table .benefit-column {
    width: 205px;
  }

  .membership-table .plan-column {
    width: 185px;
  }

  .membership-table th,
  .membership-table td {
    height: 45px;
    padding: 8px 9px;
    font-size: 11px;
    line-height: 1.25;
  }

  .membership-table thead th {
    height: 76px;
  }

  .benefits-heading {
    padding-left: 11px !important;
    font-size: 12px;
    letter-spacing: 0;
  }

  .plan-heading {
    padding: 11px 7px 7px !important;
  }

  .plan-optimize {
    padding-top: 31px !important;
  }

  .plan-name {
    margin-bottom: 2px;
    font-size: 14px;
  }

  .plan-price {
    font-size: 18px;
  }

  .plan-price small {
    margin-left: 2px;
    font-size: 7px;
    letter-spacing: 0.6px;
  }

  .popular-badge {
    height: 22px;
    gap: 3px;
    padding: 4px;
    border-radius: 7px 7px 0 0;
    font-size: 7px;
  }

  .button-row th,
  .button-row td {
    height: 48px;
    padding: 6px 7px;
  }

  .membership-button {
    min-height: 32px;
    padding: 5px;
    border-width: 1px;
    border-radius: 4px;
    font-size: 12px;
    letter-spacing: 0;
  }

  .best-for-row th,
  .best-for-row td {
    height: 58px;
  }

  .best-for-row td {
    padding: 8px 9px;
    font-size: 9px !important;
    line-height: 1.3 !important;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  .wl-wrap .wl-nw-hero .wl-nw-container {
    width: calc(100% - 34px);
  }

  .wl-wrap .wl-nw-hero__content {
    padding-left: 20px;
  }

  .wl-wrap .wl-nw-cta-box {
    min-height: 0;
    padding: 14px 18px;
    gap: 12px 16px;
  }

  .wl-wrap .wl-nw-cta-icon {
    width: 56px;
    height: 56px;
  }

  .wl-wrap .wl-nw-cta-icon img {
    width: 32px;
    height: 32px;
  }

  .wl-wrap .wl-nw-circle-badge strong {
    font-size: 14px;
  }

  .wl-wrap .wl-nw-cta-content h2 {
    font-size: 24px;
  }

  .wl-wrap .wl-nw-cta-content h2 span {
    font-size: 31px;
  }

  .wl-wrap .wl-nw-cta-text {
    font-size: 14px;
    line-height: 1.5;
    max-width: 400px;
  }

  .wl-wrap .wl-nw-cta .wl-nw-btn {
    min-height: 40px;
    padding: 0 10px;
  }

  .wl-wrap .wl-nw-footer__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    text-align: left;
  }

  .wl-wrap .wl-nw-footer p {
    padding: 0 0 0 0px;
    text-align: left;
  }

  .wl-wrap .wl-nw-footer p::before {
    left: 0;
    top: 2px;
    transform: none;
  }

  .wl-wrap .wl-nw-footer__logo {
    margin-left: auto;
  }

  .iv-nw-peptide .iv-nw-peptide-cards .iv-nw-peptide-option-card:nth-child(3):last-child,
  .iv-nw-peptide .iv-nw-peptide-mid-grid> :nth-child(3):last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - 17px) / 2);
  }

}

@media screen and (max-width:767px) {
   .membership-benefits {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .membership-benefit {
        padding: 0 0 18px;
        border-right: 0;
        border-bottom: 1px solid #dfe4ec;
    }

    .membership-benefit:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

   .membership-footer-info {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .membership-note {
        grid-column: auto;
        padding: 0 0 24px;
        margin: 0;
        border-bottom: 1px solid #dfe4eb;
    }

    .footer-info-item {
        padding: 24px 0;
        border-left: 0;
        border-top: 1px solid #dfe4eb;
    }

    /* Remove duplicate line below the note */
    .membership-note + .footer-info-item {
        border-top: 0;
    }
   .hero-cards {
         grid-template-columns: 1fr 1fr;
         width: 90%;
        /* margin-left: 20px;
        margin-right: 20px; */
    }
  .main-banner .banner-text .text-box2 h1 {
    font-size: 38px;
  }

  .main-banner .banner-text h2 {
    font-size: 16px;
    letter-spacing: normal;
  }

  /* .main-banner{
        padding: 100px 20px;
    } */
  .welcome-sec {
    padding: 20px 20px;
  }

  .welcome-sec h1 {
    font-size: 24px;
  }

  .welcome-sec h3 {
    font-size: 17px;
  }

  .welcome-sec .inner-sec .intro-div {
    padding: 0px 10px;
  }

  .inner-sec .intro-div p {
    font-size: 16px;
  }

  .services-sec .srvc-text.text-side {
    padding: 10px 20px;
  }

  .srvc-img {
    display: none;
  }

  .services-sec .srvc-inner-sec .srvc-text {
    width: 100%;
  }

  .hide-img {
    display: block;
  }

  .services-sec .srvc-text.text-side h2,
  .services-sec .srvc-text p {
    padding: 0px;
  }

  .services-sec .srvc-inner-sec .srvc-btn {
    margin: 20px 0px;
  }

  .srvc-inner-sec .srvc-text.text-side.mobile-div {
    padding-top: 30px;
  }

  .google-testi .slider .slick-slide blockquote {
    margin: 20px 0px 0px;
  }

  .main-banner {
    /* background: linear-gradient(rgba(45, 45, 45, 0.20), rgba(45, 45, 45, 0.20)), url(../images/mob-bg-banner.jpg) no-repeat; */
    /* background: linear-gradient(rgba(45, 45, 45, 0.20), rgba(45, 45, 45, 0.20)), url(../images/banner1-mobile.jpg) no-repeat; */
    background: linear-gradient(rgba(0, 0, 0, 0.51),
        rgba(0, 0, 0, 0.72)), url(../images/banner-main.jpeg) no-repeat;
    margin-top: -160.8px;
    background-position: -840px 23px;
  }

  .main-banner .banner-text .text-box1 p {
    width: 100%;
  }

  .home-hero-google {
    flex-direction: column;
    width: unset;
  }

  .home-hero-google .hero-google-rev {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .home-hero-google .hero-google-rev .hero-star {
    justify-content: center;
  }

  .home-hero-google .hero-star img {
    width: 34%;
  }

  .home-hero-google>div p {
    text-align: center;
    padding-left: 0;
  }

  .home-hero-google .hero-google-rev .hero-star::after {
    display: none;
  }

  .page-wrapper.b-color {
    display: inline-block;
    width: 94%;
  }

  .new-view .testimonial-container.google-testi {
    width: calc(100% - 0%);
  }

  .header.header-sticky .navbar ul.menu li a.main-menu-li {
    color: white !important;
  }

  .top-banner-sec .top-items li i {
    font-size: 18px;
    padding-right: 5px;
    padding-left: 10px;
    /* color: white !important; */
  }

  .main-banner .banner-text .text-box2 h1 {
    line-height: 40px;
  }

  .main-banner .banner-text .text-box2 h1 span {
    font-size: 42px;
  }

  .about-section .about-container {
    grid-template-columns: 1fr;
  }

  .about-section {
    padding: 0;
  }

  .about-section .about-content {
    padding: 20px 15px;
    text-align: center;
  }

  .about-section .about-content h1 {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
  }

  .about-section .about-description {
    font-size: 14px;
  }

  .about-section .icon-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .about-section .title-line {
    margin: 15px auto;
  }

  .team-section h2,
  .why-section h2 {
    font-size: 23px;
  }

  .team-container {
    grid-template-columns: 1fr;
  }

  .team-card {
    flex-direction: column;
  }

  .team-image,
  .team-content {
    width: stretch;
    width: -webkit-fill-available;
  }

  .team-content {
    text-align: left;
  }

  .small-line {
    margin-left: auto;
    margin-right: auto;
  }

  .why-container {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .why-box {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 25px;
  }

  .why-box:last-child {
    border-bottom: none;
  }

  .gallery-row {
    flex-direction: column;
  }

  .gallery-img {
    width: 100%;
  }

  .gallery-img img {
    height: 220px;
  }

  .cta-section .cta-row {
    flex-direction: column;
    gap: 20px;
    padding: 25px 20px;
    text-align: center;
  }

  .cta-section .cta-left {
    flex-direction: column;
  }

  .cta-section .cta-left h3 {
    font-size: 22px;
  }
}

@media screen and (max-width:550px) {
   .membership-benefit {
        gap: 12px;
    }
.membership-table img{
  width: 25px;
}
.memb-drip {
    height: 35px;
}
    .benefit-icon {
        flex-basis: 52px;
        width: 52px;
        height: 52px;
        font-size: 21px;
    }
  .hero-cards {
         grid-template-columns: 1fr;
         width: 90%;
        /* margin-left: 20px;
        margin-right: 20px; */
    }
  .nw-th .rev-cont .slider {
    width: 100%;
    margin-left: 0;
  }
  .team-card {
    width: 100%;
  }
  .home-quote,
  .nw-th .rev-cont .sv-sec {
    padding-left: 20px;
  }

  .home-google {
    margin-left: 20px;
    margin-right: 20px;
  }

  .physician-content .hro-bdge,
  .physician-content h2,
  .physician-content p,
  .physician-content .features-list,
  .physician-content a {
    margin-left: 10px;
  }

  .physician-section .btn-b {
    width: stretch;
  }



  .home-google>div p {
    font-size: 13px;
  }

  .nw-th .rev-cont .btn-b {
    width: stretch;
    width: -webkit-fill-available;
  }

  .about-google .google-rev {
    width: 50%;
  }

  .iv-nw-peptide .iv-nw-peptide-cards .iv-nw-peptide-option-card:nth-child(3):last-child {
    width: unset;
  }

  .about-google {
    justify-content: center;
  }

  .iv-nw-drip .iv-nw-drip-footer-button {
    flex-direction: column;
    gap: 14px;
  }

  .iv-nw-hrt {
    font-size: 14px;
  }

  .nouva-btn-outline {
    padding: 16px 20px !important;
  }

  .iv-nw-hrt .iv-nw-hrt-site-header {
    padding-inline: 14px;
    grid-template-columns: 1fr auto;
  }

  .iv-nw-hrt .iv-nw-hrt-brand strong {
    font-size: 21px;
  }

  .iv-nw-hrt .iv-nw-hrt-hero-copy {
    padding: 38px 23px 42px;
  }

  .iv-nw-hrt .iv-nw-hrt-hero {
    min-height: unset;
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: start;
    grid-template-columns: 1fr;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.81) 0%, rgba(255, 255, 255, 0.81) 100%),
      url("../images/hrt-hero.jpg") 0% center / cover no-repeat;
  }

  .iv-nw-hrt h1 {
    font-size: 36px;
  }

  .iv-nw-hrt .iv-nw-hrt-hero-lead {
    font-size: 16px;
  }

  .iv-nw-hrt .iv-nw-hrt-hero-image {
    display: none;
  }

  .iv-nw-hrt .iv-nw-hrt-section-shell {
    width: calc(100% - 28px);
  }

  .iv-nw-hrt .iv-nw-hrt-pricing-grid {
    grid-template-columns: 1fr;
  }

  .iv-nw-hrt .iv-nw-hrt-pricing-grid .iv-nw-hrt-product-wrap:nth-child(3) {
    width: 100%;
    grid-column: auto;
  }

  .iv-nw-hrt .iv-nw-hrt-solutions {
    padding-top: 40px;
  }

  .iv-nw-hrt .iv-nw-hrt-section-heading {
    margin-bottom: 28px;
  }

  .iv-nw-hrt .iv-nw-hrt-symptoms {
    padding: 40px 0 20px;
  }

  .iv-nw-hrt .iv-nw-hrt-pathway {
    padding: 32px 0 20px;
  }

  .iv-nw-hrt .iv-nw-hrt-split-price strong {
    font-size: 30px;
  }

  .iv-nw-hrt .iv-nw-hrt-faq {
    padding: 24px 0 48px;
  }

  .iv-nw-hrt .iv-nw-hrt-pathway>h2,
  .iv-nw-hrt .iv-nw-hrt-faq>h2 {
    margin-bottom: 24px;
  }

  .iv-nw-hrt .iv-nw-hrt-eyebrow {
    font-size: 12px;
  }

  .iv-nw-hrt .iv-nw-hrt-price strong {
    font-size: 30px;
  }

  .iv-nw-hrt .iv-nw-hrt-card-note {
    text-align: center;
  }

  .nouva-member a {
    margin-right: 0;
  }

  .nouva-calendar {
    width: 60px;
  }

  .iv-nw-hrt .iv-nw-hrt-product-icon {
    width: 65px;
    height: 65px;
  }

  .iv-nw-hrt .iv-nw-hrt-product-icon img {
    width: 33px;
    height: 33px;
  }

  .iv-nw-hrt .iv-nw-hrt-check-list {
    margin-top: 5px;
  }

  .iv-nw-hrt .iv-nw-hrt-section-heading h2 {
    font-size: 24px;
  }

  .iv-nw-hrt .iv-nw-hrt-product-card {
    min-height: unset;
    padding: 20px 22px 16px;
  }

  .iv-nw-hrt .iv-nw-hrt-notice {
    padding: 16px;
    grid-template-columns: 48px 1fr;
    align-items: start;
    margin-top: 20px;
  }

  .iv-nw-hrt .iv-nw-hrt-notice-icon {
    width: 48px;
    height: 48px;
    font-size: 30px;
  }

  .iv-nw-hrt .iv-nw-hrt-symptom-list {
    grid-template-columns: 1fr 1fr;
  }

  .iv-nw-hrt .iv-nw-hrt-symptom-list>div:nth-child(odd) {
    border-left: 0;
  }

  .iv-nw-hrt .iv-nw-hrt-symptom-list>div:nth-child(4) {
    border-left: 1px solid #ddd8d0;
  }

  .iv-nw-hrt .iv-nw-hrt-step-icon img {
    width: 36px;
  }

  .iv-nw-hrt .iv-nw-hrt-steps {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .iv-nw-hrt .iv-nw-hrt-step {
    grid-template-columns: 64px 1fr;
    gap: 22px;
  }

  .iv-nw-hrt .iv-nw-hrt-step-icon {
    width: 64px;
    height: 64px;
  }

  .iv-nw-hrt .iv-nw-hrt-step-number {
    left: 50px;
  }

  .nouva-cta {
    flex-direction: column;
  }

  .iv-nw-hrt .iv-nw-hrt-step h3 {
    margin-top: 8px;
    font-size: 16px;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-inner {
    width: unset;
    grid-template-columns: 1fr;
    gap: 9px;
    text-align: center;
  }

  .iv-nw-hrt .iv-nw-hrt-calendar-icon {
    width: 46px;
    height: 46px;
    margin-inline: auto;
    border-width: 1px;
  }

  .iv-nw-hrt .iv-nw-hrt-calendar-icon img {
    width: 28px;
    height: 28px;
  }

  .iv-nw-hrt .iv-nw-hrt-gold-button {
    width: min(310px, 100%);
    min-height: 42px;
    font-size: 13px;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-copy h2 {
    font-size: 17px;
    padding: 0 20px;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-copy p {
    padding: 0 20px;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-copy h2 br {
    display: none;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-action {
    width: 100%;
    grid-column: 1;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-action p {
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 10px;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-action p span:not(:last-child) {
    padding-right: 0;
    border-right: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-hero {
    min-height: 452px;
    padding: 13px 16px 28px;
    background: linear-gradient(rgb(255 255 255 / 90%), rgb(255 255 255 / 85%)), url(../images/peptidehero.jpg) 72% bottom / 190% auto no-repeat;
  }

  .iv-nw-peptide .iv-nw-peptide-site-header {
    gap: 10px;
  }

  .iv-nw-peptide .iv-nw-peptide-brand-mark {
    width: 36px;
    height: 45px;
  }

  .iv-nw-peptide .iv-nw-peptide-drop {
    width: 30px;
    height: 41px;
    border-width: 3px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy h1 span {
    font-size: 33px;
  }

  .iv-nw-peptide .iv-nw-peptide-bolt {
    left: 17px;
    top: 19px;
    width: 10px;
    height: 14px;
    border-width: 3px;
  }

  .iv-nw-peptide .iv-nw-peptide-brand-text strong {
    font-size: 24px;
  }

  .iv-nw-peptide .iv-nw-peptide-brand-text small {
    font-size: 10px;
  }

  .iv-nw-peptide .iv-nw-peptide-pill-dark {
    min-width: 118px;
    padding: 0 12px;
    font-size: 12px;
  }

  .iv-nw-peptide .iv-nw-peptide-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    font-size: 10px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy {
    padding-top: 40px;
    padding-right: 10px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy h1 {
    font-size: 30px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy h2 {
    font-size: 27px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy p {
    font-size: 14px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-actions .iv-nw-peptide-pill,
  .iv-nw-peptide .iv-nw-peptide-hero-actions .iv-nw-peptide-pill-outline {
    width: stretch;
    width: -webkit-fill-available;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip {
    /* width: calc(100% - 20px); */
    grid-template-columns: 1fr;
  }

  .iv-nw-peptide .iv-nw-peptide-price strong {
    font-size: 28px;
  }

  .iv-nw-peptide .iv-nw-peptide-option-title {
    justify-content: center;
  }

  .iv-nw-peptide .iv-nw-peptide-option-card>p {
    text-align: center;
  }

  .iv-nw-peptide .iv-nw-peptide-fineprint {
    font-weight: 600;
    font-size: 13px;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .55);
    padding: 15px 16px;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip article:last-child {
    border-bottom: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-section-heading h2 {
    font-size: 23px;
  }

  .iv-nw-peptide .iv-nw-peptide-section-heading p {
    font-size: 13px;
  }

  .iv-nw-peptide .iv-nw-peptide-options,
  .iv-nw-peptide .iv-nw-peptide-journey,
  .iv-nw-peptide .iv-nw-peptide-faq,
  .iv-nw-peptide .iv-nw-peptide-mid-grid,
  .iv-nw-peptide .iv-nw-peptide-faq-cont {
    padding-left: 14px;
    padding-right: 14px;
  }

  .iv-nw-peptide .iv-nw-peptide-option-card {
    grid-template-columns: 56px 1fr;
    padding: 13px 14px 14px;
  }

  .iv-nw-peptide .iv-nw-peptide-circle-icon {
    width: 56px;
    height: 56px;
  }

  .iv-nw-peptide .iv-nw-peptide-card-title h3 {
    font-size: 18px;
  }

  .iv-nw-peptide .iv-nw-peptide-card-title strong {
    font-size: 14px;
  }

  .iv-nw-peptide .iv-nw-peptide-member-box h2 {
    text-align: center;
  }

  .iv-nw-peptide .iv-nw-peptide-steps {
    padding: 20px 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
  }

  .iv-nw-peptide .iv-nw-peptide-steps .iv-nw-peptide-step {
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }

  .iv-nw-peptide .iv-nw-peptide-steps article {
    align-items: center;
  }

  .iv-nw-peptide .iv-nw-peptide-steps h3,
  .iv-nw-peptide .iv-nw-peptide-steps p {
    text-align: center;
  }

  .iv-nw-peptide .iv-nw-peptide-info-box {
    min-height: unset;
  }

  .iv-nw-peptide .iv-nw-peptide-clipboard img {
    width: 36px;
    height: 39px;
  }

  .iv-nw-peptide .iv-nw-peptide-line-icon img {
    width: 39px;
    height: 39px;
  }

  .iv-nw-peptide .iv-nw-peptide-pin img {
    width: 41px;
    height: 41px;
  }

  .iv-nw-peptide .iv-nw-peptide-mid-grid {
    gap: 12px;
  }

  .iv-nw-peptide .iv-nw-peptide-member-box {
    flex-direction: column;
    padding: 20px 18px 20px;
  }

  .ivh-page .plan-card:last-child {
    width: stretch;
    width: -webkit-fill-available;
    max-width: 100%;
  }

  .iv-nw-peptide .iv-nw-peptide-member-box p {
    max-width: 100%;
    text-align: center;
  }

  .iv-nw-peptide .iv-nw-peptide-member-box .iv-nw-peptide-pill {
    width: 100%;
  }

  .iv-nw-peptide .iv-nw-peptide-badge {
    display: none;
  }

  .iv-nw-peptide .iv-nw-peptide-final-cta {
    margin-left: 14px;
    margin-right: 14px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .iv-nw-peptide .iv-nw-peptide-final-cta .iv-nw-peptide-cta-icon {
    margin: 0 auto;
  }

  .iv-nw-peptide .iv-nw-peptide-final-cta h2 {
    font-size: 20px;
  }

  .iv-nw-peptide .iv-nw-peptide-cards,
  .iv-nw-peptide .iv-nw-peptide-mid-grid {
    grid-template-columns: 1fr;
  }

  .iv-nw-peptide .iv-nw-peptide-faq-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .skp-header {
    padding-inline: 14px;
  }

  .skp-brand {
    min-width: 0;
    gap: 8px;
  }

  .skp-brand-text strong {
    font-size: 20px;
  }

  .skp-brand-text small {
    padding-left: 8px;
    font-size: 8px;
  }

  .skp-hero {
    padding-inline: 16px;
    background-size: 190% auto;
  }

  .skp-hero-copy {
    padding-top: 6vw;
  }

  .skp-actions {
    display: grid;
    gap: 12px;
  }

  .skp-trust-row span {
    width: 100%;
    border-right: 0;
  }

  .skp-fda-badge {
    bottom: 48px;
    width: 90px;
    height: 90px;
    aspect-ratio: 1;
  }

  .skp-fda-badge strong {
    font-size: 22px;
  }

  .skp-benefits {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 0;
  }

  .skp-benefits article,
  .skp-benefits article:nth-child(4) {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .skp-card {
    border-radius: 10px;
  }

  .skp-result-half span {
    top: 8px;
    padding: 5px 9px;
    font-size: 9px;
  }

  .skp-before span {
    left: 8px;
  }

  .skp-after span {
    right: 8px;
  }

  .skp-arrow {
    width: 24px;
    font-size: 15px;
  }

  .skp-handle {
    width: 30px;
    border-width: 2px;
    font-size: 9px;
  }

  .skp-handle i {
    font-size: 8px;
  }

  .skp-process,
  .skp-pricing,
  .skp-results,
  .skp-concerns,
  .skp-expect,
  .skp-why,
  .skp-faq {
    padding-inline: 16px;
  }

  .skp-pricing p strong,
  .skp-prp>strong {
    font-size: 25px;
    line-height: 1;
  }

  .skp-card h2 {
    font-size: 20px;
    padding: 0;
  }

  .skp-btn,
  .skp-btn-outline {
    min-width: 0;
    width: stretch;
    width: -webkit-fill-available;
    padding: 10px 12px;
    font-size: 12px;
  }

  .skp-icon {
    width: 40px;
    aspect-ratio: 1;
  }

  .skp-icon img,
  .skp-step-icon img,
  .skp-line-icon img {
    width: 28px;
    aspect-ratio: 1;
  }

  .skp-step-icon {
    width: 48px;
    aspect-ratio: 1;
  }

  .skp-line-icon {
    width: 34px;
    aspect-ratio: 1;
  }

  .skp-expect-media,
  .skp-expect-media img {
    width: 36px;
    aspect-ratio: 1;
  }

  .skp-card h2::before,
  .skp-card h2::after {
    display: none;
  }

  .skp-pricing p {
    /* justify-content: space-between; */
    gap: 16px;
  }

  .skp-process>p {
    font-size: 14px;
  }

  .skp-concern-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .skp-concern-grid span {
    grid-column: span 2;
    border-right: 1px solid var(--line);
  }

  .skp-concern-grid span:nth-child(7) {
    grid-column: 2 / span 2;
    border-right: 0;
  }

  .skp-concern-grid span:nth-child(even),
  .skp-concern-grid span:nth-child(3n) {
    border-right: 0;
  }

  .skp-concern-grid span:nth-child(3),
  .skp-concern-grid span:nth-child(5) {
    border-right: 1px solid var(--line);
  }

  .skp-process-steps,
  .skp-package {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 5px;
  }

  .skp-package span,
  .skp-package strong {
    border-right: 1px solid rgba(255, 255, 255, 0.32);
    border-bottom: 0;
  }

  .skp-package strong:nth-child(2),
  .skp-package strong:last-child {
    border-right: 0;
  }

  .skp-pricing-box {
    grid-template-columns: 1fr;
  }

  .skp-faq-grid,
  .skp-expect-grid {
    grid-template-columns: 1fr;
    text-align: start;
  }

  .skp-expect-grid {
    gap: 0;
  }

  .skp-expect article,
  .skp-expect article:nth-child(4) {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .skp-cta strong {
    font-size: 18px;
  }

  .skp-cta {
    grid-template-columns: 1fr;
  }

  .iv-nw-peptide .iv-nw-peptide-mid-grid> :nth-child(3):last-child {
    width: 100%;
  }

  .iv-nw-peptide .iv-nw-peptide-faq-grid details summary {
    text-align: left;
  }

  /* .skp-hero h1 span {
    font-size: 38.5px;
  } */
  .skp-cta>div:first-child {
    margin-right: 20px;
    margin-left: 20px;
  }

  .skp-cta>div:last-child {
    margin-right: 20px;
    margin-left: 20px;
  }

  .skp-expect b {
    top: 0;
    left: 42px;
    width: 22px;
  }

  .skp-page .skp-hero {
    background: linear-gradient(rgb(255 255 255 / 88%), rgb(255 255 255 / 85%)),
      url(../images/skinpenhero.jpg) calc(100% + 210px) top / auto 102% no-repeat, #dfdfdf;
  }

  /* .skp-page main > section:not(.skp-hero) {
    width: calc(100% - 60px);
    margin-right: 20px;
    margin-left: 20px;
  } */
  .nouva-header {
    padding: 14px 16px;
  }

  .nouva-brand {
    min-width: 0;
  }

  .nouva-brand-mark {
    width: 36px;
  }

  .nouva-brand-text strong {
    font-size: 21px;
  }

  .nouva-brand-text small {
    padding-left: 8px;
    font-size: 8px;
    letter-spacing: 0.1em;
  }

  .nouva-hero {
    padding: 0px 16px 44px;
    background:
      linear-gradient(rgb(255 255 255 / 90%), rgb(255 255 255 / 85%)),
      url("../images/neuvadermhero.jpg") center top / 190% auto no-repeat,
      #fff;
  }

  .nouva-hero h1 {
    font-size: clamp(30px, 8vw, 44px);
  }

  .nouva-actions {
    display: grid;
    gap: 10px;
  }

  .nouva-phone img {
    width: 17px;
  }

  .nouva-btn,
  .nouva-btn-outline {
    width: stretch;
    width: -webkit-fill-available;
    min-width: 0;
    gap: 6px;
    padding: 14px 20px;
    font-size: 11px;
    white-space: normal;
  }

  .nouva-btn span {
    width: 18px;
    font-size: 9px;
    justify-content: center;
    align-items: center;
    padding-top: 1px;
  }

  .nouva-btn span i {
    font-size: 10px;
  }

  .nouva-benefits,
  .nouva-info-grid,
  .nouva-member,
  .nouva-results,
  .nouva-expect,
  .nouva-bottom-grid,
  .nouva-cta {
    width: calc(100% - 24px);
  }

  .nouva-benefits {
    grid-template-columns: 1fr;
    gap: 0;
    margin: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
  }

  .nouva-benefits article,
  .nouva-benefits article:nth-child(2),
  .nouva-benefits article:nth-child(n + 3) {
    grid-column: 1 / -1;
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
  }

  .nouva-about,
  .nouva-concerns,
  .nouva-pricing {
    width: stretch;
    width: -webkit-fill-available;
    padding: 20px;
  }

  .nouva-about h2 {
    margin: auto
  }

  ;

  .nouva-benefits article {
    gap: 10px;
  }

  .nouva-benefits article:first-child {
    border-top: 0;
    padding: 8px 20px;
  }

  .nouva-pricing .price-tag {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .nouva-price-item strong {
    text-align: center;
    font-size: 24px;
  }

  .nouva-result-strip {
    aspect-ratio: 1849 / 700;
  }

  .nouva-arrow {
    width: 24px;
    font-size: 15px;
  }

  .nouva-arrow.left {
    left: 1px;
  }

  .nouva-arrow.right {
    right: 1px;
  }

  .nouva-handle {
    --nouva-handle-size: 30px;
    --nouva-handle-inset: 15px;
    border-width: 2px;
    font-size: 9px;
  }

  .nouva-alarm {
    margin: 15px;
  }

  .nouva-concerns,
  .nouva-pricing,
  .nouva-results,
  .nouva-expect,
  .nouva-why,
  .nouva-faq {
    padding-inline: 16px;
  }

  .nouva-concern-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }

  .nouva-concern-grid span {
    grid-column: span 2;
    min-height: 86px;
    border-radius: 0;
    font-size: 10px;
  }

  .nouva-concern-grid span:nth-child(10) {
    grid-column: span 2;
  }

  .nouva-expect-grid {
    grid-template-columns: 1fr;
    gap: 0;
    text-align: start;
  }

  .nouva-expect-grid article {
    padding: 12px 10px 12px 80px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .nouva-expect-grid b {
    left: 44px;
    top: 6px;
  }

  .nouva-step {
    top: 19px;
    left: 8px;
    width: 46px;
  }

  .nouva-step img,
  .nouva-step img[src*="skp-injection"] {
    width: 36px;
  }

  .nouva-member {
    padding: 20px 0;
    font-size: 12px;
  }

  .nouva-member p {
    padding: 0 20px;
  }

  .nouva-card.nouva-results {
    padding: 20 0px;
  }

  .nouva-faq summary {
    font-size: 12px;
  }

  .nouva-card.nouva-expect {
    padding: 20px 0;
  }

  .nouva-expect-grid article {
    min-height: unset;
  }

  .nouva-cta {
    padding: 20px 0;
  }

  .nouva-cta>div:first-child {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-left: 0;
  }

  .nouva-cta strong {
    font-size: 22px;
    text-align: center;
  }

  .nouva-cta small {
    font-size: 12px;
    text-align: center;
  }

  .nouva-phone {
    /* min-height: 38px; */
    padding: 14px 12px;
    font-size: 14px;
    width: stretch;
    width: -webkit-fill-available;
  }

  .nouva-cta-buttons {
    margin-right: 0;
  }

  .nouva-price-item,
  .nouva-price-item-2 {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
  }

  .nouva-price-item>div,
  .nouva-price-item-2>div {
    max-width: 70%;
  }

  .nouva-price-item h3,
  .nouva-price-item-2 h3 {
    justify-content: left;
  }

  .nouva-price-item p,
  .nouva-price-item-2 p {
    text-align: left;
  }


  /* @media screen and (max-width:425px) { */
  .services-sec .service-heading {
    padding: 0px 30px 10px;
  }

  .ivb-page .ivb-price-grid {
    grid-template-columns: 1fr;
  }

  .ivb-page .ivb-area-grid .ivb-area-images {
    flex-wrap: wrap;
  }

  .ivb-page .ivb-area-grid article {
    max-width: 170px;
  }

  .ivb-page .ivb-area-grid .ivb-area-images {
    justify-content: center;
  }

  .page-wrapper.b-color {
    width: stretch;
    width: -webkit-fill-available;
  }

  .memb-sec .memb-card {
    flex: 0 0 90%;
    max-width: 90%;
    width: 30%;
  }

  .memb-sec .memb-card .btn-bann .btn-b,
  .nw-services-cont .btn-b,
  a.review-btn {
    margin-top: 0;
  }

  .nw-services-cont {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .physician-section {

    flex-direction: column;
  }

  /* .nw-th .rev-cont {
    max-width: 100%;
  } */

  .nw-th .rev-cont h6 {
    text-align: center;
  }

  .memb-hero-section .memb-icon-row {
    grid-template-columns: 1fr;
  }

  .memb-hero-section .memb-content {
    padding: 30px 20px;
  }

  .membership-section h2 {
    font-size: 22px;
  }

  .membership-section .membership-card {
    padding: 0px;
  }

  .membership-section ul li {
    font-size: 13px;
  }

  .membership-section button {
    padding: 10px;
    font-size: 14px;
  }

  .tech-section .tech-left {
    flex-direction: column;
    align-items: center;
  }

  .tech-section .tech-content {
    text-align: center;
  }

  .tech-section .tech-icons {
    justify-content: center;
  }

  .tech-section .tech-card {
    width: 80%;
    flex-direction: column;
    align-items: center;
  }

  .membership-section .membership-card {
    max-width: unset;
    width: unset;
  }

  .memb-hero-section .memb-container {
    background: linear-gradient(rgba(211, 225, 237, 0.8), rgba(211, 225, 237, 0.8)), url(../images/bg-memb.jpg) -650px 0 / cover no-repeat;
  }

  .memb-hero-section .memb-content {
    text-align: center;
    width: unset;
  }

  .memb-hero-section .memb-content h1 {
    text-align: center;
  }

  .memb-hero-section .memb-icon-row {
    gap: 30px;
    justify-content: center;
  }

  .memb-hero-section .memb-icon-box img {
    width: 46px;
  }

  .why-container.memb-why {
    column-gap: 16px;
  }

  .why-container.memb-why .why-box {
    padding: 0;
  }

  .main-banner {
    background-position: -1040px center;
  }

  .main-banner .hro-icon-lst {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .main-banner .hro-icon-lst .hro-lst {
    gap: 8px;
    flex-direction: column;
    width: 46%;
    text-align: center;
    align-items: center;
  }

  .main-banner .btn-bann {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }

  .main-banner .btn-b {
    padding: 13px;
    margin: auto;
  }

  .nw-services-cont .mn-crds .btm-sc .btn-bann {
    margin-top: 10px;
  }

  .nw-services-cont .mn-crds .btm-sc {
    height: max-content;
  }

  .nw-services-cont .mn-crds {
    flex: auto;
  }

  .services-sec:has(.nw-services-cont) {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-banner .banner-text .text-box2 h1 {
    font-size: 32px;
    text-align: center;
  }

  .main-banner .hro-icon-lst .hro-lst .list-cont h3 {
    font-size: 13px;
  }

  /* .hro-bdge,
.main-banner .banner-text .text-box1 p {
  text-align: left;
} */
  /* .main-banner .btn-b 
{
  align-self: flex-start;
  width: stretch;
  width:-webkit-fill-available
} */

  .banner-text {
    text-align: center;
  }

  .main-banner .hro-icon-lst .hro-lst .list-cont p {
    width: unset;
  }

  .main-banner .hro-icon-lst .hro-lst .list-cont {
    width: unset;
  }

  .main-banner .hro-icon-lst .hro-lst img {
    width: 38px;
  }

  .main-banner .hro-icon-lst .hro-lst img:nth-child(3) {
    width: 32px;
  }

  .about-section .about-content h1 {
    font-size: 32px;
  }

  .main-banner .btn-b.btn-alt {
    margin-top: 12px;
  }

  .ivb-page .ivb-hero {
    padding-bottom: 50px;
    min-height: 365px;
  }

  .ivb-page .ivb-hero-bg {
    background-image: linear-gradient(104deg, rgb(255 255 255 / 45%) 0%, rgb(255 255 255 / 28%) 50%, rgba(255, 255, 255, 0.04) 100%), url(../images/botoxhero.jpg);
    background-position: center, 58% center;
    background-size: 100% 100%, cover;
    opacity: 0.3;
  }

  .ivb-page .ivb-hero-content {
    width: 80%;
    margin-left: 24px;
  }

  .ivb-page .ivb-hero-content h1 {
    font-size: 33px;
  }

  .ivb-page .ivb-hero-content p {
    font-size: 15px;
  }

  .ivb-page .ivb-hero-content small {
    font-size: 13px;
  }

  .ivb-page .ivb-trust-strip {
    grid-template-columns: 1fr;
  }

  .ivb-page .ivb-trust-strip article {
    grid-template-columns: 44px 1fr;
    gap: 14px;
    padding: 7px 13px;
  }

  .ivb-page .ivb-trust-strip article::after {
    display: none;
  }

  .ivb-page .ivb-trust-strip article::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 20px;
    left: 20px;
    height: 1px;
    display: block;
    background: rgba(255, 255, 255, 0.42);
  }

  .ivb-page .ivb-trust-strip article:nth-last-child(2)::before {
    display: block;
  }

  .ivb-page .ivb-trust-strip article:last-child::before {
    display: none;
  }

  .ivb-page .ivb-trust-strip img {
    width: 42px;
    height: 42px;
  }

  .ivb-page .ivb-area-grid {
    grid-template-columns: 1fr;
  }

  .ivb-page .ivb-area-grid article:last-child {
    width: 100%;
  }

  .ivb-page .ivb-area-grid img {
    height: 160px;
  }

  .ivb-page .ivb-results {
    padding: 24px 12px 18px;
  }

  .ivb-page .ivb-result-carousel {
    padding: 0;
  }


  .ivb-page .ivb-slide-arrow-left {
    left: 12px;
  }

  .ivb-page .ivb-slider-card {
    height: unset;
  }

  .ivb-page .ivb-dots {
    margin-top: 25px;
  }

  .ivb-page .ivb-ba-slider {
    height: 205px;
  }

  .skp-skp-slider {
    height: 200px;
  }

  .ivb-page .ivb-label {
    font-size: 13px;
  }

  .ivb-page .ivb-safety {
    gap: 0;
  }

  .ivb-page .ivb-safety-links a {
    font-size: 12px;
  }

  .ivb-page .ivb-cta-text {
    grid-row: auto;
    align-items: center;
    flex-direction: column;
    padding-left: 0;
    text-align: center;
  }

  .ivb-page .ivb-cta {
    grid-template-columns: 1fr;
  }

  .ivb-page .ivb-cta .ivb-button-white {
    width: auto;
    min-width: 0;
    justify-self: center;
  }

  .ivb-page .ivb-cta strong {
    font-size: 16px;
    font-weight: 500;
  }

  .ivb-page .ivb-phone {
    justify-self: center;
    font-size: 15px;
  }

  .ivb-page .ivb-steps {
    grid-template-columns: 1fr;
  }

  .ivb-page .ivb-steps article:nth-last-child(2) {
    border-bottom: 1px solid var(--ivb-divider);
  }

  .ivb-page .ivb-steps article:nth-child(odd) {
    border-right: 0;
  }

  .ivb-page .ivb-faq-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  /* Skinpen page */

  .skp-page .skp-hero {
    padding-bottom: 50px;
    min-height: 365px;
  }

  .skp-page .skp-hero-bg {
    background-image: linear-gradient(rgb(255 255 255 / 90%), rgb(255 255 255 / 85%)), url(../images/bt-hero.png);
    background-position: center, 58% center;
    background-size: 100% 100%, cover;
    opacity: 0.3;
  }

  .skp-page .skp-hero-content {
    width: 80%;
    margin-left: 24px;
  }

  .skp-page .skp-hero-content h1 {
    font-size: 33px;
  }

  .skp-page .skp-hero-content p {
    font-size: 15px;
  }

  .skp-page .skp-hero-content small {
    font-size: 13px;
  }

  .skp-page .skp-trust-strip {
    grid-template-columns: 1fr;
  }

  .skp-page .skp-trust-strip article {
    grid-template-columns: 44px 1fr;
    gap: 14px;
    padding: 7px 13px;
  }

  .skp-page .skp-trust-strip article::after {
    display: none;
  }

  .skp-page .skp-trust-strip article::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 20px;
    left: 20px;
    height: 1px;
    display: block;
    background: rgba(255, 255, 255, 0.42);
  }

  .skp-page .skp-trust-strip article:nth-last-child(2)::before {
    display: block;
  }

  .skp-page .skp-trust-strip article:last-child::before {
    display: none;
  }

  .skp-page .skp-trust-strip img {
    width: 42px;
    height: 42px;
  }

  .skp-page .skp-area-grid {
    grid-template-columns: 1fr;
  }

  .skp-page .skp-area-grid article:last-child {
    width: 100%;
  }

  .skp-page .skp-area-grid img {
    height: 160px;
  }

  .skp-page .skp-results {
    padding: 24px 12px 18px;
  }

  .skp-page .skp-result-carousel {
    padding: 0;
  }

  .skp-page .skp-slide-arrow-left {
    left: 12px;
  }

  .skp-page .skp-dots {
    margin-top: 60px;
  }

  .skp-page .skp-ba-slider {
    height: 205px;
  }

  .skp-page .skp-label {
    font-size: 13px;
  }

  .skp-page .skp-safety {
    gap: 0;
  }

  .skp-page .skp-safety-links a {
    font-size: 12px;
  }

  .skp-page .skp-cta-text {
    grid-row: auto;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 0;
  }

  .skp-page .skp-cta {
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .skp-page .skp-cta .skp-button-white {
    width: auto;
    min-width: 0;
    justify-self: left;
  }

  .skp-page .skp-cta strong {
    font-size: 16px;
    font-weight: 500;
  }

  .skp-page .skp-phone {
    justify-self: left;
    font-size: 15px;
  }

  .skp-page .skp-steps {
    grid-template-columns: 1fr;
  }

  .skp-page .skp-steps article:nth-last-child(2) {
    border-bottom: 1px solid var(--skp-divider);
  }

  .skp-page .skp-steps article:nth-child(odd) {
    border-right: 0;
  }

  .skp-page .skp-faq-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  /* Weight loss */

  .wl-wrap .wl-nw-container {
    width: min(100% - 24px, 390px);
  }

  .wl-wrap p {
    font-size: 15px;
  }

  .wl-wrap .wl-nw-section-title {
    font-size: 26px;
  }

  .wl-wrap .wl-nw-header__inner {
    justify-content: center;
  }

  .wl-wrap .wl-nw-logo {
    margin: 0;
  }

  .wl-wrap .wl-nw-logo__text {
    font-size: 20px;
  }

  .wl-wrap .wl-nw-header__btn {
    width: 100%;
    margin: 0;
  }

  .wl-wrap .wl-nw-nav {
    justify-content: flex-start;
    gap: 18px;
    padding-bottom: 4px;
  }

  .wl-wrap .wl-nw-nav a {
    white-space: nowrap;
  }

  .wl-wrap .wl-nw-hero {
    padding-top: 28px;
  }

  .wl-wrap .wl-nw-hero__title {
    font-size: 38px;
  }

  .wl-wrap .wl-nw-hero__subtitle {
    font-size: 21px;
  }

  .wl-wrap .wl-nw-feature-row {
    grid-template-columns: 1fr;
    max-width: 280px;
    border: 1px solid rgba(0, 152, 170, .2);
    border-radius: 14px;
    overflow: hidden;
    background: var(--wl-white);
  }

  .wl-wrap .wl-nw-feature-card {
    min-height: 86px;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 152, 170, .2);
  }

  .wl-wrap .wl-nw-feature-card:last-child {
    border-bottom: 0;
  }

  .wl-wrap .wl-nw-btn {
    width: 100%;
    min-width: 0;
  }

  .wl-wrap .wl-nw-btn-row {
    flex-direction: column;
  }

  .wl-wrap .wl-nw-trust-row {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    text-align: left;
  }

  .wl-wrap .wl-nw-trust-item {
    border-right: 0;
    padding-right: 0;
  }

  .wl-wrap .wl-nw-hero__image {
    height: 430px;
  }

  .wl-wrap .wl-nw-hero__image img {
    object-position: 39% top;
  }

  .wl-wrap .wl-nw-circle-badge {
    display: none;
    top: 18px;
    right: 12px;
    width: 128px;
    height: 128px;
    padding: 16px;
    gap: 4px;
  }

  .wl-wrap .wl-nw-circle-badge strong {
    font-size: 13px;
    line-height: 1.35;
  }

  .wl-wrap .wl-nw-circle-badge__icon {
    font-size: 18px;
  }

  .wl-wrap .wl-nw-process-icon {
    width: 72px;
    height: 72px;
    font-size: 32px;
  }

  .wl-wrap .wl-nw-benefits-panel {
    padding: 18px 14px 26px;
    border-radius: 16px;
  }

  .wl-wrap .wl-nw-benefits-heading {
    font-size: 17px;
    line-height: 1.4;
    max-width: 290px;
    margin: auto;
  }

  .wl-wrap .wl-nw-benefits-grid {
    grid-template-columns: 1fr;
  }

  .wl-wrap .wl-nw-benefit-card,
  .wl-wrap .wl-nw-benefit-card:nth-child(odd) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
  }

  .wl-wrap .wl-nw-benefit-card:last-child {
    border-bottom: 0;
  }

  .wl-wrap .wl-nw-testimonial-card {
    padding: 20px 20px 18px 54px;
  }

  .wl-wrap .wl-nw-quote {
    left: 18px;
  }

  .wl-wrap .wl-nw-testimonial-card strong {
    margin-top: 8px;
    text-align: left;
  }

  .wl-wrap .wl-nw-faq-question {
    padding: 12px 16px;
    grid-template-columns: 26px 1fr 20px;
    gap: 12px;
    font-size: 14px;
  }

  .wl-wrap .wl-nw-faq-item.active .wl-nw-faq-answer {
    padding: 0 34px 12px 55px;
  }

  .wl-wrap .wl-nw-faq-answer {
    padding: 0 16px 0px 55px;
    font-size: 14px;
  }

  .wl-wrap .wl-nw-process .wl-nw-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .wl-wrap .wl-nw-faq-item.active .wl-nw-faq-question {
    padding: 12px 16px
  }

  .wl-wrap .wl-nw-cta-box {
    grid-template-columns: 1fr;
    padding: 24px 18px;
    text-align: center;
  }

  .wl-wrap .wl-nw-cta-icon {
    margin: 0 auto;
  }

  .wl-wrap .wl-nw-cta-content h2 {
    font-size: 28px;
  }

  .wl-wrap .wl-nw-footer p {
    padding-left: 0;
  }

  .wl-wrap .wl-nw-footer p::before {
    position: static;
    display: block;
    margin-bottom: 6px;
  }

  .wl-wrap .wl-nw-header__inner.is-open .wl-nw-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }

  .wl-wrap .wl-nw-hero {
    min-height: 710px;
    padding: 106px 0 26px;
  }

  .wl-wrap .wl-nw-hero::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .82) 58%, rgba(255, 255, 255, .48) 100%);
  }

  .wl-wrap .wl-nw-hero__grid {
    display: block;
    min-height: 575px;
  }

  .wl-wrap .wl-nw-hero__content {
    padding-top: 14px;
  }

  .wl-wrap .wl-nw-hero__title {
    max-width: 310px;
    font-size: 37px;
  }

  .wl-wrap .wl-nw-hero__subtitle {
    max-width: 340px;
    font-size: 19px;
  }

  .wl-wrap .wl-nw-hero__desc {
    max-width: 350px;
    margin-bottom: 18px;
    font-size: 15px;
  }

  .wl-wrap .wl-nw-feature-row {
    max-width: 350px;
    grid-template-columns: repeat(3, 1fr);
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .wl-wrap .wl-nw-feature-card {
    min-height: 72px;
    border-right: 1px solid rgba(0, 152, 170, .2);
    border-bottom: 0;
  }

  .wl-wrap .wl-nw-btn-row {
    max-width: 350px;
    flex-direction: row;
    gap: 7px;
  }

  .wl-wrap .wl-nw-hero .wl-nw-btn {
    width: auto;
    min-height: 42px;
    padding: 0 6px;
    gap: 5px;
    border-width: 1px;
    border-radius: 7px;
    font-size: 13px;
  }

  .wl-wrap .wl-nw-btn__icon {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
  }

  .wl-wrap .wl-nw-trust-row {
    max-width: 350px;
    flex-direction: row;
    gap: 7px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .wl-wrap .wl-nw-trust-item {
    padding-right: 4px;
    font-size: 12px;
  }

  .wl-wrap .wl-nw-hero__image {
    top: -106px;
    right: -48%;
    bottom: -26px;
    width: 125%;
    height: auto;
    opacity: .42;
  }

  .wl-wrap .wl-nw-circle-badge {
    top: 130px;
    right: 12px;
  }

  .wl-wrap .wl-nw-process-line {
    display: none;
  }

  .wl-wrap .wl-nw-process-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: 330px;
  }

  .wl-wrap .wl-nw-container .wl-nw-process {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .wl-wrap .wl-nw-process {
    padding-bottom: 20px;
  }

  .wl-wrap .wl-nw-benefits-heading span {
    font-size: 16px;
  }

  .wl-wrap .wl-nw-process-card {
    display: grid;
    grid-template-columns: 76px 1fr;
    grid-template-rows: auto auto;
    column-gap: 6px;
    align-items: center;
    text-align: left;
  }

  .wl-wrap .wl-nw-process-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 58px;
    height: 58px;
    margin: 0;
  }

  .wl-wrap .wl-nw-process-icon img {
    width: 34px;
    height: 34px;
  }

  .wl-wrap .wl-nw-step-number {
    position: absolute;
    left: 50px;
    bottom: -4px;
    margin: 0;
  }

  .wl-wrap .wl-nw-process-card h3,
  .wl-wrap .wl-nw-process-card p {
    grid-column: 2;
    margin: 0;
    text-align: left;
  }

  .wl-wrap .wl-nw-process-card h3 {
    align-self: end;
    margin-bottom: 4px;
  }

  .wl-wrap .wl-nw-process-card p {
    align-self: start;
    font-size: 14px;
  }

  .wl-wrap .wl-nw-benefits-grid {
    grid-template-columns: 1fr;
  }

  .wl-wrap .wl-nw-benefit-card,
  .wl-wrap .wl-nw-benefit-card:nth-child(odd) {
    padding: 18px 16px;
    border: 0;
  }

  .wl-wrap .wl-nw-benefit-card:not(:last-child)::after {
    top: auto;
    right: 35%;
    bottom: 0;
    width: 30%;
    height: 1px;
  }

  .wl-wrap .wl-nw-footer__inner {
    align-items: flex-start;
    flex-direction: row;
    gap: 0px;
    text-align: left;
  }

  .wl-wrap .wl-nw-footer p {
    flex: 1;
    font-size: 11px;
  }

  .wl-wrap .wl-nw-footer__logo {
    font-size: 15px;
  }

  .wl-wrap .wl-nw-hero {
    min-height: 630px;
    padding: 96px 0 22px;
  }

  .wl-wrap .wl-nw-hero__grid {
    min-height: 510px;
  }

  .wl-wrap .wl-nw-hero__image {
    top: -96px;
    bottom: -22px;
  }

  .wl-wrap .wl-nw-step-number {
    z-index: 2;
    top: -6px;
    left: -6px;
    bottom: auto;
    box-shadow: 0 3px 8px rgba(5, 40, 100, .18);
  }

  .wl-wrap .wl-nw-footer p {
    padding-top: 30px;
  }

  .wl-wrap .wl-nw-footer__inner {
    align-items: center;
    /* flex-direction: column-reverse; */
    gap: 14px;
    text-align: center;
  }

  .wl-wrap .wl-nw-benefits-grid {
    grid-template-columns: 1fr;
  }

  .wl-wrap .wl-nw-benefit-card:nth-child(odd)::after {
    content: none;
  }

  .wl-wrap .wl-nw-cta-actions {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .wl-wrap .wl-nw-footer p::before {
    margin: 0 auto 6px;
    transform: none;
  }

  .wl-wrap .wl-nw-hero {
    min-height: 570px;
    padding: 46px 20px 29px;
  }

  .ivb-page .ivb-note {
    padding: 0 20px;
  }

  .wl-wrap .wl-nw-hero__grid {
    min-height: 510px;
  }

  .wl-wrap .wl-nw-hero__image {
    top: -96px;
    bottom: -22px;
  }

  .wl-wrap .wl-nw-header__inner.is-open .wl-nw-nav {
    display: flex;
    flex-direction: column;
    background: rgba(242, 249, 252, .92);
  }

  .wl-wrap .wl-nw-footer p {
    padding-top: 30px;
  }

  .wl-wrap .wl-nw-footer p::before {
    left: auto;
    top: auto;
    margin: 0 auto 6px;
    transform: none;
  }

  .wl-wrap .wl-nw-cta-box {
    min-height: 0;
    padding: 16px 14px;
    gap: 10px;
  }

  .wl-wrap .wl-nw-cta-icon {
    width: 54px;
    height: 54px;
  }

  .wl-wrap .wl-nw-cta-icon img {
    width: 30px;
    height: 30px;
  }

  .wl-wrap .wl-nw-cta-content h2 {
    font-size: 23px;
  }

  .wl-wrap .wl-nw-cta-content h2 span {
    font-size: 30px;
  }

  .wl-wrap .wl-nw-cta-text {
    font-size: 13px;
    line-height: 1.45;
  }

  .wl-wrap .wl-nw-cta .wl-nw-btn {
    min-height: 40px;
    font-size: 10px;
  }

  .wl-wrap .wl-nw-benefit-card:not(:last-child)::after {
    content: '';
    position: absolute;
    top: auto;
    right: 6%;
    bottom: 0;
    width: 85%;
    height: 1px;
    background: rgba(255, 255, 255, .38);
  }

  .wl-wrap .wl-nw-footer {
    padding: 12px 0 14px;
  }

  .wl-wrap .wl-nw-footer__inner {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }

  .wl-wrap .wl-nw-footer__inner .wl-nw-kf {
    justify-content: center;
    flex-direction: column;
  }

  .wl-wrap .wl-nw-footer p {
    padding: 0;
    text-align: center;
    max-width: unset;
  }

  .wl-wrap .wl-nw-footer p::before {
    display: none;
    position: static;
    margin: 0 auto 5px;
    transform: none;
  }

  .wl-wrap .wl-nw-btn-row {
    max-width: 350px;
    flex-direction: column;
  }

  .wl-wrap .wl-nw-btn-row .wl-nw-btn:first-child,
  .wl-wrap .wl-nw-btn-row .wl-nw-btn:last-child {
    width: 100%;
  }

  .ivh-page {
    font-size: 14px;
  }

  .ivh-page .hero {
    min-height: unset;
    padding: 50px 20px 50px;
  }

  .ivh-page .hero-image {
    object-position: 72% center;
    opacity: .24;
  }

  .ivh-page .hero::before {
    background: rgb(250 248 245 / 68%)
  }

  .ivh-page .hero-content {
    width: 100%;
  }

  .ivh-page .hero-actions {
    gap: 8px;
    flex-direction: row;
    align-items: stretch;
  }

  .ivh-page .hero-actions .button {
    width: auto;
    min-width: 132px;
    padding: 9px 10px;
    /* flex: 1 1 132px; */
    min-height: 34px;
    font-size: 12px;
  }

  .ivh-page .section-heading>p:last-child br {
    display: none;
  }

  .ivh-page .system-section .benefit-grid {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .ivh-page .system-section .benefit {
    min-height: auto;
    padding: 0 20px 22px;
    margin-bottom: 22px;
  }

  .ivh-page .system-section .benefit+.benefit::before {
    display: none;
  }

  .ivh-page .system-section .benefit:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 24px;
    bottom: 0;
    left: 24px;
    height: 1px;
    background: var(--line);
  }

  .ivh-page .results-section .comparison {
    height: 210px;
  }

  .ivh-page .results-section .comparison-carousel {
    grid-template-columns: 26px minmax(0, 1fr) 26px;
    gap: 2px;
  }

  .ivh-page .results-section .comparison-arrow {
    width: 26px;
    height: 26px;
    font-size: 23px;
  }

  .ivh-page .results-section .comparison-label {
    top: 12px;
    padding: 4px 8px;
    font-size: 12px;
  }

  .ivh-page .results-section .label-before {
    left: 10px;
  }

  .ivh-page .results-section .label-after {
    right: 10px;
  }

  .ivh-page .bundle-note br {
    display: none;
  }

  .ivh-page .cta-footer {
    padding: 20px 16px;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 7px;
  }

  .ivh-page .cta-footer .cta-footer__intro {
    flex-direction: column;
    gap: 10px;
  }

  .ivh-page .cta-footer .cta-footer__text {
    margin: 8px auto;
  }

  .ivh-page .cta-footer .cta-footer__contact {
    padding-top: 10px;
    padding-left: 0;
    border-top: 1px solid rgba(213, 176, 114, .65);
    border-left: 0;
  }

  .ivh-page .cta-footer .cta-footer__phone,
  .ivh-page .cta-footer .cta-footer__button {
    min-width: 0;
    max-width: 100%;
  }

  .ivh-page .results-section {
    padding-right: 4px;
    padding-left: 4px;
  }

  .ivh-page .cta-footer .cta-footer__phone {
    width: 250px;
    margin-bottom: 8px;
    justify-content: center;
  }

  .ivh-page .cta-footer .cta-footer__button {
    width: min(100%, 280px);
    min-height: 42px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .ivh-page .cta-footer .cta-footer__button-icon {
    font-size: 20px;
  }

  .iv-nw-drip {
    --min-font-size: 12px;
  }

  .iv-nw-drip {
    font-size: 12px;
  }

  .iv-nw-drip .iv-nw-drip-site-header {
    height: 66px;
    padding-inline: 16px;
    gap: 8px;
  }

  .iv-nw-drip .iv-nw-drip-brand {
    gap: 7px;
  }

  .iv-nw-drip .iv-nw-drip-brand-drop {
    width: 27px;
    height: 35px;
    flex-basis: 27px;
  }

  .iv-nw-drip .iv-nw-drip-brand-name {
    font-size: 18px;
    letter-spacing: .5px;
  }

  .iv-nw-drip .iv-nw-drip-brand-name small {
    margin-top: 4px;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .iv-nw-drip .iv-nw-drip-main-nav {
    inset-block-start: 66px;
  }

  .iv-nw-drip .iv-nw-drip-hero {
    min-height: unset;
    align-items: center;
    padding: 35px 20px;
    background:
      linear-gradient(90deg, rgb(253 253 253 / 25%), rgba(250, 253, 255, .72)),
      url("../images/driphero.jpg") center/cover no-repeat;
  }

  .iv-nw-drip .iv-nw-drip-hero-content {
    width: 100%;
  }

  .iv-nw-drip .iv-nw-drip-eyebrow {
    display: block;
  }

  .iv-nw-drip .iv-nw-drip-hero h1 {
    margin-bottom: 10px;
    font-size: 36px;
    letter-spacing: -1px;
  }

  .iv-nw-drip .iv-nw-drip-hero-copy {
    font-size: 13px;
  }

  .iv-nw-drip .iv-nw-drip-section {
    margin: 30px auto;
    padding-inline: 16px;
  }

  .iv-nw-drip .iv-nw-drip-section-narrow {
    width: calc(100% - 32px);
    margin-block: 25px;
  }

  .iv-nw-drip .iv-nw-drip-section-heading {
    gap: 10px;
  }

  .iv-nw-drip .iv-nw-drip-section-heading>span {
    width: 30px;
  }

  .iv-nw-drip .iv-nw-drip-section-heading h2 {
    font-size: 23px;
    margin-bottom: 11px;
  }

  .iv-nw-drip summary {
    font-size: 14px;
  }

  .iv-nw-drip .iv-nw-drip-treatment-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .iv-nw-drip .iv-nw-drip-treatment-card:nth-child(5) {
    width: 100%;
    grid-column: auto;
  }

  .iv-nw-drip .iv-nw-drip-treatment-card {
    min-height: unset;
  }

  .iv-nw-drip .iv-nw-drip-treatment-card h3 {
    font-size: 19px;
  }

  .iv-nw-drip .iv-nw-drip-membership {
    padding: 18px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 13px;
  }

  .iv-nw-drip .iv-nw-drip-membership h2 {
    font-size: 20px;
  }

  .iv-nw-drip .iv-nw-drip-crown-icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .iv-nw-drip .iv-nw-drip-outline-button {
    width: 100%;
    min-width: 0;
    margin: 0;
  }

  .iv-nw-drip .iv-nw-drip-booster-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .iv-nw-drip .iv-nw-drip-booster-grid article:nth-child(n) {
    padding: 15px 6px;
    border: 0;
    border-bottom: 1px solid var(--line);
  }

  .iv-nw-drip .iv-nw-drip-crown-icon img {
    width: 50px;
  }

  .iv-nw-drip .iv-nw-drip-booster-grid article:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .iv-nw-drip .iv-nw-drip-booster-grid article:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .iv-nw-drip .iv-nw-drip-booster-grid h3,
  .iv-nw-drip .iv-nw-drip-symptom-card h4 {
    font-size: 12px;
  }

  .iv-nw-drip .iv-nw-drip-symptom-card>h3 {
    font-size: 12px;
  }

  .iv-nw-drip .iv-nw-drip-symptom-card p {
    font-size: 12px;
  }

  .iv-nw-drip .iv-nw-drip-safety {
    padding: 15px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 13px;
  }

  .iv-nw-drip .iv-nw-drip-safety p {
    width: calc(100% - 55px);
    font-size: 12px;
  }

  .iv-nw-drip .iv-nw-drip-safety a {
    padding-top: 5px;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
    font-size: 12px;
    width: max-content;
  }

  .iv-nw-drip .iv-nw-drip-safety i {
    font-size: 12px;
    padding-top: 5px;
  }

  .iv-nw-drip .iv-nw-drip-faq-grid {
    grid-template-columns: 1fr;
  }

  .iv-nw-drip details {
    font-size: 12px;
  }

  .iv-nw-drip .iv-nw-drip-book-footer {
    margin-top: 28px;
    padding: 26px 18px;
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .iv-nw-drip .iv-nw-drip-safety .yfh-s {
    gap: 5px;
    margin-top: 0px;
    width: 100%;
    justify-content: center;
  }

  .iv-nw-drip .iv-nw-drip-footer-mark {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }

  .iv-nw-drip .iv-nw-drip-footer-copy {
    width: 100%;
    text-align: center;
  }

  .iv-nw-drip .iv-nw-drip-footer-copy h2 {
    font-size: 19px;
  }

  .iv-nw-drip .iv-nw-drip-book-footer .iv-nw-drip-button {
    width: min(100%, 300px);
    min-height: 40px;
    margin-inline: auto;
    padding-inline: 20px;
    gap: 12px;
    font-size: 13px;
  }

  .iv-nw-drip .iv-nw-drip-treatment-card i {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .iv-nw-drip .iv-nw-drip-book-footer .iv-nw-drip-footer-button-icon {
    position: static;
    flex: 0 0 22px;
  }

  .iv-nw-drip .iv-nw-drip-book-footer .iv-nw-drip-footer-button-label {
    width: auto;
    text-align: center;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-action p {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    /* gap: 0 6px; */
    font-size: 11px;
    line-height: 1.2;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-action p span:not(:first-child) {
    padding-left: 6px;
    border-left: 1px solid rgba(255, 255, 255, .28);
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-action p img {
    width: 9px;
    height: 9px;
    margin-right: 2px;
    vertical-align: -1px;
  }

  body.iv-nw-colonic {
    font-size: 14px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header {
    height: 74px;
    padding: 0 16px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__logo-mark {
    width: 29px;
    height: 36px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__logo strong {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__logo small {
    font-size: 9px;
    letter-spacing: 3px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__menu-button {
    font-size: 25px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links {
    top: 74px;
    padding: 22px 16px;
    gap: 14px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links .iv-nw-colonic-nav-links__link {
    font-size: 13px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links .iv-nw-colonic-button {
    padding: 11px 25px;
  }

  .iv-nw-colonic .iv-nw-colonic-hero {
    height: auto;
    display: block;
    min-height: 390px;
    position: relative;
    background: #fff;
  }

  .iv-nw-colonic .iv-nw-colonic-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/colonic-hero.jpg") 82% center/auto 86% no-repeat;
    opacity: .32;
  }

  .iv-nw-colonic .iv-nw-colonic-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .58);
  }

  .iv-nw-colonic .iv-nw-colonic-hero-content {
    max-width: none;
    margin: 0;
    padding: 28px 20px 24px;
    position: relative;
    z-index: 1;
  }

  .iv-nw-colonic .iv-nw-colonic-hero h1 {
    font-size: 36px;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-lead {
    font-size: 15px;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-content>p:last-child {
    font-size: 14px;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-image {
    display: none;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-image:before {
    display: none;
  }

  .iv-nw-colonic .iv-nw-colonic-section {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
  }

  .iv-nw-colonic .iv-nw-colonic-section h2 {
    font-size: 24px;
  }

  .iv-nw-colonic .iv-nw-colonic-process-grid {
    margin-top: 20px;
  }

  .iv-nw-colonic .iv-nw-colonic-process-card {
    grid-template-columns: 52px 1fr;
    gap: 12px;
    align-items: start;
  }

  .iv-nw-colonic .iv-nw-colonic-round-icon {
    width: 52px;
    height: 52px;
    font-size: 27px;
  }

  .iv-nw-colonic .iv-nw-colonic-process-heading {
    gap: 9px;
    margin-bottom: 8px;
  }

  .iv-nw-colonic .iv-nw-colonic-process-copy h3 {
    font-size: 17px;
  }

  .iv-nw-colonic .iv-nw-colonic-step-number {
    flex-basis: 25px;
    width: 25px;
    height: 25px;
    font-size: 12px;
    left: -31px;
    top: -13px;
  }

  .iv-nw-colonic .iv-nw-colonic-prep-box {
    display: block;
    padding: 20px 16px;
    text-align: center;
  }

  .iv-nw-colonic .iv-nw-colonic-colon-icon {
    display: none;
  }

  .iv-nw-colonic .iv-nw-colonic-prep-box h3 {
    font-size: 21px;
  }

  .iv-nw-colonic .iv-nw-colonic-prep-links {
    margin-top: 16px;
    text-align: center;
  }

  .iv-nw-colonic .iv-nw-colonic-prep-links .iv-nw-colonic-button {
    width: auto;
    padding: 9px 14px;
    font-size: 10px;
    margin-bottom: 10px;
  }

  .iv-nw-colonic .iv-nw-colonic-pricing-grid {
    grid-template-columns: 1fr;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid article {
    padding-bottom: 34px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid article:after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 15px;
    left: 50%;
    width: 315px;
    max-width: 90%;
    height: 1px;
    background: #d9d5cb;
    transform: translateX(-50%);
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid article:nth-child(odd):not(:last-child):after {
    top: auto;
    right: auto;
    bottom: 15px;
    left: 50%;
    width: 315px;
    max-width: 90%;
    height: 1px;
    transform: translateX(-50%);
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid article:last-child {
    grid-column: auto;
    max-width: none;
    padding-bottom: 10px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid article:last-child:after {
    display: none;
  }

  .iv-nw-colonic .iv-nw-colonic-faq-list details {
    padding: 10px 12px;
  }

  .iv-nw-colonic .iv-nw-colonic-faq-list summary {
    font-size: 14px;
    padding-right: 28px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-cta {
    flex-direction: column;
    text-align: center;
    padding: 22px 15px;
    gap: 18px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-title {
    display: block;
    text-align: center;
  }

  .iv-nw-colonic .iv-nw-colonic-calendar {
    margin: 0 auto 12px;
    width: 62px;
    height: 62px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-title h2 {
    font-size: 22px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-action {
    width: 80%;
    min-width: 0;
  }

  .iv-nw-colonic .iv-nw-colonic-button-gold {
    width: stretch;
    width: -webkit-fill-available;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 5px;
    max-width: 80%;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-action p {
    font-size: 10px;
    line-height: 1.8;
  }

  .ivh-page h2 {
    max-width: 100%;
  }

  .iv-nw-colonic

  /* Mobile hero refinement */
  .iv-nw-colonic-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .iv-nw-colonic .iv-nw-colonic-hero {
    min-height: 460px;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-content {
    min-height: unset;
    padding: 44px 20px 40px;
    text-align: left;
  }

  .iv-nw-colonic .iv-nw-colonic-hero h1 {
    font-size: 36px;
  }

  .iv-nw-colonic .iv-nw-colonic-gold-line {
    margin-left: 0;
    margin-right: 0;
  }

  .iv-nw-hrt .iv-nw-hrt-popular-label {
    font-size: 12px;
  }

  .ivh-page .plan-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ivh-page .cta-footer .cta-footer__title,
  .ivh-page .cta-footer .cta-footer__text {
    text-align: center;
  }

  .nouva-info-grid h2,
  .nouva-why h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .nouva-result-strip {
    --nouva-handle-size: 30px;
    --nouva-handle-inset: 15px;
  }

  .nouva-handle,
  .nouva-handle:hover,
  .nouva-handle:active,
  .nouva-handle:focus,
  .nouva-result-strip:active .nouva-handle,
  .nouva-result-strip.is-dragging .nouva-handle {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
    transform: translate(-50%, -50%) !important;
  }
}

/* @media (min-width:1240px) and (max-width:1440px) {
  .hero-cards .mn-crds .btn-b {
    min-height: 39px;
  }
} */

/* @media (min-width:1200px) and (max-width:1440px) {
  .nw-services-cont .crd-small {
    flex: 1 1 320px;
  }

  .nw-services-cont .mn-crds .btm-sc {
    height: 100%;
  }

  .wl-wrap .wl-nw-cta-box {
    grid-template-columns: 92px 300px 1fr 310px;
  }
} */

/* @media (min-width: 768px) and (max-width: 1199px) {
  .wl-wrap .wl-nw-process-line{
    top: 135px;
    left: calc(16.666% + 10px);
    width: 720px;
  }
  .skp-two-col, 
  .skp-benefits, 
  .skp-concerns, 
  .skp-expect, 
  .skp-bottom-grid{
    margin-left: 20px;
    margin-right: 20px;
  }
  .skp-page .skp-faq{
    width: 100%;
  }

  .banner-text {
    max-width: 64%;
    margin: 0px;
    padding: 0 !important;
  }

  h2 {
    font-size: 24px;
  }

  .main-banner .banner-text .text-box2 h1 {
    font-size: 44px;
  }

  .physician-section .features-list li {
    margin-bottom: 8px;
  }

  .nw-th .rev-cont {
    max-width: 96%;
  }

  .page-wrapper.pric-sec,
  .new-view.nw-th.page-wrapper,
  .page-wrapper.memb-m {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    /* margin-left: 20px;
    margin-right: 20px; 
  }

  .memb-m {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nw-services-cont .mn-crds .btm-sc {
    height: 100%;
  }

  .nw-services-cont .btn-b {
    padding: 8px 15px;
    gap: 6px;
    margin-top: auto;
  }

   .physician-section {
    flex-direction: column;
  } 

  .physician-content .hro-bdge,
  .physician-content h2,
  .physician-content p,
  .physician-content .features-list,
  .physician-content a {
    margin-left: 25px;
  }

  .physician-section .physician-content {
    padding-right: 0;
    padding-bottom: 30px;
  }

  .page-wrapper {
    padding: 40px 20px;
  }

  .nw-services-cont .crd-small {
    flex: 1 1 300px;
  }

  .nw-services-cont .crd-wide {
    flex: 1 1 300px;
  }

  .physician-section .physician-image img {
    max-height: 340px;
    object-position: top;
  }

  .nw-services-cont .mn-crds img {
    max-height: 200px;
  }

  .services-sec:has(.nw-services-cont) {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .memb-sec .memb-head {
    width: 100%;
  }

  .hero-cards {
    flex-wrap: wrap;
    width: unset;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nw-services-cont {
    column-gap: 18px;

  } 
  .nw-services-cont {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nw-services-cont .mn-crds {
    grid-column: span 2;
  }

 
  .nw-services-cont .mn-crds:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .nw-services-cont .mn-crds:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .home-expertise {
    margin-left: 20px;
    margin-right: 20px;
  }

  .memb-sec .memb-cont {
    width: 100%;
  }

  .memb-sec .memb-card {
    flex: 1 1 282px;
  }

  .memb-sec .memb-ct {
    text-align: center;
  }

  .memb-sec {
    margin-left: 20px;
    margin-right: 20px;
  }

  .about-section .about-container {
    grid-template-columns: 45% 55%;
  }

  .about-section .about-content h1 {
    font-size: 44px;
  }

  .about-section .about-content {
    padding: 30px 25px;
  }

  .why-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 0;
    align-items: center;
    justify-content: center;
  }

  .why-box:nth-child(3) {
    border-right: none;
  }

  .cta-section .cta-row {
    padding: 22px 25px;
    max-width: unset;
    width: unset;
  }

  .gallery-row {
    width: unset;
  }

  .about-section .about-image img {
    max-width: 612px;
    height: 100%;
    object-fit: cover;
    object-position: right;
  }

  .about-section .icon-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .memb-hero-section .memb-container {
    grid-template-columns: 1fr;
  }

  .memb-hero-section .memb-content {
    text-align: left;
    padding: 40px 25px;
    width: 50%;
  }

  .memb-hero-section .memb-title-line {
    margin: 20px auto;
  }

  .memb-hero-section .memb-icon-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .membership-section .membership-container {
    gap: 20px;
    justify-content: space-between;
  }

  .membership-section .membership-card {
    width: 280px;
    padding: 0px;
  }

  .tech-section .tech-content {
    text-align: left;
  }

  .membership-section h2 {
    font-size: 28px;
  }

  .membership-section .price {
    font-size: 28px;
  }

 
  .membership-section .featured {
    transform: scale(1.03);
  }

  .tech-section .tech-container {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .tech-section .tech-left {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    justify-content: center;
  }

  .tech-section .tech-card {
    text-align: left;
    width: 55%;
  }

  .tech-section .tech-image img {
    width: 140px;
  }

  .tech-section .tech-icons {
    grid-area: 18px;
  }

  .membership-section .membership-card {
    width: 31%;
  }

  .team-container {
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    justify-items: center;
  }

  .team-card {
    flex-direction: column;
    width: 90%;
  }

  .team-image,
  .team-content {
    width: unset;
  }

  .team-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .team-content {
    padding: 18px;
  }

  .team-content h3 {
    font-size: 20px;
  }

  

  .wl-wrap .wl-nw-container {
    width: min(100% - 48px, 960px);
  }

  .wl-wrap .wl-nw-header {
    padding: 18px 0;
  }

  .wl-wrap .wl-nw-header__inner {
    gap: 18px;
  }

  .wl-wrap .wl-nw-logo__text {
    font-size: 22px;
  }

  .wl-wrap .wl-nw-nav {
    gap: 22px;
  }

  .wl-wrap .wl-nw-nav a {
    font-size: 13px;
  }

  .wl-wrap .wl-nw-header__btn {
    min-height: 48px;
    padding: 0 20px;
    font-size: 13px;
  }

  .wl-wrap .wl-nw-hero {
    min-height: 660px;
    padding-top: 118px;
  }

  .wl-wrap .wl-nw-hero__grid {
    grid-template-columns: 1fr 1fr;
    min-height: 508px;
  }

  .wl-wrap .wl-nw-hero__title {
    font-size: 55px;
  }

  .wl-wrap .wl-nw-hero__subtitle {
    font-size: 25px;
  }

  .wl-wrap .wl-nw-hero__desc {
    font-size: 16px;
  }

  .wl-wrap .wl-nw-hero__image {
    width: 56%;
    height: calc(100% + 140px);
  }

  .wl-wrap .wl-nw-circle-badge {
    top: 130px;
    right: 24px;
    width: 170px;
    height: 170px;
  }

  .wl-wrap .wl-nw-circle-badge strong {
    font-size: 17px;
  }

  .wl-wrap .wl-nw-feature-card {
    padding: 0 14px;
  }

  .wl-wrap .wl-nw-btn {
    min-width: 250px;
    min-height: 56px;
    font-size: 14px;
  }

  .wl-wrap .wl-nw-process-grid {
    gap: 30px;
  }

  .wl-wrap .wl-nw-benefits-panel {
    padding: 20px 28px 38px;
  }

  .wl-wrap .wl-nw-benefit-card {
    padding: 10px 18px 0;
  }

  .wl-wrap .wl-nw-benefit-card h3 {
    font-size: 17px;
  }

  .wl-wrap .wl-nw-benefit-card p,
  .wl-wrap .wl-nw-testimonial-card p {
    font-size: 14px;
  }

  .wl-wrap .wl-nw-cta-box {
    grid-template-columns: 90px 280px 1fr 300px;
    gap: 22px;
    padding: 18px 24px;
  }

  .wl-wrap .wl-nw-cta-icon {
    width: 72px;
    height: 72px;
    font-size: 34px;
  }

  .wl-wrap .wl-nw-cta-content h2 {
    font-size: 28px;
  }

  .wl-wrap .wl-nw-cta-content h2 span {
    font-size: 34px;
  }

  .ivb-page .ivb-hero-content {
    width: min(480px, 60vw);
    margin-left: 38px;
    margin-top: 45px;
  }

  .ivb-page .ivb-hero-content h1 {
    font-size: 43px;
  }

  .ivb-page .ivb-trust-strip article {
    padding: 0 22px;
    gap: 14px;
  }

  .ivb-page .ivb-info-card {
    padding-left: 135px;
  }

  .ivb-page .ivb-ba-slider {
    height: 380px;
  }

  .skp-skp-slider {
    height: 325px;
  }

 
  .ivb-page .ivb-hero {
    min-height: 400px;
    padding: 40px 20px 0 20px;
  }

  .ivb-page .ivb-hero-content h1 {
    font-size: 40px;
  }

  .ivb-page .ivb-hero-content p {
    font-size: 16px;
  }

  .ivb-page .ivb-trust-strip {
    height: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .ivb-page .ivb-info-card .ivb-learn-link {
    opacity: 1;
    margin-top: 10px;
  }

 
  .ivb-page .ivb-trust-strip article {
    position: relative;
    border-right: 0;
    border-bottom: 0;
  }

  .ivb-page .ivb-trust-strip article::after {
    height: 64px;
    background: rgba(255, 255, 255, 0.34);
  }

  .skp-process>p {
    max-width: 100%;
  }

  .ivb-page .ivb-botox-logo,
  .ivb-page .ivb-purple-mark,
  .ivb-page .ivb-clock-mark {
    position: absolute;
    left: 18px;
    top: 27px;
  }

  .ivb-page .ivb-trust-strip article:nth-child(2n)::after {
    display: none;
  }

  .ivb-page .ivb-treatment,
  .ivb-page .ivb-split,
  .ivb-page .ivb-results,
  .ivb-page .ivb-safety {
    margin-left: 20px;
    margin-right: 20px;
  }

  .ivb-page .ivb-trust-strip article:nth-last-child(-n + 2)::before {
    display: none;
  }

  .ivb-page .ivb-info-grid {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .ivb-page .ivb-info-card {
    min-height: unset;
    padding: 22px 28px 29px 122px;
  }

  .ivb-page .ivb-info-card .ivb-learn-link {
    margin-top: 0;
  }

  .ivb-page .ivb-area-grid article {
    max-width: 200px;
  }

  .ivb-page .ivb-alle {
    flex-direction: column;
  }

  .ivb-page .ivb-split .ivb-panel .alle-info {
    align-items: center;
  }

  .ivb-page .ivb-alle p {
    text-align: center;
  }

  .ivb-page .ivb-note {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }


  .ivb-page .ivb-area-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ivb-page .ivb-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    padding: 0 38px;
  }

  .ivb-page .ivb-expect {
    padding: 38px 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
  }

  .ivb-page .ivb-expect h2 {
    margin-bottom: 24px;
  }

  .ivb-page .ivb-steps article {
    min-height: unset;
    padding: 10px 34px 10px 18px;
    column-gap: 20px;
  }

  .ivb-page .ivb-faq {
    padding: 35px 32px 30px;
  }

  .ivb-page .ivb-alle-logo {
    font-size: 66px;
    ;
  }

  .ivb-page .ivb-steps article:nth-child(odd) {
    border-right: 1px solid var(--ivb-divider);
  }

  .ivb-page .ivb-steps article:nth-child(2n) {
    border-right: 0;
  }

  .ivb-page .ivb-alle {
    display: flex;
    padding: 30px 20px 30px 40px;
  }

  .ivb-page .ivb-steps article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .ivb-page .ivb-cta {
    padding: 14px 20px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 16px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .ivb-page .ivb-cta-text {
    gap: 12px;
  }

  .ivb-page .ivb-cta strong {
    font-size: 17px;
  }

  .ivb-page .ivb-cta small {
    font-size: 11px;
  }

  .ivb-page .ivb-phone {
    grid-column: auto;
    justify-self: center;
    gap: 9px;
    font-size: 14px;
  }

  .ivb-page .ivb-phone img {
    width: 30px;
    height: 30px;
  }

 

  .skp-page .skp-hero-content {
    width: min(480px, 60vw);
    margin-left: 38px;
    margin-top: 45px;
  }

  .skp-page .skp-hero-content h1 {
    font-size: 43px;
  }

  .skp-page .skp-trust-strip article {
    padding: 0 22px;
    gap: 14px;
  }

  .skp-page .skp-info-card {
    padding-left: 135px;
  }

  .skp-page .skp-ba-slider {
    height: 380px;
  }

  .skp-benefits {
    margin: -5px 20px 18px;
  }

  .skp-two-col {
    margin: 10px auto;
    grid-template-columns: 0.4fr 1fr;
  }

  .skp-package span {
    font-size: 14px;
  }

  
  .skp-page .skp-hero {
    min-height: 400px;
    padding: 40px 20px 0 20px;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 42%, rgb(255 255 255 / 73%) 56%, rgb(255 255 255 / 0%) 76%),
      url(../images/skinpenhero.jpg) right top / auto 132% no-repeat, #dfdfdf
  }

  .skp-page .skp-hero-content h1 {
    font-size: 40px;
    max-width: 88%;
  }

  .skp-hero h1 {
    font-size: 40px;
    max-width: 500px;
  }

  .skp-hero h1 span {
    font-size: clamp(36px, 9vw, 38px);
  }

  .skp-trust-row span {
    gap: 0;
    padding-right: 13px;
    letter-spacing: 0;
  }

  .skp-page .skp-hero-content p {
    font-size: 16px;
  }

  .skp-hero-copy {
    width: 660px;
  }

  .skp-page .skp-trust-strip {
    height: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .skp-page .skp-info-card .skp-learn-link {
    opacity: 1;
    margin-top: 10px;
  }

 
  .skp-page .skp-trust-strip article {
    position: relative;
    border-right: 0;
    border-bottom: 0;
  }

  .skp-page .skp-trust-strip article::after {
    height: 64px;
    background: rgba(255, 255, 255, 0.34);
  }

  .skp-page .skp-botox-logo,
  .skp-page .skp-purple-mark,
  .skp-page .skp-clock-mark {
    position: absolute;
    left: 18px;
    top: 27px;
  }

  .skp-page .skp-trust-strip article:nth-child(2n)::after {
    display: none;
  }

  .skp-page .skp-treatment,
  .skp-page .skp-split,
  .skp-page .skp-results,
  .skp-page .skp-safety {
    margin-left: 20px;
    margin-right: 20px;
  }

  .skp-page .skp-trust-strip article:nth-last-child(-n + 2)::before {
    display: none;
  }

  .skp-page .skp-info-grid {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .skp-page .skp-info-card {
    min-height: unset;
    padding: 22px 28px 29px 122px;
  }

  .skp-page .skp-info-card .skp-learn-link {
    margin-top: 0;
  }

  .skp-page .skp-area-grid article {
    max-width: 200px;
  }

  .skp-page .skp-alle {
    flex-direction: column;
  }

  .skp-page .skp-split .skp-panel .alle-info {
    align-items: center;
  }

  .skp-page .skp-alle p {
    text-align: center;
  }

  .skp-page .skp-note {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    justify-content: center;
  }

  .skp-page .skp-area-grid {
    grid-template-columns: repeat(4, 1fr);
} 

  .skp-page .skp-area-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .skp-page .skp-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    padding: 0 38px;
  }

  .skp-page .skp-expect {
    padding: 38px 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0;
  }

  .skp-page .skp-expect h2 {
    margin-bottom: 24px;
  }

  .skp-page .skp-steps article {
    min-height: unset;
    padding: 10px 34px 10px 18px;
    column-gap: 20px;
  }

  .skp-page .skp-faq {
    padding: 35px 32px 30px;
  }

  .skp-page .skp-alle-logo {
    font-size: 66px;
  }

  .skp-page .skp-steps article:nth-child(odd) {
    border-right: 1px solid var(--skp-divider);
  }

  .skp-page .skp-steps article:nth-child(2n) {
    border-right: 0;
  }

  .skp-page .skp-alle {
    display: flex;
    padding: 30px 20px 30px 40px;
  }

  .skp-page .skp-steps article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .skp-page .skp-cta {
    padding: 14px 20px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 16px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .skp-page .skp-cta-text {
    gap: 12px;
  }

  .skp-page .skp-cta strong {
    font-size: 17px;
  }

  .skp-page .skp-cta small {
    font-size: 11px;
  }

  .skp-page .skp-phone {
    grid-column: auto;
    justify-self: center;
    gap: 9px;
    font-size: 14px;
  }

  .skp-page .skp-phone img {
    width: 23px;
    height: 23px;
  }

  .iv-nw-drip-section.iv-nw-drip-treatments,
  .iv-nw-drip .iv-nw-drip-boosters,
  .iv-nw-drip .iv-nw-drip-faq {
    margin-left: 20px;
    margin-right: 20px;
  }


  .ivh-page {
    --page-margin: 20px;
  }

  .ivh-page .site-header {
    gap: 18px;
  }

  .ivh-page .logo {
    width: 180px;
  }

  .ivh-page .logo span {
    font-size: 28px;
  }

  .ivh-page .main-nav {
    gap: 18px;
  }

  .ivh-page .hero {
    min-height: 590px;
  }

  .ivh-page .hero-content {
    width: 53%;
  }

  .ivh-page .cta-footer {
    padding-right: 5%;
    padding-left: 5%;
  }

  .ivh-page h2,
  .ivh-page .cta-footer .cta-footer__title {
    font-size: 28px;
  }

  .iv-nw-drip {
    --min-font-size: 14px;
  }

  .iv-nw-drip {
    font-size: 14px;
  }

  .iv-nw-drip .iv-nw-drip-site-header {
    padding-inline: 28px;
    gap: 22px;
  }

  .iv-nw-drip .iv-nw-drip-menu-toggle {
    display: block;
    order: 3;
  }

  .iv-nw-drip .iv-nw-drip-main-nav {
    display: none;
    position: absolute;
    inset: 88px 0 auto;
    padding: 15px 25px 25px;
    background: #fff;
    box-shadow: 0 8px 14px rgba(0, 0, 0, .08);
  }

  .iv-nw-drip .iv-nw-drip-main-nav.iv-nw-drip-open {
    display: grid;
  }

  .iv-nw-drip .iv-nw-drip-main-nav a {
    padding: 8px 0;
  }

  .iv-nw-drip .iv-nw-drip-header-book {
    display: none;
  }

  .iv-nw-drip .iv-nw-drip-main-nav .iv-nw-drip-nav-book {
    min-height: 46px;
    margin-top: 8px;
    padding: 0 20px;
    display: inline-flex;
    justify-self: stretch;
    border: 0;
    background: linear-gradient(135deg, var(--teal-dark), #08798a);
    color: #fff;
    box-shadow: 0 9px 20px rgba(0, 73, 90, .18);
  }

  .iv-nw-drip .iv-nw-drip-main-nav .iv-nw-drip-nav-book:hover,
  .iv-nw-drip .iv-nw-drip-main-nav .iv-nw-drip-nav-book:focus-visible {
    border-color: transparent;
    background: linear-gradient(135deg, #003d4b, #00697a);
    color: #fff;
    box-shadow: 0 13px 24px rgba(0, 73, 90, .26);
  }

  .iv-nw-drip .iv-nw-drip-nav-book img {
    width: 22px;
    height: 22px;
  }

  .iv-nw-drip .iv-nw-drip-treatment-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .iv-nw-drip .iv-nw-drip-treatment-card {
    grid-column: span 2;
  }

  .iv-nw-drip .iv-nw-drip-treatment-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .iv-nw-drip .iv-nw-drip-treatment-card:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .iv-nw-drip .iv-nw-drip-booster-layout {
    grid-template-columns: 1fr;
  }

  .iv-nw-drip .iv-nw-drip-book-footer {
    padding-inline: 20px;
  }

  .iv-nw-drip .iv-nw-drip-safety a {
    width: 60%;
  }

  .iv-nw-hrt .iv-nw-hrt-site-header {
    height: 82px;
    grid-template-columns: 1fr auto;
    padding-inline: 22px;
  }

  .iv-nw-hrt .iv-nw-hrt-brand-mark {
    width: 32px;
    height: 46px;
  }

  .iv-nw-hrt .iv-nw-hrt-brand strong {
    font-size: 23px;
  }

  .iv-nw-hrt .iv-nw-hrt-brand small {
    margin-top: 4px;
    font-size: 7px;
    letter-spacing: 3px;
  }

  .iv-nw-hrt .iv-nw-hrt-menu-button {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    cursor: pointer;
  }

  .iv-nw-hrt .iv-nw-hrt-menu-button span,
  .iv-nw-hrt .iv-nw-hrt-menu-button span::before,
  .iv-nw-hrt .iv-nw-hrt-menu-button span::after {
    width: 25px;
    height: 2px;
    display: block;
    position: relative;
    background: var(--green);
    transition: .25s;
  }

  .iv-nw-hrt .iv-nw-hrt-menu-button span::before,
  .iv-nw-hrt .iv-nw-hrt-menu-button span::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .iv-nw-hrt .iv-nw-hrt-menu-button span::before {
    top: -8px;
  }

  .iv-nw-hrt .iv-nw-hrt-menu-button span::after {
    top: 8px;
  }

  .iv-nw-hrt .iv-nw-hrt-nav-toggle:checked+.iv-nw-hrt-menu-button span {
    background: transparent;
  }

  .iv-nw-hrt .iv-nw-hrt-nav-toggle:checked+.iv-nw-hrt-menu-button span::before {
    top: 0;
    transform: rotate(45deg);
  }

  .iv-nw-hrt .iv-nw-hrt-nav-toggle:checked+.iv-nw-hrt-menu-button span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .iv-nw-hrt .iv-nw-hrt-main-nav {
    padding: 14px 24px 22px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 12px 20px rgba(0, 0, 0, .1);
  }

  .iv-nw-hrt .iv-nw-hrt-main-nav a {
    padding: 12px;
    border-bottom: 1px solid #eee;
  }

  .iv-nw-hrt .iv-nw-hrt-main-nav .iv-nw-hrt-mobile-book-button {
    min-height: 46px;
    margin-top: 14px;
    padding: 0 20px;
    display: inline-flex;
    border: 0;
    border-radius: 24px;
    color: white;
    background: linear-gradient(100deg, #0d3b1e, #082d17);
  }

  .iv-nw-hrt .iv-nw-hrt-nav-toggle:checked~.iv-nw-hrt-main-nav {
    display: flex;
  }

  .iv-nw-hrt .iv-nw-hrt-header-button {
    display: none;
  }

  .iv-nw-hrt .iv-nw-hrt-hero {
    min-height: 520px;
    grid-template-columns: 47% 53%;
  }

  .iv-nw-hrt .iv-nw-hrt-hero-copy {
    max-width: none;
    padding: 42px clamp(24px, 5vw, 52px);
  }

  .iv-nw-hrt .iv-nw-hrt-hero-image {
    min-height: 520px;
    background-position: center 38%;
  }

  .iv-nw-hrt .iv-nw-hrt-section-shell {
   
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-expertise,
  .iv-nw-hrt .iv-nw-hrt-symptoms{
    padding-left: 20px;
    padding-right: 20px;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-copy h2 {
    font-size: 21px;
  }

  .iv-nw-hrt .iv-nw-hrt-pathway {
    padding-bottom: 20px;
  }

  .iv-nw-hrt h1 {
    font-size: 44px;
  }

  .iv-nw-hrt .iv-nw-hrt-gold-button {
    min-height: 43px;
  }

  .iv-nw-hrt .iv-nw-hrt-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .iv-nw-hrt .iv-nw-hrt-pricing-grid .iv-nw-hrt-product-wrap:nth-child(3) {
    width: calc((100% - 28px) / 2);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .iv-nw-hrt .iv-nw-hrt-section-heading h2 {
    font-size: 28px;
  }

  .iv-nw-hrt .iv-nw-hrt-notice {
    gap: 8px;
  }

  .iv-nw-hrt .iv-nw-hrt-notice-icon {
    width: 58px;
    height: 58px;
  }

  .iv-nw-hrt .iv-nw-hrt-notice-icon i {
    font-size: 23px;
  }

  .iv-nw-hrt .iv-nw-hrt-symptom-intro h2,
  .iv-nw-hrt .iv-nw-hrt-symptom-intro p {
    text-align: center;
  }

  .iv-nw-hrt .iv-nw-hrt-symptom-intro .iv-nw-hrt-gold-line {
    margin-left: auto;
    margin-right: auto;
  }

  .iv-nw-hrt .iv-nw-hrt-product-card {
    min-height: 510px;
    padding-inline: clamp(24px, 4vw, 38px);
  }

  .iv-nw-hrt .iv-nw-hrt-card-note {
    margin-inline: 5px;
  }

  .iv-nw-hrt .iv-nw-hrt-symptoms {
    padding: 56px 0 48px;
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .iv-nw-hrt .iv-nw-hrt-symptom-list {
    grid-template-columns: repeat(3, 1fr);
    border-left: 0;
  }

  .iv-nw-hrt .iv-nw-hrt-symptom-list>div:nth-child(4) {
    border-left: 0;
  }

  .iv-nw-hrt .iv-nw-hrt-steps {
    grid-template-columns: 1fr 1fr;
  }

  .iv-nw-hrt .iv-nw-hrt-step::after {
    display: none;
  }

  .iv-nw-hrt .iv-nw-hrt-faq-grid {
    grid-template-columns: 1fr;
  }

  .iv-nw-hrt .iv-nw-hrt-faq-grid>details:nth-child(even) {
    border-left: 0;
  }

  .iv-nw-hrt .iv-nw-hrt-faq-grid .iv-nw-hrt-faq-last {
    grid-column: auto;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-inner {
    width: min(1280px, calc(100% - 40px));
    grid-template-columns: 72px 1.15fr 1.55fr;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-action {
    grid-column: auto;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header {
    height: 82px;
    padding: 0 24px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__logo strong {
    font-size: 28px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__logo-mark {
    width: 37px;
    height: 44px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links {
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    width: 100%;
    padding: 22px 24px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 10px 20px rgba(6, 47, 27, .12);
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links.iv-nw-colonic-is-open {
    display: flex;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links .iv-nw-colonic-nav-links__link {
    font-size: 14px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__menu-button {
    display: block;
    cursor: pointer;
    line-height: 1;
  }

  .iv-nw-colonic .iv-nw-colonic-hero {
    height: 480px;
    grid-template-columns: 50% 50%;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-content {
    max-width: 440px;
    margin-left: 7%;
    padding: 34px 30px 32px 0;
  }

  .iv-nw-colonic .iv-nw-colonic-hero h1 {
    font-size: 46px;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-image {
    background-position: center;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-image:before {
    width: 22%;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .75) 28%, rgba(255, 255, 255, .35) 62%, rgba(255, 255, 255, 0) 100%);
  }

  .iv-nw-colonic .iv-nw-colonic-process-grid {
    margin-left: 0;
    margin-right: 0;
    gap: 20px;
  }

  .iv-nw-colonic .iv-nw-colonic-process-card {
    grid-template-columns: 65px 1fr 12px;
    gap: 10px;
  }

  .iv-nw-colonic .iv-nw-colonic-round-icon {
    width: 65px;
    height: 65px;
  }

  .iv-nw-colonic .iv-nw-colonic-prep-box {
    grid-template-columns: 60px 1.5fr 1fr;
    padding: 18px;
  }

  .iv-nw-colonic .iv-nw-colonic-colon-icon {
    width: 60px;
    height: 60px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid h3 {
    font-size: 15px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid p {
    font-size: 14px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-cta {
    padding-left: 30px;
    padding-right: 30px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-action {
    width: min(100%, 420px);
  }

  .iv-nw-colonic .iv-nw-colonic-section {
    padding: 25px 20px;
  }

  .iv-nw-colonic .iv-nw-colonic-faq-section {
    padding-top: 10px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-title h2 {
    font-size: 24px;
  }

  .iv-nw-colonic .iv-nw-colonic-section h2 {
    font-size: 26px;
  }

  .iv-nw-colonic .iv-nw-colonic-price {
    font-size: 32px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid article {
    padding: 14px 16px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-cta {
    gap: 125px;
  }

  .iv-nw-peptide .iv-nw-peptide-site-header {
    height: auto;
    flex-wrap: wrap;
  }

  .iv-nw-peptide .iv-nw-peptide-hamburger {
    order: 2;
    width: 42px;
    height: 38px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 2px solid var(--peptide-navy);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
  }

  .iv-nw-peptide .iv-nw-peptide-hamburger span {
    width: 22px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: var(--peptide-navy);
    transition: transform .2s ease, opacity .2s ease;
  }

  .iv-nw-peptide .iv-nw-peptide-menu-toggle:checked+.iv-nw-peptide-hamburger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .iv-nw-peptide .iv-nw-peptide-menu-toggle:checked+.iv-nw-peptide-hamburger span:nth-child(2) {
    opacity: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-menu-toggle:checked+.iv-nw-peptide-hamburger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .iv-nw-peptide .iv-nw-peptide-nav {
    order: 4;
    width: 100%;
    display: none;
    flex: 0 0 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-top: 10px;
    padding: 8px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid var(--peptide-line);
    border-radius: 8px;
    box-shadow: var(--peptide-shadow);
  }

  .iv-nw-peptide .iv-nw-peptide-nav a {
    padding: 12px 14px;
    border-radius: 6px;
  }

  .iv-nw-peptide .iv-nw-peptide-nav a:hover {
    background: #edf5f6;
  }

  .iv-nw-peptide .iv-nw-peptide-pill:hover,
  .iv-nw-peptide .iv-nw-peptide-option-card:hover,
  .iv-nw-peptide .iv-nw-peptide-member-box:hover,
  .iv-nw-peptide .iv-nw-peptide-pricing-box:hover,
  .iv-nw-peptide .iv-nw-peptide-why-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(18, 52, 78, .16);
  }

  .iv-nw-peptide .iv-nw-peptide-menu-toggle:checked+.iv-nw-peptide-hamburger+.iv-nw-peptide-nav {
    display: flex;
  }

  .iv-nw-peptide .iv-nw-peptide-site-header>.iv-nw-peptide-pill-dark {
    display: flex;
  }

  .iv-nw-peptide .iv-nw-peptide-hero {
    min-height: unset;
    padding: 50px 30px 68px;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip {
    margin-left: 20px;
    margin-right: 20px;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip article {
    gap: 5px;
    padding: 17px 15px;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip p {
    font-size: 13px;
  }

  .iv-nw-peptide .iv-nw-peptide-options {
    padding-left: 20px;
    padding-right: 20px;
  }

  .iv-nw-peptide .iv-nw-peptide-journey {
    padding-left: 20px;
    padding-right: 20px;
  }

  .iv-nw-peptide .iv-nw-peptide-steps article {
    align-items: start;
  }

  .iv-nw-peptide .iv-nw-peptide-step-num {
    left: 37px;
    top: -7px;
  }

  .iv-nw-peptide .iv-nw-peptide-mid-grid {
    padding: 18px 20px 14px;
  }

  .iv-nw-peptide .iv-nw-peptide-faq {
    padding: 0 20px 8px;
  }

  .iv-nw-peptide .iv-nw-peptide-final-cta {
    margin-left: 20px;
    margin-right: 20px;
  }

  .iv-nw-peptide .iv-nw-peptide-disclaimer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy {
    padding-left: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-step-icon img {
    width: 38px;
    height: 38px;
  }

  .iv-nw-peptide .iv-nw-peptide-step-icon {
    width: 41px;
    height: 41px;
  }

  .iv-nw-peptide .iv-nw-peptide-mid-grid {
    grid-template-columns: 1fr 1fr;
  }

  .iv-nw-peptide .iv-nw-peptide-mid-grid> :nth-child(3):last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - 17px) / 2);
  }

  .iv-nw-peptide .iv-nw-peptide-faq-cont {
    padding: 0 20px;
  }

  .skp-benefits article {
    padding: 0 18px;
  }

  .skp-fda-badge strong {
    font-size: 30px;
  }

  .skp-page main>section:not(.skp-hero) {
    margin-right: 20px;
    margin-left: 20px;
  }

  .wl-wrap .wl-nw-process-line {
    top: 95px;
    left: calc(16.666% + 10px);
    right: calc(16.666% + 32px);
    width: 660px;
  }

  .iv-nw-drip .iv-nw-drip-safety .yfh-s i {
    font-size: 14px;
  }
  .nouva-price-item > div, .nouva-price-item-2 > div {
    max-width: 100%;
  }
  .iv-nw-drip .iv-nw-drip-safety {
width: -webkit-fill-available;
margin-right: 20px;
margin-left: 20px;}

.iv-nw-drip .iv-nw-drip-membership {
width: -webkit-fill-available;
margin-left: 20px;
margin-right: 20px;}

.skp-benefits {
  margin-top :0;}

.main-banner {
padding-left:40px;
padding-right:  40px;
}

.about-section .about-content{
padding-left: 40px;}

.team-section {
  padding-left: 0;
  padding-right: 0;
}
 


}  */

/* @media (max-width: 1120px) {
  .skp-header {
    padding-inline: 24px;
  }

  .skp-brand {
    min-width: 190px;
  }

  .skp-brand-text strong {
    font-size: 28px;
  }

  .skp-nav {
    gap: 18px;
  }

  .skp-hero {
    padding-inline: 28px;
    background-position: 65% top;
  }

  .skp-hero-copy {
    width: min(620px, 62%);
  }

  .skp-benefits {
    margin: -25px 20px 18px;
  }

  .skp-card h2 {
    font-size: 25px;
  }

  .skp-benefits article {
    gap: 14px;
    padding: 16px 18px;
  }

  .skp-benefits p {
    font-size: 14px;
  }

  .skp-icon {
    width: 48px;
    aspect-ratio: 1;
  }

  .skp-step-icon {
    width: 58px;
    aspect-ratio: 1;
  }

  .skp-line-icon {
    width: 40px;
    aspect-ratio: 1;
  }

} */

/* @media (min-width:1024px) and (max-width:1400px) {
  .main-banner {
    background-position: center center;
  }

  .banner-text {
    max-width: 50%;
  }
} */

/* @media (min-width:1024px) and (max-width:1200px) {
  .hero-cards .mn-crds {
    flex: 1 1 258px;
  }
} */

/* @media (max-width: 1100px) {
  .ivh-page .site-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ivh-page .logo {
    margin-right: auto;
    text-align: left;
  }

  .ivh-page .menu-toggle {
    width: 40px;
    height: 40px;
    border: 0;
    display: grid;
    place-content: center;
    gap: 5px;
    background: transparent;
  }

  .ivh-page .menu-toggle span {
    width: 24px;
    height: 2px;
    background: var(--navy);
  }

  .ivh-page .main-nav {
    position: absolute;
    top: 82px;
    left: 0;
    width: 100%;
    padding: 20px;
    display: none;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
  }

  .ivh-page .main-nav.open {
    display: flex;
  }

  .ivh-page .main-nav .mobile-nav-button {
    width: min(100%, 220px);
    margin-top: 4px;
    display: inline-flex;
    color: #fff;
  }

  .ivh-page .main-nav .mobile-nav-button:hover {
    color: var(--navy);
  }

  .ivh-page .header-button {
    display: none;
  }

  .iv-nw-hrt .iv-nw-hrt-site-header {
    grid-template-columns: 230px 1fr 130px;
  }

  .iv-nw-hrt .iv-nw-hrt-main-nav {
    gap: 22px;
    font-size: 12px;
  }

  .iv-nw-hrt .iv-nw-hrt-hero {
    grid-template-columns: 46% 54%;
  }

  .iv-nw-hrt .iv-nw-hrt-product-card {
    padding-inline: 22px;
  }

  .iv-nw-hrt .iv-nw-hrt-symptoms {
    grid-template-columns: 260px 1fr;
  }

  .iv-nw-hrt .iv-nw-hrt-step {
    grid-template-columns: 58px 1fr;
  }

  .iv-nw-hrt .iv-nw-hrt-step-icon {
    width: 58px;
    height: 58px;
  }

  .iv-nw-hrt .iv-nw-hrt-step-number {
    left: 44px;
  }

  .nouva-header {
    padding-inline: 24px;
    gap: 18px;
  }

  .nouva-nav {
    gap: 20px;
  }

  .nouva-brand {
    min-width: 210px;
  }

  .nouva-brand-text strong {
    font-size: 28px;
  }

  .nouva-hero {
    padding-inline: 28px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgb(255 255 255) 33%, rgb(255 255 255 / 89%) 56%, rgb(255 255 255 / 0%) 76%),
      url(../images/neuvadermhero.jpg) calc(100% + 166px) top / auto 100% no-repeat, #f8fbfd
  }

  .nouva-hero-copy {
    width: min(620px, 62%);
  }

  .nouva-hero h1 {
    font-size: clamp(44px, 36px, 48px);
    max-width: 400px;
    line-height: 1;
  }

  .nouva-kicker {
    max-width: 400px;
  }

  .nouva-info-grid h2,
  .nouva-results h2,
  .nouva-expect h2,
  .nouva-bottom-grid h2 {
    font-size: 25px;
  }

  .nouva-book,
  .nouva-btn {
    gap: 9px;
    padding: 9px 18px;
    font-size: 12px;
  }

  .nouva-book {
    min-width: 150px;
  }

  .nouva-btn-outline {
    min-width: 190px;
  }

  .nouva-book span,
  .nouva-btn span {
    width: 22px;
    font-size: 15px;
  }

  .nouva-expect-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 26px;
  }

  .nouva-expect-grid article:not(:last-child)::after {
    display: none;
  }

  .nouva-cta {
    display: flex;
    justify-content: space-between;
  }

  .nouva-cta-buttons {
    width: max-content;
    flex-direction: column;
  }

  .nouva-benefits,
  .nouva-info-grid,
  .nouva-member,
  .nouva-results,
  .nouva-expect,
  .nouva-bottom-grid,
  .nouva-cta {
    width: calc(100% - 48px);
  }

  .nouva-about p {
    text-align: center;
  }

  .nouva-concern-grid span {
    min-height: 70px;
  }

  .nouva-price-item {
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 20px 20px 0px;
  }

  .nouva-price-item.featured {
    margin: 0;
  }

  .nouva-price-item strong {
    line-height: 1.5;
    ;
  }
  .nouva-price-item-2 {
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 20px 20px 0px;
}

  .nouva-member p {
    margin-left: 20px;
  }

  .nouva-about h2 {
    text-align: center;
    margin: auto;
  }

  .nouva-benefits {
    grid-template-columns: repeat(2, 1fr);
    padding: 10px 0px;
  }

  .nouva-benefits article:nth-child(2) {
    border-right: 0;
  }

  .nouva-benefits article:nth-child(n + 3) {
    padding-top: 18px;
    border-top: 1px solid var(--line);
  }

  .nouva-info-grid {
    grid-template-columns: 1fr;
  }

  .nouva-concern-grid {
    grid-template-columns: repeat(5, 1fr);
  }


  .nouva-cta-buttons {
    justify-content: space-between;
    gap: 10px;
  }

  .nouva-phone {
    min-width: 220px;
    padding: 9px 18px;
    font-size: 15px;
  }

  .price-tag {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }

  .nouva-calendar img {
    width: 30px;
  }
} */

/* @media screen and (max-width:1024px) {
  .banner-text {
    max-width: 75%;
    margin: 0px;
    padding: 0 !important;
  }

  h2 {
    font-size: 24px;
  }

  .main-banner .banner-text .text-box2 h1 {
    font-size: 44px;
  }

  .physician-section .features-list li {
    margin-bottom: 8px;
  }

  .nw-th .rev-cont {
    max-width: 96%;
  }

  .page-wrapper.pric-sec,
  .new-view.nw-th.page-wrapper,
  .page-wrapper.memb-m {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    /* margin-left: 20px;
    margin-right: 20px; 
  }

  .memb-m {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nw-services-cont .mn-crds .btm-sc {
    height: 100%;
  }

  .nw-services-cont .btn-b {
    padding: 8px 15px;
    gap: 6px;
    margin-top: auto;
  }

  .physician-section {
    flex-direction: column;
  } 

  .physician-content .hro-bdge,
  .physician-content h2,
  .physician-content p,
  .physician-content .features-list,
  .physician-content a {
    margin-left: 25px;
  }

  .physician-section .physician-content {
    padding-right: 0;
    padding-bottom: 30px;
  }

  .page-wrapper {
    padding: 40px 20px;
  }

  .nw-services-cont .crd-small {
    flex: 1 1 300px;
  }

  .nw-services-cont .crd-wide {
    flex: 1 1 300px;
  }

  .physician-section .physician-image img {
    max-height: 340px;
    object-position: top;
  }

  .nw-services-cont .mn-crds img {
    max-height: 200px;
  }

  .services-sec:has(.nw-services-cont) {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .memb-sec .memb-head {
    width: 100%;
  }

  .hero-cards {
    flex-wrap: wrap;
    width: unset;
    margin-left: 20px;
    margin-right: 20px;
  }

  /* .nw-services-cont {
    column-gap: 18px;

  } 
  .nw-services-cont {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nw-services-cont .mn-crds {
    grid-column: span 2;
  }

  /* center last 2 cards 
  .nw-services-cont .mn-crds:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .nw-services-cont .mn-crds:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .home-expertise {
    margin-left: 20px;
    margin-right: 20px;
  }

  .memb-sec .memb-cont {
    width: 100%;
  }

  .memb-sec .memb-card {
    flex: 1 1 282px;
  }

  .memb-sec .memb-ct {
    text-align: center;
  }

  .memb-sec {
    margin-left: 20px;
    margin-right: 20px;
  }

  .about-section .about-container {
    grid-template-columns: 45% 55%;
  }

  .about-section .about-content h1 {
    font-size: 44px;
  }

  .about-section .about-content {
    padding: 30px 25px;
  }

  .why-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 0;
    align-items: center;
    justify-content: center;
  }

  .why-box:nth-child(3) {
    border-right: none;
  }

  .cta-section .cta-row {
    padding: 22px 25px;
    max-width: unset;
    width: unset;
  }

  .gallery-row {
    width: unset;
  }

  .about-section .about-image img {
    max-width: 612px;
    height: 100%;
    object-fit: cover;
    object-position: right;
  }

  .about-section .icon-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .memb-hero-section .memb-container {
    grid-template-columns: 1fr;
  }

  .memb-hero-section .memb-content {
    text-align: left;
    padding: 40px 25px;
    width: 50%;
  }

  .memb-hero-section .memb-title-line {
    margin: 20px auto;
  }

  .memb-hero-section .memb-icon-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .membership-section .membership-container {
    gap: 20px;
    justify-content: space-between;
  }

  .membership-section .membership-card {
    width: 280px;
    padding: 0px;
  }

  .tech-section .tech-content {
    text-align: left;
  }

  .membership-section h2 {
    font-size: 28px;
  }

  .membership-section .price {
    font-size: 28px;
  }

  /* Reduce featured scale 
  .membership-section .featured {
    transform: scale(1.03);
  }

  .tech-section .tech-container {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .tech-section .tech-left {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    justify-content: center;
  }

  .tech-section .tech-card {
    text-align: left;
    width: 55%;
  }

  .tech-section .tech-image img {
    width: 140px;
  }

  .tech-section .tech-icons {
    grid-area: 18px;
  }

  .membership-section .membership-card {
    width: 31%;
  }

  .team-container {
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    justify-items: center;
  }

  .team-card {
    flex-direction: column;
    width: 90%;
  }

  .team-image,
  .team-content {
    width: unset;
  }

  .team-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .team-content {
    padding: 18px;
  }

  .team-content h3 {
    font-size: 20px;
  }

  /* Weight Loss page 

  .wl-wrap .wl-nw-container {
    width: min(100% - 48px, 960px);
  }

  .wl-wrap .wl-nw-header {
    padding: 18px 0;
  }

  .wl-wrap .wl-nw-header__inner {
    gap: 18px;
  }

  .wl-wrap .wl-nw-logo__text {
    font-size: 22px;
  }

  .wl-wrap .wl-nw-nav {
    gap: 22px;
  }

  .wl-wrap .wl-nw-nav a {
    font-size: 13px;
  }

  .wl-wrap .wl-nw-header__btn {
    min-height: 48px;
    padding: 0 20px;
    font-size: 13px;
  }

  .wl-wrap .wl-nw-hero {
    min-height: 660px;
    padding-top: 118px;
  }

  .wl-wrap .wl-nw-hero__grid {
    grid-template-columns: 1fr 1fr;
    min-height: 508px;
  }

  .wl-wrap .wl-nw-hero__title {
    font-size: 55px;
  }

  .wl-wrap .wl-nw-hero__subtitle {
    font-size: 25px;
  }

  .wl-wrap .wl-nw-hero__desc {
    font-size: 16px;
  }

  .wl-wrap .wl-nw-hero__image {
    width: 56%;
    height: calc(100% + 140px);
  }

  .wl-wrap .wl-nw-circle-badge {
    top: 130px;
    right: 24px;
    width: 170px;
    height: 170px;
  }

  .wl-wrap .wl-nw-circle-badge strong {
    font-size: 17px;
  }

  .wl-wrap .wl-nw-feature-card {
    padding: 0 14px;
  }

  .wl-wrap .wl-nw-btn {
    min-width: 250px;
    min-height: 56px;
    font-size: 14px;
  }

  .wl-wrap .wl-nw-process-grid {
    gap: 30px;
  }

  .wl-wrap .wl-nw-benefits-panel {
    padding: 20px 28px 38px;
  }

  .wl-wrap .wl-nw-benefit-card {
    padding: 10px 18px 0;
  }

  .wl-wrap .wl-nw-benefit-card h3 {
    font-size: 17px;
  }

  .wl-wrap .wl-nw-benefit-card p,
  .wl-wrap .wl-nw-testimonial-card p {
    font-size: 14px;
  }

  .wl-wrap .wl-nw-cta-box {
    grid-template-columns: 90px 280px 1fr 300px;
    gap: 22px;
    padding: 18px 24px;
  }

  .wl-wrap .wl-nw-cta-icon {
    width: 72px;
    height: 72px;
    font-size: 34px;
  }

  .wl-wrap .wl-nw-cta-content h2 {
    font-size: 28px;
  }

  .wl-wrap .wl-nw-cta-content h2 span {
    font-size: 34px;
  }

  .ivb-page .ivb-hero-content {
    width: min(480px, 60vw);
    margin-left: 38px;
    margin-top: 45px;
  }

  .ivb-page .ivb-hero-content h1 {
    font-size: 43px;
  }

  .ivb-page .ivb-trust-strip article {
    padding: 0 22px;
    gap: 14px;
  }

  .ivb-page .ivb-info-card {
    padding-left: 135px;
  }

  .ivb-page .ivb-ba-slider {
    height: 380px;
  }

  .skp-skp-slider {
    height: 325px;
  }

  /* Tablet layout 
  .ivb-page .ivb-hero {
    min-height: 400px;
    padding: 40px 20px 0 20px;
  }

  .ivb-page .ivb-hero-content h1 {
    font-size: 40px;
  }

  .ivb-page .ivb-hero-content p {
    font-size: 16px;
  }

  .ivb-page .ivb-trust-strip {
    height: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .ivb-page .ivb-info-card .ivb-learn-link {
    opacity: 1;
    margin-top: 10px;
  }

  /* Keep tablet dividers short so they do not touch the strip edges. 
  .ivb-page .ivb-trust-strip article {
    position: relative;
    border-right: 0;
    border-bottom: 0;
  }

  .ivb-page .ivb-trust-strip article::after {
    height: 64px;
    background: rgba(255, 255, 255, 0.34);
  }

  .skp-process>p {
    max-width: 100%;
  }

  .ivb-page .ivb-botox-logo,
  .ivb-page .ivb-purple-mark,
  .ivb-page .ivb-clock-mark {
    position: absolute;
    left: 18px;
    top: 27px;
  }

  .ivb-page .ivb-trust-strip article:nth-child(2n)::after {
    display: none;
  }

  .ivb-page .ivb-treatment,
  .ivb-page .ivb-split,
  .ivb-page .ivb-results,
  .ivb-page .ivb-safety {
    margin-left: 20px;
    margin-right: 20px;
  }

  .ivb-page .ivb-trust-strip article:nth-last-child(-n + 2)::before {
    display: none;
  }

  .ivb-page .ivb-info-grid {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .ivb-page .ivb-info-card {
    min-height: unset;
    padding: 22px 28px 29px 122px;
  }

  .ivb-page .ivb-info-card .ivb-learn-link {
    margin-top: 0;
  }

  .ivb-page .ivb-area-grid article {
    max-width: 200px;
  }

  .ivb-page .ivb-alle {
    flex-direction: column;
  }

  .ivb-page .ivb-split .ivb-panel .alle-info {
    align-items: center;
  }

  .ivb-page .ivb-alle p {
    text-align: center;
  }

  .ivb-page .ivb-note {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }

  /* .ivb-page .ivb-area-grid {
    grid-template-columns: repeat(4, 1fr);
   } 

  .ivb-page .ivb-area-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ivb-page .ivb-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    padding: 0 38px;
  }

  .ivb-page .ivb-expect {
    padding: 38px 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
  }

  .ivb-page .ivb-expect h2 {
    margin-bottom: 24px;
  }

  .ivb-page .ivb-steps article {
    min-height: unset;
    padding: 10px 34px 10px 18px;
    column-gap: 20px;
  }

  .ivb-page .ivb-faq {
    padding: 35px 32px 30px;
  }

  .ivb-page .ivb-alle-logo {
    font-size: 66px;
    ;
  }

  .ivb-page .ivb-steps article:nth-child(odd) {
    border-right: 1px solid var(--ivb-divider);
  }

  .ivb-page .ivb-steps article:nth-child(2n) {
    border-right: 0;
  }

  .ivb-page .ivb-alle {
    display: flex;
    padding: 30px 20px 30px 40px;
  }

  .ivb-page .ivb-steps article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .ivb-page .ivb-cta {
    padding: 14px 20px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 16px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .ivb-page .ivb-cta-text {
    gap: 12px;
  }

  .ivb-page .ivb-cta strong {
    font-size: 17px;
  }

  .ivb-page .ivb-cta small {
    font-size: 11px;
  }

  .ivb-page .ivb-phone {
    grid-column: auto;
    justify-self: center;
    gap: 9px;
    font-size: 14px;
  }

  .ivb-page .ivb-phone img {
    width: 30px;
    height: 30px;
  }

  /* Skinpen 

  .skp-page .skp-hero-content {
    width: min(480px, 60vw);
    margin-left: 38px;
    margin-top: 45px;
  }

  .skp-page .skp-hero-content h1 {
    font-size: 43px;
  }

  .skp-page .skp-trust-strip article {
    padding: 0 22px;
    gap: 14px;
  }

  .skp-page .skp-info-card {
    padding-left: 135px;
  }

  .skp-page .skp-ba-slider {
    height: 380px;
  }

  .skp-benefits {
    margin: -5px 20px 18px;
  }

  .skp-two-col {
    margin: 10px auto;
    grid-template-columns: 0.4fr 1fr;
  }

  .skp-package span {
    font-size: 14px;
  }

  /* Tablet layout 
  .skp-page .skp-hero {
    min-height: 400px;
    padding: 40px 20px 0 20px;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 42%, rgb(255 255 255 / 73%) 56%, rgb(255 255 255 / 0%) 76%),
      url(../images/skinpenhero.jpg) right top / auto 132% no-repeat, #dfdfdf
  }

  .skp-page .skp-hero-content h1 {
    font-size: 40px;
    max-width: 88%;
  }

  .skp-hero h1 {
    font-size: 40px;
    max-width: 500px;
  }

  .skp-hero h1 span {
    font-size: clamp(36px, 9vw, 38px);
  }

  .skp-trust-row span {
    gap: 0;
    padding-right: 13px;
    letter-spacing: 0;
  }

  .skp-page .skp-hero-content p {
    font-size: 16px;
  }

  .skp-hero-copy {
    width: 660px;
  }

  .skp-page .skp-trust-strip {
    height: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .skp-page .skp-info-card .skp-learn-link {
    opacity: 1;
    margin-top: 10px;
  }

  /* Keep tablet dividers short so they do not touch the strip edges. 
  .skp-page .skp-trust-strip article {
    position: relative;
    border-right: 0;
    border-bottom: 0;
  }

  .skp-page .skp-trust-strip article::after {
    height: 64px;
    background: rgba(255, 255, 255, 0.34);
  }

  .skp-page .skp-botox-logo,
  .skp-page .skp-purple-mark,
  .skp-page .skp-clock-mark {
    position: absolute;
    left: 18px;
    top: 27px;
  }

  .skp-page .skp-trust-strip article:nth-child(2n)::after {
    display: none;
  }

  .skp-page .skp-treatment,
  .skp-page .skp-split,
  .skp-page .skp-results,
  .skp-page .skp-safety {
    margin-left: 20px;
    margin-right: 20px;
  }

  .skp-page .skp-trust-strip article:nth-last-child(-n + 2)::before {
    display: none;
  }

  .skp-page .skp-info-grid {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .skp-page .skp-info-card {
    min-height: unset;
    padding: 22px 28px 29px 122px;
  }

  .skp-page .skp-info-card .skp-learn-link {
    margin-top: 0;
  }

  .skp-page .skp-area-grid article {
    max-width: 200px;
  }

  .skp-page .skp-alle {
    flex-direction: column;
  }

  .skp-page .skp-split .skp-panel .alle-info {
    align-items: center;
  }

  .skp-page .skp-alle p {
    text-align: center;
  }

  .skp-page .skp-note {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    justify-content: center;
  }

  /* .skp-page .skp-area-grid {
    grid-template-columns: repeat(4, 1fr);
} 

  .skp-page .skp-area-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .skp-page .skp-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    padding: 0 38px;
  }

  .skp-page .skp-expect {
    padding: 38px 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0;
  }

  .skp-page .skp-expect h2 {
    margin-bottom: 24px;
  }

  .skp-page .skp-steps article {
    min-height: unset;
    padding: 10px 34px 10px 18px;
    column-gap: 20px;
  }

  .skp-page .skp-faq {
    padding: 35px 32px 30px;
  }

  .skp-page .skp-alle-logo {
    font-size: 66px;
  }

  .skp-page .skp-steps article:nth-child(odd) {
    border-right: 1px solid var(--skp-divider);
  }

  .skp-page .skp-steps article:nth-child(2n) {
    border-right: 0;
  }

  .skp-page .skp-alle {
    display: flex;
    padding: 30px 20px 30px 40px;
  }

  .skp-page .skp-steps article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .skp-page .skp-cta {
    padding: 14px 20px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 16px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .skp-page .skp-cta-text {
    gap: 12px;
  }

  .skp-page .skp-cta strong {
    font-size: 17px;
  }

  .skp-page .skp-cta small {
    font-size: 11px;
  }

  .skp-page .skp-phone {
    grid-column: auto;
    justify-self: center;
    gap: 9px;
    font-size: 14px;
  }

  .skp-page .skp-phone img {
    width: 23px;
    height: 23px;
  }

  .iv-nw-drip-section.iv-nw-drip-treatments,
  .iv-nw-drip .iv-nw-drip-boosters,
  .iv-nw-drip .iv-nw-drip-faq {
    margin-left: 20px;
    margin-right: 20px;
  }


  .ivh-page {
    --page-margin: 20px;
  }

  .ivh-page .site-header {
    gap: 18px;
  }

  .ivh-page .logo {
    width: 180px;
  }

  .ivh-page .logo span {
    font-size: 28px;
  }

  .ivh-page .main-nav {
    gap: 18px;
  }

  .ivh-page .hero {
    min-height: 590px;
  }

  .ivh-page .hero-content {
    width: 53%;
  }

  .ivh-page .cta-footer {
    padding-right: 5%;
    padding-left: 5%;
  }

  .ivh-page h2,
  .ivh-page .cta-footer .cta-footer__title {
    font-size: 28px;
  }

  .iv-nw-drip {
    --min-font-size: 14px;
  }

  .iv-nw-drip {
    font-size: 14px;
  }

  .iv-nw-drip .iv-nw-drip-site-header {
    padding-inline: 28px;
    gap: 22px;
  }

  .iv-nw-drip .iv-nw-drip-menu-toggle {
    display: block;
    order: 3;
  }

  .iv-nw-drip .iv-nw-drip-main-nav {
    display: none;
    position: absolute;
    inset: 88px 0 auto;
    padding: 15px 25px 25px;
    background: #fff;
    box-shadow: 0 8px 14px rgba(0, 0, 0, .08);
  }

  .iv-nw-drip .iv-nw-drip-main-nav.iv-nw-drip-open {
    display: grid;
  }

  .iv-nw-drip .iv-nw-drip-main-nav a {
    padding: 8px 0;
  }

  .iv-nw-drip .iv-nw-drip-header-book {
    display: none;
  }

  .iv-nw-drip .iv-nw-drip-main-nav .iv-nw-drip-nav-book {
    min-height: 46px;
    margin-top: 8px;
    padding: 0 20px;
    display: inline-flex;
    justify-self: stretch;
    border: 0;
    background: linear-gradient(135deg, var(--teal-dark), #08798a);
    color: #fff;
    box-shadow: 0 9px 20px rgba(0, 73, 90, .18);
  }

  .iv-nw-drip .iv-nw-drip-main-nav .iv-nw-drip-nav-book:hover,
  .iv-nw-drip .iv-nw-drip-main-nav .iv-nw-drip-nav-book:focus-visible {
    border-color: transparent;
    background: linear-gradient(135deg, #003d4b, #00697a);
    color: #fff;
    box-shadow: 0 13px 24px rgba(0, 73, 90, .26);
  }

  .iv-nw-drip .iv-nw-drip-nav-book img {
    width: 22px;
    height: 22px;
  }

  .iv-nw-drip .iv-nw-drip-treatment-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .iv-nw-drip .iv-nw-drip-treatment-card {
    grid-column: span 2;
  }

  .iv-nw-drip .iv-nw-drip-treatment-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .iv-nw-drip .iv-nw-drip-treatment-card:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .iv-nw-drip .iv-nw-drip-booster-layout {
    grid-template-columns: 1fr;
  }

  .iv-nw-drip .iv-nw-drip-book-footer {
    padding-inline: 40px;
  }

  .iv-nw-drip .iv-nw-drip-safety a {
    width: 60%;
  }

  .iv-nw-hrt .iv-nw-hrt-site-header {
    height: 82px;
    grid-template-columns: 1fr auto;
    padding-inline: 22px;
  }

  .iv-nw-hrt .iv-nw-hrt-brand-mark {
    width: 32px;
    height: 46px;
  }

  .iv-nw-hrt .iv-nw-hrt-brand strong {
    font-size: 23px;
  }

  .iv-nw-hrt .iv-nw-hrt-brand small {
    margin-top: 4px;
    font-size: 7px;
    letter-spacing: 3px;
  }

  .iv-nw-hrt .iv-nw-hrt-menu-button {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    cursor: pointer;
  }

  .iv-nw-hrt .iv-nw-hrt-menu-button span,
  .iv-nw-hrt .iv-nw-hrt-menu-button span::before,
  .iv-nw-hrt .iv-nw-hrt-menu-button span::after {
    width: 25px;
    height: 2px;
    display: block;
    position: relative;
    background: var(--green);
    transition: .25s;
  }

  .iv-nw-hrt .iv-nw-hrt-menu-button span::before,
  .iv-nw-hrt .iv-nw-hrt-menu-button span::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .iv-nw-hrt .iv-nw-hrt-menu-button span::before {
    top: -8px;
  }

  .iv-nw-hrt .iv-nw-hrt-menu-button span::after {
    top: 8px;
  }

  .iv-nw-hrt .iv-nw-hrt-nav-toggle:checked+.iv-nw-hrt-menu-button span {
    background: transparent;
  }

  .iv-nw-hrt .iv-nw-hrt-nav-toggle:checked+.iv-nw-hrt-menu-button span::before {
    top: 0;
    transform: rotate(45deg);
  }

  .iv-nw-hrt .iv-nw-hrt-nav-toggle:checked+.iv-nw-hrt-menu-button span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .iv-nw-hrt .iv-nw-hrt-main-nav {
    padding: 14px 24px 22px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 12px 20px rgba(0, 0, 0, .1);
  }

  .iv-nw-hrt .iv-nw-hrt-main-nav a {
    padding: 12px;
    border-bottom: 1px solid #eee;
  }

  .iv-nw-hrt .iv-nw-hrt-main-nav .iv-nw-hrt-mobile-book-button {
    min-height: 46px;
    margin-top: 14px;
    padding: 0 20px;
    display: inline-flex;
    border: 0;
    border-radius: 24px;
    color: white;
    background: linear-gradient(100deg, #0d3b1e, #082d17);
  }

  .iv-nw-hrt .iv-nw-hrt-nav-toggle:checked~.iv-nw-hrt-main-nav {
    display: flex;
  }

  .iv-nw-hrt .iv-nw-hrt-header-button {
    display: none;
  }

  .iv-nw-hrt .iv-nw-hrt-hero {
    min-height: 520px;
    grid-template-columns: 47% 53%;
  }

  .iv-nw-hrt .iv-nw-hrt-hero-copy {
    max-width: none;
    padding: 42px clamp(24px, 5vw, 52px);
  }

  .iv-nw-hrt .iv-nw-hrt-hero-image {
    min-height: 520px;
    background-position: center 38%;
  }

  .iv-nw-hrt .iv-nw-hrt-section-shell {
    width: min(100% - 40px, 900px);
    padding-top: 30px;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-copy h2 {
    font-size: 21px;
  }

  .iv-nw-hrt .iv-nw-hrt-pathway {
    padding-bottom: 20px;
  }

  .iv-nw-hrt h1 {
    font-size: 44px;
  }

  .iv-nw-hrt .iv-nw-hrt-gold-button {
    min-height: 43px;
  }

  .iv-nw-hrt .iv-nw-hrt-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .iv-nw-hrt .iv-nw-hrt-pricing-grid .iv-nw-hrt-product-wrap:nth-child(3) {
    width: calc((100% - 28px) / 2);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .iv-nw-hrt .iv-nw-hrt-section-heading h2 {
    font-size: 28px;
  }

  .iv-nw-hrt .iv-nw-hrt-notice {
    gap: 8px;
  }

  .iv-nw-hrt .iv-nw-hrt-notice-icon {
    width: 58px;
    height: 58px;
  }

  .iv-nw-hrt .iv-nw-hrt-notice-icon i {
    font-size: 23px;
  }

  .iv-nw-hrt .iv-nw-hrt-symptom-intro h2,
  .iv-nw-hrt .iv-nw-hrt-symptom-intro p {
    text-align: center;
  }

  .iv-nw-hrt .iv-nw-hrt-symptom-intro .iv-nw-hrt-gold-line {
    margin-left: auto;
    margin-right: auto;
  }

  .iv-nw-hrt .iv-nw-hrt-product-card {
    min-height: 510px;
    padding-inline: clamp(24px, 4vw, 38px);
  }

  .iv-nw-hrt .iv-nw-hrt-card-note {
    margin-inline: 5px;
  }

  .iv-nw-hrt .iv-nw-hrt-symptoms {
    padding: 56px 0 48px;
    grid-template-columns: 1fr;
  }

  .iv-nw-hrt .iv-nw-hrt-symptom-list {
    grid-template-columns: repeat(3, 1fr);
    border-left: 0;
  }

  .iv-nw-hrt .iv-nw-hrt-symptom-list>div:nth-child(4) {
    border-left: 0;
  }

  .iv-nw-hrt .iv-nw-hrt-steps {
    grid-template-columns: 1fr 1fr;
  }

  .iv-nw-hrt .iv-nw-hrt-step::after {
    display: none;
  }

  .iv-nw-hrt .iv-nw-hrt-faq-grid {
    grid-template-columns: 1fr;
  }

  .iv-nw-hrt .iv-nw-hrt-faq-grid>details:nth-child(even) {
    border-left: 0;
  }

  .iv-nw-hrt .iv-nw-hrt-faq-grid .iv-nw-hrt-faq-last {
    grid-column: auto;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-inner {
    width: min(1280px, calc(100% - 40px));
    grid-template-columns: 72px 1.15fr 1.55fr;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-action {
    grid-column: auto;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header {
    height: 82px;
    padding: 0 24px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__logo strong {
    font-size: 28px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__logo-mark {
    width: 37px;
    height: 44px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links {
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    width: 100%;
    padding: 22px 24px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 10px 20px rgba(6, 47, 27, .12);
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links.iv-nw-colonic-is-open {
    display: flex;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links .iv-nw-colonic-nav-links__link {
    font-size: 14px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__menu-button {
    display: block;
    cursor: pointer;
    line-height: 1;
  }

  .iv-nw-colonic .iv-nw-colonic-hero {
    height: 480px;
    grid-template-columns: 50% 50%;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-content {
    max-width: 440px;
    margin-left: 7%;
    padding: 34px 30px 32px 0;
  }

  .iv-nw-colonic .iv-nw-colonic-hero h1 {
    font-size: 46px;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-image {
    background-position: center;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-image:before {
    width: 22%;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .75) 28%, rgba(255, 255, 255, .35) 62%, rgba(255, 255, 255, 0) 100%);
  }

  .iv-nw-colonic .iv-nw-colonic-process-grid {
    margin-left: 0;
    margin-right: 0;
    gap: 20px;
  }

  .iv-nw-colonic .iv-nw-colonic-process-card {
    grid-template-columns: 65px 1fr 12px;
    gap: 10px;
  }

  .iv-nw-colonic .iv-nw-colonic-round-icon {
    width: 65px;
    height: 65px;
  }

  .iv-nw-colonic .iv-nw-colonic-prep-box {
    grid-template-columns: 60px 1.5fr 1fr;
    padding: 18px;
  }

  .iv-nw-colonic .iv-nw-colonic-colon-icon {
    width: 60px;
    height: 60px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid h3 {
    font-size: 15px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid p {
    font-size: 14px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-cta {
    padding-left: 30px;
    padding-right: 30px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-action {
    width: min(100%, 420px);
  }

  .iv-nw-colonic .iv-nw-colonic-section {
    padding: 25px 20px;
  }

  .iv-nw-colonic .iv-nw-colonic-faq-section {
    padding-top: 10px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-title h2 {
    font-size: 24px;
  }

  .iv-nw-colonic .iv-nw-colonic-section h2 {
    font-size: 26px;
  }

  .iv-nw-colonic .iv-nw-colonic-price {
    font-size: 32px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid article {
    padding: 14px 16px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-cta {
    gap: 125px;
  }

  .iv-nw-peptide .iv-nw-peptide-site-header {
    height: auto;
    flex-wrap: wrap;
  }

  .iv-nw-peptide .iv-nw-peptide-hamburger {
    order: 2;
    width: 42px;
    height: 38px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 2px solid var(--peptide-navy);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
  }

  .iv-nw-peptide .iv-nw-peptide-hamburger span {
    width: 22px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: var(--peptide-navy);
    transition: transform .2s ease, opacity .2s ease;
  }

  .iv-nw-peptide .iv-nw-peptide-menu-toggle:checked+.iv-nw-peptide-hamburger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .iv-nw-peptide .iv-nw-peptide-menu-toggle:checked+.iv-nw-peptide-hamburger span:nth-child(2) {
    opacity: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-menu-toggle:checked+.iv-nw-peptide-hamburger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .iv-nw-peptide .iv-nw-peptide-nav {
    order: 4;
    width: 100%;
    display: none;
    flex: 0 0 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-top: 10px;
    padding: 8px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid var(--peptide-line);
    border-radius: 8px;
    box-shadow: var(--peptide-shadow);
  }

  .iv-nw-peptide .iv-nw-peptide-nav a {
    padding: 12px 14px;
    border-radius: 6px;
  }

  .iv-nw-peptide .iv-nw-peptide-nav a:hover {
    background: #edf5f6;
  }

  .iv-nw-peptide .iv-nw-peptide-pill:hover,
  .iv-nw-peptide .iv-nw-peptide-option-card:hover,
  .iv-nw-peptide .iv-nw-peptide-member-box:hover,
  .iv-nw-peptide .iv-nw-peptide-pricing-box:hover,
  .iv-nw-peptide .iv-nw-peptide-why-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(18, 52, 78, .16);
  }

  .iv-nw-peptide .iv-nw-peptide-menu-toggle:checked+.iv-nw-peptide-hamburger+.iv-nw-peptide-nav {
    display: flex;
  }

  .iv-nw-peptide .iv-nw-peptide-site-header>.iv-nw-peptide-pill-dark {
    display: flex;
  }

  .iv-nw-peptide .iv-nw-peptide-hero {
    min-height: unset;
    padding: 50px 30px 68px;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip {
    margin-left: 20px;
    margin-right: 20px;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip article {
    gap: 5px;
    padding: 17px 15px;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip p {
    font-size: 13px;
  }

  .iv-nw-peptide .iv-nw-peptide-options {
    padding-left: 20px;
    padding-right: 20px;
  }

  .iv-nw-peptide .iv-nw-peptide-journey {
    padding-left: 20px;
    padding-right: 20px;
  }

  .iv-nw-peptide .iv-nw-peptide-steps article {
    align-items: start;
  }

  .iv-nw-peptide .iv-nw-peptide-step-num {
    left: 37px;
    top: -7px;
  }

  .iv-nw-peptide .iv-nw-peptide-mid-grid {
    padding: 18px 20px 14px;
  }

  .iv-nw-peptide .iv-nw-peptide-faq {
    padding: 0 20px 8px;
  }

  .iv-nw-peptide .iv-nw-peptide-final-cta {
    margin-left: 20px;
    margin-right: 20px;
  }

  .iv-nw-peptide .iv-nw-peptide-disclaimer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy {
    padding-left: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-step-icon img {
    width: 38px;
    height: 38px;
  }

  .iv-nw-peptide .iv-nw-peptide-step-icon {
    width: 41px;
    height: 41px;
  }

  .iv-nw-peptide .iv-nw-peptide-mid-grid {
    grid-template-columns: 1fr 1fr;
  }

  .iv-nw-peptide .iv-nw-peptide-mid-grid> :nth-child(3):last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - 17px) / 2);
  }

  .iv-nw-peptide .iv-nw-peptide-faq-cont {
    padding: 0 20px;
  }

  .skp-benefits article {
    padding: 0 18px;
  }

  .skp-fda-badge strong {
    font-size: 30px;
  }

  .skp-page main>section:not(.skp-hero) {
    margin-right: 20px;
    margin-left: 20px;
  }

  .wl-wrap .wl-nw-process-line {
    top: 95px;
    left: calc(16.666% + 10px);
    right: calc(16.666% + 32px);
    width: 660px;
  }

  .iv-nw-drip .iv-nw-drip-safety .yfh-s i {
    font-size: 14px;
  }
  .nouva-price-item > div, .nouva-price-item-2 > div {
    max-width: 100%;
  }
  .main-banner {
    background: linear-gradient(rgba(45, 45, 45, 0.20), rgba(45, 45, 45, 1.2)), 
    url(../images/banner-main.jpeg) no-repeat;
  }

} */

/* @media (max-width:992px) {
  .wl-wrap .wl-nw-cta-box {
    grid-template-columns: 1fr !important;
    justify-items: center;
    text-align: center;
  }


  .wl-wrap .wl-nw-cta-content {
    border-right: none !important;
  }

  .wl-wrap .wl-nw-cta-box {
    padding: 35px 24px !important;
  }

  .wl-wrap .wl-nw-cta-actions {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .skp-header {
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 30px rgba(7, 31, 89, 0.08);
  }

  .skp-brand-mark {
    width: 36px;
    aspect-ratio: 36 / 42;
  }

  .skp-brand-text strong {
    font-size: 23px;
  }

  .skp-brand-text small {
    font-size: 10px;
  }

  .skp-desktop-book {
    display: none;
  }

  .skp-menu-toggle {
    position: relative;
    z-index: 22;
    display: grid;
    place-items: center;
    width: 44px;
    aspect-ratio: 1;
    margin-left: auto;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #fff;
  }

  .skp-menu-toggle span,
  .skp-menu-toggle span::before,
  .skp-menu-toggle span::after {
    display: block;
    width: 20px;
    border-top: 2px solid var(--navy);
  }
.home-expertise {
    padding-left: 0;
    padding-right: 0;
  }
  .skp-menu-toggle span::before,
  .skp-menu-toggle span::after {
    content: "";
    position: absolute;
  }

  .skp-menu-toggle span::before {
    transform: translateY(-7px);
  }

  .skp-menu-toggle span::after {
    transform: translateY(7px);
  }

  .skp-nav {
    position: fixed;
    top: 76px;
    right: 18px;
    left: 18px;
    display: none;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(7, 31, 89, 0.18);
  }

  .skp-nav a {
    display: block;
    padding: 13px 10px;
    border-bottom: 1px solid #edf2f6;
  }

  .skp-nav-check:checked~.skp-nav {
    display: block;
  }

  .skp-hero {
    padding: 104px 22px 44px;
    background:
      linear-gradient(271deg, rgb(255 255 255 / 16%), rgba(255, 255, 255, 0.96) 48%, #ffffff 78%),
      url(../images/skinpenhero.jpg) center top / 150% auto no-repeat, #fff
  }

  .skp-hero-copy {
    width: 100%;
    padding-top: min(48vw, 25px);
  }

  .skp-hero h1 {
    font-size: clamp(36px, 9vw, 38px);
    max-width: 500px;
  }

  .skp-hero h1 span {
    font-size: clamp(36px, 9vw, 38px);
  }

  .skp-kicker {
    font-size: 20px;
  }

  .skp-fda-badge {
    bottom: 85px;
    right: 22px;
    /* width: 88px; */
/* aspect-ratio: 1; 
  }


  .skp-fda-badge strong {
    font-size: 26px;
  }

  .skp-fda-badge small {
    font-size: 14px;
  }


  .skp-benefits,
  .skp-concern-grid,
  .skp-expect-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
  }

  .skp-benefits article,
  .skp-concern-grid span,
  .skp-expect article {
    grid-column: span 2;
  }

  .skp-expect article {
    padding: 6px 10px 6px 74px;
  }

  .skp-expect h3,
  .skp-expect p {
    text-align: left;
  }

  .skp-expect b {
    left: 45px;
    width: 21px;
  }

  .skp-benefits article:nth-child(4),
  .skp-expect article:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .skp-card h2 {
    text-align: left;
  }

  .skp-concern-grid span:nth-child(7) {
    grid-column: 3 / span 2;
  }

  .skp-benefits article {
    padding: 0px 18px;
  }

  .skp-benefits article:nth-child(3n),
  .skp-benefits article:last-child {
    border-right: 0;
  }

  .skp-two-col,
  .skp-bottom-grid {
    grid-template-columns: 1fr;
  }



  .skp-process-steps span:not(:last-child)::after {
    display: none;
  }

  .skp-pricing-box>div:first-child,
  .skp-package span,
  .skp-package strong {
    border-right: 0;
  }

  .skp-pricing-box>div:first-child,
  .skp-package span,
  .skp-package strong {
    border-bottom: none;
    border-right: 1px solid #dce5ee;
  }

  .skp-package strong:last-child {
    border-right: none;
  }

  .skp-pricing-box>div {
    padding: 18px 22px;
  }

  .skp-after {
    border-top: 0;
    border-left: 4px solid #fff;
  }

  .skp-card h2 {
    font-size: 22px;
    padding-bottom: 10px;
  }

  .skp-pricing h3,
  .skp-expect h3 {
    font-size: 14px;
    font-weight: 800;
  }

  .skp-btn,
  .skp-book {
    gap: 8px;
    padding: 12px 16px;
    font-size: 11px;
    white-space: normal;
  }

  .skp-btn span,
  .skp-book span {
    width: 22px;
    aspect-ratio: 1;
  }

  .skp-step-icon {
    width: 54px;
    aspect-ratio: 1;
  }

  .skp-step-icon img {
    width: 32px;
    aspect-ratio: 1;
  }

  .skp-step-icon img[src*="skp-micro"],
  .skp-step-icon img[src*="skp-sun"] {
    width: 34px;
    aspect-ratio: 1;
  }

  .skp-line-icon,
  .skp-expect-media {
    width: 38px;
    aspect-ratio: 1;
  }

  .skp-expect-media img {
    width: 38px;
    aspect-ratio: 1;
  }

  .skp-line-icon img {
    width: 32px;
    aspect-ratio: 1;
  }

  .skp-icon {
    width: 44px;
    aspect-ratio: 1;
  }

  .skp-icon img {
    width: 30px;
    aspect-ratio: 1;
  }

  .skp-concern-grid span,
  .skp-expect article {
    border-bottom: 0;
  }

  .skp-concern-grid span:nth-child(3n),
  .skp-concern-grid span:last-child,
  .skp-expect article:nth-child(3n),
  .skp-expect article:last-child {
    border-right: 0;
  }

  .skp-concern-grid span:last-child,
  .skp-expect article:last-child {
    border-bottom: 0;
  }

  .skp-card h2::before {
    display: none;
  }

  .skp-card h2::after {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 62px;
    transform: translateX(-50%);
  }

  .skp-cta {
    padding: 20px;
  }

  .skp-cta-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .skp-cta>div {
    align-items: flex-start;
    gap: 10px;
    max-width: 340px;
  }

  .skp-btn-light,
  .skp-page .skp-phone {
    min-width: 0;
    width: stretch;
  }

  .skp-phone {
    width: 100%;
    padding: 12px 16px;
  }

  .skp-card {
    text-align: center;
    width: stretch;
    margin: auto;
  }

  .ivh-page .plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ivh-page .plan-card:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - 17px) / 2);
  }

  .ivh-page .system-section .benefit {
    padding: 0 12px;
  }

  .nouva-header {
    position: fixed;
    z-index: 30;
    left: auto;
    transform: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 30px rgba(7, 31, 89, 0.08);
  }

  .nouva-brand-mark {
    width: 36px;
  }

  .nouva-brand-text strong {
    font-size: 23px;
  }

  .nouva-brand-text small {
    font-size: 10px;
  }

  .nouva-menu-toggle {
    position: relative;
    z-index: 32;
    display: grid;
    place-items: center;
    width: 44px;
    aspect-ratio: 1;
    margin-left: auto;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
  }

  .nouva-menu-toggle span,
  .nouva-menu-toggle span::before,
  .nouva-menu-toggle span::after {
    display: block;
    width: 20px;
    border-top: 2px solid var(--navy);
  }

  .nouva-menu-toggle span {
    position: relative;
    height: 0;
  }

  .nouva-menu-toggle span::before,
  .nouva-menu-toggle span::after {
    content: "";
    position: absolute;
  }

  .nouva-menu-toggle span::before {
    transform: translateY(-7px);
  }

  .nouva-menu-toggle span::after {
    transform: translateY(7px);
  }

  .nouva-nav {
    position: fixed;
    top: 76px;
    left: 18px;
    right: 18px;
    display: none;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(7, 31, 89, 0.18);
  }

  .nouva-nav a {
    display: block;
    padding: 13px;
    border-bottom: 1px solid #edf2f6;
  }

  .nouva-nav a:last-child {
    border-bottom: 0;
  }

  .nouva-nav-check:checked~.nouva-nav {
    display: block;
  }

  .nouva-desktop-book {
    display: none;
  }

  .nouva-hero {
    min-height: auto;
    padding: 14px 22px 74px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgb(255 255 255) 33%, rgb(255 255 255 / 89%) 56%, rgb(255 255 255 / 0%) 76%),
      url(../images/neuvadermhero.jpg) calc(100% + 190px) top / auto 100% no-repeat, #f8fbfd;
  }

  .nouva-hero-copy {
    width: 100%;
    padding-top: min(48vw, 25px);
  }

  .nouva-hero h1 {
    font-size: clamp(36px, 9vw, 52px);
  }

  .nouva-concern-grid span:nth-child(n + 6) {
    border-bottom: 1px solid var(--line);
  }

  .nouva-concern-grid span:nth-child(5n) {
    border-right: 1px solid var(--line);
  }

  /* .nouva-info-grid h2,
  .nouva-results h2,
  .nouva-expect h2,
  .nouva-bottom-grid h2,
  .nouva-about h2 {
    font-size: 22px;
    padding-bottom: 15px;
    text-align: center;
    margin: auto;
  } 

  .nouva-kicker {
    font-size: 20px;
  }

  .nouva-book,
  .nouva-btn,
  .nouva-phone {
    gap: 7px;
    padding: 9px 12px;
    font-size: 11px;
    line-height: 1.15;
    white-space: normal;
  }

  .nouva-btn-outline {
    min-width: 180px;
  }

  .nouva-book span,
  .nouva-btn span {
    width: 19px;
    font-size: 12px;
  }

  .nouva-benefits,
  .nouva-info-grid,
  .nouva-member,
  .nouva-results,
  .nouva-expect,
  .nouva-bottom-grid,
  .nouva-cta {
    width: calc(100% - 32px);
  }

  .nouva-benefits {
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    margin-top: -25px;
    padding: 18px;
  }

  .nouva-benefits article,
  .nouva-benefits article:nth-child(2) {
    grid-column: span 3;
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .nouva-benefits article:nth-child(n + 3) {
    padding-top: 16px;
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
  }

  .nouva-concern-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    border: 0;
  }

  .nouva-concern-grid span {
    grid-column: span 2;
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .nouva-concern-grid span:nth-child(10) {
    grid-column: 3 / span 2;
  }

  .nouva-member {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .nouva-member a {
    grid-column: 1 / -1;
    text-align: center;
  }

  .nouva-member p {
    text-align: center;
  }

  .price-tag {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .nouva-price-item {
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .nouva-price-item h3 {
    justify-content: center;
  }

  .nouva-price-item p {
    text-align: center;
  }

  .nouva-result-strip {
    aspect-ratio: 1849 / 700;
  }

  .nouva-price-item:first-child {
    border-top: none;
  }

  .nouva-price-item:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - 17px) / 2);
  }

  .nouva-expect-grid,
  .nouva-bottom-grid {
    grid-template-columns: 1fr;
  }

  .nouva-expect-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .nouva-expect-grid article:not(:last-child)::after {
    display: none;
  }

  .nouva-expect-grid article {
    padding: 6px 12px 6px 75px;
    border: 1px solid var(--line);
    border-radius: 8px;
    display: flex;
  }

  .nouva-step {
    position: absolute;
    top: 28%;
    left: 8px;
    width: 48px;
  }

  .nouva-step img {
    width: 40px;
  }

  .nouva-expect-grid b {
    top: 18px;
    left: 46px;
  }

  .nouva-faq-grid {
    grid-template-columns: 1fr;
  }

  .nouva-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .nouva-btn-light,
  .nouva-phone {
    min-width: 0;
    width: 100%;
  }

  .nouva-cta strong {
    font-size: 22px;
  }

} */

/* @media screen and (max-width:860px) {
  .membership-section .membership-card {
    width: 100%;
    max-width: 352px;
  }

  .membership-section .membership-container {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  /* .main-banner {
    background-position: -816px 29px!important;
    padding: 270px 80px 60px 30px!important;
        background: linear-gradient(rgba(45, 45, 45, 0.20), rgba(45, 45, 45, 1.2)), url(../images/banner-main.jpeg) no-repeat !important;
    background-size: cover !important;
    background-position: calc(50% + -220px) center !important;
} 
   

  .iv-nw-peptide .iv-nw-peptide-cards {
    grid-template-columns: 1fr 1fr;
  }

  .iv-nw-peptide .iv-nw-peptide-option-card {
    min-height: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-cards .iv-nw-peptide-option-card:nth-child(3):last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - 17px) / 2);
  }

  .iv-nw-peptide .iv-nw-peptide-final-cta {
    grid-template-columns: 76px 1fr 260px;
  }
} */

/* @media (max-width:820px) {
  .wl-wrap .wl-nw-process-line {
    top: 95px;
    left: calc(16.666% + 10px);
    right: calc(16.666% + 32px);
    width: 500px;
  }

  .nouva-about h2 {
    margin-left: 0;
  }

  .nouva-price-item-2 {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: auto;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
  }
  .nouva-price-item-2 h3 {
    justify-content: center;
  }
  .nouva-price-item-2 p {
    text-align: center;
  }

  .ivb-page .ivb-split {
    grid-template-columns: 1fr;
  }
} */

/* @media screen and (max-width:768px) {
  .banner-text {
    max-width: 900px;
    margin: 0px 0;
  }

  .physician-section {
    flex-direction: column;
  }

  .nw-services-cont .crd-small {
    flex: 1 1 350px;
  }

  .nw-services-cont .crd-wide {
    flex: 1 1 350px;
  }

  .nw-services-cont .mn-crds img {
    max-height: 160px;
  }

  .memb-sec .memb-head {
    width: 100%;
  }

  .main-banner {
    padding: 200px 20px 40px 20px;
    background-position: -750px 13px;
    object-fit: cover;
    gap: 20px;
  }

  .memb-sec .memb-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
  }

  .memb-sec .memb-card {
    flex: 0 0 90%;
    max-width: 43%;
    width: 30%;
  }

  .nw-th .rev-cont {
    max-width: 95%;
  }

  .nw-services-cont,
  .hero-cards {
    gap: 10px
  }

  .nw-th .rev-cont h6 {
    max-width: 80%;
    text-align: center;
    word-break: break-word;
  }

  .nw-th .rev-cont .con-testi {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
  }

  .new-view .testimonial-container.google-testi {
    width: 100%;
  }

  .nw-th .rev-cont .prev,
  .nw-th .rev-cont .next {
    top: 35%;
  }

  .memb-hero-section .memb-content h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .memb-hero-section .memb-icon-row {
    /* grid-template-columns: repeat(2, 1fr); 
    display: flex;
    gap: 20pxs;
  }

  .memb-hero-section .memb-icon-row .memb-icon-box:nth-child(3) {
    grid-column: span 2;
  }

  .memb-hero-section .memb-image img {
    height: auto;
  }

  .memb-hero-section .memb-icon-box img {
    width: 52px;
  }

  .membership-section {
    padding: 60px 15px;
  }

  .membership-section .membership-container {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .membership-section .membership-card {
    width: 100%;
    max-width: 352px;
  }

  /* Remove scaling on mobile (important) 
  .membership-section .featured {
    transform: scale(1);
  }

  .membership-section h2 {
    font-size: 24px;
  }

  .membership-section .price {
    font-size: 26px;
  }

  .tech-section .tech-content h2 {
    font-size: 24px;
  }

  .tech-section .tech-icons {
    justify-content: left;
  }

  .tech-section .tech-card {
    width: 60%;
  }

  .tech-section .tech-container {
    flex-direction: column;
    align-items: center;
  }

  .why-container.memb-why {
    grid-template-columns: repeat(2, 1fr);
  }

  .wl-wrap .wl-nw-container {
    width: min(100% - 34px, 700px);
  }

  .wl-wrap .wl-nw-header {
    position: relative;
    padding: 16px 0;
    background: var(--wl-white);
    box-shadow: 0 8px 22px rgba(5, 40, 100, .08);
  }

  .wl-wrap .wl-nw-header__inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .wl-wrap .wl-nw-logo {
    margin-right: auto;
  }

  .wl-wrap .wl-nw-header__btn {
    margin-left: auto;
  }

  .wl-wrap .wl-nw-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 24px;
    padding-top: 8px;
    overflow-x: auto;
  }

  .wl-wrap .wl-nw-hero {
    min-height: 0;
    padding: 38px 0 0;
    background: linear-gradient(180deg, #fff 0%, #eef8fc 100%);
  }

  .wl-wrap .wl-nw-hero::before {
    display: none;
  }

  .wl-wrap .wl-nw-hero__grid {
    display: flex;
    flex-direction: column;
    gap: 26px;
    min-height: 0;
  }

  .wl-wrap .wl-nw-hero__content {
    width: 100%;
    text-align: center;
  }

  .wl-wrap .wl-nw-hero__title {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    margin-top: 5px;
  }

  .wl-wrap .wl-nw-hero__desc,
  .wl-wrap .wl-nw-feature-row {
    margin-left: auto;
    margin-right: auto;
  }

  .wl-wrap .wl-nw-btn-row,
  .wl-wrap .wl-nw-trust-row {
    justify-content: center;
  }

  .wl-wrap .wl-nw-hero__image {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% + 34px);
    height: 520px;
    margin: 0 -17px;
    overflow: hidden;
  }

  .wl-wrap .wl-nw-hero__image img {
    object-position: center top;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .wl-wrap .wl-nw-circle-badge {
    top: 34px;
    right: 28px;
  }

  .wl-wrap .wl-nw-process {
    padding-top: 30px;
  }

  .wl-wrap .wl-nw-process-line {
    display: none;
  }

  .wl-wrap .wl-nw-process-card::before {
    display: none;
  }

  .wl-wrap .wl-nw-process-grid,
  .wl-wrap .wl-nw-testimonial-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wl-wrap .wl-nw-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .wl-wrap .wl-nw-benefit-card {
    padding: 24px 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
  }

  .wl-wrap .wl-nw-benefit-card:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, .25);
  }

  .wl-wrap .wl-nw-benefit-card:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .wl-wrap .wl-nw-cta-box {
    grid-template-columns: 80px 1fr;
    gap: 22px;
  }

  .wl-wrap .wl-nw-cta-text,
  .wl-wrap .wl-nw-cta-actions {
    grid-column: 1 / -1;
  }

  .wl-wrap .wl-nw-cta-content {
    padding-right: 0;
    border-right: 0;
  }

  .wl-wrap .wl-nw-footer__inner {
    flex-direction: column;
    text-align: center;
  }

  .wl-wrap .wl-nw-header {
    position: absolute;
    background: rgba(255, 255, 255, .96);
  }

  .wl-wrap .wl-nw-header__inner {
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .wl-wrap .wl-nw-logo {
    margin: 0;
  }

  .wl-wrap .wl-nw-menu-toggle {
    width: 44px;
    height: 40px;
    padding: 8px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 1px solid var(--wl-border);
    border-radius: 8px;
    background: var(--wl-white);
    cursor: pointer;
  }

  .wl-wrap .wl-nw-menu-toggle span {
    width: 23px;
    height: 2px;
    display: block;
    border-radius: 2px;
    background: var(--wl-secondary);
    transition: transform var(--wl-transition), opacity var(--wl-transition);
  }

  .wl-wrap .wl-nw-header__inner.is-open .wl-nw-menu-toggle span:first-child {
    transform: translateY(7px) rotate(45deg);
  }

  .wl-wrap .wl-nw-header__inner.is-open .wl-nw-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .wl-wrap .wl-nw-header__inner.is-open .wl-nw-menu-toggle span:last-child {
    transform: translateY(-7px) rotate(-45deg);
  }

  .wl-wrap .wl-nw-nav,
  .wl-wrap .wl-nw-header__btn {
    display: none;
  }

  .wl-wrap .wl-nw-header__inner.is-open .wl-nw-nav {
    order: 3;
    width: 100%;
    padding: 16px 0 4px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    overflow: visible;
  }

  .wl-wrap .wl-nw-header__inner.is-open .wl-nw-header__btn {
    order: 4;
    width: 100%;
    margin: 12px 0 0;
    display: inline-flex;
  }

  .wl-wrap .wl-nw-hero {
    min-height: 680px;
    padding: 118px 0 32px;
    background: #f2f8fb;
  }

  .wl-wrap .wl-nw-hero::before {
    z-index: 1;
    display: block;
    background: linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .9) 48%, rgba(255, 255, 255, .42) 72%, rgba(255, 255, 255, .18) 100%);
  }

  .wl-wrap .wl-nw-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 58%) minmax(0, 42%);
    min-height: 530px;
  }

  .wl-wrap .wl-nw-hero__content {
    position: relative;
    z-index: 2;
    align-self: center;
    text-align: left;
  }

  .wl-wrap .wl-nw-hero__title {
    margin-left: 0;
    margin-right: 0;
    font-size: 42px;
  }

  .wl-wrap .wl-nw-hero__subtitle {
    font-size: 22px;
  }

  .wl-wrap .wl-nw-hero__desc,
  .wl-wrap .wl-nw-feature-row {
    margin-left: 0;
    margin-right: 0;
  }

  .wl-wrap .wl-nw-feature-row {
    width: 100%;
    margin-bottom: 22px;
  }

  .wl-wrap .wl-nw-feature-card {
    min-height: 78px;
    padding: 0 8px;
  }

  .wl-wrap .wl-nw-feature-icon {
    width: 34px;
    height: 34px;
  }

  .wl-wrap .wl-nw-feature-card span:last-child {
    font-size: 11px;
  }

  .wl-wrap .wl-nw-btn-row {
    width: min(100%, 510px);
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
  }

  .wl-wrap .wl-nw-hero .wl-nw-btn {
    min-height: 48px;
    padding: 0 10px;
    font-size: 11px;
  }

  .wl-wrap .wl-nw-btn__icon {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .wl-wrap .wl-nw-trust-row {
    justify-content: flex-start;
    gap: 7px;
  }

  .wl-wrap .wl-nw-trust-item {
    padding-right: 7px;
    gap: 4px;
    font-size: 12px;
  }

  .wl-wrap .wl-nw-trust-item img {
    width: 13px;
    height: 15px;
    flex-basis: 13px;
  }

  .wl-wrap .wl-nw-hero__image {
    position: absolute;
    top: -118px;
    right: calc((100vw - 95%) / -2);
    bottom: -32px;
    width: 62%;
    height: auto;
    margin: 0;
    opacity: .88;
  }

  .wl-wrap .wl-nw-hero__image img {
    object-position: 54% center;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .35) 12%, #000 34%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .35) 12%, #000 34%);
  }

  .wl-wrap .wl-nw-circle-badge {
    top: 325px;
    right: 8px;
    opacity: 1;
    gap: 4px;
  }

  .wl-wrap .wl-nw-process-line {
    top: 115px;
    left: calc(16.666% + 26px);
    right: calc(16.666% + 35px);
    display: block;
    width: 414px;
  }

  .wl-wrap .wl-nw-process-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .wl-wrap .wl-nw-process-card {
    padding: 0 4px;
  }

  .wl-wrap .wl-nw-process-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
  }

  .wl-wrap .wl-nw-benefits-heading span {
    font-size: 19px;
    letter-spacing: 0;
  }

  .wl-wrap .wl-nw-process-card h3 {
    font-size: 15px;
  }

  .wl-wrap .wl-nw-process-card p {
    font-size: 13px;
  }

  .wl-wrap .wl-nw-benefits-panel {
    padding: 18px 16px 28px;
  }

  .wl-wrap .wl-nw-benefits-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .wl-wrap .wl-nw-benefit-card,
  .wl-wrap .wl-nw-benefit-card:nth-child(odd) {
    position: relative;
    padding: 14px 10px 0;
    border: 0;
  }

  .wl-wrap .wl-nw-benefit-card:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 28%;
    right: 0;
    width: 1px;
    height: 44%;
    background: rgba(255, 255, 255, .35);
  }

  .wl-wrap .wl-nw-section-title {
    font-size: 28px;
    margin-top: 0;
  }

  .wl-wrap .wl-nw-testimonial-card p {
    min-height: 47.5px;
  }

  .wl-wrap .wl-nw-benefit-icon {
    height: 46px;
    margin-bottom: 9px;
  }

  .wl-wrap .wl-nw-benefit-icon img {
    width: 43px;
    height: 43px;
  }

  .wl-wrap .wl-nw-benefit-card h3 {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .wl-wrap .wl-nw-benefit-card p {
    font-size: 12px;
    line-height: 1.45;
  }

  .wl-wrap .wl-nw-footer__inner {
    flex-direction: row;
    text-align: left;
  }

  .wl-wrap .wl-nw-header {
    background: transparent;
    box-shadow: none;
  }

  .wl-wrap .wl-nw-header__inner {
    min-height: 50px;
    align-items: center;
  }

  .wl-wrap .wl-nw-menu-toggle {
    align-self: center;
    background: rgba(255, 255, 255, .88);
  }

  .wl-wrap .wl-nw-header__inner.is-open .wl-nw-nav {
    border-radius: 10px;
    background: rgba(255, 255, 255, .9);
  }

  .wl-wrap .wl-nw-header__btn {
    min-height: 42px;
    padding: 0 16px;
    font-size: 11px;
  }



  .wl-wrap .wl-nw-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wl-wrap .wl-nw-benefit-card:not(:last-child)::after {
    content: none;
  }

  .wl-wrap .wl-nw-benefit-card:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 0;
    width: 1px;
    height: 88%;
    background: rgba(255, 255, 255, .35);
  }

  .wl-wrap .wl-nw-cta-actions {
    display: flex;
    gap: 10px;
  }

  .wl-wrap .wl-nw-cta-actions .wl-nw-btn {
    flex: 1 1 0;
    border-color: rgba(255, 255, 255, .86);
    color: var(--wl-white);
    box-shadow: none;
  }

  .wl-wrap .wl-nw-cta-actions .wl-nw-btn:hover {
    border-color: var(--wl-primary);
    background: linear-gradient(135deg, var(--wl-primary), #007a94);
    color: var(--wl-white);
    box-shadow: 0 16px 30px rgba(0, 152, 170, .18);
  }

  .wl-wrap .wl-nw-header__inner.is-open .wl-nw-nav {
    background: transparent;
  }

  .wl-wrap .wl-nw-hero {
    min-height: 630px;
    padding: 32px 0 26px;
  }

  .wl-wrap .wl-nw-hero__grid {
    min-height: 500px;
  }

  .wl-wrap .wl-nw-hero__image {
    top: -92px;
    bottom: -26px;
  }

  .wl-wrap .wl-nw-header__inner.is-open .wl-nw-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: rgba(242, 249, 252, .92);
    text-align: center;
  }

  .wl-wrap .wl-nw-footer__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
  }

  .wl-wrap .wl-nw-footer p {
    padding: 34px 0 0;
    text-align: center;
  }

  .wl-wrap .wl-nw-footer p::before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }

  .wl-wrap .wl-nw-header__inner.is-open {
    padding: 10px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(5, 40, 100, .16);
  }

  .wl-wrap .wl-nw-header__inner.is-open .wl-nw-nav {
    background: #fff;
  }

  .wl-wrap .wl-nw-hero .wl-nw-btn,
  .wl-wrap .wl-nw-cta .wl-nw-btn {
    font-size: 14px;
  }

  .wl-wrap .wl-nw-hero .wl-nw-btn-row {
    width: min(100%, 350px);
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: 1fr;
  }

  .wl-wrap .wl-nw-cta-box {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .wl-wrap .wl-nw-cta-icon,
  .wl-wrap .wl-nw-cta-content,
  .wl-wrap .wl-nw-cta-text,
  .wl-wrap .wl-nw-cta-actions {
    grid-column: 1;
  }

  .wl-wrap .wl-nw-cta-content,
  .wl-wrap .wl-nw-cta-text {
    text-align: center;
  }

  .wl-wrap .wl-nw-cta-actions {
    width: min(100%, 620px);
    justify-content: center;
  }

  .ivb-page .ivb-hero {
    min-height: 500px;
    padding-top: 0;
  }

  .ivb-page .ivb-hero-bg {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 52%, rgba(255, 255, 255, 0.18) 100%), url("../images/hero.png");
    background-position: center, center center;
    background-size: 100% 100%, cover;
  }

  .ivb-page .ivb-hero-content {
    width: 60%;
    margin-left: 24px;
  }

  .ivb-page .ivb-hero-content h1 {
    font-size: 36px;
  }

  .ivb-page .ivb-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .ivb-page .ivb-info-grid,
  .ivb-page .ivb-split,
  .ivb-page .ivb-safety,
  .ivb-page .ivb-cta {
    grid-template-columns: 1fr;
  }

  .ivb-page .ivb-steps {
    grid-template-columns: 1fr 1fr;

  }

  .ivb-page .ivb-trust-strip {
    width: calc(100% - 32px);
    height: auto;
    margin: 0 16px;
    border-radius: 8px;
  }

  .ivb-page .ivb-trust-strip article {
    min-height: 92px;
    padding: 18px 22px;
    grid-template-columns: 54px 1fr;
  }

  .ivb-page .ivb-trust-strip article::after {
    display: block;
    height: 54px;
  }

  .ivb-page .ivb-trust-strip article:nth-child(2n)::after {
    display: none;
  }

  .ivb-page .ivb-info-grid {
    padding: 18px 20px;
  }

  .ivb-page .ivb-panel,
  .ivb-page .ivb-split,
  .ivb-page .ivb-safety,
  .ivb-page .ivb-cta {
    margin-left: 16px;
    margin-right: 16px;
  }

  /* .ivb-page .ivb-area-labels {
    display: none;
  } 

  .ivb-page .ivb-area-grid {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 0;
  }

  .ivb-page .ivb-area-grid .ivb-area-images {
    display: flex;
    gap: 5px;
  }

  .ivb-page .ivb-area-grid article {
    max-width: 200px;
  }

  .ivb-page .ivb-area-grid article:last-child {
    width: calc(50% - 7px);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .ivb-page .ivb-alle {
    text-align: left;
  }

  .ivb-page .ivb-alle h2 {
    text-align: left;
  }

  .ivb-page .ivb-steps {
    gap: 8px 0;
    padding: 0;
  }

  .ivb-page .ivb-expect {
    padding: 25px 0;
  }

  .ivb-page .ivb-expect h2 {
    margin-bottom: 11px;
  }

  .ivb-page .ivb-steps article {
    min-height: unset;
    padding: 12px 8px;
    grid-template-columns: 66px 1fr;
  }

  .ivb-page .ivb-steps article:nth-child(odd) {
    border-right: 1px solid var(--ivb-divider);
  }

  .ivb-page .ivb-steps article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .ivb-page .ivb-steps img {
    width: 45px;
    height: 45px;
  }

  .ivb-page .ivb-steps b {
    left: 55px;
    top: 9px;
  }

  .ivb-page .ivb-steps p {
    max-width: none;
  }

  .ivb-page .ivb-result-carousel {
    padding: 0 22px;
  }

  .ivb-page .ivb-ba-slider {
    height: 260px;
  }

  .skp-skp-slider {
    height: 250px;
  }

  .ivb-page .ivb-slide-arrow {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  .ivb-page .ivb-cta {
    padding: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 16px;
    row-gap: 10px;
    text-align: left;
  }

  .ivb-page .ivb-cta-text {
    grid-row: 1 / 3;
  }

  .ivb-page .ivb-cta .ivb-button-white {
    width: auto;
    min-width: 190px;
    justify-self: end;
  }

  .ivb-page .ivb-phone {
    justify-self: end;
  }

  /* Mobile hero and content fit 
  .ivb-page .ivb-hero {
    min-height: auto;
    padding: 0 0 45px;
    align-items: flex-start;
  }

  .ivb-page .ivb-hero-bg {
    background-image: linear-gradient(98deg, rgb(255 255 255 / 14%) 0%, rgb(255 255 255 / 30%) 48%, rgb(255 255 255 / 0%) 100%), url(../images/botoxhero.jpg);
    background-position: center, center center;
    background-size: 100% 100%, cover;
  }

  /* .ivb-page .ivb-trust-strip img {
    min-width: unset;
    max-width: unset;
  } 

  .ivb-page .ivb-price-grid strong {
    font-size: 36px;
  }

  .ivb-page .ivb-hero-content h1 {
    font-size: clamp(34px, 8vw, 40px);
  }

  .ivb-page .ivb-hero-content p,
  .ivb-page .ivb-hero-content small {
    max-width: 100%;
  }

  .ivb-page .ivb-button {
    min-height: 40px;
    padding: 0 18px;
    font-size: 11px;
  }

  .ivb-page .ivb-botox-logo,
  .ivb-page .ivb-purple-mark,
  .ivb-page .ivb-clock-mark {
    left: 22px;
    top: 22px;
  }

  /* .ivb-page .ivb-price-grid {
    grid-template-columns: 1fr;
  } 

  .ivb-page .ivb-alle-logo {
    font-size: 52px;
    text-align: center;
  }

  .ivb-page .ivb-ba-slider {
    height: 230px;
  }

  .skp-skp-slider {
    height: 230px;
  }

  .ivb-page .ivb-faq {
    padding-right: 16px;
    padding-left: 16px;
  }

  .ivb-page .ivb-split .ivb-panel .alle-info {
    display: flex;
    flex-direction: column;
  }

  /* Skinpen page 

  .skp-page .skp-hero {
    min-height: 500px;
    padding-top: 0;
  }

  .skp-page .skp-hero-bg {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 52%, rgba(255, 255, 255, 0.18) 100%), url("../images/skinpenhero.jpg");
    background-position: center, center center;
    background-size: 100% 100%, cover;
  }

  .skp-page .skp-hero-content {
    width: 60%;
    margin-left: 24px;
  }

  .skp-page .skp-hero-content h1 {
    font-size: 36px;
  }

  .skp-page .skp-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .skp-page .skp-info-grid,
  .skp-page .skp-split,
  .skp-page .skp-safety,
  .skp-page .skp-cta {
    grid-template-columns: 1fr;
  }

  .skp-page .skp-steps {
    grid-template-columns: 1fr 1fr;
  }

  .skp-page .skp-trust-strip {
    width: calc(100% - 32px);
    height: auto;
    margin: 0 16px;
    border-radius: 8px;
  }

  .skp-page .skp-trust-strip article {
    min-height: 92px;
    padding: 18px 22px;
    grid-template-columns: 54px 1fr;
  }

  .skp-page .skp-trust-strip article::after {
    display: block;
    height: 54px;
  }

  .skp-page .skp-trust-strip article:nth-child(2n)::after {
    display: none;
  }

  .skp-page .skp-info-grid {
    padding: 18px 20px;
  }

  .skp-page .skp-panel,
  .skp-page .skp-split,
  .skp-page .skp-safety,
  .skp-page .skp-cta {
    margin-left: 16px;
    margin-right: 16px;
  }

  /* .skp-page .skp-area-labels {
    display: none;
} 

  .skp-page .skp-area-grid {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 0;
  }

  .skp-page .skp-area-grid .skp-area-images {
    display: flex;
    gap: 5px;
  }

  .skp-page .skp-area-grid article {
    max-width: 200px;
  }

  .skp-page .skp-area-grid article:last-child {
    width: calc(50% - 7px);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .skp-page .skp-alle {
    text-align: left;
  }

  .skp-page .skp-alle h2 {
    text-align: left;
  }

  .skp-page .skp-steps {
    gap: 8px 0;
    padding: 0;
  }

  .skp-page .skp-expect {
    padding: 25px 0;
  }

  .skp-page .skp-expect h2 {
    margin-bottom: 11px;
  }

  .skp-page .skp-steps article {
    min-height: unset;
    padding: 12px 8px;
    grid-template-columns: 66px 1fr;
  }

  .skp-page .skp-steps article:nth-child(odd) {
    border-right: 1px solid var(--skp-divider);
  }

  .skp-page .skp-steps article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .skp-page .skp-steps img {
    width: 45px;
    height: 45px;
  }

  .skp-page .skp-steps b {
    left: 55px;
    top: 9px;
  }

  .skp-page .skp-steps p {
    max-width: none;
  }

  .skp-page .skp-result-carousel {
    padding: 0 22px;
  }

  .skp-page .skp-ba-slider {
    height: 260px;
  }

  .skp-page .skp-slide-arrow {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  .skp-page .skp-cta {
    padding: 18px;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 10px;
    text-align: left;
  }

  .skp-page .skp-cta-text {
    grid-row: 1 / 3;
  }

  .skp-page .skp-cta .skp-button-white {
    width: auto;
    min-width: 190px;
    justify-self: end;
  }

  .skp-page .skp-phone {
    justify-self: end;
  }

  /* Mobile hero and content fit 
  .skp-page .skp-hero {
    min-height: auto;
    padding: 0 20px 45px;
    align-items: flex-start;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 42%, rgb(255 255 255 / 73%) 56%, rgb(255 255 255 / 0%) 76%),
      url(../images/skinpenhero.jpg) right top / auto 132% no-repeat, #dfdfdf;
  }

  .skp-page .skp-hero-bg {
    background-image: linear-gradient(98deg, rgb(255 255 255 / 14%) 0%, rgb(255 255 255 / 30%) 48%, rgb(255 255 255 / 0%) 100%), url(../images/bt-hero.png);
    background-position: center, center center;
    background-size: 100% 100%, cover;
  }

  /* .skp-page .skp-trust-strip img {
    min-width: unset;
    max-width: unset;
} 

  .skp-page .skp-price-grid strong {
    font-size: 36px;
  }

  .skp-page .skp-hero-content h1 {
    font-size: clamp(34px, 8vw, 40px);
  }

  .skp-page .skp-hero-content p,
  .skp-page .skp-hero-content small {
    max-width: 100%;
  }

  .skp-page .skp-button {
    min-height: 40px;
    padding: 0 18px;
    font-size: 11px;
  }

  .skp-page .skp-botox-logo,
  .skp-page .skp-purple-mark,
  .skp-page .skp-clock-mark {
    left: 22px;
    top: 22px;
  }

  /* .skp-page .skp-price-grid {
    grid-template-columns: 1fr;
} 

  .skp-page .skp-alle-logo {
    font-size: 52px;
    text-align: center;
  }

  .skp-page .skp-ba-slider {
    height: 230px;
  }

  .skp-page .skp-faq {
    padding-right: 16px;
    padding-left: 16px;
  }

  .skp-page .skp-split .skp-panel .alle-info {
    display: flex;
    flex-direction: column;
  }

  .ivh-page .site-header {
    height: 72px;
    padding: 0 20px;
  }

  .ivh-page .logo span {
    font-size: 25px;
    letter-spacing: 4px;
  }

  .ivh-page .logo small {
    font-size: 14px;
    letter-spacing: 4px;
    text-align: center;
  }

  .ivh-page .main-nav {
    top: 72px;
  }

  .ivh-page .hero {
    min-height: 400px;
    padding: 52px 20px 52px;
    align-items: center;
  }

  .ivh-page .hero-image {
    object-position: 68% center;
  }

  .ivh-page .hero::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(250, 248, 245, .98) 0%, rgba(250, 248, 245, .93) 58%, rgba(250, 248, 245, .58) 100%),
      linear-gradient(0deg, rgba(250, 248, 245, .32), rgba(250, 248, 245, .32));
  }

  .ivh-page .hero-content {
    z-index: 2;
    width: min(500px, 94%);
    margin: 0;
  }

  .ivh-page h1 {
    font-size: clamp(37px, 8vw, 40px);
  }

  .ivh-page .system-section .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
  }

  .ivh-page .system-section .benefit {
    min-height: 175px;
    margin-bottom: 0;
  }

  .ivh-page .system-section .benefit:nth-child(3)::before {
    display: none;
  }

  .ivh-page .plan-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: unset;
  }

  .ivh-page .plan-card {
    min-height: 355px;
  }

  .ivh-page .cta-footer .cta-footer__intro {
    gap: 14px;
  }

  .ivh-page h2,
  .ivh-page .cta-footer .cta-footer__title {
    font-size: 22px;
  }

  .ivh-page .cta-footer {
    padding-right: 20px;
    padding-left: 20px;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: 18px;
    text-align: center;
  }

  .ivh-page .cta-footer .cta-footer__contact {
    min-height: 94px;
    padding-left: 18px;
  }

  .ivh-page .cta-footer .cta-footer__mark {
    width: 56px;
    height: 56px;
  }

  .ivh-page .cta-footer .cta-footer__mark-image {
    width: 36px;
    height: 36px;
  }

  .ivh-page .cta-footer .cta-footer__text {
    font-size: 12px;
    line-height: 1.45;
  }

  .ivh-page .cta-footer .cta-footer__phone,
  .ivh-page .cta-footer .cta-footer__button {
    width: min(100%, 235px);
  }

  .ivh-page .cta-footer .cta-footer__phone {
    gap: 10px;
  }

  .ivh-page .cta-footer .cta-footer__phone-icon {
    width: 24px;
    height: 24px;
  }

  .ivh-page .cta-footer .cta-footer__phone-text {
    font-size: 16px;
  }

  .ivh-page .cta-footer .cta-footer__button {
    min-height: 38px;
    padding: 7px 12px;
    gap: 6px;
    font-size: 11px;
  }

  .ivh-page .cta-footer .cta-footer__button-icon {
    font-size: 19px;
  }

  .iv-nw-drip {
    --min-font-size: 12px;
  }

  .iv-nw-drip {
    font-size: var(--min-font-size);
  }

  .iv-nw-drip .iv-nw-drip-brand-name small,
  .iv-nw-drip .iv-nw-drip-main-nav,
  .iv-nw-drip .iv-nw-drip-eyebrow,
  .iv-nw-drip .iv-nw-drip-section-heading p,
  .iv-nw-drip .iv-nw-drip-treatment-card p,
  .iv-nw-drip .iv-nw-drip-treatment-card small,
  .iv-nw-drip .iv-nw-drip-price-list,
  .iv-nw-drip .iv-nw-drip-membership p,
  .iv-nw-drip .iv-nw-drip-booster-grid h3,
  .iv-nw-drip .iv-nw-drip-symptom-card>h3,
  .iv-nw-drip .iv-nw-drip-symptom-card h4,
  .iv-nw-drip .iv-nw-drip-symptom-card p,
  .iv-nw-drip .iv-nw-drip-safety p,
  .iv-nw-drip .iv-nw-drip-safety a,
  .iv-nw-drip details,
  .iv-nw-drip .iv-nw-drip-footer-copy p {
    font-size: 12px;
  }

  .iv-nw-drip .iv-nw-drip-site-header {
    height: 76px;
  }

  .iv-nw-drip .iv-nw-drip-brand-name {
    font-size: 24px;
  }

  .iv-nw-drip .iv-nw-drip-brand-drop {
    width: 34px;
    height: 44px;
    flex-basis: 34px;
  }

  .iv-nw-drip .iv-nw-drip-main-nav {
    inset-block-start: 76px;
  }

  .iv-nw-drip .iv-nw-drip-hero {
    min-height: unset;
    padding: 42px 28px;
    background-position: 58% center;
  }

  .iv-nw-drip .iv-nw-drip-hero-content {
    width: 55%;
  }

  .iv-nw-drip .iv-nw-drip-hero h1 {
    font-size: 48px;
  }

  .iv-nw-drip .iv-nw-drip-treatment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .iv-nw-drip .iv-nw-drip-treatment-card,
  .iv-nw-drip .iv-nw-drip-treatment-card:nth-child(4) {
    grid-column: auto;
  }

  .iv-nw-drip .iv-nw-drip-treatment-card:nth-child(5) {
    width: calc(50% - 7px);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .iv-nw-drip .iv-nw-drip-membership {
    padding-inline: 22px;
    flex-wrap: nowrap;
    gap: 18px;
  }

  .iv-nw-drip .iv-nw-drip-membership>div:nth-child(2) {
    flex: 1;
  }

  .iv-nw-drip .iv-nw-drip-outline-button {
    min-width: 220px;
    margin-left: auto;
    padding-inline: 18px;
  }

  .iv-nw-drip .iv-nw-drip-booster-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .iv-nw-drip .iv-nw-drip-booster-grid article:nth-child(3) {
    border-right: 0;
  }

  .iv-nw-drip .iv-nw-drip-booster-grid article:nth-child(-n+3) {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
  }

  .iv-nw-drip .iv-nw-drip-booster-grid article:nth-child(n+4) {
    padding-top: 20px;
  }

  .iv-nw-drip .iv-nw-drip-faq-grid {
    gap-inline: 16px;
  }

  .iv-nw-drip .iv-nw-drip-book-footer {
    padding-inline: 24px;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 12px;
  }

  .iv-nw-drip .iv-nw-drip-footer-mark {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
  }

  .iv-nw-drip .iv-nw-drip-footer-mark::before {
    width: 34px;
    height: 44px;
  }

  .iv-nw-drip .iv-nw-drip-footer-copy {
    margin-right: 0;
  }

  .iv-nw-drip .iv-nw-drip-footer-copy h2 {
    font-size: 18px;
  }

  .iv-nw-drip .iv-nw-drip-book-footer .iv-nw-drip-button {
    width: 170px;
    min-height: 46px;
    padding-inline: 10px;
    gap: 7px;
    font-size: 12px;
  }

  .iv-nw-drip .iv-nw-drip-book-footer .iv-nw-drip-button img {
    width: 18px;
    height: 18px;
  }

  .iv-nw-drip .iv-nw-drip-safety a {
    width: 80%;
  }

  .iv-nw-drip .iv-nw-drip-button {
    min-height: 43px;
    border-radius: 10px;
  }

  .iv-nw-drip .iv-nw-drip-treatment-card {
    min-height: unset;
  }

  .iv-nw-drip .iv-nw-drip-price-list,
  .iv-nw-drip .iv-nw-drip-treatment-card i {
    margin-top: 20px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header {
    height: 76px;
    padding: 0 14px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__logo {
    gap: 5px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__logo strong {
    font-size: 20px;
    letter-spacing: 1.5px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__logo small {
    font-size: 9px;
    letter-spacing: 2px;
    margin-top: 4px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__logo-mark {
    width: 29px;
    height: 36px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links {
    top: 76px;
    gap: 20px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links .iv-nw-colonic-nav-links__link {
    font-size: 12px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links .iv-nw-colonic-nav-links__chevron {
    width: 6px;
    height: 6px;
    margin-left: 5px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-button {
    padding: 9px 12px;
  }

  .iv-nw-colonic .iv-nw-colonic-hero {
    height: 380px;
    display: grid;
    grid-template-columns: 55% 45%;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-content {
    max-width: 390px;
    margin-left: 7%;
    padding: 40px 0px 28px 0;
  }

  .iv-nw-colonic .iv-nw-colonic-hero h1 {
    font-size: 38px;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-lead {
    font-size: 14px;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-content>p:last-child {
    font-size: 13px;
    line-height: 1.55;
  }

  .iv-nw-colonic .iv-nw-colonic-gold-line {
    margin: 16px 0;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-image {
    height: auto;
    background-position: center;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-image:before {
    display: block;
    width: 32%;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .82) 30%, rgba(255, 255, 255, .35) 68%, rgba(255, 255, 255, 0) 100%);
  }

  .iv-nw-colonic .iv-nw-colonic-round-icon img {
    width: 33px;
    height: 33px;
  }

  .iv-nw-colonic .iv-nw-colonic-section h2 {
    font-size: 26px;
    text-align: center;
  }

  .iv-nw-colonic .iv-nw-colonic-process-section h2 {
    text-align: left;
  }

  .iv-nw-colonic .iv-nw-colonic-process-grid {
    grid-template-columns: 1fr;
    margin: 25px auto;
    max-width: unset;
    gap: 12px;
  }

  .iv-nw-colonic .iv-nw-colonic-process-card {
    grid-template-columns: 65px 1fr;
    padding: 12px 0;
  }

  .iv-nw-colonic .iv-nw-colonic-process-card .iv-nw-colonic-arrow {
    display: none;
  }

  .iv-nw-colonic .iv-nw-colonic-prep-box {
    grid-template-columns: 60px 1.5fr 1fr;
    gap: 16px;
  }

  .iv-nw-colonic .iv-nw-colonic-prep-links {
    grid-column: auto;
  }

  .iv-nw-colonic .iv-nw-colonic-prep-links .iv-nw-colonic-button {
    padding: 12px 10px;
    font-size: 12px;
  }

  .iv-nw-colonic .iv-nw-colonic-pricing-grid {
    max-width: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .iv-nw-colonic .iv-nw-colonic-price-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 0;
    max-width: none;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid article {
    position: relative;
    border: 0;
    padding: 20px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid article:nth-child(odd):not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 10%;
    right: 0;
    width: 1px;
    height: 80%;
    background: #e8e5de;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid h3 {
    font-size: 14px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid p {
    font-size: 12px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid article:last-child {
    grid-column: 1/-1;
    max-width: 50%;
    margin: auto;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-cta {
    flex-direction: row;
    text-align: left;
    gap: 65px;
    justify-content: unset;
    padding: 18px 22px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-section {
    padding-bottom: 10px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-title {
    gap: 12px;
    text-align: left;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-title h2 {
    font-size: 19px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-title p {
    font-size: 12px;
  }

  .iv-nw-colonic .iv-nw-colonic-calendar {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
  }

  .iv-nw-colonic .iv-nw-colonic-calendar img {
    width: 34px;
    height: 34px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-action {
    width: min(100%, 310px);
  }

  .iv-nw-colonic .iv-nw-colonic-button-gold {
    width: 100%;
    padding: 11px;
    font-size: 12px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-action p {
    font-size: 10px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero {
    min-height: 454px;
    padding: 16px 24px 34px;
    background: linear-gradient(99deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .94) 42%, rgb(255 255 255 / 34%) 68%, rgba(255, 255, 255, .12) 100%), url(../images/peptidehero.jpg) right bottom / 102% auto no-repeat;
  }

  .iv-nw-peptide .iv-nw-peptide-site-header {
    height: auto;
    flex-wrap: wrap;
  }

  .iv-nw-peptide .iv-nw-peptide-brand {
    min-width: auto;
  }

  .iv-nw-peptide .iv-nw-peptide-nav {
    order: 4;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    padding-top: 9px;
    font-size: 11px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy {
    width: 100%;
    max-width: 500px;
    padding-top: 38px;
    padding-left: 10px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy h1 {
    font-size: 33px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy h2 {
    font-size: 31px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy p {
    width: 430px;
    max-width: 100%;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip {
    width: calc(100% - 40px);
    margin-top: -18px;
    grid-template-columns: 1fr 1fr;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip article:nth-child(2) {
    border-right: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip article:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .55);
  }

  .iv-nw-peptide .iv-nw-peptide-options,
  .iv-nw-peptide .iv-nw-peptide-journey,
  .iv-nw-peptide .iv-nw-peptide-faq {
    padding-left: 24px;
    padding-right: 24px;
  }

  .iv-nw-peptide .iv-nw-peptide-cards,
  .iv-nw-peptide .iv-nw-peptide-mid-grid,
  .iv-nw-peptide .iv-nw-peptide-faq-grid {
    grid-template-columns: 1fr 1fr;
  }

  .iv-nw-peptide .iv-nw-peptide-option-card {
    min-height: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-steps {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .iv-nw-peptide .iv-nw-peptide-steps article {
    min-height: 72px;
  }

  .iv-nw-peptide .iv-nw-peptide-chev {
    display: none;
  }

  .iv-nw-peptide .iv-nw-peptide-mid-grid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .iv-nw-peptide .iv-nw-peptide-final-cta {
    margin: 15px 23px;
    display: grid;
    grid-template-columns: 76px 1fr 240px;
  }

  .iv-nw-peptide .iv-nw-peptide-nodes img {
    width: 35px;
    height: 35px;
  }

  .iv-nw-peptide .iv-nw-peptide-rx img {
    width: 36px;
    height: 36px;
  }

  .iv-nw-peptide .iv-nw-peptide-consult img {
    width: 35px;
    height: 35px;
  }

  .iv-nw-peptide .iv-nw-peptide-final-cta p {
    margin: 5px 0 0;
    font-size: 13px;
    font-weight: 600;
    max-width: 99%;
  }

  .iv-nw-peptide .iv-nw-peptide-disclaimer {
    padding-top: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy h1 span {
    font-size: 38px;
  }

  .ivh-page .plan-card:last-child {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: auto;
  }

  .skp-page main>section:not(.skp-hero) {
    margin-left: 20px;
    margin-right: 20px;
  }

  .skp-benefits {
    margin-right: 20px;
    margin-left: 20px;
  }

  .skp-two-col,
  .skp-results,
  .skp-concerns,
  .skp-expect,
  .skp-bottom-grid,
  .skp-cta {
    margin-right: 20px;
    margin-left: 20px;
  }

  .skp-package span,
  .skp-package strong {
    border-right: 1px solid rgba(255, 255, 255, 0.32);
    border-bottom: 0;
  }

  .skp-package strong:last-child {
    border-right: 0;
  }

  .skp-btn,
  .skp-book,
  .skp-phone {
    gap: 7px;
    padding: 10px 14px;
    font-size: 12px;
    white-space: normal;
  }

  .skp-btn span,
  .skp-book span {
    width: 20px;
    font-size: 13px;
  }

  .skp-pricing p strong,
  .skp-prp>strong {
    font-size: 28px;
    line-height: 1;
  }

  .skp-concern-grid span {
    gap: 2px;
  }

  .skp-expect b {
    font-size: 13px;
    left: 46px;
    width: 20px;
  }
} */

/* @media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header.header-sticky .navbar ul.menu li a.main-menu-li {
    color: white !important;
  }

  .main-banner {
    background-position: -490px 16px;
    padding: 270px 80px 60px 30px;
  }
} */

/* @media (min-width: 769px) and (max-width: 1024px) {

  .wl-wrap .wl-nw-container {
    width: min(100% - 96px, 928px);
  }

  .wl-wrap p {
    font-size: 13px;
  }

  .wl-wrap .wl-nw-header {
    padding: 18px 0;
  }

  .wl-wrap .wl-nw-header .wl-nw-container {
    width: calc(100% - 64px);
  }

  .wl-wrap .wl-nw-logo__mark {
    width: 25px;
    height: 31px;
    border-width: 2px;
  }

  .wl-wrap .wl-nw-logo__mark::after {
    inset: 5px;
  }

  .wl-wrap .wl-nw-logo__text {
    font-size: 24px;
  }

  .wl-wrap .wl-nw-logo__text small {
    font-size: 8px;
  }

  .wl-wrap .wl-nw-nav {
    gap: 38px;
  }

  .wl-wrap .wl-nw-nav a {
    font-size: 11px;
  }

  .wl-wrap .wl-nw-nav a::after {
    bottom: -12px;
  }

  .wl-wrap .wl-nw-header__btn {
    min-height: 40px;
    padding: 0 20px;
    font-size: 11px;
  }

  .wl-wrap .wl-nw-hero {
    min-height: 580px;
    padding: 44px 20px 20px;
  }

  .wl-wrap .wl-nw-hero__grid {
    min-height: 466px;
    grid-template-columns: 1fr 1fr;
  }

  .wl-wrap .wl-nw-hero__content {
    padding-top: 8px;
  }

  .wl-wrap .wl-nw-hero__eyebrow {
    font-size: 14px;
  }

  .wl-wrap .wl-nw-hero__title {
    max-width: 420px;
    margin: 9px 0 8px;
    font-size: 45px;
    line-height: 1.06;
  }

  .wl-wrap .wl-nw-hero__subtitle {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .wl-wrap .wl-nw-hero__desc {
    max-width: 450px;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.65;
  }

  .wl-wrap .wl-nw-hero__image {
    right: calc((108vw - 100%) / -2);
    bottom: -20px;
    width: 59%;
    height: calc(100% + 114px);
  }

  .wl-wrap .wl-nw-circle-badge {
    top: 159px;
    right: 16px;
    width: 165px;
    height: 165px;
    padding: 22px;
    gap: 8px;
  }

  .wl-wrap .wl-nw-circle-badge strong {
    font-size: 15px;
  }

  .wl-wrap .wl-nw-circle-badge__icon {
    font-size: 23px;
  }

  .wl-wrap .wl-nw-feature-row {
    max-width: 405px;
    margin-bottom: 18px;
  }

  .wl-wrap .wl-nw-feature-card {
    min-height: 76px;
    padding: 0 12px;
    gap: 5px;
  }

  .wl-wrap .wl-nw-feature-icon {
    width: 34px;
    height: 34px;
  }

  .wl-wrap .wl-nw-feature-card span:last-child {
    font-size: 11px;
  }

  .wl-wrap .wl-nw-btn-row {
    gap: 14px;
    margin-bottom: 18px;
  }

  .wl-wrap .wl-nw-btn {
    min-width: 0;
    min-height: 48px;
    padding: 0 22px;
    font-size: 13px;
  }

  .wl-wrap .wl-nw-btn-row .wl-nw-btn:first-child {
    width: 270px;
  }

  .wl-wrap .wl-nw-btn-row .wl-nw-btn:last-child {
    width: 230px;
  }

  .wl-wrap .wl-nw-trust-row {
    gap: 10px;
    flex-wrap: wrap;
  }

  .wl-wrap .wl-nw-trust-item {
    padding-left: 0;
    padding-right: 12px;
    font-size: 14px;
  }

  .wl-wrap .wl-nw-trust-item img {
    width: 16px;
    height: 16px;
    flex-basis: 14px;
  }

  .wl-wrap .wl-nw-process {
    padding: 10px 0 20px;
  }

  .wl-wrap .wl-nw-section-tag {
    font-size: 13px;
  }

  .wl-wrap .wl-nw-section-title {
    margin-top: 3px;
    font-size: 23px;
    margin-bottom: 15px;
  }

  .wl-wrap .wl-nw-process-grid {
    gap: 30px;
    margin-top: 14px;
  }



  .wl-wrap .wl-nw-process-card::before {
    top: 24px;
    width: 9px;
    height: 9px;
  }

  .wl-wrap .wl-nw-process-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 14px;
    font-size: 30px;
  }

  .wl-wrap .wl-nw-process-icon img {
    width: 36px;
    height: 36px;
  }

  .wl-wrap .wl-nw-step-number {
    width: 21px;
    height: 21px;
    margin: -7px auto 8px;
    font-size: 11px;
  }

  .wl-wrap .wl-nw-process-card h3 {
    margin-bottom: 3px;
    font-size: 16px;
  }

  .wl-wrap .wl-nw-process-card p {
    max-width: 230px;
    font-size: 14px;
  }

  .wl-wrap .wl-nw-benefits {
    padding-bottom: 12px;
  }

  .wl-wrap .wl-nw-benefits-panel {
    padding: 20px 20px 20px;
    border-radius: 15px;
  }

  .wl-wrap .wl-nw-benefits-heading {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .wl-wrap .wl-nw-benefit-card {
    padding: 6px 18px 0;
  }

  .wl-wrap .wl-nw-benefit-icon {
    height: 44px;
    margin-bottom: 6px;
    font-size: 38px;
  }

  .wl-wrap .wl-nw-benefit-icon img {
    width: 43px;
    height: 43px;
  }

  .wl-wrap .wl-nw-benefit-card:first-child .wl-nw-benefit-icon img {
    width: 38px;
  }

  .wl-wrap .wl-nw-benefit-card h3 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .wl-wrap .wl-nw-benefit-card p {
    font-size: 11px;
    line-height: 1.5;
    min-height: 31.19px;
  }

  .wl-wrap .wl-nw-testimonials {
    padding-bottom: 8px;
  }

  .wl-wrap .wl-nw-testimonial-grid {
    gap: 8px;
    margin-top: 6px;
  }

  .wl-wrap .wl-nw-testimonial-card {
    min-height: 112px;
    padding: 15px 22px 21px 50px;
    border-radius: 9px;
  }

  .wl-wrap .wl-nw-quote {
    left: 18px;
    top: 11px;
    font-size: 43px;
  }

  .wl-wrap .wl-nw-testimonial-card p {
    font-size: 14px;
  }

  .wl-wrap .wl-nw-stars {
    margin-top: 7px;
    font-size: 16px;
  }

  .wl-wrap .wl-nw-testimonial-card strong {
    margin-top: -18px;
    font-size: 12px;
  }

  .wl-wrap .wl-nw-results-note {
    margin-top: 5px;
    font-size: 12px;
  }

  .wl-wrap .wl-nw-faq {
    padding-bottom: 10px;
  }

  .wl-wrap .wl-nw-faq-list {
    border-radius: 10px;
  }

  .wl-wrap .wl-nw-faq-question {
    padding: 4px 20px 0;
    grid-template-columns: 20px 1fr 20px;
    gap: 10px;
    font-size: 10px;
  }

  .wl-wrap .wl-nw-faq-question span {
    width: 17px;
    height: 17px;
    font-size: 10px;
  }

  .wl-wrap .wl-nw-faq-question b {
    font-size: 18px;
  }

  .wl-wrap .wl-nw-faq-answer {
    padding: 0 20px 4px 50px;
    font-size: 9px;
  }

  .wl-wrap .wl-nw-cta {
    padding-bottom: 8px;
  }

  .wl-wrap .wl-nw-cta-box {
    min-height: 106px;
    padding: 10px 24px;
    grid-template-columns: 84px 250px 264px 1fr;
    gap: 16px;
    border-radius: 15px;
  }

  .wl-wrap .wl-nw-cta-icon {
    width: 66px;
    height: 66px;
    font-size: 32px;
  }

  .wl-wrap .wl-nw-cta-icon img {
    width: 30px;
    height: 30px;
  }

  .wl-wrap .wl-nw-cta-content {
    padding-right: 16px;
  }

  .wl-wrap .wl-nw-cta-content h2 {
    font-size: 27px;
  }

  .wl-wrap .wl-nw-cta-content h2 span {
    font-size: 34px;
  }

  .wl-wrap .wl-nw-cta-text {
    font-size: 13px;
  }

  .wl-wrap .wl-nw-cta-actions {
    gap: 6px;
  }

  .wl-wrap .wl-nw-cta .wl-nw-btn {
    min-height: 39px;
    font-size: 12px;
  }

  .wl-wrap .wl-nw-cta-actions .wl-nw-btn img {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .wl-wrap .wl-nw-footer {
    padding: 10px 15px;
  }

  .wl-wrap .wl-nw-footer__inner .wl-nw-kf img {
    width: 26px;
  }

  .wl-wrap .wl-nw-footer p {
    font-size: 11px;
  }

  .wl-wrap .wl-nw-footer p::before {
    width: 18px;
    height: 21px;
  }

  .wl-wrap .wl-nw-footer__logo {
    font-size: 22px;
  }

  .wl-wrap .wl-nw-container {
    width: min(100% - 40px, 1000px);
  }

  .wl-wrap .wl-nw-header .wl-nw-container {
    width: calc(100% - 40px);
  }

  .wl-wrap .wl-nw-nav {
    gap: clamp(16px, 2.6vw, 32px);
  }

  .wl-wrap .wl-nw-hero__content {
    position: relative;
    z-index: 2;
    max-width: 525px;
  }

  .wl-wrap .wl-nw-btn-row {
    max-width: 510px;
  }

  .wl-wrap .wl-nw-btn-row .wl-nw-btn:first-child,
  .wl-wrap .wl-nw-btn-row .wl-nw-btn:last-child {
    width: auto;
  }

  .wl-wrap .wl-nw-trust-row {
    gap: 7px;
  }

  .wl-wrap .wl-nw-trust-item {
    padding-right: 8px;
    gap: 5px;
    font-size: 14px;
  }

  .wl-wrap .wl-nw-process-line {
    top: 91px;
    left: calc(16.666% + 10px);
    right: calc(16.666% + 32px);
    width: 634px;
  } 
  .wl-wrap .wl-nw-nav {
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 4px 16px rgba(5, 40, 100, .08);
    backdrop-filter: blur(5px);
  }

  .wl-wrap .wl-nw-nav {
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .wl-wrap .wl-nw-hero__image {
    height: calc(100% + 72px);
  }

  .wl-wrap .wl-nw-faq-question {
    padding: 10px 24px;
    font-size: 14px;
  }

  .wl-wrap .wl-nw-faq-answer {
    padding: 0 20px 0px 53px;
    font-size: 13px;
  }

  .wl-wrap .wl-nw-faq-item.active .wl-nw-faq-answer {
    padding: 0 20px 10px 53px;
  }

  .wl-wrap .wl-nw-faq-item.active .wl-nw-faq-question {
    padding: 13px 24px 8px 22px;
  }

  .wl-wrap .wl-nw-footer__inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    text-align: left;
  }

  .wl-wrap .wl-nw-footer p {
    padding: 0 0 0 0px;
    text-align: left;
  }

  .wl-wrap .wl-nw-hero {
    background: linear-gradient(180deg, rgba(230, 247, 250, .9) 0%, rgba(246, 251, 253, .35) 24%, rgba(255, 255, 255, 0) 58%), linear-gradient(90deg, #fff 0%, #fff 42%, #f1fafc 100%);
    overflow: hidden;
    min-height: unset;
  }

  .wl-wrap .wl-nw-hero::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .9) 43%, rgba(255, 255, 255, .12) 72%, rgba(0, 152, 170, .08) 100%);
  }

  .wl-wrap .wl-nw-hero__image {
    bottom: -50px;
    height: calc(100% + 94px);
  }

  .wl-wrap .wl-nw-hero__image img {
    object-position: 50% center;
  }

  .wl-wrap .wl-nw-faq-question {
    font-size: 15px;
  }

  .wl-wrap .wl-nw-hero .wl-nw-btn-row {
    width: 470px;
    max-width: none;
    gap: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wl-wrap .wl-nw-hero .wl-nw-btn {
    gap: 7px;
    min-width: 0;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 13px;
  }

  .wl-wrap .wl-nw-hero .wl-nw-btn-row .wl-nw-btn:first-child,
  .wl-wrap .wl-nw-hero .wl-nw-btn-row .wl-nw-btn:last-child {
    width: 100%;
  }

} */

/* @media screen and (min-width: 768px) and (max-width: 900px) {
  .about-section .about-container {
    grid-template-columns: 50% 50%;
  }

  .about-section .about-content {
    padding: 25px 20px;
  }

  .about-section .about-content h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  .about-section .about-description {
    font-size: 14px;
  }

  .about-section .icon-row {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .about-section .icon-box img {
    width: 35px;
  }

  .about-section .icon-box p {
    font-size: 11px;
  }

  .team-container {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .team-card {
    width: 100%;
  }

   .team-card {
    flex-direction: column;
  } 

  .team-image,
  .team-content {
    width: unset;
  }
    

  .team-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .team-content {
    padding: 18px;
  }

  .team-content h3 {
    font-size: 20px;
  }

  .cta-section .cta-row {
    padding: 20px 25px;
    gap: 25px;
  }

  .cta-section .cta-left {
    gap: 14px;
  }

  .cta-section .cta-icon img {
    width: 48px;
    height: 48px;
    min-width: 48px;
    margin-top: 6px;
  }

  .cta-section .cta-left h3 {
    font-size: 20px;
    line-height: 1;
  }

  .cta-section .cta-left p {
    font-size: 12px;
  }

  .cta-section .cta-btn {
    padding: 14px 24px;
    font-size: 13px;
    min-width: unset;
    text-align: center;
  }
} */

/*index page css ends */

/* @media screen and (max-width:767px) {
  .main-banner .banner-text .text-box2 h1 {
    font-size: 38px;
  }

  .main-banner .banner-text h2 {
    font-size: 16px;
    letter-spacing: normal;
  }

  /* .main-banner{
        padding: 100px 20px;
    } 
  .welcome-sec {
    padding: 20px 20px;
  }

  .welcome-sec h1 {
    font-size: 24px;
  }

  .welcome-sec h3 {
    font-size: 17px;
  }

  .welcome-sec .inner-sec .intro-div {
    padding: 0px 10px;
  }

  .inner-sec .intro-div p {
    font-size: 16px;
  }

  .services-sec .srvc-text.text-side {
    padding: 10px 20px;
  }

  .srvc-img {
    display: none;
  }

  .services-sec .srvc-inner-sec .srvc-text {
    width: 100%;
  }

  .hide-img {
    display: block;
  }

  .services-sec .srvc-text.text-side h2,
  .services-sec .srvc-text p {
    padding: 0px;
  }

  .services-sec .srvc-inner-sec .srvc-btn {
    margin: 20px 0px;
  }

  .srvc-inner-sec .srvc-text.text-side.mobile-div {
    padding-top: 30px;
  }

  .google-testi .slider .slick-slide blockquote {
    margin: 20px 0px 0px;
  }

  .main-banner {
    /* background: linear-gradient(rgba(45, 45, 45, 0.20), rgba(45, 45, 45, 0.20)), url(../images/mob-bg-banner.jpg) no-repeat; */
/* background: linear-gradient(rgba(45, 45, 45, 0.20), rgba(45, 45, 45, 0.20)), url(../images/banner1-mobile.jpg) no-repeat; 
    background: linear-gradient(rgba(0, 0, 0, 0.51),
        rgba(0, 0, 0, 0.51)), url(../images/banner-main.jpeg) no-repeat;
    margin-top: -160.8px;
    background-position: -710px 23px;
  }

  .page-wrapper.b-color {
    display: inline-block;
    width: 94%;
  }

  .new-view .testimonial-container.google-testi {
    width: calc(100% - 0%);
  }

  .header.header-sticky .navbar ul.menu li a.main-menu-li {
    color: white !important;
  }

  .top-banner-sec .top-items li i {
    font-size: 18px;
    padding-right: 5px;
    padding-left: 10px;
    /* color: white !important; 
  }

  .main-banner .banner-text .text-box2 h1 {
    line-height: 40px;
  }

  .main-banner .banner-text .text-box2 h1 span {
    font-size: 42px;
  }

  .about-section .about-container {
    grid-template-columns: 1fr;
  }

  .about-section {
    padding: 0;
  }

  .about-section .about-content {
    padding: 20px 15px;
    text-align: center;
  }

  .about-section .about-content h1 {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
  }

  .about-section .about-description {
    font-size: 14px;
  }

  .about-section .icon-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .about-section .title-line {
    margin: 15px auto;
  }

  .team-section h2,
  .why-section h2 {
    font-size: 23px;
  }

  .team-container {
    grid-template-columns: 1fr;
  }

  .team-card {
    flex-direction: column;
  }

  .team-image,
  .team-content {
    width: 100%;
  }

  .team-content {
    text-align: left;
  }

  .small-line {
    margin-left: auto;
    margin-right: auto;
  }

  .why-container {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .why-box {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 25px;
  }

  .why-box:last-child {
    border-bottom: none;
  }

  .gallery-row {
    flex-direction: column;
  }

  .gallery-img {
    width: 100%;
  }

  .gallery-img img {
    height: 220px;
  }

  .cta-section .cta-row {
    flex-direction: column;
    gap: 20px;
    padding: 25px 20px;
    text-align: center;
  }

  .cta-section .cta-left {
    flex-direction: column;
  }

  .cta-section .cta-left h3 {
    font-size: 22px;
  }
} */


/* @media (min-width: 426px) and (max-width: 768px) {
  .wl-wrap .wl-nw-hero .wl-nw-container {
    width: calc(100% - 34px);
  }

  .wl-wrap .wl-nw-hero__content {
    padding-left: 20px;
  }

  .wl-wrap .wl-nw-cta-box {
    min-height: 0;
    padding: 14px 18px;
    gap: 12px 16px;
  }

  .wl-wrap .wl-nw-cta-icon {
    width: 56px;
    height: 56px;
  }

  .wl-wrap .wl-nw-cta-icon img {
    width: 32px;
    height: 32px;
  }

  .wl-wrap .wl-nw-circle-badge strong {
    font-size: 14px;
  }

  .wl-wrap .wl-nw-cta-content h2 {
    font-size: 24px;
  }

  .wl-wrap .wl-nw-cta-content h2 span {
    font-size: 31px;
  }

  .wl-wrap .wl-nw-cta-text {
    font-size: 14px;
    line-height: 1.5;
    max-width: 400px;
  }

  .wl-wrap .wl-nw-cta .wl-nw-btn {
    min-height: 40px;
    padding: 0 10px;
  }

  .wl-wrap .wl-nw-footer__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    text-align: left;
  }

  .wl-wrap .wl-nw-footer p {
    padding: 0 0 0 0px;
    text-align: left;
  }

  .wl-wrap .wl-nw-footer p::before {
    left: 0;
    top: 2px;
    transform: none;
  }

  .wl-wrap .wl-nw-footer__logo {
    margin-left: auto;
  }

  .iv-nw-peptide .iv-nw-peptide-cards .iv-nw-peptide-option-card:nth-child(3):last-child,
  .iv-nw-peptide .iv-nw-peptide-mid-grid> :nth-child(3):last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - 17px) / 2);
  }

} */

/* @media screen and (max-width:550px) {
  .iv-nw-peptide .iv-nw-peptide-cards .iv-nw-peptide-option-card:nth-child(3):last-child {
    width: unset;
  }

  .iv-nw-drip .iv-nw-drip-footer-button {
    flex-direction: column;
    gap: 14px;
  }

  .iv-nw-hrt {
    font-size: 14px;
  }

  .nouva-btn-outline {
    padding: 16px 20px !important;
  }

  .iv-nw-hrt .iv-nw-hrt-site-header {
    padding-inline: 14px;
    grid-template-columns: 1fr auto;
  }

  .iv-nw-hrt .iv-nw-hrt-brand strong {
    font-size: 21px;
  }

  .iv-nw-hrt .iv-nw-hrt-hero-copy {
    padding: 38px 23px 42px;
  }

  .iv-nw-hrt .iv-nw-hrt-hero {
    min-height: unset;
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: start;
    grid-template-columns: 1fr;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.81) 0%, rgba(255, 255, 255, 0.81) 100%),
      url("../images/hrt-hero.jpg") 0% center / cover no-repeat;
  }

  .iv-nw-hrt h1 {
    font-size: 36px;
  }

  .iv-nw-hrt .iv-nw-hrt-hero-lead {
    font-size: 16px;
  }

  .iv-nw-hrt .iv-nw-hrt-hero-image {
    display: none;
  }

  .iv-nw-hrt .iv-nw-hrt-section-shell {
    width: calc(100% - 28px);
  }

  .iv-nw-hrt .iv-nw-hrt-pricing-grid {
    grid-template-columns: 1fr;
  }

  .iv-nw-hrt .iv-nw-hrt-pricing-grid .iv-nw-hrt-product-wrap:nth-child(3) {
    width: 100%;
    grid-column: auto;
  }

  .iv-nw-hrt .iv-nw-hrt-solutions {
    padding-top: 40px;
  }

  .iv-nw-hrt .iv-nw-hrt-section-heading {
    margin-bottom: 28px;
  }

  .iv-nw-hrt .iv-nw-hrt-symptoms {
    padding: 40px 0 20px;
  }

  .iv-nw-hrt .iv-nw-hrt-pathway {
    padding: 32px 0 20px;
  }

  .iv-nw-hrt .iv-nw-hrt-split-price strong {
    font-size: 30px;
  }

  .iv-nw-hrt .iv-nw-hrt-faq {
    padding: 24px 0 48px;
  }

  .iv-nw-hrt .iv-nw-hrt-pathway>h2,
  .iv-nw-hrt .iv-nw-hrt-faq>h2 {
    margin-bottom: 24px;
  }

  .iv-nw-hrt .iv-nw-hrt-eyebrow {
    font-size: 12px;
  }

  .iv-nw-hrt .iv-nw-hrt-price strong {
    font-size: 30px;
  }

  .iv-nw-hrt .iv-nw-hrt-card-note {
    text-align: center;
  }

  .nouva-member a {
    margin-right: 0;
  }

  .nouva-calendar {
    width: 60px;
  }

  .iv-nw-hrt .iv-nw-hrt-product-icon {
    width: 65px;
    height: 65px;
  }

  .iv-nw-hrt .iv-nw-hrt-product-icon img {
    width: 33px;
    height: 33px;
  }

  .iv-nw-hrt .iv-nw-hrt-check-list {
    margin-top: 5px;
  }

  .iv-nw-hrt .iv-nw-hrt-section-heading h2 {
    font-size: 24px;
  }

  .iv-nw-hrt .iv-nw-hrt-product-card {
    min-height: unset;
    padding: 20px 22px 16px;
  }

  .iv-nw-hrt .iv-nw-hrt-notice {
    padding: 16px;
    grid-template-columns: 48px 1fr;
    align-items: start;
    margin-top: 20px;
  }

  .iv-nw-hrt .iv-nw-hrt-notice-icon {
    width: 48px;
    height: 48px;
    font-size: 30px;
  }

  .iv-nw-hrt .iv-nw-hrt-symptom-list {
    grid-template-columns: 1fr 1fr;
  }

  .iv-nw-hrt .iv-nw-hrt-symptom-list>div:nth-child(odd) {
    border-left: 0;
  }

  .iv-nw-hrt .iv-nw-hrt-symptom-list>div:nth-child(4) {
    border-left: 1px solid #ddd8d0;
  }

  .iv-nw-hrt .iv-nw-hrt-step-icon img {
    width: 36px;
  }

  .iv-nw-hrt .iv-nw-hrt-steps {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .iv-nw-hrt .iv-nw-hrt-step {
    grid-template-columns: 64px 1fr;
    gap: 22px;
  }

  .iv-nw-hrt .iv-nw-hrt-step-icon {
    width: 64px;
    height: 64px;
  }

  .iv-nw-hrt .iv-nw-hrt-step-number {
    left: 50px;
  }

  .nouva-cta {
    flex-direction: column;
  }

  .iv-nw-hrt .iv-nw-hrt-step h3 {
    margin-top: 8px;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-inner {
    width: unset;
    grid-template-columns: 1fr;
    gap: 9px;
    text-align: center;
  }

  .iv-nw-hrt .iv-nw-hrt-calendar-icon {
    width: 46px;
    height: 46px;
    margin-inline: auto;
    border-width: 1px;
  }

  .iv-nw-hrt .iv-nw-hrt-calendar-icon img {
    width: 28px;
    height: 28px;
  }

  .iv-nw-hrt .iv-nw-hrt-gold-button {
    width: min(310px, 100%);
    min-height: 42px;
    font-size: 13px;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-copy h2 {
    font-size: 17px;
    padding: 0 20px;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-copy p {
    padding: 0 20px;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-copy h2 br {
    display: none;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-action {
    width: 100%;
    grid-column: 1;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-action p {
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 10px;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-action p span:not(:first-child) {
    padding-left: 0;
    border-left: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-hero {
    min-height: 452px;
    padding: 13px 16px 28px;
    background: linear-gradient(rgb(255 255 255 / 90%), rgb(255 255 255 / 85%)), url(../images/peptidehero.jpg) 72% bottom / 190% auto no-repeat;
  }

  .iv-nw-peptide .iv-nw-peptide-site-header {
    gap: 10px;
  }

  .iv-nw-peptide .iv-nw-peptide-brand-mark {
    width: 36px;
    height: 45px;
  }

  .iv-nw-peptide .iv-nw-peptide-drop {
    width: 30px;
    height: 41px;
    border-width: 3px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy h1 span {
    font-size: 33px;
  }

  .iv-nw-peptide .iv-nw-peptide-bolt {
    left: 17px;
    top: 19px;
    width: 10px;
    height: 14px;
    border-width: 3px;
  }

  .iv-nw-peptide .iv-nw-peptide-brand-text strong {
    font-size: 24px;
  }

  .iv-nw-peptide .iv-nw-peptide-brand-text small {
    font-size: 10px;
  }

  .iv-nw-peptide .iv-nw-peptide-pill-dark {
    min-width: 118px;
    padding: 0 12px;
    font-size: 12px;
  }

  .iv-nw-peptide .iv-nw-peptide-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    font-size: 10px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy {
    padding-top: 40px;
    padding-right: 10px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy h1 {
    font-size: 30px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy h2 {
    font-size: 27px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-copy p {
    font-size: 14px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .iv-nw-peptide .iv-nw-peptide-hero-actions .iv-nw-peptide-pill,
  .iv-nw-peptide .iv-nw-peptide-hero-actions .iv-nw-peptide-pill-outline {
    width: stretch;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip {
    /* width: calc(100% - 20px); 
    grid-template-columns: 1fr;
  }

  .iv-nw-peptide .iv-nw-peptide-price strong {
    font-size: 28px;
  }

  .iv-nw-peptide .iv-nw-peptide-option-title {
    justify-content: center;
  }

  .iv-nw-peptide .iv-nw-peptide-option-card>p {
    text-align: center;
  }

  .iv-nw-peptide .iv-nw-peptide-fineprint {
    font-weight: 600;
    font-size: 13px;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .55);
    padding: 15px 16px;
  }

  .iv-nw-peptide .iv-nw-peptide-trust-strip article:last-child {
    border-bottom: 0;
  }

  .iv-nw-peptide .iv-nw-peptide-section-heading h2 {
    font-size: 23px;
  }

  .iv-nw-peptide .iv-nw-peptide-section-heading p {
    font-size: 13px;
  }

  .iv-nw-peptide .iv-nw-peptide-options,
  .iv-nw-peptide .iv-nw-peptide-journey,
  .iv-nw-peptide .iv-nw-peptide-faq,
  .iv-nw-peptide .iv-nw-peptide-mid-grid {
    padding-left: 14px;
    padding-right: 14px;
  }

  .iv-nw-peptide .iv-nw-peptide-option-card {
    grid-template-columns: 56px 1fr;
    padding: 13px 14px 14px;
  }

  .iv-nw-peptide .iv-nw-peptide-circle-icon {
    width: 56px;
    height: 56px;
  }

  .iv-nw-peptide .iv-nw-peptide-card-title h3 {
    font-size: 18px;
  }

  .iv-nw-peptide .iv-nw-peptide-card-title strong {
    font-size: 14px;
  }

  .iv-nw-peptide .iv-nw-peptide-member-box h2 {
    text-align: center;
  }

  .iv-nw-peptide .iv-nw-peptide-steps {
    padding: 20px 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
  }

  .iv-nw-peptide .iv-nw-peptide-steps .iv-nw-peptide-step {
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }

  .iv-nw-peptide .iv-nw-peptide-steps article {
    align-items: center;
  }

  .iv-nw-peptide .iv-nw-peptide-steps h3,
  .iv-nw-peptide .iv-nw-peptide-steps p {
    text-align: center;
  }

  .iv-nw-peptide .iv-nw-peptide-info-box {
    min-height: unset;
  }

  .iv-nw-peptide .iv-nw-peptide-clipboard img {
    width: 36px;
    height: 39px;
  }

  .iv-nw-peptide .iv-nw-peptide-line-icon img {
    width: 39px;
    height: 39px;
  }

  .iv-nw-peptide .iv-nw-peptide-pin img {
    width: 41px;
    height: 41px;
  }

  .iv-nw-peptide .iv-nw-peptide-mid-grid {
    gap: 12px;
  }

  .iv-nw-peptide .iv-nw-peptide-member-box {
    flex-direction: column;
    padding: 20px 18px 20px;
  }

  .ivh-page .plan-card:last-child {
    width: stretch;
    max-width: 100%;
  }

  .iv-nw-peptide .iv-nw-peptide-member-box p {
    max-width: 100%;
    text-align: center;
  }

  .iv-nw-peptide .iv-nw-peptide-member-box .iv-nw-peptide-pill {
    width: 100%;
  }

  .iv-nw-peptide .iv-nw-peptide-badge {
    display: none;
  }

  .iv-nw-peptide .iv-nw-peptide-final-cta {
    margin-left: 14px;
    margin-right: 14px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .iv-nw-peptide .iv-nw-peptide-final-cta .iv-nw-peptide-cta-icon {
    margin: 0 auto;
  }

  .iv-nw-peptide .iv-nw-peptide-final-cta h2 {
    font-size: 20px;
  }

  .iv-nw-peptide .iv-nw-peptide-cards,
  .iv-nw-peptide .iv-nw-peptide-mid-grid {
    grid-template-columns: 1fr;
  }

  .iv-nw-peptide .iv-nw-peptide-faq-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .skp-header {
    padding-inline: 14px;
  }

  .skp-brand {
    min-width: 0;
    gap: 8px;
  }

  .skp-brand-text strong {
    font-size: 20px;
  }

  .skp-brand-text small {
    padding-left: 8px;
    font-size: 8px;
  }

  .skp-hero {
    padding-inline: 16px;
    background-size: 190% auto;
  }

  .skp-hero-copy {
    padding-top: 6vw;
  }

  .skp-actions {
    display: grid;
    gap: 12px;
  }

  .skp-trust-row span {
    width: 100%;
    border-right: 0;
  }

  .skp-fda-badge {
    bottom: 48px;
    width: 90px;
    height: 90px;
    aspect-ratio: 1;
  }

  .skp-fda-badge strong {
    font-size: 22px;
  }

  .skp-benefits {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 0;
  }

  .skp-benefits article,
  .skp-benefits article:nth-child(4) {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .skp-card {
    border-radius: 10px;
  }

  .skp-result-half span {
    top: 8px;
    padding: 5px 9px;
    font-size: 9px;
  }

  .skp-before span {
    left: 8px;
  }

  .skp-after span {
    right: 8px;
  }

  .skp-arrow {
    width: 24px;
    font-size: 15px;
  }

  .skp-handle {
    width: 30px;
    border-width: 2px;
    font-size: 9px;
  }

  .skp-handle i {
    font-size: 8px;
  }

  .skp-process,
  .skp-pricing,
  .skp-results,
  .skp-concerns,
  .skp-expect,
  .skp-why,
  .skp-faq {
    padding-inline: 16px;
  }

  .skp-pricing p strong,
  .skp-prp>strong {
    font-size: 25px;
    line-height: 1;
  }

  .skp-card h2 {
    font-size: 20px;
    padding: 0;
  }

  .skp-btn,
  .skp-btn-outline {
    min-width: 0;
    width: stretch;
    padding: 10px 12px;
    font-size: 12px;
  }

  .skp-icon {
    width: 40px;
    aspect-ratio: 1;
  }

  .skp-icon img,
  .skp-step-icon img,
  .skp-line-icon img {
    width: 28px;
    aspect-ratio: 1;
  }

  .skp-step-icon {
    width: 48px;
    aspect-ratio: 1;
  }

  .skp-line-icon {
    width: 34px;
    aspect-ratio: 1;
  }

  .skp-expect-media,
  .skp-expect-media img {
    width: 36px;
    aspect-ratio: 1;
  }

  .skp-card h2::before,
  .skp-card h2::after {
    display: none;
  }

  .skp-pricing p {
    /* justify-content: space-between; 
    gap: 16px;
  }

  .skp-process>p {
    font-size: 14px;
  }

  .skp-concern-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .skp-concern-grid span {
    grid-column: span 2;
    border-right: 1px solid var(--line);
  }

  .skp-concern-grid span:nth-child(7) {
    grid-column: 2 / span 2;
    border-right: 0;
  }

  .skp-concern-grid span:nth-child(even),
  .skp-concern-grid span:nth-child(3n) {
    border-right: 0;
  }

  .skp-concern-grid span:nth-child(3),
  .skp-concern-grid span:nth-child(5) {
    border-right: 1px solid var(--line);
  }

  .skp-process-steps,
  .skp-package {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 5px;
  }

  .skp-package span,
  .skp-package strong {
    border-right: 1px solid rgba(255, 255, 255, 0.32);
    border-bottom: 0;
  }

  .skp-package strong:nth-child(2),
  .skp-package strong:last-child {
    border-right: 0;
  }

  .skp-pricing-box {
    grid-template-columns: 1fr;
  }

  .skp-faq-grid,
  .skp-expect-grid {
    grid-template-columns: 1fr;
    text-align: start;
  }

  .skp-expect-grid {
    gap: 0;
  }

  .skp-expect article,
  .skp-expect article:nth-child(4) {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .skp-cta strong {
    font-size: 18px;
  }

  .skp-cta {
    grid-template-columns: 1fr;
  }

  .iv-nw-peptide .iv-nw-peptide-mid-grid> :nth-child(3):last-child {
    width: 100%;
  }

  .iv-nw-peptide .iv-nw-peptide-faq-grid details summary {
    text-align: left;
  }

  /* .skp-hero h1 span {
    font-size: 38.5px;
  } 
  .skp-cta>div:first-child {
    margin-right: 20px;
    margin-left: 20px;
  }

  .skp-cta>div:last-child {
    margin-right: 20px;
    margin-left: 20px;
  }

  .skp-expect b {
    top: 0;
    left: 42px;
    width: 22px;
  }

  .skp-page .skp-hero {
    background: linear-gradient(rgb(255 255 255 / 88%), rgb(255 255 255 / 85%)),
      url(../images/skinpenhero.jpg) calc(100% + 210px) top / auto 102% no-repeat, #dfdfdf;
  }

  /* .skp-page main > section:not(.skp-hero) {
    width: calc(100% - 60px);
    margin-right: 20px;
    margin-left: 20px;
  } 
  .nouva-header {
    padding: 14px 16px;
  }

  .nouva-brand {
    min-width: 0;
  }

  .nouva-brand-mark {
    width: 36px;
  }

  .nouva-brand-text strong {
    font-size: 21px;
  }

  .nouva-brand-text small {
    padding-left: 8px;
    font-size: 8px;
    letter-spacing: 0.1em;
  }

  .nouva-hero {
    padding: 0px 16px 44px;
    background:
      linear-gradient(rgb(255 255 255 / 90%), rgb(255 255 255 / 85%)),
      url("../images/neuvadermhero.jpg") center top / 190% auto no-repeat,
      #fff;
  }

  .nouva-hero h1 {
    font-size: clamp(30px, 8vw, 44px);
  }

  .nouva-actions {
    display: grid;
    gap: 10px;
  }

  .nouva-phone img {
    width: 17px;
  }

  .nouva-btn,
  .nouva-btn-outline {
    width: stretch;
    min-width: 0;
    gap: 6px;
    padding: 14px 20px;
    font-size: 11px;
    white-space: normal;
  }

  .nouva-btn span {
    width: 18px;
    font-size: 9px;
    justify-content: center;
    align-items: center;
    padding-top: 1px;
  }

  .nouva-btn span i {
    font-size: 10px;
  }

  .nouva-benefits,
  .nouva-info-grid,
  .nouva-member,
  .nouva-results,
  .nouva-expect,
  .nouva-bottom-grid,
  .nouva-cta {
    width: calc(100% - 24px);
  }

  .nouva-benefits {
    grid-template-columns: 1fr;
    gap: 0;
    margin: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
  }

  .nouva-benefits article,
  .nouva-benefits article:nth-child(2),
  .nouva-benefits article:nth-child(n + 3) {
    grid-column: 1 / -1;
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
  }

  .nouva-about,
  .nouva-concerns,
  .nouva-pricing {
    width: stretch;
    padding: 20px;
  }
   .nouva-about h2 {
    margin: auto};

  .nouva-benefits article {
    gap: 10px;
  }

  .nouva-benefits article:first-child {
    border-top: 0;
    padding: 8px 20px;
  }

  .nouva-pricing .price-tag {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .nouva-price-item strong {
    text-align: center;
    font-size: 24px;
  }

  .nouva-result-strip {
    aspect-ratio: 1849 / 700;
  }

  .nouva-arrow {
    width: 24px;
    font-size: 15px;
  }

  .nouva-arrow.left {
    left: 1px;
  }

  .nouva-arrow.right {
    right: 1px;
  }

  .nouva-handle {
    --nouva-handle-size: 30px;
    --nouva-handle-inset: 15px;
    border-width: 2px;
    font-size: 9px;
  }
  .nouva-alarm{
    margin: 15px;
  }

  .nouva-concerns,
  .nouva-pricing,
  .nouva-results,
  .nouva-expect,
  .nouva-why,
  .nouva-faq {
    padding-inline: 16px;
  }

  .nouva-concern-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }

  .nouva-concern-grid span {
    grid-column: span 2;
    min-height: 86px;
    border-radius: 0;
    font-size: 10px;
  }

  .nouva-concern-grid span:nth-child(10) {
    grid-column: span 2;
  }

  .nouva-expect-grid {
    grid-template-columns: 1fr;
    gap: 0;
    text-align: start;
  }

  .nouva-expect-grid article {
    padding: 12px 10px 12px 80px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .nouva-expect-grid b {
    left: 44px;
    top: 6px;
  }

  .nouva-step {
    top: 19px;
    left: 8px;
    width: 46px;
  }

  .nouva-step img,
  .nouva-step img[src*="skp-injection"] {
    width: 36px;
  }

  .nouva-member {
    padding: 20px 0;
    font-size: 12px;
  }

  .nouva-member p {
    padding: 0 20px;
  }

  .nouva-card.nouva-results {
    padding: 20 0px;
  }

  .nouva-faq summary {
    font-size: 12px;
  }

  .nouva-card.nouva-expect {
    padding: 20px 0;
  }

  .nouva-expect-grid article {
    min-height: unset;
  }

  .nouva-cta {
    padding: 20px 0;
  }

  .nouva-cta>div:first-child {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-left: 0;
  }

  .nouva-cta strong {
    font-size: 22px;
    text-align: center;
  }

  .nouva-cta small {
    font-size: 12px;
    text-align: center;
  }

  .nouva-phone {
    /* min-height: 38px; 
    padding: 14px 12px;
    font-size: 14px;
    width: stretch;
  }

  .nouva-cta-buttons {
    margin-right: 0;
  }
  .nouva-price-item,
  .nouva-price-item-2 {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
  }
  .nouva-price-item > div,
  .nouva-price-item-2 > div {
    max-width: 70%;
  }
  .nouva-price-item h3,
  .nouva-price-item-2 h3 {
    justify-content: left;
  }
  .nouva-price-item p,
  .nouva-price-item-2 p {
    text-align: left;
  }


/* @media screen and (max-width:425px) { 
  .services-sec .service-heading {
    padding: 0px 30px 10px;
  }

  .ivb-page .ivb-price-grid {
    grid-template-columns: 1fr;
  }

  .ivb-page .ivb-area-grid .ivb-area-images {
    flex-wrap: wrap;
  }

  .ivb-page .ivb-area-grid article {
    max-width: 170px;
  }

  .ivb-page .ivb-area-grid .ivb-area-images {
    justify-content: center;
  }

  .page-wrapper.b-color {
    width: stretch;
  }

  .memb-sec .memb-card {
    flex: 0 0 90%;
    max-width: 90%;
    width: 30%;
  }

  .memb-sec .memb-card .btn-bann .btn-b,
  .nw-services-cont .btn-b,
  a.review-btn {
    margin-top: 0;
  }

  .nw-services-cont {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .physician-section {

    flex-direction: column;
  }

  .nw-th .rev-cont {
    max-width: 95%;
  }

  .nw-th .rev-cont h6 {
    text-align: center;
  }

  .memb-hero-section .memb-icon-row {
    grid-template-columns: 1fr;
  }

  .memb-hero-section .memb-content {
    padding: 30px 20px;
  }

  .membership-section h2 {
    font-size: 22px;
  }

  .membership-section .membership-card {
    padding: 0px;
  }

  .membership-section ul li {
    font-size: 13px;
  }

  .membership-section button {
    padding: 10px;
    font-size: 14px;
  }

  .tech-section .tech-left {
    flex-direction: column;
    align-items: center;
  }

  .tech-section .tech-content {
    text-align: center;
  }

  .tech-section .tech-icons {
    justify-content: center;
  }

  .tech-section .tech-card {
    width: 80%;
    flex-direction: column;
    align-items: center;
  }

  .membership-section .membership-card {
    max-width: unset;
    width: unset;
  }

  .memb-hero-section .memb-container {
    background: linear-gradient(rgba(211, 225, 237, 0.8), rgba(211, 225, 237, 0.8)), url(../images/bg-memb.jpg) -650px 0 / cover no-repeat;
  }

  .memb-hero-section .memb-content {
    text-align: center;
    width: unset;
  }

  .memb-hero-section .memb-content h1 {
    text-align: center;
  }

  .memb-hero-section .memb-icon-row {
    gap: 30px;
    justify-content: center;
  }

  .memb-hero-section .memb-icon-box img {
    width: 46px;
  }

  .why-container.memb-why {
    column-gap: 16px;
  }

  .why-container.memb-why .why-box {
    padding: 0;
  }

  .main-banner {
    background-position: -1040px center;
  }

  .main-banner .hro-icon-lst {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .main-banner .hro-icon-lst .hro-lst {
    gap: 8px;
    flex-direction: column;
    width: 46%;
    text-align: center;
    align-items: center;
  }

  .main-banner .btn-bann {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }

  .main-banner .btn-b {
    padding: 13px;
  }

  .main-banner .banner-text .text-box2 h1 {
    font-size: 32px;
   text-align: center;
  }
  .main-banner .hro-icon-lst .hro-lst .list-cont h3 {
    font-size: 13px;
}
/* .hro-bdge,
.main-banner .banner-text .text-box1 p {
  text-align: left;
} */
/* .main-banner .btn-b 
{
  align-self: flex-start;
  width: stretch;
  width:-webkit-fill-available
} 

  .banner-text {
    text-align: center;
  }

  .main-banner .hro-icon-lst .hro-lst .list-cont p {
    width: unset;
  }

  .main-banner .hro-icon-lst .hro-lst .list-cont {
    width: unset;
  }

  .main-banner .hro-icon-lst .hro-lst img {
    width: 38px;
  }

  .main-banner .hro-icon-lst .hro-lst img:nth-child(3) {
    width: 32px;
  }

  .about-section .about-content h1 {
    font-size: 32px;
  }

  .main-banner .btn-b.btn-alt {
    margin-top: 12px;
  }

  .ivb-page .ivb-hero {
    padding-bottom: 50px;
    min-height: 365px;
  }

  .ivb-page .ivb-hero-bg {
    background-image: linear-gradient(104deg, rgb(255 255 255 / 45%) 0%, rgb(255 255 255 / 28%) 50%, rgba(255, 255, 255, 0.04) 100%), url(../images/botoxhero.jpg);
    background-position: center, 58% center;
    background-size: 100% 100%, cover;
    opacity: 0.3;
  }

  .ivb-page .ivb-hero-content {
    width: 80%;
    margin-left: 24px;
  }

  .ivb-page .ivb-hero-content h1 {
    font-size: 33px;
  }

  .ivb-page .ivb-hero-content p {
    font-size: 15px;
  }

  .ivb-page .ivb-hero-content small {
    font-size: 13px;
  }

  .ivb-page .ivb-trust-strip {
    grid-template-columns: 1fr;
  }

  .ivb-page .ivb-trust-strip article {
    grid-template-columns: 44px 1fr;
    gap: 14px;
    padding: 7px 13px;
  }

  .ivb-page .ivb-trust-strip article::after {
    display: none;
  }

  .ivb-page .ivb-trust-strip article::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 20px;
    left: 20px;
    height: 1px;
    display: block;
    background: rgba(255, 255, 255, 0.42);
  }

  .ivb-page .ivb-trust-strip article:nth-last-child(2)::before {
    display: block;
  }

  .ivb-page .ivb-trust-strip article:last-child::before {
    display: none;
  }

  .ivb-page .ivb-trust-strip img {
    width: 42px;
    height: 42px;
  }

  .ivb-page .ivb-area-grid {
    grid-template-columns: 1fr;
  }

  .ivb-page .ivb-area-grid article:last-child {
    width: 100%;
  }

  .ivb-page .ivb-area-grid img {
    height: 160px;
  }

  .ivb-page .ivb-results {
    padding: 24px 12px 18px;
  }

  .ivb-page .ivb-result-carousel {
    padding: 0;
  }


  .ivb-page .ivb-slide-arrow-left {
    left: 12px;
  }

  .ivb-page .ivb-slider-card {
    height: unset;
  }

  .ivb-page .ivb-dots {
    margin-top: 25px;
  }

  .ivb-page .ivb-ba-slider {
    height: 205px;
  }

  .skp-skp-slider {
    height: 200px;
  }

  .ivb-page .ivb-label {
    font-size: 13px;
  }

  .ivb-page .ivb-safety {
    gap: 0;
  }

  .ivb-page .ivb-safety-links a {
    font-size: 12px;
  }

  .ivb-page .ivb-cta-text {
    grid-row: auto;
    align-items: center;
    flex-direction: column;
    padding-left: 0;
    text-align: center;
  }

  .ivb-page .ivb-cta {
    grid-template-columns: 1fr;
  }

  .ivb-page .ivb-cta .ivb-button-white {
    width: auto;
    min-width: 0;
    justify-self: center;
  }

  .ivb-page .ivb-cta strong {
    font-size: 16px;
    font-weight: 500;
  }

  .ivb-page .ivb-phone {
    justify-self: center;
    font-size: 15px;
  }

  .ivb-page .ivb-steps {
    grid-template-columns: 1fr;
  }

  .ivb-page .ivb-steps article:nth-last-child(2) {
    border-bottom: 1px solid var(--ivb-divider);
  }

  .ivb-page .ivb-steps article:nth-child(odd) {
    border-right: 0;
  }

  .ivb-page .ivb-faq-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  /* Skinpen page 

  .skp-page .skp-hero {
    padding-bottom: 50px;
    min-height: 365px;
  }

  .skp-page .skp-hero-bg {
    background-image: linear-gradient(rgb(255 255 255 / 90%), rgb(255 255 255 / 85%)), url(../images/bt-hero.png);
    background-position: center, 58% center;
    background-size: 100% 100%, cover;
    opacity: 0.3;
  }

  .skp-page .skp-hero-content {
    width: 80%;
    margin-left: 24px;
  }

  .skp-page .skp-hero-content h1 {
    font-size: 33px;
  }

  .skp-page .skp-hero-content p {
    font-size: 15px;
  }

  .skp-page .skp-hero-content small {
    font-size: 13px;
  }

  .skp-page .skp-trust-strip {
    grid-template-columns: 1fr;
  }

  .skp-page .skp-trust-strip article {
    grid-template-columns: 44px 1fr;
    gap: 14px;
    padding: 7px 13px;
  }

  .skp-page .skp-trust-strip article::after {
    display: none;
  }

  .skp-page .skp-trust-strip article::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 20px;
    left: 20px;
    height: 1px;
    display: block;
    background: rgba(255, 255, 255, 0.42);
  }

  .skp-page .skp-trust-strip article:nth-last-child(2)::before {
    display: block;
  }

  .skp-page .skp-trust-strip article:last-child::before {
    display: none;
  }

  .skp-page .skp-trust-strip img {
    width: 42px;
    height: 42px;
  }

  .skp-page .skp-area-grid {
    grid-template-columns: 1fr;
  }

  .skp-page .skp-area-grid article:last-child {
    width: 100%;
  }

  .skp-page .skp-area-grid img {
    height: 160px;
  }

  .skp-page .skp-results {
    padding: 24px 12px 18px;
  }

  .skp-page .skp-result-carousel {
    padding: 0;
  }

  .skp-page .skp-slide-arrow-left {
    left: 12px;
  }

  .skp-page .skp-dots {
    margin-top: 60px;
  }

  .skp-page .skp-ba-slider {
    height: 205px;
  }

  .skp-page .skp-label {
    font-size: 13px;
  }

  .skp-page .skp-safety {
    gap: 0;
  }

  .skp-page .skp-safety-links a {
    font-size: 12px;
  }

  .skp-page .skp-cta-text {
    grid-row: auto;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 0;
  }

  .skp-page .skp-cta {
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .skp-page .skp-cta .skp-button-white {
    width: auto;
    min-width: 0;
    justify-self: left;
  }

  .skp-page .skp-cta strong {
    font-size: 16px;
    font-weight: 500;
  }

  .skp-page .skp-phone {
    justify-self: left;
    font-size: 15px;
  }

  .skp-page .skp-steps {
    grid-template-columns: 1fr;
  }

  .skp-page .skp-steps article:nth-last-child(2) {
    border-bottom: 1px solid var(--skp-divider);
  }

  .skp-page .skp-steps article:nth-child(odd) {
    border-right: 0;
  }

  .skp-page .skp-faq-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  /* Weight loss 

  .wl-wrap .wl-nw-container {
    width: min(100% - 24px, 390px);
  }

  .wl-wrap p {
    font-size: 15px;
  }

  .wl-wrap .wl-nw-section-title {
    font-size: 26px;
  }

  .wl-wrap .wl-nw-header__inner {
    justify-content: center;
  }

  .wl-wrap .wl-nw-logo {
    margin: 0;
  }

  .wl-wrap .wl-nw-logo__text {
    font-size: 20px;
  }

  .wl-wrap .wl-nw-header__btn {
    width: 100%;
    margin: 0;
  }

  .wl-wrap .wl-nw-nav {
    justify-content: flex-start;
    gap: 18px;
    padding-bottom: 4px;
  }

  .wl-wrap .wl-nw-nav a {
    white-space: nowrap;
  }

  .wl-wrap .wl-nw-hero {
    padding-top: 28px;
  }

  .wl-wrap .wl-nw-hero__title {
    font-size: 38px;
  }

  .wl-wrap .wl-nw-hero__subtitle {
    font-size: 21px;
  }

  .wl-wrap .wl-nw-feature-row {
    grid-template-columns: 1fr;
    max-width: 280px;
    border: 1px solid rgba(0, 152, 170, .2);
    border-radius: 14px;
    overflow: hidden;
    background: var(--wl-white);
  }

  .wl-wrap .wl-nw-feature-card {
    min-height: 86px;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 152, 170, .2);
  }

  .wl-wrap .wl-nw-feature-card:last-child {
    border-bottom: 0;
  }

  .wl-wrap .wl-nw-btn {
    width: 100%;
    min-width: 0;
  }

  .wl-wrap .wl-nw-btn-row {
    flex-direction: column;
  }

  .wl-wrap .wl-nw-trust-row {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    text-align: left;
  }

  .wl-wrap .wl-nw-trust-item {
    border-right: 0;
    padding-right: 0;
  }

  .wl-wrap .wl-nw-hero__image {
    height: 430px;
  }

  .wl-wrap .wl-nw-hero__image img {
    object-position: 39% top;
  }

  .wl-wrap .wl-nw-circle-badge {
    display: none;
    top: 18px;
    right: 12px;
    width: 128px;
    height: 128px;
    padding: 16px;
    gap: 4px;
  }

  .wl-wrap .wl-nw-circle-badge strong {
    font-size: 13px;
    line-height: 1.35;
  }

  .wl-wrap .wl-nw-circle-badge__icon {
    font-size: 18px;
  }

  .wl-wrap .wl-nw-process-icon {
    width: 72px;
    height: 72px;
    font-size: 32px;
  }

  .wl-wrap .wl-nw-benefits-panel {
    padding: 18px 14px 26px;
    border-radius: 16px;
  }

  .wl-wrap .wl-nw-benefits-heading {
    font-size: 17px;
    line-height: 1.4;
    max-width: 290px;
    margin: auto;
  }

  .wl-wrap .wl-nw-benefits-grid {
    grid-template-columns: 1fr;
  }

  .wl-wrap .wl-nw-benefit-card,
  .wl-wrap .wl-nw-benefit-card:nth-child(odd) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
  }

  .wl-wrap .wl-nw-benefit-card:last-child {
    border-bottom: 0;
  }

  .wl-wrap .wl-nw-testimonial-card {
    padding: 20px 20px 18px 54px;
  }

  .wl-wrap .wl-nw-quote {
    left: 18px;
  }

  .wl-wrap .wl-nw-testimonial-card strong {
    margin-top: 8px;
    text-align: left;
  }

  .wl-wrap .wl-nw-faq-question {
    padding: 12px 16px;
    grid-template-columns: 26px 1fr 20px;
    gap: 12px;
    font-size: 14px;
  }

  .wl-wrap .wl-nw-faq-item.active .wl-nw-faq-answer {
    padding: 0 34px 12px 55px;
  }

  .wl-wrap .wl-nw-faq-answer {
    padding: 0 16px 0px 55px;
    font-size: 14px;
  }

  .wl-wrap .wl-nw-process .wl-nw-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .wl-wrap .wl-nw-faq-item.active .wl-nw-faq-question {
    padding: 12px 16px
  }

  .wl-wrap .wl-nw-cta-box {
    grid-template-columns: 1fr;
    padding: 24px 18px;
    text-align: center;
  }

  .wl-wrap .wl-nw-cta-icon {
    margin: 0 auto;
  }

  .wl-wrap .wl-nw-cta-content h2 {
    font-size: 28px;
  }

  .wl-wrap .wl-nw-footer p {
    padding-left: 0;
  }

  .wl-wrap .wl-nw-footer p::before {
    position: static;
    display: block;
    margin-bottom: 6px;
  }

  .wl-wrap .wl-nw-header__inner.is-open .wl-nw-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }

  .wl-wrap .wl-nw-hero {
    min-height: 710px;
    padding: 106px 0 26px;
  }

  .wl-wrap .wl-nw-hero::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .82) 58%, rgba(255, 255, 255, .48) 100%);
  }

  .wl-wrap .wl-nw-hero__grid {
    display: block;
    min-height: 575px;
  }

  .wl-wrap .wl-nw-hero__content {
    padding-top: 14px;
  }

  .wl-wrap .wl-nw-hero__title {
    max-width: 310px;
    font-size: 37px;
  }

  .wl-wrap .wl-nw-hero__subtitle {
    max-width: 340px;
    font-size: 19px;
  }

  .wl-wrap .wl-nw-hero__desc {
    max-width: 350px;
    margin-bottom: 18px;
    font-size: 15px;
  }

  .wl-wrap .wl-nw-feature-row {
    max-width: 350px;
    grid-template-columns: repeat(3, 1fr);
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .wl-wrap .wl-nw-feature-card {
    min-height: 72px;
    border-right: 1px solid rgba(0, 152, 170, .2);
    border-bottom: 0;
  }

  .wl-wrap .wl-nw-btn-row {
    max-width: 350px;
    flex-direction: row;
    gap: 7px;
  }

  .wl-wrap .wl-nw-hero .wl-nw-btn {
    width: auto;
    min-height: 42px;
    padding: 0 6px;
    gap: 5px;
    border-width: 1px;
    border-radius: 7px;
    font-size: 13px;
  }

  .wl-wrap .wl-nw-btn__icon {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
  }

  .wl-wrap .wl-nw-trust-row {
    max-width: 350px;
    flex-direction: row;
    gap: 7px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .wl-wrap .wl-nw-trust-item {
    padding-right: 4px;
    font-size: 12px;
  }

  .wl-wrap .wl-nw-hero__image {
    top: -106px;
    right: -48%;
    bottom: -26px;
    width: 125%;
    height: auto;
    opacity: .42;
  }

  .wl-wrap .wl-nw-circle-badge {
    top: 130px;
    right: 12px;
  }

  .wl-wrap .wl-nw-process-line {
    display: none;
  }

  .wl-wrap .wl-nw-process-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: 330px;
  }

  .wl-wrap .wl-nw-container .wl-nw-process {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .wl-wrap .wl-nw-process {
    padding-bottom: 20px;
  }

  .wl-wrap .wl-nw-benefits-heading span {
    font-size: 16px;
  }

  .wl-wrap .wl-nw-process-card {
    display: grid;
    grid-template-columns: 76px 1fr;
    grid-template-rows: auto auto;
    column-gap: 6px;
    align-items: center;
    text-align: left;
  }

  .wl-wrap .wl-nw-process-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 58px;
    height: 58px;
    margin: 0;
  }

  .wl-wrap .wl-nw-process-icon img {
    width: 34px;
    height: 34px;
  }

  .wl-wrap .wl-nw-step-number {
    position: absolute;
    left: 50px;
    bottom: -4px;
    margin: 0;
  }

  .wl-wrap .wl-nw-process-card h3,
  .wl-wrap .wl-nw-process-card p {
    grid-column: 2;
    margin: 0;
    text-align: left;
  }

  .wl-wrap .wl-nw-process-card h3 {
    align-self: end;
    margin-bottom: 4px;
  }

  .wl-wrap .wl-nw-process-card p {
    align-self: start;
    font-size: 14px;
  }

  .wl-wrap .wl-nw-benefits-grid {
    grid-template-columns: 1fr;
  }

  .wl-wrap .wl-nw-benefit-card,
  .wl-wrap .wl-nw-benefit-card:nth-child(odd) {
    padding: 18px 16px;
    border: 0;
  }

  .wl-wrap .wl-nw-benefit-card:not(:last-child)::after {
    top: auto;
    right: 35%;
    bottom: 0;
    width: 30%;
    height: 1px;
  }

  .wl-wrap .wl-nw-footer__inner {
    align-items: flex-start;
    flex-direction: row;
    gap: 0px;
    text-align: left;
  }

  .wl-wrap .wl-nw-footer p {
    flex: 1;
    font-size: 11px;
  }

  .wl-wrap .wl-nw-footer__logo {
    font-size: 15px;
  }

  .wl-wrap .wl-nw-hero {
    min-height: 630px;
    padding: 96px 0 22px;
  }

  .wl-wrap .wl-nw-hero__grid {
    min-height: 510px;
  }

  .wl-wrap .wl-nw-hero__image {
    top: -96px;
    bottom: -22px;
  }

  .wl-wrap .wl-nw-step-number {
    z-index: 2;
    top: -6px;
    left: -6px;
    bottom: auto;
    box-shadow: 0 3px 8px rgba(5, 40, 100, .18);
  }

  .wl-wrap .wl-nw-footer p {
    padding-top: 30px;
  }

  .wl-wrap .wl-nw-footer__inner {
    align-items: center;
    /* flex-direction: column-reverse; 
    gap: 14px;
    text-align: center;
  }

  .wl-wrap .wl-nw-benefits-grid {
    grid-template-columns: 1fr;
  }

  .wl-wrap .wl-nw-benefit-card:nth-child(odd)::after {
    content: none;
  }

  .wl-wrap .wl-nw-cta-actions {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .wl-wrap .wl-nw-footer p::before {
    margin: 0 auto 6px;
    transform: none;
  }

  .wl-wrap .wl-nw-hero {
    min-height: 570px;
    padding: 46px 20px 29px;
  }

  .ivb-page .ivb-note {
    padding: 0 20px;
  }

  .wl-wrap .wl-nw-hero__grid {
    min-height: 510px;
  }

  .wl-wrap .wl-nw-hero__image {
    top: -96px;
    bottom: -22px;
  }

  .wl-wrap .wl-nw-header__inner.is-open .wl-nw-nav {
    display: flex;
    flex-direction: column;
    background: rgba(242, 249, 252, .92);
  }

  .wl-wrap .wl-nw-footer p {
    padding-top: 30px;
  }

  .wl-wrap .wl-nw-footer p::before {
    left: auto;
    top: auto;
    margin: 0 auto 6px;
    transform: none;
  }

  .wl-wrap .wl-nw-cta-box {
    min-height: 0;
    padding: 16px 14px;
    gap: 10px;
  }

  .wl-wrap .wl-nw-cta-icon {
    width: 54px;
    height: 54px;
  }

  .wl-wrap .wl-nw-cta-icon img {
    width: 30px;
    height: 30px;
  }

  .wl-wrap .wl-nw-cta-content h2 {
    font-size: 23px;
  }

  .wl-wrap .wl-nw-cta-content h2 span {
    font-size: 30px;
  }

  .wl-wrap .wl-nw-cta-text {
    font-size: 13px;
    line-height: 1.45;
  }

  .wl-wrap .wl-nw-cta .wl-nw-btn {
    min-height: 40px;
    font-size: 10px;
  }

  .wl-wrap .wl-nw-benefit-card:not(:last-child)::after {
    content: '';
    position: absolute;
    top: auto;
    right: 6%;
    bottom: 0;
    width: 85%;
    height: 1px;
    background: rgba(255, 255, 255, .38);
  }

  .wl-wrap .wl-nw-footer {
    padding: 12px 0 14px;
  }

  .wl-wrap .wl-nw-footer__inner {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }

  .wl-wrap .wl-nw-footer__inner .wl-nw-kf {
    justify-content: center;
    flex-direction: column;
  }

  .wl-wrap .wl-nw-footer p {
    padding: 0;
    text-align: center;
    max-width: unset;
  }

  .wl-wrap .wl-nw-footer p::before {
    display: none;
    position: static;
    margin: 0 auto 5px;
    transform: none;
  }

  .wl-wrap .wl-nw-btn-row {
    max-width: 350px;
    flex-direction: column;
  }

  .wl-wrap .wl-nw-btn-row .wl-nw-btn:first-child,
  .wl-wrap .wl-nw-btn-row .wl-nw-btn:last-child {
    width: 100%;
  }

  .ivh-page {
    font-size: 14px;
  }

  .ivh-page .hero {
    min-height: unset;
    padding: 50px 20px 50px;
  }

  .ivh-page .hero-image {
    object-position: 72% center;
    opacity: .24;
  }

  .ivh-page .hero::before {
    background: rgb(250 248 245 / 68%)
  }

  .ivh-page .hero-content {
    width: 100%;
  }

  .ivh-page .hero-actions {
    gap: 8px;
    flex-direction: row;
    align-items: stretch;
  }

  .ivh-page .hero-actions .button {
    width: auto;
    min-width: 132px;
    padding: 9px 10px;
    /* flex: 1 1 132px; 
    min-height: 34px;
    font-size: 12px;
  }

  .ivh-page .section-heading>p:last-child br {
    display: none;
  }

  .ivh-page .system-section .benefit-grid {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .ivh-page .system-section .benefit {
    min-height: auto;
    padding: 0 20px 22px;
    margin-bottom: 22px;
  }

  .ivh-page .system-section .benefit+.benefit::before {
    display: none;
  }

  .ivh-page .system-section .benefit:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 24px;
    bottom: 0;
    left: 24px;
    height: 1px;
    background: var(--line);
  }

  .ivh-page .results-section .comparison {
    height: 210px;
  }

  .ivh-page .results-section .comparison-carousel {
    grid-template-columns: 26px minmax(0, 1fr) 26px;
    gap: 2px;
  }

  .ivh-page .results-section .comparison-arrow {
    width: 26px;
    height: 26px;
    font-size: 23px;
  }

  .ivh-page .results-section .comparison-label {
    top: 12px;
    padding: 4px 8px;
    font-size: 12px;
  }

  .ivh-page .results-section .label-before {
    left: 10px;
  }

  .ivh-page .results-section .label-after {
    right: 10px;
  }

  .ivh-page .bundle-note br {
    display: none;
  }

  .ivh-page .cta-footer {
    padding: 20px 16px;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 7px;
  }

  .ivh-page .cta-footer .cta-footer__intro {
    flex-direction: column;
    gap: 10px;
  }

  .ivh-page .cta-footer .cta-footer__text {
    margin: 8px auto;
  }

  .ivh-page .cta-footer .cta-footer__contact {
    padding-top: 10px;
    padding-left: 0;
    border-top: 1px solid rgba(213, 176, 114, .65);
    border-left: 0;
  }

  .ivh-page .cta-footer .cta-footer__phone,
  .ivh-page .cta-footer .cta-footer__button {
    min-width: 0;
    max-width: 100%;
  }

  .ivh-page .results-section {
    padding-right: 4px;
    padding-left: 4px;
  }

  .ivh-page .cta-footer .cta-footer__phone {
    width: 250px;
    margin-bottom: 8px;
    justify-content: center;
  }

  .ivh-page .cta-footer .cta-footer__button {
    width: min(100%, 280px);
    min-height: 42px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .ivh-page .cta-footer .cta-footer__button-icon {
    font-size: 20px;
  }

  .iv-nw-drip {
    --min-font-size: 12px;
  }

  .iv-nw-drip {
    font-size: 12px;
  }

  .iv-nw-drip .iv-nw-drip-site-header {
    height: 66px;
    padding-inline: 16px;
    gap: 8px;
  }

  .iv-nw-drip .iv-nw-drip-brand {
    gap: 7px;
  }

  .iv-nw-drip .iv-nw-drip-brand-drop {
    width: 27px;
    height: 35px;
    flex-basis: 27px;
  }

  .iv-nw-drip .iv-nw-drip-brand-name {
    font-size: 18px;
    letter-spacing: .5px;
  }

  .iv-nw-drip .iv-nw-drip-brand-name small {
    margin-top: 4px;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .iv-nw-drip .iv-nw-drip-main-nav {
    inset-block-start: 66px;
  }

  .iv-nw-drip .iv-nw-drip-hero {
    min-height: unset;
    align-items: center;
    padding: 35px 20px;
    background:
      linear-gradient(90deg, rgb(253 253 253 / 25%), rgba(250, 253, 255, .72)),
      url("../images/driphero.jpg") center/cover no-repeat;
  }

  .iv-nw-drip .iv-nw-drip-hero-content {
    width: 100%;
  }

  .iv-nw-drip .iv-nw-drip-eyebrow {
    display: block;
  }

  .iv-nw-drip .iv-nw-drip-hero h1 {
    margin-bottom: 10px;
    font-size: 42px;
    letter-spacing: -1px;
  }

  .iv-nw-drip .iv-nw-drip-hero-copy {
    font-size: 13px;
  }

  .iv-nw-drip .iv-nw-drip-section {
    margin: 30px auto;
    padding-inline: 16px;
  }

  .iv-nw-drip .iv-nw-drip-section-narrow {
    width: calc(100% - 32px);
    margin-block: 25px;
  }

  .iv-nw-drip .iv-nw-drip-section-heading {
    gap: 10px;
  }

  .iv-nw-drip .iv-nw-drip-section-heading>span {
    width: 30px;
  }

  .iv-nw-drip .iv-nw-drip-section-heading h2 {
    font-size: 23px;
  }

  .iv-nw-drip .iv-nw-drip-treatment-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .iv-nw-drip .iv-nw-drip-treatment-card:nth-child(5) {
    width: 100%;
    grid-column: auto;
  }

  .iv-nw-drip .iv-nw-drip-treatment-card {
    min-height: unset;
  }

  .iv-nw-drip .iv-nw-drip-treatment-card h3 {
    font-size: 19px;
  }

  .iv-nw-drip .iv-nw-drip-membership {
    padding: 18px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 13px;
  }

  .iv-nw-drip .iv-nw-drip-membership h2 {
    font-size: 20px;
  }

  .iv-nw-drip .iv-nw-drip-crown-icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .iv-nw-drip .iv-nw-drip-outline-button {
    width: 100%;
    min-width: 0;
    margin: 0;
  }

  .iv-nw-drip .iv-nw-drip-booster-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .iv-nw-drip .iv-nw-drip-booster-grid article:nth-child(n) {
    padding: 15px 6px;
    border: 0;
    border-bottom: 1px solid var(--line);
  }

  .iv-nw-drip .iv-nw-drip-crown-icon img {
    width: 50px;
  }

  .iv-nw-drip .iv-nw-drip-booster-grid article:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .iv-nw-drip .iv-nw-drip-booster-grid article:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .iv-nw-drip .iv-nw-drip-booster-grid h3,
  .iv-nw-drip .iv-nw-drip-symptom-card h4 {
    font-size: 12px;
  }

  .iv-nw-drip .iv-nw-drip-symptom-card>h3 {
    font-size: 12px;
  }

  .iv-nw-drip .iv-nw-drip-symptom-card p {
    font-size: 12px;
  }

  .iv-nw-drip .iv-nw-drip-safety {
    padding: 15px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 13px;
  }

  .iv-nw-drip .iv-nw-drip-safety p {
    width: calc(100% - 55px);
    font-size: 12px;
  }

  .iv-nw-drip .iv-nw-drip-safety a {
    padding-top: 5px;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
    font-size: 12px;
    width: max-content;
  }

  .iv-nw-drip .iv-nw-drip-safety i {
    font-size: 12px;
    padding-top: 5px;
  }

  .iv-nw-drip .iv-nw-drip-faq-grid {
    grid-template-columns: 1fr;
  }

  .iv-nw-drip details {
    font-size: 12px;
  }

  .iv-nw-drip .iv-nw-drip-book-footer {
    margin-top: 28px;
    padding: 26px 18px;
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .iv-nw-drip .iv-nw-drip-safety .yfh-s {
    gap: 5px;
    margin-top: 0px;
    width: 100%;
    justify-content: center;
  }

  .iv-nw-drip .iv-nw-drip-footer-mark {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }

  .iv-nw-drip .iv-nw-drip-footer-copy {
    width: 100%;
    text-align: center;
  }

  .iv-nw-drip .iv-nw-drip-footer-copy h2 {
    font-size: 19px;
  }

  .iv-nw-drip .iv-nw-drip-book-footer .iv-nw-drip-button {
    width: min(100%, 300px);
    min-height: 40px;
    margin-inline: auto;
    padding-inline: 20px;
    gap: 12px;
    font-size: 13px;
  }

  .iv-nw-drip .iv-nw-drip-treatment-card i {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .iv-nw-drip .iv-nw-drip-book-footer .iv-nw-drip-footer-button-icon {
    position: static;
    flex: 0 0 22px;
  }

  .iv-nw-drip .iv-nw-drip-book-footer .iv-nw-drip-footer-button-label {
    width: auto;
    text-align: center;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-action p {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    /* gap: 0 6px; 
    font-size: 11px;
    line-height: 1.2;
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-action p span:not(:first-child) {
    padding-left: 6px;
    border-left: 1px solid rgba(255, 255, 255, .28);
  }

  .iv-nw-hrt .iv-nw-hrt-consultation-action p img {
    width: 9px;
    height: 9px;
    margin-right: 2px;
    vertical-align: -1px;
  }

  body.iv-nw-colonic {
    font-size: 14px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header {
    height: 74px;
    padding: 0 16px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__logo-mark {
    width: 29px;
    height: 36px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__logo strong {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__logo small {
    font-size: 9px;
    letter-spacing: 3px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-site-header__menu-button {
    font-size: 25px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links {
    top: 74px;
    padding: 22px 16px;
    gap: 14px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links .iv-nw-colonic-nav-links__link {
    font-size: 13px;
  }

  .iv-nw-colonic .iv-nw-colonic-site-header .iv-nw-colonic-nav-links .iv-nw-colonic-button {
    padding: 11px 25px;
  }

  .iv-nw-colonic .iv-nw-colonic-hero {
    height: auto;
    display: block;
    min-height: 390px;
    position: relative;
    background: #fff;
  }

  .iv-nw-colonic .iv-nw-colonic-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/colonic-hero.jpg") 82% center/auto 86% no-repeat;
    opacity: .32;
  }

  .iv-nw-colonic .iv-nw-colonic-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .58);
  }

  .iv-nw-colonic .iv-nw-colonic-hero-content {
    max-width: none;
    margin: 0;
    padding: 28px 20px 24px;
    position: relative;
    z-index: 1;
  }

  .iv-nw-colonic .iv-nw-colonic-hero h1 {
    font-size: 38px;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-lead {
    font-size: 15px;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-content>p:last-child {
    font-size: 14px;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-image {
    display: none;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-image:before {
    display: none;
  }

  .iv-nw-colonic .iv-nw-colonic-section {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
  }

  .iv-nw-colonic .iv-nw-colonic-section h2 {
    font-size: 24px;
  }

  .iv-nw-colonic .iv-nw-colonic-process-grid {
    margin-top: 20px;
  }

  .iv-nw-colonic .iv-nw-colonic-process-card {
    grid-template-columns: 52px 1fr;
    gap: 12px;
    align-items: start;
  }

  .iv-nw-colonic .iv-nw-colonic-round-icon {
    width: 52px;
    height: 52px;
    font-size: 27px;
  }

  .iv-nw-colonic .iv-nw-colonic-process-heading {
    gap: 9px;
    margin-bottom: 8px;
  }

  .iv-nw-colonic .iv-nw-colonic-process-copy h3 {
    font-size: 17px;
  }

  .iv-nw-colonic .iv-nw-colonic-step-number {
    flex-basis: 25px;
    width: 25px;
    height: 25px;
    font-size: 12px;
    left: -31px;
    top: -13px;
  }

  .iv-nw-colonic .iv-nw-colonic-prep-box {
    display: block;
    padding: 20px 16px;
    text-align: center;
  }

  .iv-nw-colonic .iv-nw-colonic-colon-icon {
    display: none;
  }

  .iv-nw-colonic .iv-nw-colonic-prep-box h3 {
    font-size: 21px;
  }

  .iv-nw-colonic .iv-nw-colonic-prep-links {
    margin-top: 16px;
    text-align: center;
  }

  .iv-nw-colonic .iv-nw-colonic-prep-links .iv-nw-colonic-button {
    width: auto;
    padding: 9px 14px;
    font-size: 10px;
    margin-bottom: 10px;
  }

  .iv-nw-colonic .iv-nw-colonic-pricing-grid {
    grid-template-columns: 1fr;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid article {
    padding-bottom: 34px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid article:after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 15px;
    left: 50%;
    width: 315px;
    max-width: 90%;
    height: 1px;
    background: #d9d5cb;
    transform: translateX(-50%);
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid article:nth-child(odd):not(:last-child):after {
    top: auto;
    right: auto;
    bottom: 15px;
    left: 50%;
    width: 315px;
    max-width: 90%;
    height: 1px;
    transform: translateX(-50%);
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid article:last-child {
    grid-column: auto;
    max-width: none;
    padding-bottom: 10px;
  }

  .iv-nw-colonic .iv-nw-colonic-benefits-grid article:last-child:after {
    display: none;
  }

  .iv-nw-colonic .iv-nw-colonic-faq-list details {
    padding: 10px 12px;
  }

  .iv-nw-colonic .iv-nw-colonic-faq-list summary {
    font-size: 14px;
    padding-right: 28px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-cta {
    flex-direction: column;
    text-align: center;
    padding: 22px 15px;
    gap: 18px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-title {
    display: block;
    text-align: center;
  }

  .iv-nw-colonic .iv-nw-colonic-calendar {
    margin: 0 auto 12px;
    width: 62px;
    height: 62px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-title h2 {
    font-size: 22px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-action {
    width: 100%;
    min-width: 0;
  }

  .iv-nw-colonic .iv-nw-colonic-button-gold {
    width: stretch;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 5px;
  }

  .iv-nw-colonic .iv-nw-colonic-footer-action p {
    font-size: 10px;
    line-height: 1.8;
  }

  .ivh-page h2 {
    max-width: 100%;
  }

  .iv-nw-colonic

  /* Mobile hero refinement 
  .iv-nw-colonic-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .iv-nw-colonic .iv-nw-colonic-hero {
    min-height: 460px;
  }

  .iv-nw-colonic .iv-nw-colonic-hero-content {
    min-height: unset;
    padding: 44px 20px 40px;
    text-align: left;
  }

  .iv-nw-colonic .iv-nw-colonic-hero h1 {
    font-size: 40px;
  }

  .iv-nw-colonic .iv-nw-colonic-gold-line {
    margin-left: 0;
    margin-right: 0;
  }

  .iv-nw-hrt .iv-nw-hrt-popular-label {
    font-size: 12px;
  }

  .ivh-page .plan-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ivh-page .cta-footer .cta-footer__title,
  .ivh-page .cta-footer .cta-footer__text {
    text-align: center;
  }
  .nouva-info-grid h2, 
  .nouva-why h2{
    margin-left: auto;
    margin-right: auto;
  }
   .nouva-result-strip {
    --nouva-handle-size: 30px;
    --nouva-handle-inset: 15px;
  }

  .nouva-handle,
  .nouva-handle:hover,
  .nouva-handle:active,
  .nouva-handle:focus,
  .nouva-result-strip:active .nouva-handle,
  .nouva-result-strip.is-dragging .nouva-handle {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
    transform: translate(-50%, -50%) !important;
  }
} */
/* } */