/*---------------------------------------
HERO SECTION
---------------------------------------*/
.home-hero-section {
    background: #eee;
    border-radius: 60px;
    padding: 150px 0;
    width: 95%;
    margin: auto;
    margin-top: 2.5%;
    margin-bottom: 100px;
    background-size: cover;
    background-position: center;
    /*position: relative;
    overflow: hidden;*/
}
.home-hero-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    height: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.home-hero-section .container {
    /*position: relative;*/
    z-index: 2;
    background: rgba(191, 191, 191, .7);
    border-radius: 45px;
    padding: 30px;
    width: 80%;
}
.home-hero-section h1 {
    text-align: center;
    margin: auto;
    text-transform: uppercase;
    color: var(--brandGreen);
    position: relative;
    z-index: 0;
}
.home-hero-subheader {
    font-family: 'bold';
    font-size: 44px;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    text-transform: lowercase;
    line-height: 1;
}
.home-hero-section h1:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 75px;
    z-index: -1;
}
.home-hero-section h1 span {
    text-transform: none;
}
.home-hero-section p {
    color: var(--brandGreen);
}
.state-dropdown-container {
    text-align: center;
    position: relative;
    width: fit-content;
    border: none;
    transition: linear .15s;
}
.hero-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.state-dropdown-container i {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--brandGreen);
    font-size: 20px;
}
#hero-chevron {
    cursor : pointer !important;
    pointer-events: none !important;
}
.home-services-hero-btn {
    padding: 8px 30px 7px 30px;
    border-radius: 50px;
    background: none;
    color: #fff;
    background: var(--brandGreen);
    letter-spacing: 2px;
    font-size: 24px;
    appearance: none;
    position: relative;
    width: auto;
    font-family: bold;
}
.home-services-hero-btn:hover {
    color: #fff;
    background: var(--brandLightGreen);
}
.state-select {
    padding: 7px 40px 7px 20px;
    border-radius: 50px;
    border: 2px solid var(--brandGreen);
    background: none;
    color: var(--brandGreen);
    background: #eee;
    letter-spacing: 2px;
    font-size: 24px;
    appearance: none;
    position: relative;
    width: auto;
    font-family: bold;
}
.state-select:hover {
    cursor: pointer;
}
.state-select:hover i {
    color: #fff;
}
.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: 172px;
    z-index: 20;
}
.tip-info h3 {
    color: #000;
    font-size: 22px;
}
.tip-info p {
    color: #000;
    font-size: 14px;
    line-height: 1.3;
}
.tip-icon {
    background: #fff;
    border-radius: 50px;
    font-size: 26px;
    padding: 3px 8px;
    margin: 0 5px;
    transition: linear .15s;
    text-align: center;
    width: auto;
}
.tip-icon i {
    width: 30px;
    text-align: center;
    color: var(--brandGreen);
}
.resources-text {
    margin-left: 15px;
}
#hero-subtext {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  text-transform: none;
  font-family: medium;
  margin-top: 10px;
}
.home-hero-renewal {
    display: none;        
}
/*---------------------------------------
HOW IT WORKS SECTION
---------------------------------------*/
.hiw-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px; 
}
.hiw-section {
    margin-top: 150px;
    padding: 0;
}
.hiw-section h2 {
    text-align: center;
    color: #000;
    font-size: 2.4rem !important;
}
.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;
}
.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: 20px;
    align-self: flex-start;
    margin-top: -35px;
    box-shadow: 2px 5px 20px #ddd;
}
.hiw-step h3 {
    font-size: 30px;
    width: 100%;
    margin-bottom: 10px !important;
    font-family: 'bold';
}
.hiw-step h3, .hiw-step p {
    flex-grow: 1;
}
.hiw-step p {
    font-size: 18px;
    margin-bottom: 20px;
    align-content: center !important;
}
.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: 0px !important;
    max-width: 75%;
    margin-left: -25px;
}
@media (max-width: 992px) {
    .hiw-wrapper {
        display: none;
    }
}
@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; 
    }
}
.mjCard h2 {
  display: none;
}
.mjCard h2 br {
  display: none;
}
.mjCard h2 img {
  position: absolute;
  left: calc(50% + 250px);
  top: 15px;
  height: 20px;
  width: auto;
}
@media (max-width: 1199px) {
  .mjCard h2 img {
    left: calc(50% + 180px);
    top: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .mjCard h2 img {
    display: none;
  }
}
@media (max-width: 1199px) {
  .mjCard h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .mjCard h2 {
    font-size: 24px;
  }
  /*.mjCard {*/
  /*  padding-top: 30px;*/
  /*}*/
}
.mjCard .slab {
  padding: 25px 15px;
  margin-bottom: 20px;
  background-color: var(--brandDullGreen);
  border: 2px solid white;
  border-radius: 0px 30px 0px 30px;
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
}
.mjCard .slab h6 {
  font-size: 26px;
  font-family: 'wide';
  text-transform: uppercase !important;
  color: #fff;
  margin: 0 0 20px;
  text-align: center;
}
.mjCard .slab span {
    font-size: 32px;
}
@media (max-width: 1199px) {
  .mjCard .slab span {
    font-size: 18px;
  }
}

.line-one,
.line-two {
    display: block; 
    font-family: "bold";
    text-transform: uppercase;
}

.signup-link {
    color: var(--brandLightGreen);
    text-decoration: underline;
}

.hiw-section .fa-chevron-right,
.hiw-section .fa-chevron-right {
    color: white;
}

/*---------------------------------------
SLIDING BLOCKS SECTION
---------------------------------------*/
.vid-poster {
    border-radius: 30px;
    min-height: 506px;
    max-height: 100%;
}
.sliding-blocks-section {
    margin-top: 75px;
}
.sliding-blocks-section .owl-height {
    min-height: 540px;
    width: 101%;
}
.sliding-blocks-section .owl-stage {
    overflow: hidden;
    height: 100%;
    padding-top: 20px;
}
.sliding-blocks-section .blocks-slider {
    width: 100%;
    position: relative;
}
.sliding-blocks-section .owl-item {
    float: left;
}
.sliding-blocks-section .block-item {
    padding: 0;
    background: #fff;
    border-radius: 25px;
    position: relative;
}
.sliding-blocks-section .content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
}
.sliding-blocks-section .content i {
    font-size: 45px;
    transition: linear .1s;
    background: rgba(255, 255, 255, .3);
    border-radius: 100px;
    padding: 7px 7px 7px 8px;
}
.sliding-blocks-section progress {
    display: none;
    position: absolute;
    bottom: 34px;
    left: 70px;
    width: calc(100% - 90px);
    border-radius: 20px;
}
.sliding-blocks-section .block-item video {
    border-radius: 25px;
    width: 100%;
    box-shadow: 2px 2px 10px #ddd;
}
.sliding-blocks-section .block-item:hover {
    cursor: pointer;
}.sliding-blocks-section .block-item:hover i {
    transform: scale(1.1);
}
.sliding-blocks-section .fa-chevron-right {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.sliding-blocks-section .fa-chevron-left {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.sliding-blocks-section .fa-chevron-right, 
.sliding-blocks-section .fa-chevron-left {
    background: var(--brandGreen);
    color: var(--brandLightGreen);
    font-size: 25px;
    padding: 12px 16px;
    border-radius: 50px;
}
.sliding-blocks-section .fa-chevron-right:hover, 
.sliding-blocks-section .fa-chevron-left:hover {
    cursor: pointer;
}
.owl-height {
    overflow: hidden;
}
.review-content {
    font-size: 16px;
    margin-bottom: 20px;
    color: #000;
    font-family: 'reg';
}
.review-stars {
    margin-top: 20px;
}
.review-stars i {
    color: #FFD700;
}
.testimonial-title {
    text-align: center;
    color: #000000;
}

/*---------------------------------------
TESTIMONIALS SECTION
---------------------------------------*/
.testimonal {
  padding: 90px 0;
}
@media (max-width: 1199px) {
  .testimonal {
    padding: 50px 0px;
  }
}
.testimonal .text h2 {
  font-size: 50px;
  color: var(--brandGreen);
  text-transform: uppercase;
  margin-bottom: 35px;
  text-align: center;
}
@media (max-width: 1199px) {
  .testimonal .text h2 {
    font-size: 32px;
  }
  .testimonal .text h2 img {
    display: none;
  }
}
.testimonal .text h2 strong,
.testimonal .text h2 span {
  display: block;
  font-family: wide;
}
.testimonal .text h2 span {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
.testimonal .text h2 span img {
  height: 20px;
  width: auto;
}
.testimonal .review {
  padding: 50px 70px;
  border: 2px solid #667a65;
  text-align: center;
  border-radius: 60px;
}
@media (max-width: 1199px) {
  .testimonal .review {
    padding: 30px;
    border-radius: 40px;
  }
}
.testimonal .review > img {
  width: auto;
  height: 28px;
  margin: 0 auto;
}
.testimonal .review p {
  margin: 20px 0 0px;
  position: relative;
  font-size: 20px;
  font-family: reg;
  color: var(--brandGreen);
  height: 178px;
  overflow: hidden;
}
.testimonal .review .stars {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 30px 0;
}
@media (max-width: 1199px) {
  .testimonal .review .stars {
    margin: 10px 0 30px;
  }
}
.testimonal .review .stars img {
  height: 26px;
  width: auto;
}
.testimonal .review h5 {
  color: var(--brandGreen);
  font-family: wide;
  font-size: 20px;
  margin: 0 0 5px;
}
.testimonal .review span {
  color: var(--brandDullGreen);
  font-size: 18px;
  font-family: medium;
}
.testimonal .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.testimonal .owl-nav .owl-prev img {
  left: -2px;
}
.testimonal .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(50%, -50%);
}
.testimonal .owl-nav .owl-next img {
  right: -2px;
}
.testimonal .owl-nav .owl-prev,
.testimonal .owl-nav .owl-next {
  background: var(--brandGreen) !important;
  font-size: 25px;
  height: 65px;
  width: 65px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.testimonal .owl-nav .owl-prev img,
.testimonal .owl-nav .owl-next img {
  height: 24px;
  width: auto;
  position: relative;
}

.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

.homepage-testimonials .fa-chevron-right {
    right: 0px !important;
}

.homepage-testimonials .fa-chevron-left {
    left: 0px !important;
}

.homepage-testimonials .reviews-item {
    width: calc(100% - 50px);
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
.testimonials-align-middle div#testimonial-slider .owl-item {
    vertical-align: middle;
    float: none;
    display: inline-block;
}
.owl-stage {
    margin: auto;
}
.testimonial-section .reviews-item {
    width: calc(100% - 30px);
    margin: auto;
    padding-bottom: 20px;
    box-shadow: 2px 2px 10px #ddd; 
}
.testimonial-section .reviews-slider {
    overflow: visible !important;
}
.testimonial-section .owl-height {
    height: auto !important;
    min-height: auto !important;
}
.testimonial-section .owl-stage {
    padding-bottom: 30px !important;
}

.homepage-testimonials {
    padding-top: 30px !important;
}

.homepage-testimonials .fa-chevron-right {
    right: 0px !important;
}

.homepage-testimonials .fa-chevron-left {
    left: 0px !important;
}

.homepage-testimonials .reviews-item {
    width: calc(100% - 50px);
}

/*---------------------------------------
NATIONAL CANNABIS STUDY SECTION
---------------------------------------*/

.national-cannabis-btn {
    text-align: center;
}

/*---------------------------------------
CONTENT SECTION
---------------------------------------*/
.home-content-block-section {
    padding-top: 60px;
} 
.home-content-block-section h2 {
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}
.home-content-block-section p {
    margin-bottom: 20px;
    font-size: 20px;
}
.home-content-block-section a {
    color: var(--brandLightGreen);
}
.home-content-block-section a:hover {
    color: var(--brandGreen);
}
/*---------------------------------------
BLOG SECTION
---------------------------------------*/
.home-blog-section {
    padding: 100px 0;
}
.home-blog-section h2 {
    color: #000;
}
.blog-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-info a {
    font-size: 22px;
    border-bottom: 2px solid #aaa;
    color: #aaa;
    transition: linear .15s;
    padding-bottom: 3px;
}
.blog-info a:hover {
    color: var(--brandGreen);
    border-bottom: 2px solid var(--brandGreen);
}
.latest-posts-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.post-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    transition: linear .15s;
}
.post-thumbnail {
    background-size: cover;
    background-position: center;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    position: relative;
}
.post-card .fa-arrow-right {
    display: none;
    position: absolute;
    right: -63px;
    bottom: 0;
    font-size: 24px;
    background: var(--brandGreen);
    color: #fff;
    padding: 7px 20px;
    border-radius: 10px 0 0;
    transition: linear .25s;
}
.post-card:hover .fa-arrow-right {
    right: 0;
}
.post-card:hover h3 {
    text-decoration: underline;
    color: var(--brandGreen);
}
.post-card h3, .post-card p {
    position: relative;
    z-index: 1;
}
.large-post {
    grid-column: span 2;
    grid-row: span 2;
}

.medium-post {
    grid-column: span 1;
}
.large-post h3 {
    margin: 0 0 5px 10px;
    font-size: 1.25rem;
}
.medium-post h3 {
    font-size: 1rem;
    margin: 10px 0 5px 10px;
}
.small-post {
    grid-column: span 1;
}

.mini-post {
    display: flex;
    align-items: center;
}

.mini-post .post-thumbnail {
    width: 60px;
    height: 60px;
    padding-bottom: 0;
    margin-right: 10px;
}

.post-card p {
    margin: 0 0 0 10px;
    font-size: 0.875rem;
    color: #666;
}
/*---------------------------------------
ABOUT US SECTION
---------------------------------------*/
.home-about-section h2 {
    color: var(--brandGreen);
    margin-bottom: 20px;
}
.full-height-img {
    background-size: cover;
    background-position: center;
    border-radius: 45px;
}
.home-about-section p {
    margin-bottom: 20px;
    color: #000;
    font-size: 18px;
}
.home-about-section a {
    color: var(--brandLightGreen);
}
.home-about-section a:hover {
    color: var(--brandGreen);
}
.moving-dot {
    position: relative;
    margin-bottom: 70px;
    width: 100%;
}
.moving-dot div {
    position: absolute;
    width: 70%;
    height: 2px;
    background: var(--brandGreen);
    left: 0;
    top: 0;
}
.moving-dot span {
    background: var(--brandGreen);
    border-radius: 50px;
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translateY(-50%);
}
/*---------------------------------------
PARTNER SECTION
---------------------------------------*/
.partner-section {
    margin-top: 50px;
}
.dots-grey {
    position: relative;
}
.dots-grey img {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 85%;
}
.dots-grey p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #c9c9c9;
    padding: 7px 15px;
    border-radius: 50px;
    color: #000;
    font-family: 'medium';
}
.partner-row {
    justify-content: center;
    align-items: center;
    padding: 30px 0 45px 0;
    overflow-x: hidden;
}
.green-block-line {
    margin-bottom: 100px;
    position: relative;
}
.green-block-line .green-line {
    height: 2px;
    background: var(--brandGreen);
    width: 75%;
}
.green-block-line .green-block {
    height: 30px;
    width: 150px;
    background: var(--brandGreen);
    border-radius: 0 20px 0 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.partner-slider .owl-stage {
    display: flex;
    align-items: center;
}
.partner-slider .owl-height {
    height: auto !important;
    max-width: 1200px;
}
.partner-slider img {
    height: 125px; 
    width: auto;
    object-fit: contain; 
    display: block;
    margin: 0 auto; 
}
.partner-slider .owl-nav {
    display: none;
}
/*---------------------------------------
FAQ SECTION
---------------------------------------*/
.homepage-faq {
    padding: 50px 0 100px;
}
.homepage-faq h2 {
    color: var(--brandGreen);
    text-align: center;
    margin-bottom: 30px;
}
#faqAccordion, .homepage-accordion-item {
    width: 100%;
}
.homepage-accordion-item {
    background: var(--brandDullGreen);
    color: #fff;
    border-radius: 50px;
    margin-bottom: 15px;
    border: 2px solid var(--brandDullGreen);
}
.homepage-accordion-header {
    padding: 5px 30px;
    display: flex;
    align-items: center;
    height: 60px;
}
.homepage-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;
}*/
.homepage-accordion-body {
    font-size: 18px;
    padding: 0 15px 15px;
}
.homepage-accordion-item.open-card {
    border-radius: 15px;
    background: #fff;
}
.homepage-accordion-item.open-card h3 {
    color: var(--brandGreen);
}
.homepage-accordion-item.open-card .homepage-accordion-body {
    color: #000;
}

.homepage-accordion-item a {
    font-size: 19px;
    font-family: medium;
}

@media (max-width: 1199px) {
    .homepage-accordion-item a {
        font-size: 17px;
    }
}
/*---------------------------------------
TRUST SECTION
---------------------------------------*/
.home-trust-section {
    margin-bottom: 100px;
}
.trust-card {
    background: #eee;
    border-radius: 25px;
    min-height: 482px;
}
.trust-card img {
    border-radius: 25px 25px 0 0;
}
.trust-card-content {
    padding: 20px;
}
.trust-card-content h3 {
    color: #000;
    font-size: 17px;
    font-family: 'wide';
    text-transform: uppercase;
    margin-bottom: 15px;
}
.trust-card-content p {
    line-height: 1.2;
    color: #000;
}
/*---------------------------------------
MOBILE
---------------------------------------*/
@media(max-width: 992px) {
    .hero-btns {
        flex-wrap: wrap;
        max-width: 400px;
    }
    .home-hero-subheader {
        font-size: 1.8rem;
    }
    .home-services-hero-btn {
        width: 100%;
        text-align: center;
        font-size: 18px;
        margin-top: -30px;
        padding: 10px 30px 9px 30px;
    }
    .hero-btns {
        margin-top: 0;
    }
    .state-dropdown-container {
        width: 100% !important;
    }
    .homepage-faq {
        padding: 20px 15px;
    }
    .vid-poster {
        height: 586px;
    }
    .home-hero-section {
        padding: 50px 0;
        border-radius: 30px;
        margin-bottom: 25px;
    }
    .home-hero-section .container {
        width: 90%;
        padding: 20px;
    }
    .container .state-select {
        font-size: 22px;
    }
    .home-hero-section h1 {
        line-height: 1;
        font-size: 2.5em;
    }
    .hero-tooltip {
        display: none;
        left: 0;
        width: 100%;
        bottom: -100px;
    }
    .tip-item {
        position: static;
    }
    .tip-info {
        left: 50% !important;
        transform: translateX(-50%);
        bottom: 105px !important;
    }
    #moving-box {
        display: none;
    }
    .home-hero-renewal {
        display: block;
        background: var(--brandGreen);
        border-radius: 0 25px 0 24px;
        padding: 25px 15px;
        color: #fff;
        margin: 0 15px;
        text-align: center;
    }
    .home-hero-renewal p {
        text-align: center;
        margin-top: 15px;
        font-size: 14px;
    }
    .home-hero-renewal a {
        background: #fff;
        color: var(--brandGreen);
        padding: 10px 20px;
        border-radius: 50px;
        display: block;
        width: 250px;
        text-align: center;
        font-size: 20px;
        margin: 15px auto 0;
        border: 2px solid var(--brandDullGreen);
        font-family: 'bold';
    }
    .hiw-section {
        padding-bottom: 30px;
        padding-top: 30px;
        margin-top: 125px;
    }
    .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: 0px; 
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); 
    }
    .hiw-section h2{
        font-size: 1.5rem !important;
    } 
    .hiw-step h3 {
        font-size: 26px;
        flex-grow: 0;
        margin-bottom: 0px;
    }
    .hiw-step p {
        font-size: 16px;
        flex-grow: 1;
        display: flex;
        align-items: center;
        margin-bottom:0px;
    }
    .hiw-step .state-dropdown-container {
        margin-top: 10px;
    }
    .hiw-carousel {
        position: relative;
        width: 100%;
        display: flex;
        align-items: stretch;
        height: 100%;
    }
    .hiw-carousel .hiw-step {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        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; 
    }
    .line-dots {
        margin-bottom: 0;
        max-width: 95%;
        margin-left: -75px;
    }
    .homepage-testimonials {
        padding-top: 0px;
    }
    .sliding-blocks-section {
        margin: 15px;
    }
    .sliding-blocks-section .owl-height {
        height: auto !important;
    }
    .sliding-blocks-section .block-item video {
        width: 100%;
        display: block;
    }
    .home-blog-section {
        margin: 0 15px;
        padding: 50px 0;
    }
    .blog-info {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .medium-post {
        grid-column: span 2;
    }
    .medium-post h3 {
        font-size: 1.25rem;
    }
    .home-about-section p {
        font-size: 16px
    }
    .dots-grey p {
        width: 80%;
        text-align: center;
    }
    .partner-section {
        margin-top: 50px;
    }
    .partner-slider .owl-item img {
        width: 250px;
        margin: 15px auto 15px 475px;
        display: block;
    }
    .trust-card {
        margin-bottom: 20px;
    }
    .home-content-block-section {
        padding: 30px 15px 0 15px;
    }
    .home-content-block-section .content-block-2 {
        flex-wrap: wrap-reverse;
    }
    .home-content-block-section img {
        margin-bottom: 20px;
    }
    .moving-dot {
        margin-bottom: 50px;
    }
    .moving-dot span {
        height: 20px;
        width: 20px;
        left: 20%;
    }
    .home-trust-section {
        margin-bottom: 50px;
    }
    .dots-grey {
        transform: translateX(0);
    }
    .dots-grey img {
        width: 110%;
        right: -39px;
    }
    .homepage-accordion-header {
        height: 80px;
    }
    .homepage-testimonials .reviews-item {
        width: calc(100% - 30px);
    }
}

@media(max-width: 576px) {
    .latest-posts-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media(max-width: 420px) {
    .container .state-select {
        font-size: 18px;
    }
}

/* Start StyleMobile sweep */
@media (max-width:768px) {
.veriheal-cardz h2,
    .veriheal-video-section h2,
    .veriheal-surprises h2,
    .veriheal-quote h2,
    .veriheal-faqs h2 {
        font-size: 28px !important;
    }
    #hero-subtext {
        font-size: 14px;
    }
}
@media (max-width:576px) {

.testimonial-section .reviews-item {
    height: auto;
    min-height: 0;
}
	.testimonial-section .owl-stage {
    
    align-items: center;
    display: flex;
}
}
/* End Style Mobile sweep */
.ol-btn {
    padding: 8px 25px 7px;
    background: #fff;
    color: var(--brandGreen);
    border: 4px solid var(--brandGreen);
    border-radius: 50px;
    font-family: 'wide';
    text-transform: uppercase;
    font-size: calc(0.25vw + 0.85em);
    margin-top: 10px;
    text-align: center;
    display: inline-flex;
}

.ol-btn:hover {
    background-color: var(--brandGreen);
    color: #fff;
}

.certify {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2vw;
    padding: calc(1.2vw + 2em) calc(1vw + 1.25em);
    border-radius: calc(1vw + 1em) 0 calc(1vw + 1em) 0;
    background: var(--brandDullGreen);
    position: relative;
}


.certify .text {
    color: #fff;
}

.certify .text h3 {
    font-size: calc(1vw + 1.35em);
    margin-bottom: 0px;
    text-transform: uppercase;
    max-width: 430px;
}

.certify .text p {
    font-size: calc(0.25vw + 1em);
    margin: 20px 0 10px;
}

.certify img {
    width: 100%;
    height: auto;
    border-radius: calc(1.2vw + 1.5em);
    aspect-ratio: 4/3;
    object-fit: cover;
}

@media (max-width: 991px) {
    .certify .ol-btn {
        margin-bottom: 20px;
    }
}
@media (min-width:768px){
    .certify-wrapper {
        margin: 50px 0 30px;
    }    
}
@media (max-width:767px){
    .certify-wrapper {
        margin: 0px 0 30px;
    }    
}

.vhHero {
    background: #eee;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0;
    margin-bottom: 50px;
}

.vhHero .text {
    background: #fff7;
    text-align: center;
    padding: 50px 20px;
    border-radius: 40px;
    backdrop-filter: blur(5px)
}

.vhHero .text h1 {
    margin: 0;
    color: var(--brandGreen);
    text-transform: uppercase;
    font-size: 64px;
}

.vhHero .text h1 span,
.vhHero .text h1 strong {
    display: block;
}

.vhHero .text h1 span {
    text-transform: initial;
    font-weight: 300;
    font-size: 24px;
    font-family: 'medium';
    margin-top: 20px;
}

.vhHero .text h1 strong {
    text-transform: none;
    font-family: medium;
    font-weight: 500;
    font-size: 48px;
}

.vhHero .megaLinks {
    position: absolute;
    bottom: auto;
    top: 100%;
    left: 0;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 16px;
    flex-wrap: wrap;
    padding: 0 24px;
}

.vhHero .megaLinks a {
    color: #fff;
    background: #748570;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    padding: 14px 22px;
    font-family: bold;
    border-radius: 50px;
    transition: .15s ease-out;
    white-space:normal;
    text-overflow:clip;
    overflow:visible;
}

.vhHero .megaLinks a i{
    font-size: 22px;
    line-height: 1;
    flex: 0 0 auto;
    margin-inline-end:0.55em;
}

.vhHero .megaLinks a span {
    font-family: inherit;
    display: inline-block;
    margin-inline-end: 0.4em;
}

.vhHero .megaLinks a:hover {
    background: var(--brandGreen)
}

.vhHero .megaLinks a:first-child span{
    display: inline-block;      
    margin-inline-start: .4em;
    margin-inline-end: .4em;
}

@media (max-width: 1400px) and (min-width: 992px){
  .vhHero .container {
    max-width: 85%;
  }

  .vhHero .megaLinks{
    display: grid;                    
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;                     
    justify-content: center;
    padding: 0 16px;                  
    box-sizing: border-box;
    margin-top: 16px;
  }

  .vhHero .megaLinks a{
    width: 100%;
    white-space: normal;               
    text-align: center;               
    justify-content: center;            
    flex-wrap: wrap;                    
  }
  
  .hiw-section{
    padding-top: 40px;
  }
}

@media(max-width:991px) {
    .vhHero {
        padding: 70px 0;
        margin-bottom: 0px !important;
    }

    .vhHero .megaLinks {
        gap: 7px;
        padding: 0;
        margin-top: 15px;
    }

    .vhHero .megaLinks a {
        font-size: 14px;
        padding: 10px 15px;
        width: calc(50% - 15px);
        text-overflow: ellipsis;
        white-space: nowrap;
        justify-content: center;
    }

    .vhHero .text {
        padding: 40px 15px;
    }

    .vhHero .text h1 {
        font-size: 50px;
    }

    .vhHero .text h1 span {
        font-size: 16px;
        margin-top: 20px;
    }

    .vhHero .text h1 strong {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .vhHero .megaLinks a span {
        display: none;
    }
}

@media(max-width:576px) {
    .vhHero .text h1 {
        font-size: 32px;
    }

    .vhHero .text h1 span {
        font-size: 16px;
    }

    .vhHero .text h1 strong {
        font-size: 28px;
    }
    .vhHero .megaLinks a:first-child span{
        display: none;
    }
}

.dottedLine {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: start;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .dottedLine {
    gap: 4px;
  }
}
.dottedLine .line {
  margin-right: 8px;
  height: 2px;
  width: 46vw;
  background-color: var(--brandGreen);
}
@media (max-width: 1199px) {
  .dottedLine .line {
    height: 1px;
    margin-right: 4px;
  }
}
.dottedLine .dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: var(--brandGreen);
  position: relative;
  left: 50px;
  opacity: 0;
  transition: 0.25s ease;
}
@media (max-width: 1199px) {
  .dottedLine .dot {
    height: 5px;
    width: 5px;
  }
}
.dottedLine .dot.putin {
  left: 0;
  opacity: 1;
}

/* .*/
.rangeLine {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.rangeLine .line {
  position: relative;
  width: 50%;
  height: 2px;
  background-color: #BFBFBF;
}
@media (max-width: 1199px) {
  .rangeLine .line {
    height: 1px;
  }
}
.rangeLine .line .dock {
  border-radius: 50px;
  background-color: #BFBFBF;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30%;
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (max-width: 1199px) {
  .rangeLine .line .dock {
    height: 16px;
    width: 16px;
  }
}
/* . */
.rangeBox {
  display: flex;
  justify-content: start;
  width: 100%;
}
.rangeBox .line {
  position: relative;
  width: 50%;
  height: 2px;
  background-color: var(--brandGreen);
}
@media (max-width: 1199px) {
  .rangeBox .line {
    height: 1px;
  }
}
.rangeBox .line .dock {
  border-radius: 0 20px 0 20px;
  background-color: var(--brandGreen);
  height: 30px;
  width: 150px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30%;
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (max-width: 1199px) {
  .rangeBox .line .dock {
    height: 15px;
    width: 70px;
    border-radius: 0 9px 0 9px;
  }
}
@media (max-width:570px) {
    
    h2 {
        font-size: 22px;
    }

    .homepage-testimonials .content-block p,
    .how-work-section .content-block p {
        margin-top: 16px;
        margin-bottom: 20px;
        font-size: 14px !important;
    }

    .hiw-section {
        /*margin: 20px 15px 0 15px;*/
        padding: 0 0 30px;
    }
    .hiw-slider {
    margin-bottom: 50px;
    }

    .hiw-step p {
        font-size: 14px;
        text-align: left;
    }

    .hiw-step h3 {
        font-size: 20px;
        text-align:left;
        margin-bottom: 0px !important;
    }

    .home-content-block-section p {
        font-size: 14px;
    }

    .home-content-block-section img {
        margin-top: 30px;
    }

    .review-content {
        font-size: 14px;
    }
  .hiw-section h2{
      text-align:center;
  }
}

.page-template-template-home-2024 .support-cta {
    margin-top: 50px;
}

.hiw-step p {
    color: #495158;
}

.review-content {
    color: #495158;
    line-height: 1.5;
}

.homepage-testimonials .content-block p,.how-work-section .content-block p{
    font-size:20px;
}
@media(max-width:767px){
.how-work-section .btn-prime, .homepage-testimonials .btn-prime {
    padding: 5px 20px;
    font-size: 14px;
}
.national-cannabis-content-section .btn-prime {
    padding: 5px 10px;
    min-width: 280px;
    font-size: 14px;
}
}
@media(max-width:767px){
.vhHero .text h1 span {
    max-width: 100% !important;
}
}
.vhHero .text h1 span {
    max-width: 70%;
    display: block;
    margin: 10px auto 30px;
}