@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

:root {
  --pry-color: #005C65;
  --pry-light-color: #9DEAB2;
  --pry-dark-color: #003D43;
  --sec-color: #F06F38;
}
@font-face {
  font-family: 'Recoleta';
  src: url('/fonts/Recoleta-Regular.otf') format('opentype');
  font-weight: 200 !important;
  font-style: normal;
}
a {
  color: var(--pry-color);
}
body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
footer {
  margin-top: auto;
  background-color: var(--pry-color);
  color: #fff;
}
footer ul {
  list-style: none;
}
footer a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 300;
}
 .navbar {
   background-color: transparent;
 }
.nav-link {
  font-size: 16px;
  font-weight: 300;
  color: #fff !important;
  border-bottom:1px solid transparent;
}

.nav-link:hover, .nav-link:focus, .nav-link.active {
  border-color: #fff;
  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: var(--pry-color);
  color: var(--pry-color) !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-right: -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-light-color);
  color: var(--pry-color);
}
.dropdown-item:focus {
  background-color: var(--pry-dark-color);
  color: #fff;
}
.btn-nav, .btn-nav:hover, .btn-nav:focus {
  padding: 16px 40px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;;
  border-radius: 6px;
}
.logo {
  width: 80%;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
}
.top {
  background-color: var(--pry-color);
  color: #fff;
  font-size: 17px;
  margin-top: -90px;
  padding-top: 90px;
}
.top-img {
  height: 100%;
  display: grid;
  place-items: center;
  background-image: url('/images/patient-iv.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  position: relative;
}
.nationwide {
  position: absolute;
  max-width: 140px;
  top: -50px;
  right: 50px;
  z-index: 0;
}
.top-title {
  font-size: 75px;
  line-height: 75px;
  font-weight: 100;
}
.title {
  font-size: 58px;
  line-height: 64px;
}
.top h5 {
  font-size: 20px;
}
.top p{
  font-size: 18px;
}
.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;
}
.recoleta {
  font-family: "Recoleta", serif;
  font-variation-settings: 'wght' 100;
}
.text-pry {
  color: var(--pry-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);
}
.btn-sec, .btn-pry {
  background-color: var(--sec-color) !important;
  color: #fff !important;
  padding:16px 70px;
}
.btn-sec:hover, .btn-sec:focus, .btn-pry:hover, .btn-pry:focus {
  opacity: .9;
}
.white-card {
  margin-top: -150px;
  padding: 30px 40px 30px 40px;
  border-radius: 8px;
  background-color: #ffffff;
}
.token-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.token-input {
    width: 46px;
    height: 46px;
    font-size: 24px;
    text-align: center;
    margin: 5px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
}
.token-input:disabled {
   background-color: #ddd;
}
.token-input:focus {
  border-color: #000;
}
.individual-tests {
  padding: 0 !important
}
.individual-tests input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.individual-tests .form-check-label {
  position: relative;
  border: 1px solid #ddd;
  margin-left: -20px;
  padding: 10px 20px 10px 25px;
  font-size: 14px;
  border-radius: 10px;
  background: #fff;
}
.individual-tests .checkmark {
  position: absolute;
  top: 10px;
  left: .5rem;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
}
.individual-tests .form-check-label:hover input ~ .checkmark {
  background-color: #ddd;
}

.individual-tests .form-check-label input:checked ~ .checkmark {
  background-color: #ddf9dc;
  border:1px solid var(--pry-color);
}
.individual-tests .form-check-label:has(input:checked) {
  background-color: #ddf9dc;
  border:1px solid var(--pry-color);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.individual-tests .form-check-label input:checked ~ .checkmark:after {
  display: block;
}

.individual-tests .form-check-label .checkmark:after {
  width: 14px;
  height: 14px;
  top:2px;
  left: 2px;
  background: var(--pry-color);
  border-radius: 100%;
}
.transaction-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}
.transaction-container .section-header {
    justify-content: flex-start;
    align-items: flex-start;
}

.payment-img {
    height: 30px;
}

.transaction-container .order_info {
    width: 65%;
    margin-right: 20px;
}

.transaction-container .summary {
    width: 35%;
    position: sticky;
}
.bg-sec-lighter {
  background-color: #faebd6;
}
.hydrate {
  background-image: url('../images/hydrate.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 75%;
}
.subtitle {
  font-size: 32px;
  letter-spacing: -1px;
}
.coverage, .coverage .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.coverage img {
  max-width: 100px;
}
.coverage.sleep img {
  filter: grayscale(1);
  opacity: .5;
}
.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;
}
.space-up {
  margin-top: 100px;
  border-top:1px solid rgba(255,255,255, 0.2);
}
.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;
}
.form-top {
  margin-top: -500px;
}
.check {
  list-style: none;
  padding-left: 0;
}
.check li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 38px;
}
.check li::before {
  height:25px;
  width:25px;
  background-image: url('../../images/check.svg');
  background-size: cover;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.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;
}
.arrow-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff !important;
  background-color: var(--sec-color);
  transition: .5s;
}
.arrow-sec:hover, .arrow-sec:focus {
  opacity: .9;
  transition: .5s;
}
.arrow-sec img {
  max-width: 50px;
}
.play {
  font-size: 40px;
  height: 90px;
  width: 90px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff !important;
  display: grid;
  place-items: center;
  border-radius: 100%;
  animation: pulse 2.5s infinite;
}
.play.lg {
  font-size: 60px;
  height: 150px;
  width: 150px;
}
@keyframes pulse {
    0% { transform: scale(1, 1); }
    25% { transform: scale(1.02, 1.02); }
    50% { transform: scale(1, 1); }
    100% { transform: scale(1, 1); }
}

.card-item {
  padding: 25px;
  border-radius: 10px;
  background-color: #f9f9f9;
  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: 10px;
  border-radius: 100%;
  border: 1px solid #000;
  background-color: #ffffff;
}
.arrow-link img {
  height: 15px;
  width: 15px;
}
#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;
}
.border-rounded {
  border-radius: 10px;
}
.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:-140px
}
@media screen and (min-width:1514px) {
  .top .title {
    font-size: 68px;
    line-height: 68px;
  }
  .footer-curve {
    margin-top:-146px
  }
}
.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 {
  display: flex;
}
.owl-nav {
  position: absolute;
  top: -60px;
  right: 30px;
  margin-top: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover{
  background: none !important;
  color: #000000 !important;
}
.subtitle.sm {
  font-size: 28px;
}
.index {
  z-index: 1;
}
.hero-kunal {
  position: absolute;
  left: -180px;
  bottom: -272px;
  width: 65%;
  z-index: 1;
}
.top.circle {
  background-image: url('/images/page-hero.svg');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 562px;
}
.top.gradient {
  background-image:url('/images/linear-bg.png');
  background-size: cover;
  background-position: bottom;
  min-height: 100vh;
}
.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.png');
  background-size: cover;
  background-position: top;
  min-height: 100vh;
}
.top.none {
  background-image: none;
  min-height: auto;
}
.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: 46px;
}
.mike {
  margin-bottom: -200px;
}
.mike p {
  font-size: 16px;
}
.provider-card {
  border-radius: 12px;
}
.provider-card .title {
  font-size: 40px
}
.provider-card img {
  max-width: 140px;
}
.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;
}
@media screen and (max-width:1539px) {
  .form-top {
    margin-top:-450px;
  }
  .top-title {
    font-size: 68px;
    line-height: 68px;
  }
  .title {
    font-size: 50px;
    line-height: 50px;
  }
  .white-card {
    margin-top: -150px;
  }
  .hero-curve {
    margin-top: -65px;
  }
  .footer-curve {
    margin-top:-115px
  }
  .subtitle {
    font-size: 30px
  }
  body {
    font-size: 16px;
  }
  .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;
    top:20px;
    height: 350px;
    object-fit: contain;
  }
  .hero-curve {
    margin-top:-60px
  }
  .footer-curve {
    margin-top:-110px
  }
  .btn-sec {
    padding:16px 40px;
  }
  .quote {
    margin-top: -80px;
  }
  .nav-link {
    font-size: 15px;
  }
  .btn-nav, .btn-nav:hover {
    padding: 12px 35px;
  }
}
@media screen and (max-width:1319px) {
  .kunal {
    left: -88px;
  }
  .nav-link {
    font-size: 15px;
    white-space: nowrap;
  }

}
@media screen and (max-width:1199px) {
  .coverage {
    justify-content: center;
    flex-wrap: wrap;
  }
  .top.has-form {
    min-height: 690px;
  }
  .leaf {
    display: none;
  }
  .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: -79px;
  }
  .kunal {
    width: 100px;
    bottom: -45px;
  }
  .rounded-up {
    border-radius: 10px;
  }
  .title.sm {
    font-size: 40px;
  }
  .quote {
    margin-top: 30px;
  }
  .top-img {
    min-height: 400px;
  }
  .nationwide {
    right:-50px;
    top: -20px;
  }
}
@media screen and (max-width:1091px) {
  .top-info {
    margin-bottom: 30px;
  }
  .coverage {
    gap:15px;
    justify-content: center;
  }
  .owl-nav {
    position: relative;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width:991px) {
  .wb-100 {
    width: 100%;
  }
  .top.has-form {
    min-height: 750px;
  }
  .kunal, .linear {
    display: none;
  }
  .linear-content img {
    max-width: 200px;
    margin-bottom: 20px;
  }
  .kunal-mobile {
    position: absolute;
    height: 100%;
    top: -280px;
    z-index: 0;
    width: auto;
    left: 50%;
    transform: translate(-50%);
  }
  .form-kunal {
    height: 250px;
    object-fit: contain;
  }
  .white-card {
    z-index: 1;
    position: relative;
  }
  .hero-curve {
    margin-top: 30px;
  }
  .top.none .hero-curve {
    margin-top: 40px;
  }
  .top.none {
    padding-top: 90px;
  }
  .btn-nav {
    border-color: #000;
    color: #000000 !important;
  }
  #navBar {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: 100;
  }
  .provider-card .title.sm {
    font-size: 30px;
  }
  .bar-container {
    padding: 10px 20px 80px 10px;
    background-color: #ffffff;
    height: 100vh;
    position: relative;
    z-index: 100;
    width: 40%;
    overflow: auto;
  }
  .collapse,
  .collapse.show {
    transition: none !important;
  }
  .navbar-toggler {
    padding: 12px;
  }
  .navbar-toggler:focus{
    box-shadow: none;
  }
  .nav-link {
    color: #000000 !important;
  }
  .quote {
    margin-top: -30%;
  }
  .nav-link.active {
    background-color: transparent;
    font-weight: bold;
    border: none;
  }
  .navbar-nav .nav-item.dropdown .dropdown-menu {
    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 {
    margin-top: -77px;
    padding-top: 60px;
    background-color: var(--pry-color);
    overflow: hidden;
  }
  .top.sleep {
    background-image:url('/images/sleep-mobile.jpg');
  }
  .top.sleep .hero-curve {
    margin-top: 40px;
  }
  .hydrate {
    min-height: 400px;
    background-size: 50%;
  }
}
@media screen and (max-width:767px) {
  .play.lg {
    height: 90px;
    width: 90px;
    font-size: 40px
  }
  .top-title {
    font-size: 58px;
    line-height: 58px;
  }
  .title {
    font-size: 40px;
    line-height: 40px;
  }
  .title.sm {
    font-size: 35px;
    line-height: 35px;
  }
  .top h5 {
    font-size: 20px;
  }
  .top-img.video {
    height: 200px;
    min-height: 200px;
  }
  .top-img .play {
    margin-top: -150px;
  }
  .btn-sec {
    width: 100%;
    padding-inline: 0;
  }
  .kunal-mobile {
    height: 80%;
  }
  .subtitle {
    font-size: 29px;
  }
  .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;
  }
}
@media screen and (max-width:575px) {
  .hydrate {
    background-size: 80%;
  }
  .top-title {
    font-size: 40px;
    line-height: 40px;
  }
    .bar-container {
      width: 100%;
    }
    .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;
  }
  .coverage .flex {
    flex-wrap: wrap;
    gap:20px;
    justify-content: center;
  }
  .coverage img {
    max-width: 100%;
    width: 45%;
  }
  .hero-carousel .item {
    display: grid;
    place-items: center;
  }
  .hero-carousel p {
    width: 70%;
  }
  .kunal-mobile {
    height: 50%;
    top: -250px;
  }
}
@media screen and (max-width:450px) {
  .footer-curve {
    margin-top: -52px;
  }
}
