
html {
    scroll-behavior: smooth;
}

:root {
    --pry-color: #0A234F;
    --sec-color: #2895D5;
}

[v-cloak] {
    display: none !important;
}

.pointer {
    cursor: pointer;
}

.text-primary {
    color: #840855 !important;
}

.text-blue {
    color: #374785 !important;
}

.text-link {
    color: #365eff;
}
.carousel-fade .carousel-item {
  transition: opacity 3s ease-in-out; /* Adjust as needed */
  opacity: 0;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
}
select {
  -webkit-appearance:auto !important;
  -moz-appearance:auto !important;
  appearance:auto !important;
}
#navComponent {
  position: sticky;
  width: 100%;
  z-index: 100;
  top: 0;
}

.navbar-toggler i {
    font-size: 30px;
    font-weight: 300;
}
.nav-link {
    color: #fff !important;
    font-size: 15px;
    border-bottom: 1px solid transparent;
    transition: .5s;
    font-weight: 600;
    padding-block: 22px;
}
.nav-link:hover {
  background-color: #ffffff;
  color: var(--pry-color) !important;

}
.nav-link.active {
    transition: .5s;
    color: #30abd1;
    border-bottom-color: #30abd1;
}
.has-animation, .left-animation {
  overflow: hidden;
  position: relative;
  top: 0px;
  left: 0px;
}
.has-animation::after {
  transition: background-color 300ms, width 300ms, height 300ms, top 300ms, right 300ms, transform 300ms;
  content: " ";
  display: block;
  background-color: rgba(255, 255, 255, .1);
  width: 3.2rem;
  height: 150%;
  position: absolute;
  top: -10px;
  right: -15px;
  transform: skewX(-15deg);
}
.has-animation.dark::after {
  background-color: rgba(0, 0, 0, .1);
}
.has-animation:hover::after {
  right: -3.2rem;
  transform: skewX(0deg);
}
.has-animation::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f105";
  position: absolute;
  right: .8rem;
  margin-top: 1px;
  font-size: 90%;
}
/* .has-animation.dark::before {
  content: '\f101';
} */
.left-animation::after {
  transition: background-color 300ms, width 300ms, height 300ms, top 300ms, left 300ms, transform 300ms;
  content: " ";
  display: block;
  background-color: rgba(255, 255, 255, .1);
  width: 3rem;
  height: 150%;
  position: absolute;
  top: -10px;
  left: -15px;
  transform: skewX(10deg);
}
.left-animation:hover::after {
  left: -3.2rem;
  transform: skewX(0deg);
}
.ic {
  margin: 0;
  width: 60px;
  height: 60px;
  font-size: 30px;
  display: grid;
  place-items:center;
  border-radius: 100%;
  background-color: var(--sec-color);
  color: #fff;
}
.im-messages {
  font-size: 14px;
}
.btn-primary {
    background-color: #1B75BB;
    border-color: #1B75BB;
    color: #fff !important;
    font-weight: 600;
}

.btn-sec {
    background-color: #2895D5;
    border-color: #2895D5;
    color: #fff;
}

.btn-sec:hover {
    color: #fff;
    background-color: #1d78ad;
    border-color: #1d78ad;
}
.btn-outline-primary {
    border: 2px solid #1B75BB;
    font-weight: 600;
    color: #000;
    background-color: #ffffff;
}

.btn-primary:hover {
    background-color: #30abd1;
    border-color: #30abd1;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.dropdown-menu {
  min-width: 100%;
  position: absolute;
  left:0;
}
.dropdown-item {
  font-size: 15px;
  padding: 8px;
  color: var(--sec-color);
}
.dropdown-item:hover {
  background-color: var(--sec-color);
  color: #fff;
}
.returning {
  background-color: #ffc107;
}
.btn-yellow {
    background-color: #EE8A15;
    color: #fff !important;
}

.btn-outline-yellow {
    color: #000;
    background-color: #ffffff;
}

.hero-outline:hover {
    border: 2px solid #000;
    color: #000;
    background-color: #ffffff;
}

.hero-card {
    position: relative;
    overflow: hidden;
}

.hero-card img {
    opacity: .5;
    position: absolute;
    bottom: -20%;
    right: -40%;
    z-index: 0 !important;
}
.hero-card *:not(.heart) {
    z-index: 2 !important;
    position: relative;
}
.btn-yellow:hover {
    background-color: #660340 !important;
    color: #fff;
}

.bg-light-yellow {
    background-color: #ffd2c1;
}

.bg-green {
    background-color: #246206;
}
.bd-green {
    border-color: #246206 !important;
}
.bg-light-green {
    background-color: rgba(65, 156, 22, .1);
}

.bg-light-pry {
    background-color: #DFECF4;
}
.bd-light-pry {
  border-color: #C8DCE8 !important;
}

.bg-sec {
    background-color: var(--sec-color);
    color: #fff;
}
.bg-purple {
    background-color: #840855;
    color: #fff;
}

.text-green {
    color: #246206;
}

.know-status {
    background-color: #660340;
    color: #fff;
}

.know-status, .proactive {
    position: relative;
}

.know-status *:not(.heart-img), .proactive *:not(.heart-img) {
    z-index: 5;
}

.know-status .heart-img, .proactive .heart-img {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 5%;
}



.bg-yellow {
    background-color: #840855;
}

.bg-blue {
    background-color: #1B75BB;
    color: #fff;
}

.bg-light-blue {
    background: #C9DAF9;
}

.btn-yellow:hover {
    background-color: #1B75BB;
}

.bg-light-grey {
    background-color: #F3F3F3;
}

.btn-white {
    background: #ffffff;
    color: #333;
}

.subheader, b {
    font-weight: 600;
}

.page-link {
    color: #1B75BB;
}

.gradient {
    border-top: 1px solid #ccc;
    background: linear-gradient(180deg, #f4fbff 0%, #fdf8f5 71.36%, #FFFFFF 100%);
}

.page-link.active {
    background-color: #1B75BB;
    color: #fff;
}

.article {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

li {
    font-size: 16px;
    margin-bottom: 10px;
}

.bg-black {
    background-color: #141414 !important;
    color: #fff;
}

.text-uppercase {
    text-transform: uppercase;
}

img {
    image-rendering: crisp-edges;
}

textarea {
    resize: none;
}

.navbar-toggler {
    border: none;
}

.w-70 {
    width: 70%;
}

span.w-20 {
    width: 20%;
    padding: 1px;
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    margin-bottom: 90px;
    background-color: #ffffff;
    z-index: 10000;
}

.pt-serif {
    font-family: "avenir-mid", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.top {
    display: flex;
    flex-direction: column;
    background: url('/lbs/img/hero-side.webp');
    background-size: 50vw auto;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: var(--pry-color);
}
.no-bg {
  background-image: none;
}

.top.centers {
    background-image: url('/lbs/website/img/bg.jpg');
    min-height: 200px;
}

.top img {
    margin-top: auto;
}

.top .title {
    font-size: 40px;
    font-weight:700;
    font-style: normal;
    color: #fff;
}
.top .title-lg {
    font-size: 60px;
    font-weight:700;
    font-style: normal;
    color: #fff;
}
.text-sec {
  color: var(--sec-color);
}
.top .check li, .top .check li::before {
    font-weight: 400 !important;
    color: #fff !important;
}
.top .check li::before {
  color: #04c600 !important;
  font-weight: 600;
  font-size: 19px;
  margin-top: -1px;
}

p {
    font-size: 16px;
    font-weight: 400;
}
.sm-info {
  max-height: 100px;
  overflow: hidden;
  position: relative;
}
.sm-info img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.sm-info.full-view {
  max-height: 100%;
}
.overlay {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
}

.lbs-title {
    font-size: 35px;
    font-weight:700;
}

.lbs-subtitle {
    font-size: 30px;
    color: #000;
    font-weight:600;
    margin-bottom: 0;
}

.lbs-intro {
    font-size: 24px;
    font-weight: bold;
}

.at-risk {
    position: relative;
    overflow: hidden;
}

.at-risk *:not(img) {
    z-index: 2;
}

.at-risk img:first-child {
    position: absolute;
    top: -45px;
    left: -150px;
    z-index: 1;
}

.at-risk img:nth-child(2) {
    position: absolute;
    bottom: -85px;
    right: -30px;
    z-index: 1;
}
.test-flex {
  display: flex;
  border:1px solid var(--sec-color);
  border-radius: 10px;
  overflow: hidden;
}
.test-flex > div {
  width: 100%;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.test-flex > div .lbs-intro {
  font-size: 20px;
}
.test-flex > div:not(:first-child) {
  background-color: #DFECF4;
}
.test-flex > div:not(:last-child :first-child) .chev {
  display: block;
}
.test-flex > div:not(:last-child):not(:first-child)::before {
  background: rgba(19, 21, 22, .25);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  transform: skew(9deg, 0deg);
  width: 1px;
}
.test-flex > div:not(:last-child):not(:first-child)::after {
  background: rgba(19, 21, 22, .25);
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  transform: skew(-9deg, 0deg);
  width: 1px;
}
.lbs-card {
    border: 1px solid #ccc;
}
.lbs-card img {
    height: 200px;
    width: 100%;
    object-fit: contain;
    text-align: center;
}

a.lbs-card {
    display: block;
    height: 100%;
}

a.lbs-card.active, a.lbs-card:hover {
    background-color: #F7E9A0;
    color: #000000;
    box-shadow: 0px 4px 21px 0px rgba(241, 60, 31, 0.40);
    transition: .7s;
}

.lbs-clear {
    margin-top: 120px;
}
input.circle[type=radio], input.circle[type=checkbox] {
    height: 18px;
    width: 18px;
    margin-bottom:-3px;
    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: var(--sec-color);
}
input.circle[type=radio]:checked, input.circle[type=checkbox]:checked {
    border-color:var(--sec-color);
}
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;
}
h5.title {
    font-size: 38px;
}
.faq-header {
  font-size: 50px;
}
.accordion.faq .card>button span {
    font-weight: 600;
    color: #000000;
    font-size: 17px;
}

.accordion.faq .card>button:hover {
    background-color: var(--sec-color);
}
.accordion.faq .card>button:hover span {
  color: #fff;
}

.accordion.faq .card>button:focus {
    box-shadow: none;
    outline: none;
}
.summary {
    position: sticky;
}
#testimonials .carousel-inner {
  padding-inline:100px;
}
.zip-finder .input-group {
    background-color: #ffffff;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.2);
    padding: 20px 30px;
    border-radius: 50px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
}

.zip-finder .input-group .zip-field {
    display: flex;
    align-items: center;
    padding-inline: 12px;
    border: 1px solid #E0E0E0;
    border-radius: 10px !important;
}

.zip-finder .input-group .form-control {
    border: 0 !important;
    display: inline !important;
    width: 100%;
    background-color: #ffffff !important;
}

.zip-finder .input-group .form-control:focus, .zip-finder .input-group .form-control:active {
    box-shadow: none !important;
}

.zip-finder .finder {
    width: 50px;
    border-radius: 10px !important;
    border: 1px solid #E0E0E0;
    font-size: 20px;
    text-align: center;
    padding: 5px;
    display: grid;
    place-items: center;
    height: 100%;
}

.zip-finder .finder:hover {
    transition: .5s;
    background-color: var(--pry-color);
    color: #fff;
}

.finder-center .input-group {
    margin-block: 0 !important;
}

.hiw-cards {
    border-radius: 0;
    background-color: #ffffff;
    border-top: 2px solid var(--sec-color);
    border-bottom: 1px solid #C2C8CC;
    /* box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25); */
}

.hiw-cards img {
    opacity: .5;
}

.hiw-cards h5 {
    color: var(--pry-color);
    font-size: 20px;
}

.hiw-cards p {
    margin-top: 15px;
    margin-bottom: 0;
}

.br-rounded {
    border-radius: 40px;
}

.steps {
    display: flex;
    justify-content: space-between;
    width: 70%;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
}

.deserve, .section-header, .blue-container-wrapper, .individual-tests, .transaction-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.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;
}
.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: #dceef8;
  border:1px solid var(--sec-color);
}
.individual-tests .form-check-label:has(input:checked) {
  background-color: #dceef8;
  border:1px solid var(--sec-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(--sec-color);
  border-radius: 100%;
}
.link-list a{
  display: block;
  margin-bottom: 8px;
}
.link-list a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f101";
  padding-right: 5px;
}
.link-list a:hover{
  color: var(--pry-color);
}
.lb-info {
  max-width: 300px;
}
.top.deserve {
    padding: 60px 0;
}

.deserve video {
    width: 600px;
}

.deserve>div {
    width: 30%;
    margin-left: 20px;
}

.top.deserve>div {
    width: 70%;
}

.top.deserve p {
    width: 50%;
}

.deserve img {
    height: 300px;
}

.deserve form {
    width: 50%;
}

.section-header {
    background: #121A3F;
    color: #fff;
    padding: 8px 0;
}

.section-header h4 {
    margin-bottom: 0;
    font-size: 25px;
}

.table-panel td::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f00c";
    padding-right: 5px;
    font-size: 16px;
    color: #fff;
}
.slider-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.blue-container {
    text-align: center;
}

[v-cloak] {
    display: none !important;
}

.individual-tests {
    align-items: flex-start;
}

.individual-tests>div {
    flex: 1;
}

.form-check-label {
    cursor: pointer;
}

.accordion>.card:not(:last-of-type) {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.accordion .card-header {
    text-align: left;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}
.accordion .card-header.collapsed::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f067";
    padding-right: 5px;
    color: #000;
    font-size:18px;
}

.accordion .card-header::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f068";
    padding-right: 5px;
    color: #1B75BB;
    font-size:18px;
}

.cursive-subtitle {
    font-size: 50px;
    font-weight: bold;
    font-family: 'Caveat', cursive;
}

.article-links, .article-extra {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.article-section {
    min-width: 70%;
    padding-right: 20px;
}

.article-links {
    min-width: 30%;
}

.article-links img {
    width: 200px;
}
.article-header {
  min-height: 100px;
}
.article-container h4 {
    margin-top: 35px;
    margin-bottom: 10px;
}
.article-container p {
    margin-bottom: 10px;
}

.article-container ul {
    padding-left: 15px;
    padding-top: 5px;
}

.article-container ul li {
    /* list-style: none; */
    padding: 2px;
    text-align: left;
    padding-left: 0px;
    padding-bottom: 0px;
    font-size: 16px;
}

.checked-list li::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f00c" !important;
    color: #809C58;
}

.article-links ul li {
    padding: 8px 2px;
}

.article-links ul li a {
    color: var(--sec-color);
    font-size: 16px;
}

.article-links ul li a.active {
    color: #333;
}

.article-section .article {
    font-weight: bold;
    width: 100%;
}

.map-icon {
    height: 60px;
    width: 60px;
    font-size: 30px;
    border-radius: 100%;
    border: 1px solid #eee;
    display: grid;
    place-items: center
}

.transaction-container {
    align-items: flex-start;
}

.transaction-container .section-header {
    justify-content: flex-start;
    align-items: flex-start;
}

.payment-img {
    height: 30px;
}

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

.transaction-container .summary {
    width: 30%;
}

.min-55 {
    min-height: 55vh;
}

.pay {
    display: flex;
}

.zip-container {
    width: 100%;
    height: 800px;
    background-color: #f3f3f3;
    position: relative;
}

.zip-content {
    top: 1%;
    left: 1%;
    z-index: 1;
    position: absolute;
    max-width: 275px;
}

.zip-content .card p {
    font-size: 13px;
}

.zipper {
    height: 365px;
    overflow-x: hidden;
    box-sizing: content-box;
    overflow-y: auto;
}

.zips .card-footer {
    background-color: #eee;
    width: 100%;
    bottom: 0;
}

.mobile-view, .mobile-zip {
    display: none;
}

.web-view, .web-zip {
    display: block;
}

.nav-tabs .nav-link {
    border-radius: 0;
    border-bottom: none;
    color: var(--sec-color) !important;
}

.nav-tabs .nav-link.active {
    background-color: var(--sec-color);
    color: #fff !important;
}

.navbar-brand img {
    object-fit: contain;
}

.sources {
    overflow: hidden;
}

.sources a {
    display: block;
    margin-bottom: 7px;
    text-overflow: ellipsis !important;
}

.why-icons {
    font-size: 25px;
}

.why-fa-icon {
    text-align: center;
    font-size: 50px;
    color: var(--pry-color);
}

footer {
    margin-top: auto;
}

.footer {
    padding: 0 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer>div {
    width: 50%;
    margin: 0 10px;
}

.footer>.footer-list {
    width: 30%;
    margin-left: 30px;
}

footer ul li {
    list-style: none;
    font-size: 16px;
}

.messages-title, .messages>nav {
    display: flex;
    justify-content: space-between;
    padding: .5rem 1rem;
}

.messages>nav {
    padding: 0;
    margin-bottom: 12px;
}

.nav-link .msg-title::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f192";
    font-size: 11px;
    padding-right: 5px;
}

.nav-link.active .msg-title::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f06e";
    padding-right: 5px;
}

.lbs-sticky {
    margin-top: -60px;
    position: sticky;
    top: 80px;
}

#articleComponent .title {
    font-size: 45px;
}
.ch-rounded {
  /* border-radius: 15px; */
  overflow: hidden;
}
.ordering-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    position: relative;
}

.ordering-steps::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: " ";
    width: 100%;
    height: 1px;
    border-top: 1px solid #D9D9D9;
}
.linear-bd::before{
   border-image: linear-gradient(to right, var(--sec-color) 50%, #d9d9d9 50%) 1;
}
.full-bd::before {
  border-top:1px solid var(--sec-color);
}
.ordering-steps a {
    display: block;
    background-color: #fff;
    z-index: 100;
    padding: 10px 15px;
    color: #D9D9D9;
    font-weight: normal;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.ordering-steps a.active {
    font-weight: 700px;
    background-color: #fff;
    color: var(--sec-color);
}
.ordering-steps span {
  height: 20px;
  width: 20px;
  font-size: 13px;
  display: grid;
  place-items:center;
  background-color: #D9D9D9;
  color: #fff;
}
.ordering-steps a.active span {
  background-color: var(--sec-color);
  color: #fff;
}
.panel-flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 30px;
}
.panel-flex > div {
  border-radius: 10px;
}
.panel-detection {
  background-color: #fff;
  position: relative;
  border: 1px solid #eee;
  border-radius: 10px;
}
.panel-detection *:not(.heart) {
  z-index: 2;
  position: relative;
}
.panel-detection .heart {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.panel-detection .check li {
  font-size: 15px;
}
.panel-detection .check li::before {
  color: #04C600;
}

.large-inputs .form-control {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #404040;
    padding: 5px 15px;
    border-radius: 4px;
}

.large-inputs .form-control:disabled,
.large-inputs .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.zip-search input:focus,
.zip-search button:focus {
    box-shadow: none;
    outline: none;
}

.lab-list-title {
    font-weight: bold;
    font-size: 16px;
}

@media screen and (min-width:992px) {
    .container {
      max-width: 1200px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: fixed;
        width: 100vw;
        left: 0;
        max-height: 0;
        display: block;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.3s ease-out;
        pointer-events: none;
        border-radius: 0;
        border-color: transparent;
        box-shadow: rgba(0,0,0,.05) 0 3px 3px;
        background-color: #fff;
    }
    .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu {
        max-height: 350px;
        opacity: 1;
        transition: max-height 0s ease-in;
        pointer-events: auto;
        overflow: auto;
        top: 100px;
    }
    #navbarNavDropdown {
        position: relative;
        top: 0;
        display: flex;
        justify-content: flex-end;
        padding-bottom: 0;
    }

    .navbar {
        margin-inline: auto;
        padding-inline: 0;
    }
    .navbar-expand-lg .navbar-nav li {
        margin-bottom: 0;
    }

    .navbar-expand-lg .navbar-nav li .nav-link.active,
    .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-toggle{
        border-bottom-color: transparent;
        background-color: #fff;
        color: var(--pry-color) !important;
    }

    .messages {
        display: flex;
    }

    .messages-title {
        display: flex;
        justify-content: space-between;
        width: 29.5%;
        padding: .5rem 1rem;
    }

    .messages>nav {
        width: 30%;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .messages .nav {
        width: 100%;
        flex-direction: column;
    }

    .messages .card {
        width: 70%;
    }
}

@media screen and (max-width:1199px) {
    .nav-link {
        font-size: 15px;
    }
}

@media screen and (max-width:1024px) {
    .mobile-view, .mobile-zip {
        display: block;
    }

    .web-view, .web-zip {
        display: none;
    }

    .search_map_mobile {
        position: absolute;
        z-index: 1;
        margin: 40px;
    }

    .zip-container {
        height: 100%;
    }

    .zip-container .card {
        border-radius: 0;
    }

    .zips {
        border-top: none;
    }


    .top .title {
        font-size: 40px;
    }

    .top img {
        margin-bottom: -5px;
    }

    .top .col-xl-5 {
        background-color: rgba(255, 255, 255, .9);
        padding: 40px;
        border-radius: 10px;
    }

    .zip-finder .input-group {
        margin-top: -50px;
        margin-bottom: 20px;
    }
}
.slider-menu {
  display: none;
}
@media screen and (max-width:991px) {
    .top {
        background-image: none;
    }
    .article-header {
      min-height: 100px;
      margin-bottom: 10px;
    }
    .lg-100 {
      width: 100%;
    }
    .panel-flex {
      flex-direction: column;
      gap: 10px;
    }
    .lb-info {
      max-width: 100%;
    }
    .summary {
        position: relative;
    }
    .ch-rounded {
      border-radius: 6px;
    }
    .hero-card img {
        bottom: -15%;
        right: 0;
    }
    .individual-tests .form-check-label {
      margin-left: 0;
    }
    .individual-tests .form-check {
      padding-left: 0;
    }
    #navbarNavDropdown {
        position: fixed;
        top: 0;
        z-index: 1000;
        height: 100vh;
        padding: 20px;
        background: var(--pry-color);
    }
    .slider-wrapper {
      display: flex;
      overflow-x: hidden;
      width: 100vw;
      height: 100vh;
      position: relative;
      overscroll-behavior: none;
    }
    .slider-page {
      width: 100vw;
      min-width: 100vw;
      position: relative;
      overflow-y: auto;
      overflow-x: hidden;
      height: 100vh;
    }
    @keyframes moveOverlay {
        from {left:0;}
        to {left:250px;}
      }
    .slider-wrapper .slider-menu {
      display: block;
      overflow: hidden;
      position: relative;
      user-select: none;
      width: 250px;
      min-width: 250px;
      margin-left: -250px;
      transition: .3s;
      align-self: flex-start;
      min-height: 100vh;
      height: 100%;
      box-shadow: inset -13px 0 20px -13px rgba(19,21,22,.25);
    }
    .slider-wrapper.show-menu .slider-menu {
      display: block;
      padding: 10px;
      padding-bottom: 120px;
      margin-left: 0;
      overflow: auto;
      position: sticky;
      position: -webkit-sticky;
      top: 0;
      transition: .3s;
    }
    .slider-overlay {
      position: fixed;
      left:0;
      top:0;
    }
    .slider-wrapper.show-menu .slider-overlay{
      height: 100vh;
      width: 100vw;
      background-color: rgba(255,255,255,.4);
      z-index: 4000;
      left: 250px;
      animation-name: moveOverlay;
      animation-duration: .3s;
    }
    .menu-accordion .accordion-button, .menu-accordion .accordion-button:not(.collapsed){
      padding: 8px;
      color: var(--pry-color);
      font-family: sans-serif;
      font-weight: 600;
    }
    .menu-accordion .accordion-button:not(.collapsed) {
      background-color: var(--pry-color);
      color: #fff;
    }
    .menu-accordion .accordion-button.collapsed::after{
      background-image: none;
      font-family: 'Font Awesome 5 Pro';
      content: '\f105';
      font-weight: 400;
      margin-top: 0 !important;
    }
    .menu-accordion .accordion-button:not(.collapsed)::after {
      background-image: none;
      font-family: 'Font Awesome 5 Pro';
      content: '\f106';
      font-weight: 400;
      margin-top: 0 !important;
    }
    .menu-accordion .accordion-item {
      border: 0 !important;
    }
    .menu-accordion li {
      margin-bottom: 0;
    }
    .menu-accordion .dropdown-item.active, .dropdown-item:active {
      background-color: var(--pry-color);
    }
    .navbar-toggler {
        border-radius: 5px;
        outline: 0 !important;
        border: 1px solid #eee;
        margin-right: 10px;
        padding: 10px;
        font-size: 12px;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .nav-item {
        width: 100%;
    }
    .nav-link {
      color: var(--pry-color) !important;
      font-size: 16px;
      padding: 7px;
    }
    .test-flex {
      display: block;
    }
    .test-flex > div:not(:last-child :first-child) {
      display: block;
      border-bottom: 1px solid rgba(19, 21, 22, .25);
    }
    .test-flex > div:not(:last-child :first-child)::before,
    .test-flex > div:not(:last-child :first-child)::after {
      width:0;
    }
    .top {
        padding-block: 30px;
    }

    .top .btn {
        width: 100%;
        padding-block: 15px !important;
    }

    .nav-link.bg-yellow {
        color: #fff !important;
    }

    .zip-finder .input-group {
        margin-top: 0;
    }

    .article, .article-section, .article-links {
        width: 100%;
    }

    .article-section {
        padding-top: 10px;
        padding-right: 0;
        border-top: 1px solid #eee;
    }

    .lbs-sticky {
        margin-top: 0;
        position: relative;
        top: 0;
        margin-bottom: 50px;
    }

    #articleComponent .title {
        font-size: 40px;
        text-align: center;
    }

    .deserve {
        flex-direction: column;
        text-align: center;
        padding: 0 10px;
    }

    .deserve>div {
        margin-top: 30px;
        width: 80%;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .top.deserve {
        padding: 0 0 40px 0;
        background-position: left top;
    }

    .top.deserve p {
        width: 100%;
        font-size: 20px;
    }

    .steps, .individual-tests, .transaction-container .order_info, .transaction-container .summary, .steps.w-50 {
        display: block;
        width: 100% !important;
    }

    .blue-container-wrapper {
        display: block;
    }

    .blue-container {
        margin: 20px 0;
    }

    .transaction-container {
        flex-direction: column;
        align-items: center;
    }

    .transaction-container {
        width: 100%;
        align-items: center;
    }

    .article-section, .transaction-container .order_info {
        order: 2;
        margin: 20px 0;
    }

    .article-links img {
        width: 100px;
        margin-right: 20px;
    }

    .dropdown-menu li::before {
        display: none !important;
    }

    .article-links ul li {
        display: block;
        padding: 0 5px;
    }

    .dropdown-item {
        white-space: normal !important;
        border-bottom: 1px solid #eee;
    }

    .article-extra {
        flex-direction: row;
    }

    .article-extra hr, .article-extra .lbs-subtitle {
        display: none;
    }

    .article-extra .article {
        padding-bottom: 10px;
    }

    .footer {
        padding: 0 20px;
    }

    .footer>div, .footer>.footer-list {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width:767px) {
  .ordering-steps a {
    padding: 10px 8px;
  }
  .panel-detection .heart {
    height: 40px;
  }

  #testimonials .carousel-inner {
    padding-inline: 0px;
  }
}
@media screen and (max-width:575px) {

    .mb-100 {
        width: 100%;
    }
    .panel.title {
      font-size: 30px;
    }
    .proactive {
        text-align: center;
    }

    .proactive .heart-img {
        height: 100%;
    }

    .pay-img {
        width: 100%;
    }

    .footer {
        display: block;
    }

    .top .title {
        font-size: 35px;
    }

    #articleComponent .title {
        font-size: 32px;
        text-align: center;
    }

    .deserve>div, .deserve form, .w-70, .pay.w-50 {
        width: 90% !important;
    }

    .individual-tests>div, .row>div {
        padding: 0;
    }

    .deserve video {
        width: 400px;
    }

    .deserve img {
        height: 200px;
    }

    .pay-img {
        width: 80%;
    }

    .search_map_mobile {
        margin: 20px;
    }

    .w-100-mobile {
        width: 100%;
    }

    .lbs-title {
        font-size: 30px;
    }

    .top a {
        width: 100%;
    }

    .zip-finder .input-group {
        display: block;
        border-radius: 10px;
        padding: 18px;
    }

    .zip-finder .finder {
        width: 100%;
        padding: 12px;
        margin-bottom: 10px;
    }

    .ordering-steps {
        gap: inherit;
        z-index: 1;
    }

    .ordering-steps a {
        font-size: 14px;
        white-space: nowrap;
        padding: 10px;
    }

    .subtitle {
        font-size: 26px;
    }

    .lbs-intro {
        font-size: 22px;
    }

    .lbs-subtitle {
        padding: 0 15px;
    }
}

@media screen and (max-width:415px) {
    .article-links img {
        margin-right: 0px;
    }
    .ch-rounded .lbs-intro {
      font-size: 19px;
    }
    .lb-info .subheader  {
      font-size: 18px;
    }

    .ordering-steps a {
        font-size: 12px;
    }

    .pay .px-2 {
        padding: 0 !important;
    }

    .blue-container {
        padding: 20px;
    }

    small.bg-yellow {
        font-size: 10.7px;
    }

    .top a, .article-extra, .pay {
        display: block;
    }

    .pay .w-50 {
        width: 100% !important;
    }

    .deserve video {
        width: 300px;
    }

    .section-header h4 {
        font-size: 20px;
    }

    .search_map_mobile {
        margin: 5px;
    }

    .top .title {
        font-size: 30px;
        line-height: 42px;
    }

    #how-it-works h5.title {
        font-size: 35px;
    }

    #assignZipComponent.zip-finder .input-group {
        display: flex;
    }

    #assignZipComponent.zip-finder .finder {
        font-size: 14px;
    }
}

@media screen and (max-width:320px) {
    .top .title {
        font-size: 27px;
    }

    #how-it-works h5.title {
        font-size: 29px;
        font-weight: bold;
    }
}

.zips i.fa {
    position: relative;
    top: 1px;
    left: 3px;
}

.sidelinks {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.sidelinks li {
  margin-bottom: 0;
}
.collapsible-content a {
  display: block;
  margin-top: 8px;
  margin-left: -5px;
  font-size: 14px !important;
}
.collapsible-container .collapsible-title {
    cursor: pointer;
}

.mega-menu-active {
    border-bottom: 2px solid var(--sec-color);
}
.page-anchors {
     font-size: 13px;
}
