/*---------------------------------------
TEMP FONTS & COLORS
---------------------------------------*/

.page-template-template-inactive-state-2024 section strong, 
.page-template-template-inactive-state-2024 section b, 
.page-template-template-inactive-state-2024 section th {
    font-family: "bold";
}

.page-template-template-inactive-state-2024 section, 
.page-template-template-inactive-state-2024 section p, 
.page-template-template-inactive-state-2024 section div, 
.page-template-template-inactive-state-2024 section li, 
.page-template-template-inactive-state-2024 section td,
.page-template-template-inactive-state-2024 section span {
    font-family: "reg";
    letter-spacing: 1px;
}
.page-template-template-active-state-2024 h2,
.page-template-template-inactive-state-2024 h2 {
    font-family: "wide";
    text-transform: uppercase;
}

.page-template-template-active-state-2024 section strong, 
.page-template-template-active-state-2024 section b, 
.page-template-template-active-state-2024 section th {
    font-family: "bold";
}

.page-template-template-active-state-2024 section, 
.page-template-template-active-state-2024 section p, 
.page-template-template-active-state-2024 section div, 
.page-template-template-active-state-2024 section li, 
.page-template-template-active-state-2024 section td {
    font-family: "reg";
    letter-spacing: 1px;
}

.page-template-template-active-state-2024 section.state-info-blocks,
.page-template-template-active-state-2024 section.state-info-blocks p,
.page-template-template-active-state-2024 section.state-info-blocks div,
.page-template-template-active-state-2024 section.state-info-blocks li,
.page-template-template-active-state-2024 section.state-info-blocks td {
    width: 100%;
}

@media screen and (max-width: 991px) {
  .page-template-template-active-state-2024 section.state-info-blocks,
  .page-template-template-active-state-2024 section.state-info-blocks p,
  .page-template-template-active-state-2024 section.state-info-blocks div,
  .page-template-template-active-state-2024 section.state-info-blocks li,
  .page-template-template-active-state-2024 section.state-info-blocks td {
    width: 100%;
  }
}

.page-template-template-inactive-state-2024 section button,
.page-template-template-active-state-2024 section button {
    font-family: "wide";
}

/*---------------------------------------
GLOBALS
---------------------------------------*/
.align-center {
    align-items: center;
}
@media(max-width:576px) {
    body {
        overflow-x: hidden;
    }
}
/*---------------------------------------
STIKCY SOCIALS
---------------------------------------*/
.sticky-socials {
    position: fixed;
    right: 20px;
    top: 25%;
    padding: 10px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 10;
}
.sticky-socials i {
    background: var(--brandGreen);
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
    padding: 7px;
    width: 34px;
    text-align: center;
    margin: 3px 0;
    transition: linear .15s;
}
.sticky-socials i:hover {
    cursor: pointer;
    transform: scale(1.1);
}
/*---------------------------------------
HERO SECTION
---------------------------------------*/
.state-hero-section {
    padding: 100px 0;
    border-radius: 60px;
    background: #eee;
    width: 95%;
    margin: 2.5% auto auto;
    position: relative;
    margin-bottom: 50px;
    background-position: center;
    background-size: cover;
}
.state-hero-section h1 {
    font-family: 'reg';
    text-align: center;
    font-size: 45px;
    color: var(--brandGreen);
    letter-spacing: 2px;
    position: relative;
    z-index: 0;
}
.state-hero-section h1:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.65);
    filter: blur(25px);
    border-radius: 75px;
    z-index: -1;
}
.state-hero-section h1 span {
    font-size: 70px;
    font-family: 'wide';
    width: 100%;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0;
}
.inactive-signup-text {
    font-size: 20px;
    color: #000;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px;
}
.hero-tooltip {
    display: flex;
    align-items: center;
    background: var(--brandGreen);
    border-radius: 15px;
    padding: 10px 20px;
    width: fit-content;
    position: absolute;
    bottom: -32px;
    left: 10%;
}
.hero-tooltip p {
    color: #fff;
    width: 150px;
    line-height: 1;
}
.tip-item {
    position: relative;
}
.tip-item:hover {
    cursor: pointer;
}
.tip-item:hover .tip-icon {
    transform: scale(1.1);
}
.tip-info {
    display: none;
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: absolute;
    bottom: 75px;
    left: 0;
    width: 250px;
    height: 150px;
    z-index: 20;
    flex-wrap: wrap;
    align-content: space-between;
}
.tip-info i {
    font-size: 16px;
}
.tip-info .fa-circle-x {
    color: #EE4B2B;
}
.tip-info .fa-circle-check {
    color: var(--brandLightGreen);
}
.tip-info h3 {
    color: #000;
    font-size: 22px;
}
.tip-info p {
    color: #000;
    font-size: 14px;
    line-height: 1.3;
    width: 100%;
}
.tip-info div {
    width: 100%;
}
.tip-icon {
    border-radius: 50px;
    margin: 0 5px;
    transition: linear .15s;
    width: 50px;
}
.tip-icon img {
    width: 100%;
}
.tip-icon i {
    width: 30px;
    text-align: center;
}
.resources-text {
    margin-left: 15px;
}
.hiw-state-form-scroller {
    font-size: 14px !important;
    text-align: center;
    margin-bottom: 20px !important;
    margin-top: 0px !important;
    font-family: 'wide';
    display: none;
}
.scroll-link {
    text-decoration: underline;
    cursor: pointer;
    color: inherit;
    font-family: 'wide';
}
.scroll-link:visited {
    color: inherit;
    text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .hiw-state-form-scroller {
    display: block;
  }
}
.state-form-title {
  font-size: 16px !important;
  line-height: 1.3;
  font-family: 'reg' !important;  
  margin: 0;
}

.state-form-title strong {
  font-family: wide !important;  
  color: #052900;     
}

.state-form-title .fa-star {
  color: orange;
  font-size: 1em;
}

@media (min-width: 992px) {
  .state-form-title {
    font-size: 20px !important;
  }
}
/*---------------------------------------
STATE SIGN UP FORM
---------------------------------------*/
.state-hero-section .nav-pills {
    background: #fff;
    border-radius: 50px;
    width: fit-content;
    margin: auto;
}
.state-hero-section .nav-link {
    border-radius: 50px;
    background: #fff;
    color: #000;
    padding: 10px 30px;
    font-size: 16px;
}
.state-hero-section .nav-item .active {
    background: var(--brandLightGreen);
    color: #fff;
}
.state-form {
    border-radius: 45px;
    padding: 30px;
    background: rgba(191, 191, 191, .7);
    backdrop-filter: blur(3px);
}
.state-form h4 {
    text-align: center;
    margin: 20px 0;
    color: #fff;
    font-size: 22px;
    margin-bottom: 5px;
    font-family: 'reg' !important;
    text-transform: uppercase;
    position: relative;
}

.state-img{
    height:25px !important;
    width:25px !important;
    margin-top: -8px;
}
.state-form h4 span {
    color: #052900;
    font-family:bold;
}
.state-form input, .state-form select {
    border: none;
    background: #fff;
    border-radius: 50px;
    color: #000;
    font-size: 18px;
}
.btn-new {
    font-size: 26px;
    border-radius: 50px;
    border: 2px solid var(--brandGreen);
    background: #eee;
    padding: 7px 35px;
    color: var(--brandGreen);
    display: block;
    margin: auto auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
}

.an-acc {
    text-transform: none !important;
}

.btn-new:hover {
    color: #fff;
}
.btn-new:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background: var(--brandGreen);
    transition: linear .15s;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.btn-new:hover:before {
    height: 100%;
}
.state-price {
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    color: #333;
    margin-bottom: 15px;
}
.friend-discount {
    text-align: center;
    color: #333;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
}
.state-price-disclaimer {
    font-size: 12px;
    color: #555;
    font-style: italic;
    max-width: 360px;
    line-height: 1.1;
    margin-top: 20px;
}
.price-tooltip, .financing-info {
    position: absolute;
    bottom: 35px;
    left: 0;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 1px 5px #999;
}
.price-tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-tooltip-header {
    font-family: 'medium';
    margin-bottom: 10px;
}
.price-tr p {
    font-size: 14px;
}
.price-tr:first-child() {
    width: 80%;
}
.price-tr:last-child() {
    width: 20%;
    font-family: medium;
}
.price-tooltip, .financing-info {
    display: none;
}
.state-price span {
    text-decoration: underline;
    margin-right: 5px;
}
.state-price span:hover, .financing:hover {
    cursor: pointer;
}
.alert-message.success {
    background: rgb(175, 225, 175, .75);
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.2;
}
.terms-check {
    flex-wrap: wrap;
}
#double-opt-in label {
    width: 100%;
    font-family: 'reg';
    font-size: 14px;
    color: #333;
}
.terms-check p a {
    text-decoration: underline;
}
.terms-check label::before {
    display: none;
}
#double-opt-in input {
    opacity: 1;
    height: auto;
    width: auto;
    margin-left: -3px;
    position: relative;
    top: 15px;
    left: 13px;
}
/*---------------------------------------
HOW IT WORKS SECTION
---------------------------------------*/
.hiw-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px; 
}
.hiw-section {
    padding-top: 40px;
}
.hiw-section h2 {
    text-align: center;
    color: #000;
}
.hiw-header {
    font-size: 24px;
}
.hiw-header-image {
    width: 100px;
    margin-left: 20px;
}
.hiw-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 0 40px 0 40px;
    box-shadow: 2px 5px 20px #ddd;
    min-height: 500px; 
    text-align: left;
    color: #000;
    margin: 45px 0px 75px 0px;
}
.hiw-step span {
    display: block;
    font-size: 40px;
    padding: 3px 30px;
    background: var(--brandGreen);
    color: #fff;
    font-family: 'wide';
    border-radius: 0 15px 0 15px;
    margin-bottom: 10px;
    align-self: flex-start;
    margin-top: -35px;
    box-shadow: 2px 5px 20px #ddd;
}
.hiw-step h3 {
    font-size: 30px;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'bold';
}
.hiw-step h3, .hiw-step p {
    flex-grow: 1;
}
.hiw-step p {
    font-size: 18px;
    margin-bottom: 10px;
}
.hiw-img {
    width: 100%;
    max-width: 300px;
    border-radius: 20px;
    margin-top: auto; /* Pushes image to the bottom */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.relative-row {
    position: relative;
}
#moving-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.low-index {
    z-index: 0;
}
.moves {
    top: 75px; /* Adjust as needed */
    width: 45%;
    border-radius: 30px;
    height: 400px; /* Adjust the height as needed */
    display: flex;
    transition: linear .2s;
    /*transform: rotate(-4e-05deg) rotateY(15deg) rotateX(9.99994deg);*/
}
.moves.posOne {
    transform: translateX(125%) translateY(0px) /*rotate(-4e-05deg) rotateY(-15deg) rotateX(9.99994deg)*/;
    transition: linear .2s;
}
.moves.posTwo {
    transform: translateX(0) translateY(0px) /*rotate(-4e-05deg) rotateY(15deg) rotateX(9.99994deg)*/;
    transition: linear .2s;
}
#moves-img-one {
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
    transition: linear .25s;
    border-radius: 0 45px 0 45px;
}
#moves-img-two {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 14;
    transition: linear .4s;
}
#moves-img-three {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 13;
    transition: linear .65s;
}
.flip {
    transform: scaleX(-1);
}
.move-to-right-75 {
    left: 72% !important;
}
.move-to-right-60 {
    left: 50% !important;
}
.translate-two {
    transform: translate(90%, 0px) rotate(-4e-05deg) rotateY(-15deg) rotateX(9.99994deg);
}
.line-dots {
    margin-bottom: 75px;
    max-width: 75%;
    margin-left: -25px;
}
@media (max-width: 992px) {
    .hiw-wrapper {
        display: none;
    }
    .an-acc{
        font-size:18px !important;
    }
}
@media (min-width: 993px){
    .hiw-slider {
        display: none;
    }
}
@media (min-width: 993px) {
    .mobile-only {
        display: none;
    }
}
@media (max-width: 992px) {
    .mobile-only {
        display: block;
        margin: 15px auto;
        text-align: center;
    }
    
    .hiw-step .state-dropdown-container {
        margin-top: 10px;
        margin-bottom: 15px; 
    }
}
/*---------------------------------------
WHY VERIHEAL SECTION
---------------------------------------*/
.why-veriheal-section .row {
    padding: 50px;
    border-radius: 45px;
    background: var(--brandGreen);
}
.why-veriheal-section .row div {
    padding: 25px 0;
}
.why-veriheal-section h2 {
    color: var(--brandGreen);
    text-align: center;
    margin-bottom: 30px;
}
.why-veriheal-section p {
    font-family: 'reg';
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}
.why-veriheal-section img {
    width: 75px;
}
.why-veriheal-section i:before {
    width: 32px;
    display: block;
}
/*---------------------------------------
CONTENT BLOCKS SECTION
---------------------------------------*/
.content-block-section {
    padding: 50px 0 100px;
}
.content-block-section h2 {
    color: var(--brandGreen);
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
.content-block-section p {
    margin-bottom: 20px;
    font-family: 'reg';
    letter-spacing: 1px;
    font-size: 18px;
}
.asset-holder {
    width: 100%;
    position: relative;
}
.asset-holder img {
    width: 90%;
    position: absolute;
}
.content-block-1 {
    padding-bottom: 25px;
}
.content-block-row {
    align-items: center;
}
.content-block-row img {
    border-radius: 30px;
}
/*---------------------------------------
QUICK STATS BLOCKS SECTION
---------------------------------------*/
.state-info-blocks h2 {
    color: var(--brandGreen);
    text-align: center;
    margin-bottom: 30px;   
}
.state-quick-stat {
    background: var(--brandDullGreen);
    color: #fff;
    border-radius: 50px;
    margin-bottom: 15px;
    transition: linear .1s;
    border: 2px solid var(--brandDullGreen);
    display: flex;
    min-height: 75px;
    align-items: center;
    flex-wrap: wrap;
}
.state-quick-stat:hover {
    cursor: pointer;
    background: var(--brandGreen);
    border: 2px solid var(--brandGreen);
}
.state-quick-stat h3 a {
    font-family: 'medium';
    padding: 15px 15px 15px 25px;
    box-sizing: border-box;
    display: block;
}
.state-quick-stat .quick-stat-accordion-body a {
    width: 100%;
    transition: linear .1s;
    border-radius: 50px;
    font-family: 'reg';
    font-size: 15px;
    text-decoration: underline;
}
.state-quick-stat .quick-stat-accordion-body a:hover {
    opacity: .6;
}
.quick-stat-accordion-body {
    font-size: 18px;
    padding: 0 20px 20px;
}
.quick-stat-accordion-body ul {
    padding: 10px 0;
}
.quick-stat-accordion-body li {
    display: block;
    font-size: 15px;
}
.state-quick-stat.open-card {
    border-radius: 15px;
    background: #fff;
}
.state-quick-stat.open-card h3 {
    color: var(--brandGreen);
}
.state-quick-stat.open-card .quick-stat-accordion-body {
    color: #000;
}
.state-quick-stat {
    min-height: 75px;
}
.state-quick-stat a {
    font-size: 18px;
}
.state-quick-stat p {
    font-size: 15px;
    line-height: 1.3;
}
.info-block h3 {
    background: var(--brandGreen);
    color: #fff;
    border-radius: 0 50px 50px 0;
    padding: 10px 10px 10px 20px;
    font-size: 15px;
    width: 90%;
}
.info-block p {
    padding: 0 20px 20px;
    font-size: 14px;
    color: #fff;
}
.info-block ul {
    padding: 0 20px 20px 40px;
    font-size: 14px;
    color: #fff;
}
.info-block li {
    display: list-item;
    list-style: disc;
}
.info-block a {
    text-decoration: underline;
}
.moving-dot {
    position: relative;
    margin-bottom: 100px;
    float: right;
    width: 100%;
    display: block;
}
.moving-dot div {
    width: 65%;
    float: right;
    height: 2px;
    background: var(--brandGreen);
}
.moving-dot span {
    background: var(--brandGreen);
    border-radius: 50px;
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
}
.line-triangles {
    position: relative;
    padding-top: 75px;
    margin-left: -25px;
    width: 75%;
}
/*---------------------------------------
TESTIMONIALS SECTION
---------------------------------------*/
.testimonial-section {
    margin-top: 75px;
}
.testimonial-section .owl-height {
    min-height: 335px;
    width: 101%;
}
.testimonial-section .owl-stage {
    overflow: hidden;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
}
.testimonial-section .reviews-slider {
    width: 100%;
    position: relative;
}
.testimonial-section .owl-item {
    float: left;
}
.testimonial-section .reviews-item {
    padding: 20px 40px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 2px 2px 10px #ddd;
    height: 300px;
}
.testimonial-section .reviews-item:hover {
    cursor: grab;
}
.testimonial-section .fa-chevron-right {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.testimonial-section .fa-chevron-left {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.testimonial-section .fa-chevron-right, 
.testimonial-section .fa-chevron-left {
    background: var(--brandGreen);
    color: #ffffff;
    font-size: 25px;
    padding: 12px 16px;
    border-radius: 50px;
}
.testimonial-section .fa-chevron-right:hover, 
.testimonial-section .fa-chevron-left:hover {
    cursor: pointer;
}
.owl-height {
    overflow: hidden;
}
.review-content {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000;
    font-family: 'medium';
    line-height: 1.3;
}
.review-stars {
    margin-top: 20px;
}
.review-stars i {
    color: #FFD700;
}
.national-cannabis-btn {
    text-align: center;
}
/*---------------------------------------
TRUSTED SECTION
---------------------------------------*/
.trust-section {
    padding: 100px 0;
}
.trust-header-wrapper {
    background: var(--brandGreen);
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
    border-radius: 50px;
    margin: auto auto 30px;
}
.trust-section h3 {
    color: #fff;
    font-family: 'reg';
    text-align: center;
}
.trust-section h3 span {
    font-family: 'medium';
    text-transform: uppercase;
}
.trusting-box {
    padding: 30px;
    border-radius: 25px;
    background: #fff;
    box-shadow: 2px 2px 10px #eee;
}
.trusting-box p {
    color: #000;
    text-align: center;
}
.dots-grey {
    width: 100%;
    padding-top: 75px;
    display: flex;
    justify-content: flex-end;
    transform: translateX(45px);
}
.dots-grey img {
    width: 60%;
}
/*---------------------------------------
FAQ SECTION
---------------------------------------*/
.state-faq {
    padding: 50px 0;
}
.state-faq h2 {
    color: var(--brandGreen);
    text-align: center;
    margin-bottom: 30px;
}
#faqAccordion, .state-accordion-item {
    width: 100%;
}
.state-accordion-item {
    background: var(--brandDullGreen);
    color: #fff;
    border-radius: 50px;
    margin-bottom: 15px;
    border: 2px solid var(--brandDullGreen);
}
.state-accordion-item a {
    width: 100%;
    transition: linear .1s;
    border-radius: 50px;
    font-family: 'reg';
    letter-spacing: 1px;
}
/*.state-accordion-item a:hover {
    background: var(--brandDullGreen);
    color: #fff;
}*/
.state-accordion-body {
    font-size: 18px;
    padding: 0 15px 15px;
}
.state-accordion-item.open-card {
    border-radius: 15px;
    background: #fff;
}
.state-accordion-item.open-card h3 {
    color: var(--brandGreen);
}
.state-accordion-item.open-card .state-accordion-body {
    color: #000;
}
.state-accordion-header {
    padding: 5px 30px;
    display: flex;
    align-items: center;
    height: 60px;
}
.state-accordion-item a {
    font-size: 19px;
    font-family: medium;
}

@media (max-width: 1199px) {
    .state-accordion-item a {
        font-size: 17px;
    }
}
/*---------------------------------------
DOCTOR SECTION
---------------------------------------*/
.doctor-section {
    margin-bottom: 100px;
}
.doctor-section .row {
    background: var(--brandGreen);
    border-radius: 30px;
    height: 400px;
}
.doctor-section .col-lg-7 {
    align-content: center;
    height: 100%;
}
.doctor-section .col-lg-7 div {
    width: 90%;
    margin: auto;
}
.doctor-section img {
    margin-top: 10px;
}
.quote-text {
    font-family: 'strong' !important;
    font-size: 30px;
    color: #fff;
    font-family: 'strong';
    line-height: 1.4;
    position: relative;
}
.person-text {
    color: #fff;
    font-family: 'reg';
    font-size: 22px;
    margin-top: 25px;
    text-align: right;
}
.doctor-section .fa-quote-left {
    color: rgba(255, 255, 255, .2);
    font-size: 70px;
    position: absolute;
    top: -30px;
    left: -25px;
}
.doctor-section .fa-quote-right {
    color: rgba(255, 255, 255, .2);
    font-size: 70px;
    position: absolute;
    bottom: -30px;
    right: 50px;
}
/*---------------------------------------
MOBILE
---------------------------------------*/
@media(min-width:600px) {
    .reviews-item {
        min-height: 281px;
    }
}
@media(max-width:1200px) {
    .state-hero-section .nav-link {
        border-radius: 50px;
        background: #fff;
        color: #000;
        padding: 10px 30px;
        font-size: 16px;
        white-space: nowrap; 
        text-align: center; 
    }
    .state-hero-section .nav-item {
        flex-grow: 1;
    }
    .state-hero-section .nav-item .active {
        background: var(--brandLightGreen);
        color: #fff;
    }
    .state-hero-section .nav-pills {
        background: #fff !important;
        border-radius: 50px;
        width: 100%;
        margin: auto;
        display: flex !important;
        flex-wrap: nowrap !important; 
        justify-content: center;
    }
}
@media(max-width:992px) {
    .state-hero-section {
        padding: 15px 0 50px 0;
    }
    .state-hero-section .nav-pills {
        background: none;
    }
    .state-hero-section h1 {
        font-size: 32px;
        padding-bottom: 5px;
    }
    .state-hero-section h1 span {
        font-size: 36px !important;
    }
    .state-hero-section .nav-link {
        padding: 10px 20px;
    }
    .signup-box .form-group {
        margin-bottom: 0.5rem;
    }
    .just-for-you {
        display: none;
    }
    .btn-new {
        padding: 7px 25px;
    }
    .hero-tooltip {
        left: 0;
        width: 100%;
        bottom: -120px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
    }
    .tip-item {
        position: static;
    }
    .tip-info {
        left: 50%;
        transform: translateX(-50%);
        bottom: 90px;
    }
    .resources-text {
        min-width: 100%;
        text-align: center;
        margin: 10px 0 0;
    }
    .btn-new {
        font-size: 20px;
    }
    #moving-box {
        display: none;
    }
    .hiw-section {
        margin: 100px 15px 0 15px;
        padding: 0 0 30px;
    }
    .hiw-step {
        padding: 20px;
        border-radius: 0 40px 0 40px;
        text-align: left;
        background: white;
        box-shadow: 2px 5px 20px #ddd;
        min-height: 350px;
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .hiw-img {
        width: 100%;
        max-width: 300px; 
        border-radius: 20px; 
        margin-top: 15px; 
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); 
    }
    .hiw-step h3 {
        font-size: 26px;
        flex-grow: 1;
        margin-bottom: 10px;
    }
    .hiw-step p {
        font-size: 16px;
        flex-grow: 1;
    }
    .hiw-step .state-dropdown-container {
        margin-top: 10px;
    }
    .hiw-carousel {
        position: relative;
        width: 100%;
        display: flex;
        align-items: stretch;
    }
    .hiw-carousel .hiw-step {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        margin-top: 30px;
    }
    .hiw-slides {
        display: flex;
        transition: transform 0.4 ease-in-out;
        width: 300%;
    }
    .hiw-step span {
        font-size: 40px;
        background: var(--brandGreen);
        color: #fff;
        padding: 3px 20px;
        border-radius: 0 15px 0 15px;
        display: inline-block;
    }
    .hiw-carousel .owl-dots {
        display: flex !important;  
        justify-content: center;
        margin-top: 15px; 
    }
    .hiw-carousel .owl-dot {
        width: 12px;
        height: 12px;
        background-color: #ccc;
        border-radius: 50%;
        margin: 5px;
        transition: background 0.3s;
    }
    .hiw-carousel .owl-dot.active {
        background-color: var(--brandGreen);
    }
    .hiw-carousel .owl-stage-outer {
        overflow: visible !important;
    }
    .hiw-carousel .owl-stage {
        display: flex;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .hiw-carousel .owl-nav {
        position: absolute;
        display: flex;
        transform: translateY(-50%);
        top: 50%;
        justify-content: center;
        width: 100%;
        margin-top: 20px; 
        gap: 20px;
    }
    .hiw-carousel .owl-prev,
    .hiw-carousel .owl-next {
        background: var(--brandGreen) !important;
        font-size: 20px;
        height: 35px;
        width: 35px;
        border-radius: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: white; 
        border: none;
        cursor: pointer;
        pointer-events: all; 
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
        opacity: 0;
        transform: scale(0.8);
    }
    .owl-prev.show,
    .owl-next.show {
        opacity: 1;
        transform: scale(1);
    }
    .hiw-carousel .owl-prev {
        position: absolute;
        left: -20px;  
    }
    .hiw-carousel .owl-next {
        position: absolute;
        right: -20px; 
    }
    .hiw-section {
        padding-bottom: 30px;
    }
    .why-veriheal-section .col-lg-4 {
        display: flex;
        align-items: center;
    }
    .why-veriheal-section .row {
        padding: 15px;
    }
    .why-veriheal-section .row div {
        padding: 10px 0;
    }
    .content-block-section {
        padding: 30px 15px;
    }
    .trust-header-wrapper {
        width: 95%;
    }
    .trusting-box {
        margin-bottom: 20px;
    }
    .owl-height {
        height: auto !important;
        min-height: auto !important;
        padding-bottom: 15px;
    }
    .testimonial-section .reviews-item {
        width: calc(100% - 30px);
        margin: auto;
        min-height: 380px;
    }
    .testimonial-section .fa-chevron-right {
        right: 5px;
    }
    .testimonial-section .fa-chevron-left {
        left: 5px;
    }
    .testimonial-section .fa-chevron-right, 
    .testimonial-section .fa-chevron-left {
        font-size: 20px;
        padding: 8px 11px;
        top: 50% !important;
        transform: translateY(-50%);
        position: absolute;
    }
    .testimonial-section .reviews-slider {
        position: relative;
    }
    .testimonial-section .owl-nav {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
    }
    .sticky-socials {
        display: none;
    }
    .content-block-section img {
        margin-bottom: 20px;
    }
    .content-block-section .content-block-2 {
        flex-wrap: wrap-reverse;
    }
    .doctor-section {
        margin-bottom: 50px;
    }
    .doctor-section .row {
        height: auto;
        padding: 15px;
    }
    .doctor-section .col-lg-7 div {
        width: 100%;
    }
    .doctor-section .quote-text {
        font-size: 26px;
        line-height: 1.2;
    }
    .doctor-section img {
        margin-bottom: 20px
    }
    .doctor-section .fa-quote-right {
        right: 0;
    }
    .state-faq {
        padding: 50px 15px;
    }
    .state-info-blocks .col-lg-4 {
        padding-right: 0px!important;
    }
    .state-info-blocks .container {
        padding-right: 0px!important;
    }
    .state-info-blocks h2 {
        padding-right: 15px!important;
    }
    .line-dots {
        max-width: 95%;
        margin-bottom: 30px;
    }
    .moving-dot {
        margin-bottom: 50px;
        width: 90%;
    }
    .moving-dot span {
        height: 20px;
        width: 20px;
        left: 20% !important;
    }
    .line-triangles {
        padding-top: 30px;
        width: 90%;
    }
    .testimonial-section {
        margin-top: 30px;
    }
    .review-content {
        font-size: 16px;
        line-height: 1.2;
    }
    .dots-grey {
        padding-top: 30px;
    }
    .dots-grey img {
        width: 90%;
    }
    .trust-section {
        padding: 30px 0;
    }
    .state-accordion-header {
        font-size: 16px;
        height: 80px;
    }
    .content-block-section p {
        font-size: 16px;
    }
}
@media (min-width:992px){
    .reviews-slider .owl-dots {
        display: none;
    }
}

.owl-prev, .owl-next {
    border: none;
    background: transparent;
}