@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --pry-color: #08415C;
  --pry-light-color: #9DE2F8;
  --pry-dark-color: #08415C;
  --sec-color: #FBB02D;
  --light-color: #EBE8E5;
}

body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #fff;
}
footer {
  margin-top: auto;
  background-color: var(--pry-color);
  color: #fff;
}
footer ul {
  list-style: none;
}
footer a {
  color: #fff !important;
  font-size: 15px;
  font-weight: 300;
}
.pill-info {
  background-color: rgba(97, 189, 218, .2);
  color: var(--pry-color);
  display: inline-block;
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 20px;
}
.fw-bold, b, strong {
  font-weight: 600 !important;
}
 .btn {
   border-radius: 16px;
   border-width:2px !important;
 }
 .white-pp {
   border-radius: 32px !important;
 }
 .white-pp::placeholder {
   color: rgba(255, 255, 255, 0.5);
 }
.navbar {
  background-color: #ffffff;
  /* position: absolute; */
}
 .pilled {
   /* background-color: var(--pry-color); */
 }
 .pilled .container {
   background-color: rgba(255, 255, 255, 0.1);
   border-radius: 50px;
   margin-top: 20px;
 }
.nav-link {
  font-size: 15px;
  font-weight: 400;
  color: var(--pry-color);
}
.nav-link.active {
  font-weight: 600;
  color:var(--pry-color) !important;
  transition: .5s;
}
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-nav .nav-item.dropdown .dropdown-menu {
  display: none;
}
.dark .nav-link {
  color: #000 !important;
}
.dark .nav-link:hover, .dark .nav-link:focus, .dark .nav-link.active {
  border-color: #fff;
  color: #fff !important;
  transition: .5s;
}

.dropdown-menu, .dropdown-menu.show {
  transition: opacity 0.5s ease;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  right:0 !important;
  border-radius: 10px;
  margin-top: -2px;
  margin-left: -1px;
  border-top-right-radius: 0 !important;
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
}

.dropdown-item {
  font-size: 14px;
  padding: 10px 40px 10px 20px;
}
.dropdown-item.active {
  background-color: var(--pry-color);
  color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: var(--pry-dark-color);
  color: #fff;
}
.btn-nav, .btn-nav:hover {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;;
  border-radius: 6px;
}
.logo {
  width: 100%;
  max-width: 140px
}
a {
  text-decoration: none;
}
img {
  width: 100%;
}
.top {
  background-color: var(--pry-color);
  color: #fff;
  font-size: 16px;
  /* margin-top: 50px; */
  padding-top: 50px;
}
.hero .top-title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 500;
  letter-spacing: -.7px;
}
.top-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: -.3px;
}
.title {
  font-size: 38px;
  line-height: 48px;
  font-weight: normal;
  letter-spacing: -.3px;
}
.top h5 {
  font-size: 20px;
}
.top p, .top li{
  font-size: 17.5px;
  font-weight: 400;
}
.top-info {
  margin-top: 30px;
  padding-top: 30px;
  border-top:1px solid rgba(255,255,255, 0.2);
}
.libre {
  /* font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic; */
}
.stps > div > div{
  border: 1px solid #eee;
  overflow: hidden;
}
.stps img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.border-rounded-lg {
  border-radius: 32px;
}
.border-lg-top {
  border-top:1px solid;
}
.border-pry {
  border-color: var(--pry-color);
}
.text-pry {
  color: var(--pry-color) !important;
}
.text-green {
  color: #00685F;
}
.text-light-pry {
  color: var(--pry-light-color);
}
.bg-light-grey {
  background-color: #f2f2f2;
}
.bg-dark-pry {
  background-color: var(--pry-dark-color);
  color: #fff;
}
.bg-pry {
  background-color: var(--pry-color);
  color: #fff;
}
.bg-sec {
  background-color: var(--sec-color);
  color: #fff;
}
.bg-light-pry {
  background-color: var(--pry-light-color);
  color: var(--pry-color);
}
.bg-light-pry {
  background-color: #61BDDA;
  color: #fff
}
.bg-light-sec {
  background-color: #F2C985;
  color: #fff;
}
.bg-cream {
  background-color: #FFF7EA;
}
.bg-dark-cream {
  background-color: #F2C985;
}
.btn {
  padding:10px 30px;
  font-size: 15px;
  font-weight: 600;
}
.btn-pry {
  background-color: var(--pry-color);
  color: #fff;
  transition: .5s;
}
.btn-sec {
  background-color: var(--sec-color);
  color: #fff;
  transition: .5s;
}
.btn-sec:hover, .btn-sec:focus, .btn-pry:hover, .btn-pry:focus {
  background-color: var(--pry-light-color) !important;
  color: var(--pry-color) !important;
  transition: .5s;
}
.sub-form {
  position: relative;
}
.sub-form .btn {
  position: absolute;
  right: 5px;
  top: 2px;
  width: 45px;
}
.wistia_click_to_play {
  display: grid;
  place-items: center;
}
.wistia_click_to_play > div > div:nth-child(2),
.wistia_click_to_play > div > div:nth-child(3) {
  opacity: 0;
}
.wistia-popup {
  position: relative;
}
.wistia-popup .play-blue {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 180px;
  width: 180px;
  animation: pulse-animation 5s infinite;
  /* font-size: 40px;
  background-color: #61BDDA;
  color: #fff !important;
  display: grid;
  place-items: center;
  border-radius: 100%; */
  cursor: pointer;
}
@keyframes pulse-animation {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.pg-card {
  border:2px solid #C9D3D8;
  border-radius: 25px;
  display: block;
  color: var(--pry-color);
  transition: .5s;
}
.pg-card:hover {
  border-color: var(--pry-color);
  transition: .5s;
}
.pg-images {
  position: relative;
}
.pg-icon {
  background-color: #F0F5F7;
  position: absolute;
  bottom:-30px;
  left: 20px;
}
.pg-icon {
  padding: 12px;
  border-radius: 15px;
}
.pg-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.border-rounded {
  border-radius:
}
.ben-flex {
  display: flex;
  justify-content: center;
  gap:15px
}
.ben-flex > div {
  /* min-height: 350px; */
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ben-flex .img {
  height: 70px;
  width: 70px;
  background-color: var(--pry-light-color);
  border-radius: 15px;
}
.ben-flex .subtitle {
  font-size: 20px;
}
.inc-box {
  background-color: #fff;
  min-height: 350px;
  height: 100%;
  color: var(--pry-color);
  display: flex;
  flex-direction: column;
}
.program-box {
  background-color: #F0F5F7;
  border:1px solid rgba(8, 65, 92, .11);
  display: flex;
  align-items: center;
}
.selfpay {
  position: relative;
}
.selfpay {
  background-image: url('/images/selfpay-watermark.png');
  background-size: auto;
  background-position: right;
  background-repeat: no-repeat;
}
.approach {
  background-image: url('/images/approach.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50%;
}
@media screen and (min-width:992px) {
  .selfpay img {
    position: absolute;
    bottom: 0;
    right: 100px;
    max-width: 35%;
  }
  .pilled .nav-link {
    color: #fff !important;
  }
  .pilled .btn-pry {
    background-color: #ffffff;
    color: var(--pry-color);
  }
}
.rounded-top {
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
}
.white-card {
  margin-top: -200px;
  padding: 30px 40px 30px 40px;
  border-radius: 8px;
  background-color: #ffffff;
}
.subtitle {
  font-size: 25px;
  letter-spacing: -.2px;
}
.subheading {
  font-size: 26px;
  font-weight: normal;
}
.coverage{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.coverage.invert img {
  filter: invert(1);
}
.coverage img {
  max-width:110px;
}
.coverage.sleep img {
    max-width: 140px;
}
.coverage.sleep .cigna {
    max-width: 90px;
}
.coverage .cigna {
  max-width: 80px;
}
.coverage .medicare {
  max-width: 125px;
}
.article-card {
  height:200px
}
.guide-carousel .h-100 {
  min-height: 250px
}
.guide-carousel .item {
  color: #000000;
  overflow: hidden !important;
}
.guide-carousel .item .img {
  height: 140px;
  background-color: #DFCAA9;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-size 0.5s ease;
}
.guide-carousel .item:hover .img {
  background-size: 110%;
}
.guide-carousel p {
  font-size: 17px;
}
.custom-nav {
  display: flex;
  align-items: center;
  gap:10px;
}
.custom-nav a {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  background-color: #ffffff;
  color: var(--pry-color);
  display: grid;
  place-items:center;
  border:1px solid var(--pry-color);
}
.circle-wrapper {
    position: relative;
    margin: 0 auto 30px;
    width: 180px;
    height: 180px;
}

.dashed-circle {
    width: 180px;
    height: 180px;
    border: 1px dashed #d0d0d0;
    border-radius: 50%;
    position: relative;
    background-color: #fff;
    padding: 30px;
}
.dashed-circle img {
  /* background-color: #EFF5F7; */
  border-radius: 100%
}

.progress-dot {
    width: 16px;
    height: 16px;
    background-color: #1a4d5c;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
}
.steps-wrapper {
  position: relative;
}
.dot-left {
    left: 0
}

.dot-right {
    right: 0;
}

.steps-wrapper::before {
    content:'';
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #d0d0d0 50%, transparent 50%);
    background-size: 8px 2px;
    top: 32%;
    transform: translateY(-50%);
}

.kunal {
  position: absolute;
  width:180px;
  max-width: 180px !important;
  left: -80px;
  bottom: -45px;
}
.rounded-up {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.title-left {
  padding-left: 200px;
}
.title-left h5 {
  font-size: 30px;
}
.space-up {
  margin-top: 100px;
  border-top:1px solid rgba(255,255,255, 0.2);
}
.grey-mob {
  background-color: #F0F5F7;
}
.bg-white .space-up {
  border-color: #ddd;
}
.bg-light-pry .space-up {
  border-color: var(--pry-color)
}
.bg-pry .num, .bg-sec .num, .bg-light-pry .num {
  background-color: #ffffff;
  color: #000000;
}
.num.pry {
  background-color: var(--pry-dark-color) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600;
  height: 30px !important;
  width: 30px !important;
}
.callout {
  background-image: url('/images/readings.png');
  background-position: right top;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: var(--pry-color);
  color: #fff;
}
.accordion-button {
  font-size: 18px;
  font-weight: bold;
  color: var(--pry-color) !important;
}
.accordion-item {
  border-radius: 10px !important;
  overflow: hidden;
}
.accordion-button, .accordion-button:not(.collapsed), .accordion-item {
  background-color:#efefef !important;
}
.accordion.white .accordion-button, .accordion.white .accordion-button:not(.collapsed), .accordion.white .accordion-item {
  background-color: #ffffff !important;
}
.why-kunal {
  background-image: url('/images/web-kunal-bg.png');
  background-size: cover;
  background-position: top right;
}
.why-kunal .row {
  min-height: 450px;
}
/* .check {
  list-style: none;
  padding-left: 0;
}
.check li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 1.5em;
} */
/* .check li::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0.1em;
} */
.check.green li::before {
  color: var(--pry-light-color);
}
.no-border-table td{
  border: none !important;
  font-size: 15px;
  padding-block: 10px;
  white-space: nowrap;
}
.no-border-table th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.no-border-table th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.tst-container {
  width: 250px;
}
.tst-container img{
  height:300px;
  object-fit: cover;
}
.wl-100 {
  width: 100%;
}
.test-info {
  background-color: rgba(0,0,0,.3);
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 13px;
  padding: 1px 10px;
  border-radius: 30px;
}
.test-img {
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
}
.play {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  height: 30px;
  width: 30px;
  color: #fff !important;
  display: grid;
  place-items: center;
  border-radius: 100%;
  background: transparent;
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: .7s;
}
.wistia_click_to_play:hover .play{
  background-color: #ffffff;
  color: var(--pry-color) !important;
  transition: .7s;
}
.play.sm {
  height: 40px;
  width: 40px;
  font-size: 14px;
  animation: pulse 2.5s infinite;
}
.play.lg {
  height: 90px;
  width: 90px;
  font-size: 40px;
  animation: pulse 2.5s infinite;
}
@keyframes pulse {
    0% { transform: translate(-50%, -50%) scale(1, 1); }
    25% { transform: translate(-50%, -50%) scale(1.1, 1.1); }
    50% { transform: translate(-50%, -50%) scale(1, 1); }
    100% { transform: translate(-50%, -50%) scale(1, 1); }
}
.card-item {
  padding: 25px;
  border-radius: 10px;
  background-color: #f2f2f2;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  color: #000000;
  transition: .5s;
  position: relative;
}
.card-item:hover, .card-item:focus {
  background-color: var(--pry-color);
  color: #fff;
  transition: .5s;
}
.arrow-link {
  display: grid;
  margin-top: auto;
  place-items: center;
  padding: 15px;
  border-radius: 100%;
  border: 1px solid #000;
  background-color: #ffffff;
}
.arrow-link img {
  height: 20px;
  width: 20px;
}
.drop-shadow {
  transition: .5s;
}
.drop-shadow:hover {
  background-color: var(--sec-color) !important;
  color: #fff;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  transition: .5s;
}
#wrapper {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#wrapper::-webkit-scrollbar {
  display: none;
}
.sub-nav {
  background-color: var(--pry-dark-color);
  position: sticky;
  top: 0;
  z-index: 2;
}
.sub-nav .sub-wrapper{
  display: flex;
  overflow: auto;
  white-space: nowrap;
  gap: 40px;
}
.sub-nav a {
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 15px;
  display: block;
  padding-top:16px;
  padding-bottom:12px;
  color: rgba(255,255,255,.5);
  transition: .5s;
  border-bottom:4px solid transparent;
}
.sub-nav a:hover, .sub-nav a:focus, .sub-nav a.active {
  color: #fff;
  border-color: var(--pry-light-color);
}
.web-sticky {
  position: sticky;
  top: 80px;
}
.bg-pry-lighter {
  background-color: #F5FEFF;
  border: 1px solid #CFF9FE;
}
.border-rounded {
  border-radius: 20px;
}
.border-pry {
  border-color: var(--pry-color) !important;
}
.bulleted {
  display: flex;
  margin-bottom: 10px;
}
.bulleted > .arrow {
  position: relative;
}
.bulleted > .arrow::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-top: 4px;
  width: 1px;
  height: 60%;
  background-color: var(--pry-color);
  transform: translateX(-50%);
}
.bulleted .number {
  font-size: 16px;
  height: 35px;
  width: 35px;
  border:1px solid var(--pry-color);
  display: grid;
  place-items: center;
  border-radius: 100%;
}
.bulleted .number span {
  color:var(--pry-color);
}

.num {
  height: 40px;
  font-size: 17px;
  width: 40px;
  display: grid;
  place-items: center;
  border-radius: 100%;
}
.num.sm {
  height: 30px;
  width: 30px;
  font-size: 15px;
  background-color: var(--pry-light-color);
  color: var(--pry-color);
}
.num.sec {
  background-color: var(--sec-color);
  color: #fff;
}
.physicians {
  background-image: url('/images/for-physicians.jpg');
  background-size: cover;
  background-position: center;
}
.overlay {
  min-height: 450px;
  background-image: url('/images/overlay.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.mh-100 {
  min-height: 350px;
}
.hero-curve {
  margin-top:-80px
}
.footer-curve {
  margin-top:-135px
}
@media screen and (min-width: 1614px) {
  .footer-curve {
      margin-top: -136px;
  }
  .app-container {
    /* overflow-x: hidden !important;
    overflow-y: visible !important; */
  }
  .guide-carousel .owl-stage-outer {
    overflow: visible !important;
  }
}
@media screen and (min-width:1714px) {
  .footer-curve {
    margin-top:-152px
  }
}
@media screen and (min-width:1200px) {
  .top-title.lg {
    font-size: 54px;
    line-height: 64px;
  }
  .top-title.sm {
    font-size: 46px;
    line-height: 56px;
  }
  .top-title.md {
    font-size: 53px;
    line-height: 66px;
  }
}
.code-card {
  background-color: #ffffff;
  width: 70%;
}
.quote {
  margin-top:-150px;
  z-index:2;
}
.testimonials-carousel {
  position: relative;
}
label {
  font-size: 15px;
  margin-bottom: 5px;
}
.accordion-item {
  border:none;
  border-bottom: 1px solid #000;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #000000;
  box-shadow: none;
}
.accordion-body {
  padding-top: 0;
}
.accordion-item:last-of-type {
  border-radius: 0;
}
.hiw-carousel .owl-stage, .testimonials-carousel .owl-stage {
  display: flex;
}

.subtitle.sm {
  font-size: 28px;
}
.index {
  z-index: 1;
}
.hero-kunal {
  position: absolute;
  left: -200px;
  bottom: -202px;
  width: 75%;
  z-index: 1;
}
.bg-coverage {
  background-image: url('/images/gradient.svg');
  background-size: cover;
  background-position: left;
}
.top.hero {
  background-image: url('/images/hero.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 850px;
}
.top.cgm {
  background-image: url('/images/cgm.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: 70% auto;
  min-height: 650px;
}
.top.circle {
  border-top: 1px solid #ededed;
  position: relative;
  background-color: #ffffff;
  background-image: url('/images/program-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--pry-color);
  min-height: 580px;
  overflow: hidden;
}
.top.circle.sm {
  min-height: auto;
}
.top.circle * {
  z-index: 1;
}
.top.circle .frame {
  position: absolute;
  bottom: -80px;
  right: 0;
  z-index: 0;
  max-width: 400px;
}
.top.chronic {
  background-image: url('/images/chronic.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: 70% auto;
  min-height: 560px;
}
.bg-grad {
  /* background-color: var(--pry-color); */
  background-image:url('/images/linear-bg.png');
  background-size: cover;
  background-position: bottom;
  color: #fff;
}
.top.form {
  background-image:url('/images/form-bg.webp');
  background-size: cover;
  background-position: top;
  min-height: 100vh;
}
.top.small-circle {
  background-image: url('/images/left-circle.svg');
  background-position: left 100px;
  background-repeat: no-repeat;

}
.top.none {
  background-image: none;
  min-height: auto;
}
.step-img img{
  height:200px;
  object-fit: cover;
  border-radius: 5px
}
.linear-circle {
  position: relative;
}
.linear-content * {
  z-index: 1;
}
.linear {
  position: absolute;
  width: 250px;
  left:100px;
  top: -50px;
  z-index: 0;
}
span.text-danger {
  font-size: 14px;
}
.title.sm {
  font-size: 35px;
}
.mike {
  margin-bottom: -200px;
}
.mike p {
  font-size: 16px;
}
.ellipsis, #article a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.links {
  position: relative;
  padding: 10px;
  border: 1px solid #E4F2FE;
  border-radius: 10px
}
.links::before {
  content: '';
  position: absolute;
  top: 5%;
  left: 20px;
  height: 90%;
  width: 1px;
  border-right:1px dashed rgba(8, 65, 92, .4);
}
.links a {
  font-size: 14px;
  color: var(--pry-color);
  display: block;
  padding: 10px;
  padding-left: 25px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.links a.active {
  background-color: #E4F2FE;
  border-radius: 10px;
  position: relative;
}
.links a.active::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 8px;
  height: 60%;
  border-radius: 10px;
  width: 4px;
  background-color: var(--pry-color);
}
.article-soc {
  height: 40px;
  width: 40px;
  border:1px solid var(--pry-color);
  display: grid;
  place-items: center;
  color: var(--pry-color);
  border-radius: 100%;
  transition: .5s;
}
.article-soc:hover {
  background-color: var(--pry-color);
  color: #fff;
  transition: .5s;
}
.provider-card {
  border-radius: 12px;
}
.provider-card .subtitle {
  font-size: 26px
}
.provider-card p {
  font-size: 16px
}
.provider-card img {
  max-width: 100px;
  border-radius: 100%;
}
.leaf-left, .leaf-right {
  position: relative;
}
.leaf-left img, .leaf-right img {
  position: relative;
  z-index: 1;
}
.leaf-left .leaf {
  position: absolute;
  width: 120px;
  bottom: -80px;
  right:0;
  z-index: 0 !important;
}
.leaf-right .leaf {
  position: absolute;
  width: 200px;
  bottom: -80px;
  right:0;
  z-index: 0 !important;
}
.pill-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}

.pagination .page-item {
  border:1px solid var(--pry-light-color);
}
.pagination .page-link {
  border: none !important;
  border-radius: 0 !important;
  color: var(--pry-color);
  background-color: var(--pry-light-color);
}
.pagination .page-item.disabled .page-link {
  color: #000;
  background-color: #ddd;
  border-color: var(--pry-light-color);
}
.pagination .page-item.active .page-link, .pagination .page-link:hover, .pagination .page-link:focus {
  color: var(--pry-light-color);
  background-color: color: var(--pry-color);
}
.ql-pill {
  background-color: var(--pry-light-color);
  color: var(--pry-color);
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 15px;
}
.br-separator {
  border-left: 1px solid #fff;
}
.insurance {
  background-color: var(--pry-color);
  background-image: url('/images/insurance-bg.png');
  background-size: cover;
  background-position: center right;
  color: #fff;
}
input.circle[type=radio], input.circle[type=checkbox] {
    height: 18px;
    width: 18px;
    border-radius: 100%;
    appearance: none;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
}

input.circle[type=radio]:hover, input.circle[type=checkbox]:hover {
    background-color: #eee;
}

input.circle[type=radio]:checked:after, input.circle[type=checkbox]:checked:after {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    content: '';
    background: #000;
}

input.circle[type=checkbox], input.circle[type=checkbox]:checked:after {
  border-radius: 0px;
}
input.circle[type=checkbox]:checked:after {
  content: '✓';
  display: grid;
  place-items:center;
  color: #fff;
  font-size: 13px;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
}
label:has(.circle) {
  cursor: pointer;
}
.form-control {
  padding:12px;
}
select {
  padding: 12px;
 -webkit-appearance:listbox !important;
 -moz-appearance:listbox !important;
 appearance:listbox !important;
}
.split {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:1539px) {
  .white-card {
    margin-top: -150px;
  }
  .hero-curve {
    margin-top: -65px;
  }
  .footer-curve {
    margin-top:-115px
  }
  .space-up {
    margin-top: 75px;
  }
  .kunal {
    bottom: -46px;
  }
  .hero-kunal {
    bottom: -167px;
  }
}
@media screen and (max-width:1399px) {
  .hero-kunal {
    position: relative;
    bottom: 0;
    left: 0;
    height: 250px;
    object-fit: contain;
  }
  .hero-curve {
    margin-top:-60px
  }
  .footer-curve {
    margin-top:-110px
  }
  .quote {
    margin-top: -80px;
  }
  .title-left {
    padding-left: 100px;
  }

}
@media screen and (max-width:1319px) {
  .kunal {
    left: -88px;
  }
  .nav-link {
    font-size: 15px;
    white-space: nowrap;
  }

}
@media screen and (max-width:1199px) {
  .border-xl {
    border: 1px solid #DFDFDF;
    margin-top: 15px !important;
    transition: .5s;
  }
  .progress-dot, .steps-wrapper::before {
    display: none;
  }
  .border-xl:hover, .border-xl:focus {
    border-color: var(--pry-color);
    transition: .5s;
  }
  .approach {
    background-image: none;
  }
  .leaf {
    display: none;
  }
  .ben-flex {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .ben-flex > div {
    width: 48%;
    min-height: 100%;
  }
  .inc-box {
    min-height: 150px
  }
  .top-title, .hero .top-title {
    font-size: 38px;
    line-height: 46px;
  }
  .leaf-right, .leaf-left {
    text-align: center;
  }
  .web-sticky {
    position: static;
  }
  .white-card {
    margin-top: -120px;
  }
  .hero-curve {
    margin-top:0px
  }
  .nav-link, .btn-nav {
    font-size: 15px;
  }
  .space-up {
    margin-top: 0px;
  }
  .card-item {
    font-size: 20px
  }
  .mh-100 {
    min-height: auto;
  }
  .mh-100.rounded-up {
    border-radius: 10px;
  }
  .footer-curve {
    margin-top: -80px;
  }
  .kunal {
    width: 100px;
    bottom: -45px;
  }
  .rounded-up {
    border-radius: 10px;
  }
  .title.sm {
    font-size: 35px;
  }
  .subtitle {
    font-size: 20px
  }
  .quote {
    margin-top: 30px;
  }
  .top-title.sm {
    font-size: 38px;
    line-height: 48px;
  }
  .callout {
    background-size: 45% auto;
    background-position: right bottom;
  }
  .why-kunal {
    background-position: center;
  }
  .why-kunal .row {
    min-height: 300px;
  }
}
@media screen and (max-width:1091px) {
  .wb-100 {
    width: 100%;
  }
  .top-info {
    margin-bottom: 30px;
  }
  .logo {
    /* max-width: 170px; */
  }
  .title {
    font-size: 38px;
    line-height: 50px;
  }
}
@media screen and (max-width:991px) {
  .kunal, .linear, .d-contents {
    display: none;
  }
  .border-lg-top {
    border:none;
  }
  .coverage {
    justify-content: center;
    flex-wrap: wrap;
  }
  .coverage img {
    max-width: 110px;
  }
  .split {
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .linear-content img {
    max-width: 200px;
    margin-bottom: 20px;
  }
  .title-left {
    padding-left: 250px;
  }
  .kunal-mobile {
    position: absolute;
    height: 100%;
    top: -280px;
    z-index: 0;
    width: auto;
    left: 50%;
    transform: translate(-50%);
  }
  .wl-100 {
    width: auto;
  }
  .form-kunal {
    height: 250px;
    object-fit: contain;
  }
  .white-card {
    z-index: 1;
    position: relative;
  }
  .hero-curve {
    margin-top: 140px;
  }
  .top {
    margin-top: 0px;
  }
  .top-title, .hero .top-title {
    font-size: 35px;
    line-height: 42px;
  }
  .top.none .hero-curve {
    margin-top: 40px;
  }
  .top.none {
    padding-top: 30px;
  }
  .btn-nav {
    border-color: #000;
    color: #000000 !important;
  }
  #article .subtitle:first-child {
    text-align: center;
  }
  .pilled .container {
    margin-top: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .logo {
    max-width: 150px;
  }
  .top.hero {
    background-size: auto 70%;
    background-position: bottom right;
    /* min-height: 650px */
  }
  .md-header {
    font-size: 22px;
    display: block;
    text-align: center;
  }
  /* #navBar {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: 100;
  } */
  .navbar-collapse {
      position: fixed;
      top: 0;
      left: -100%;
      width: 80%;
      max-width: 320px;
      height: 100vh;
      background: #fff;
      z-index: 110;
      overflow-y: auto;
      box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    }

    .navbar-collapse.show {
        left: 0;
    }

    /* Overlay */
    .nav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 100;
        display: none;
    }

    .nav-overlay.show {
        opacity: 1;
        visibility: visible;
    }

    /* Prevent body scroll when nav is open */
    body.nav-open {
        overflow: hidden;
    }
  .provider-card .title.sm {
    font-size: 30px;
  }
  .bar-container {
    padding: 15px 25px;
    background-color: #ffffff;
    height: 100vh;
    overflow: auto;
  }
  .collapse,
  .collapse.show {
    transition: none !important;
  }
  .navbar-toggler {
    padding: 12px;
  }
  .navbar-toggler:focus{
    box-shadow: none;
  }
  .nav-link {
    color: #000000 !important;
    font-size: 14px;
  }
  .quote {
    margin-top: -30%;
  }
  .nav-link.active {
    color: var(--pry-color) !important;
  }
  .navbar-nav .nav-item.dropdown .dropdown-menu, .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: none;
  }
  .navbar-nav .nav-item.dropdown .dropdown-menu.show, .navbar-nav .nav-item.dropdown:hover .dropdown-menu.show {
    display: block;
  }
  .dropdown-menu, .dropdown-menu.show {
    opacity: 1;
    border-radius: 0;
    border: 0;
    margin-bottom:10px;
  }
  .dropdown-item {
    border-bottom: 1px solid #ddd;
  }
  .overlay {
    background-image: url('/images/overlay-mobile.svg');
    background-position: top left;
  }
  .br-separator {
    border:none;
  }
  .top {
    background-color: var(--pry-color);
    background-image:url('/images/hero-mobile.jpg');
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .top.min, .top.sm-up {
    padding-top: 100px;
  }
  .top.sleep {
    background-image:url('/images/sleep-mobile.jpg');
    background-position: top;
  }
  .top.glucose {
    background-image:url('/images/glucose-mobile.jpg');
    background-position: top;
  }
  .top.sleep .hero-curve {
    margin-top: 40px;
  }
  .top.cgm {
    margin-top: 0;
    background-image: url('/images/cgm-bg.png');
    background-size: cover;
  }
  .top.chronic {
    padding-top: 40%;
    background-size: 140% auto;
    background-position: top right;
  }
  .check-coverage {
    background-color: var(--pry-color);
    background-image: url('/images/check-coverage.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height:240px;
    width: 100%;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .code-card {
    width: 100%;
    background: none;
  }
  .callout {
    background-image: none;
  }
  footer {
    /* background-color: #003D43; */
  }
  .mb-100 {
    width: 100%;
  }
  .bulleted > .arrow::after {
    height: 50%;
  }
}
@media screen and (max-width:767px) {
  .top-title, .hero .top-title {
    font-size: 36px;
    line-height: 42px;
  }
  .top-title.sm {
    font-size: 30px;
    line-height: 40px;
  }
  .top {
    margin-top: 0px;
  }
  .no-round-mob {
    border-radius: 0 !important;
  }
  .border-md-top {
    border-top: 1px solid #CFE0E2;
  }
  .container {
    padding-inline: 15px;
  }
  .bg-md-grey {
    background-color: #F2F2F2;
  }
  .text-md-dark-pry {
    color: #003D43 !important;
  }
  .title {
    font-size: 35px;
  }
  .title.sm {
    font-size: 30px;
  }
  .top.min .top-title{
    font-size: 30px;
  }
  .top h5 {
    font-size: 18px;
  }
  .btn-sec {
    width: 100%;
    padding-inline: 0;
  }
  .kunal-mobile {
    height: 80%;
  }
  .play.lg {
    height: 62px;
    width: 62px;
    font-size: 30px;
    top:42%
  }

  .subtitle {
    font-size: 26px;
    letter-spacing: -.2px;
  }
  .bar-container {
    width: 70%;
  }
  .provider-card img {
    max-width: 80px;
  }
  .mb-line {
    border-bottom:1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .footer-curve {
    margin-top: -68px;
  }
  .insurance {
    background-image: url('/images/insurance-mobile.png');
    background-position: center;
    padding-top:100px;
    padding-bottom: 50px;
  }
  .bulleted > .arrow::after {
    height: 65%;
  }
  .pg-icon {
    bottom: -25px;
    left: 40%;
    position: absolute;
  }
  .pg-card {
    text-align: center;
  }
  .wistia-popup .play-blue {
    height: 130px;
    width: 130px;
  }
  .why-kunal {
    background-image: url('/images/why-mob.jpg');
  }
  .why-kunal .row {
    min-height: auto;
  }
}
@media screen and (max-width:575px) {
  .top.hero {
    background-image: url('/images/hero-mobile.png');
    background-size: auto;
    background-position: bottom;
    min-height: 850px;
  }
  .md-header {
    font-size: 18px;
  }
  .top {
    padding-top: 40px;
  }
  .article-card {
    height:140px;
  }
  .ben-flex > div {
    width: 100%;
    min-height: 100%;
  }
    .top .btn {
      width: 85% !important;
      margin: auto;
    }
    .top form .btn {
      width: 100% !important;
    }
    .subtitle.sm {
      font-size: 25px;
    }
    .bar-container {
      width: 100%;
    }
    .title {
      font-size: 30px;
      line-height: 38px;
    }
    .title.sm {
      font-size: 28px;
    }
    .title-left {
      padding-left: 165px;
    }
    .title-left h5 {
      font-size: 25px;
    }
    .leaf-left img, .leaf-right img{
      max-width: 75%;
    }
    .footer-curve {
      margin-top: -63px;
    }
  .white-card {
    margin-top: -100px;
    padding: 30px;
  }
  .top-info {
    margin-top: 20px;
    padding-top:20px;
  }

  .hero-carousel .item {
    display: grid;
    place-items: center;
  }
  .hero-carousel p {
    width: 70%;
  }
  .kunal-mobile {
    height: 50%;
    top: -250px;
  }
  .btn {
    padding: 10px 20px;
    font-size: 15px
  }
  .top.hero {
    min-height: 810px;
  }
  .coverage.colored {
    gap:20px;
  }
  .coverage.colored img {
    max-width: 100px;
  }
  .coverage.colored .medicare {
    max-width: 150px;
  }
  .coverage .medicare {
    max-width: 110px;
  }
  .coverage img {
    max-width: 90px;
  }

}
@media screen and (max-width:450px) {
  .footer-curve {
    margin-top: -50px;
  }
  .title-left h5 {
    font-size: 22px;
  }
}

@media screen and (max-width:400px) {
  .top-title, .hero .top-title {
    font-size: 30px;
    line-height: 40px;
  }
  .btn {
    padding: 8px 10px;
  }
  .coverage {
    gap:20px;
  }
  .coverage img {
    max-width: 80px;
  }
  .coverage .cigna {
    max-width: 70px;
  }
  .top p, .top li {
    font-size: 18px;
  }
}
@media screen and (max-width:350px) {
  .btns {
    flex-direction: column;
  }
  .top-title, .hero .top-title {
    font-size: 26px;
    line-height: 36px;
  }
  .top h5 {
    font-size: 15px;
  }
}


/* CGM */
.br-rounded {
  border-radius: 1.5rem;
}
.bg-lighter {
  background-color: var(--light-color);
}
.bg-lighter-pry {
  background-color: #E4F2FE;
}
.bd-rounded {
  border-radius: 62px;
}
.cgm img {
  width: 100%;
}
.cgm .title {
  font-size: 40px;
}
.cgm .subheader {
  font-size: 25px;
}

.cgm ul {
  list-style: none;
}
.cgm ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.hiw-margin {
  margin-block: 100px;
}
.rail li {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 0;
}
.rail {
  position: relative;
}
.rail::before {
  content: '';
  left:15px;
  position: absolute;
  width: 1px;
  border-right:1px dotted var(--pry-color);
  height: 83%;
  z-index: 1;
}
.rail.bg::before {
  height: 86%;
}
.num {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background-color: var(--sec-color);
  color: #fff;
  display: grid;
  place-items: center;
  border-radius: 100%;
  z-index: 2;
  position: relative;
}
.steps {
  border-radius: 32px;
  overflow: hidden;
  background-size: cover;
  padding: 30px;
  height: 100%;
  position: relative;
}
.step1 {
  background-color: var(--pry-color);
  color: #fff;
}
.step2 {
  background-color: var(--light-color);
  color: initial;
}
.step3 {
  background-color: var(--sec-color);
  color: var(--pry-color);
}
.cgm .overlay {
  background-image: none;
  min-height: auto;
}
.article-links ul li {
  margin-bottom: 0;
}
.article-links ul li a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
  color: #2e2e2e;
}

.article-links ul li a.active {
  color: var(--pry-color);
  font-weight: bold;
}
