/* Start - Responsive Styles */
@media (max-width: 1600px) {
  .heroContent h1 {
    font-size: 84px;
  }

  .pFont32,
  .pFont32 p {
    font-size: 30px;
  }
}

@media (max-width: 1299px) {
  .logo {
    width: 11rem;
  }

  .navigation {
    padding-left: 2rem;
  }

  .navigation > ul > li:not(:first-child) {
    margin-left: 1.5rem;
  }
}

@media (max-width: 1199px) {
  .navigation-sub-left {
    padding: 3rem 3rem 3rem 13rem;
  }

  .left-cc {
    padding-right: 50px;
  }

  .cc-features-section .row {
    gap: 50px 0;
  }

  .heroContent h1 {
    font-size: 74px;
  }

  .pFont32,
  .pFont32 p {
    font-size: 28px;
  }

  .heroContent .subTitle {
    margin-top: 40px;
  }

  .responsive-padding-top-none {
    padding-top: 0 !important;
  }

  .responsive-padding-bottom-none {
    padding-bottom: 0 !important;
  }

  .You-may-also-like .latest-news-content h4 {
    margin-top: 0 !important;
    font-size: 1.3rem;
    line-height: 1.64;
  }

  .asset-card-light {
    padding: 3rem 1rem;
  }
  .latest-news-content h4 {
    font-size: 1.4rem;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 100%;
  }

  .head-right-menu {
    display: none;
  }

  .head-right-button .navigation-sub-menu {
    display: none;
  }

  .navigation {
    position: absolute;
    top: 73px;
    left: 0;
    width: 100%;
    height: calc(100vh - 75px);
    /*background: #000;*/
    background-color: #1d1d1f;
    padding: 0;
    display: inline-block;
    overflow: auto;
    opacity: 0;
    transform: translateY(-2.5rem);
    transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1),
      transform 1s cubic-bezier(0.77, 0, 0.175, 1),
      visibility 1s cubic-bezier(0.77, 0, 0.175, 1);
    visibility: hidden;
  }

  .navigation.opennavigation {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    z-index: 1;
  }

  .navigation > ul {
    flex-wrap: wrap;
  }

  .navigation > ul > li > a {
    color: #fff !important;
    font-size: 2rem;
  }

  .navigation > ul > li.dek-hide {
    display: inline-flex;
  }

  .navigation > ul > li > span::before,
  .navigation > ul > li > span::after {
    background: #fff !important;
  }

  .navigation > ul > li {
    padding: 3rem 2rem;
    width: 100%;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .navigation > ul > li:not(:first-child) {
    margin-left: 0;
  }

  .navigation > ul > li > span {
    width: 25px;
    height: 25px;
    margin-left: 0;
  }

  .navigation > ul > li > span::before {
    height: 100%;
    width: 2px;
  }

  .navigation > ul > li > span::after {
    width: 100%;
    height: 2px;
  }

  .navigation-sub-menu {
    position: relative;
    height: auto;
    width: 100%;
    top: auto;
    left: auto;
    border-bottom: 0;
    display: none;
  }

  .navigation-sub-section {
    height: auto;
    justify-content: normal;
    flex-direction: column-reverse;
  }

  .navigation-sub-right {
    width: 100%;
    padding: 2rem 0 3rem 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  }

  .navigation-sub-right p {
    font-size: 1.5rem;
    width: 100%;
    margin: 0;
  }

  .navigation-sub-left {
    padding: 3rem 0 1rem 0;
    border-right: 0px;
  }

  .navigation-sub-left h5 {
    display: none;
  }

  .navigation-sub-left li a {
    font-size: 2rem;
  }

  .navigation-sub-left li:not(:first-child) {
    margin-top: 2.3rem;
  }

  .navigation-sub-left li a::before {
    position: absolute;
    content: "";
    left: -9px;
    top: 18px;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
  }

  .navigation > ul > li:hover .navigation-sub-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  .navigation > ul > li:first-child .navigation-sub-right {
    display: none;
  }

  .navigation > ul > li.submenu_active .navigation-sub-menu {
    opacity: 1;
    visibility: visible;
    transition-duration: 0.4s;
    display: inline-flex;
  }

  .right-cc {
    padding-left: 0;
  }

  .bg-img-card {
    padding: 7rem 0;
  }

  .left-cc {
    padding-right: 0;
  }

  .footer-copyright ul {
    width: 30rem;
  }

  .heroContent h1 {
    font-size: 64px;
  }

  .pFont32,
  .pFont32 p {
    font-size: 26px;
  }

  .heroContent .subTitle {
    margin-top: 30px;
  }

  .hero-video-new {
    transform: scale(1) !important;
  }

  .You-may-also-like .latest-news-content h4 {
    margin-top: 0 !important;
    font-size: 1.3rem;
    line-height: 1.64;
  }
  .compatible-vape-carts-sp .col-lg-3 {
    width: 33.33%;
  }
  .compatible-vape-carts-sp .latest-news-card {
    height: 86%;
  }
  .category-results-nav {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .content-card {
    margin-bottom: 30px;
  }

  .left-video-ri-content .content-card {
    margin-top: 40px;
  }

  .tabs-content-text {
    bottom: 1rem;
    left: 3rem;
    width: 30rem;
  }

  .latest-news-main a {
    flex-wrap: wrap;
  }

  .latest-news-main .latest-news-img {
    width: 100%;
  }

  .latest-news-main .latest-news-content {
    width: 100%;
  }

  .footer-logo {
    margin-bottom: 40px;
  }

  .navigation > ul > li > a {
    font-size: 1.5rem;
  }

  .navigation > ul > li > span {
    width: 18px;
    height: 18px;
  }

  .navigation > ul > li {
    padding: 1.5rem 1.5rem;
  }

  .navigation-sub-left li a {
    font-size: 1rem;
  }

  .navigation-sub-left li a::before {
    left: -8px;
    top: 7px;
  }

  .navigation-sub-left li:not(:first-child) {
    margin-top: 1.5rem;
  }

  .navigation-sub-left {
    padding: 2rem 0 0.5rem 0;
  }

  .navigation-sub-right p {
    font-size: 1rem;
  }

  .navigation-sub-right {
    padding: 1rem 0 2rem 0;
  }

  .command-control-tabs .nav {
    margin-bottom: 3rem;
  }

  .command-control-tabs .left-video-card-main {
    height: auto;
  }

  .command-control-tabs .content-card {
    margin: 40px 0 0 0;
  }

  .cc-features-card h4 {
    min-height: auto;
  }

  .specs-value,
  .specs-label {
    font-size: 14px;
  }

  .accordion-button {
    padding: 0.9rem 0;
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .specs-row {
    padding: 12px 0;
  }

  .accordion-body {
    padding: 0 0 1rem 0;
    font-size: 1.2rem;
  }

  /* Product Single Page */

  .section-listing,
  .border-left-top {
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    border-left: none;
  }

  .trucking-slider .content-card {
    margin-left: 0;
    padding-bottom: 0;
  }

  .trucking-section .slick-custom-arrow {
    max-width: 100%;
    padding: 0;
    margin-top: 0;
  }

  .milestones-section .slick-custom-arrow {
    margin-left: auto;
    justify-content: end;
  }

  .You-may-also-like .latest-news-content h4 {
    margin-top: 0 !important;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .bolt-sec .left-video-card-main img {
    width: 100%;
  }
  .left-video-ri-content .content-card {
    margin-top: 20px;
    max-width: max-content;
    margin-bottom: 0;
  }
  .new-padding-bottom-page-first {
    padding-top: 7rem;
  }
  .new-padding-bottom-page {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem !important;
  }
  .new-padding-bottom-page:last-child {
    padding-bottom: 7rem;
  }
  .bolt-sec .left-video-card-main,
  .bolt-sec .right-video-card-main {
    height: auto;
    text-align: center;
  }
  .bolt-sec .left-video-card-main img {
    width: auto;
  }
  .product-cart .content-btn:nth-last-child(2),
  .bolt-sec .content-card .content-btn:nth-last-child(2),
  .bolt-sec .content-card .content-btn:nth-last-child(1) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .bolt-sec .content-card h5 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .bolt-sec .content-card h3 {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 2.3rem;
  }
  .explore-our-product {
    padding-top: 0;
    padding-bottom: 0;
  }
  .bg-img-content-contact-support {
    text-align: center;
  }
  .bg-img-content-contact-support .content-card {
    margin: 0 auto;
    justify-content: center;
  }
  .content-card h5 {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 1.5;
  }
  .compatible-vape-carts-sp .content-card {
    margin-bottom: 0;
  }
  .left-video-pr-sp .content-card {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }

  .about-supplier-profile .left-video-card-main img {
    margin: 0 !important;
  }
  .left-video-pr-sp .content-card {
    margin-bottom: 40px;
  }
  .hero-section-new-spplier-profile .heroContent,
  .hero-section-new-spplier-profile .product-image {
    text-align: center !important;
  }
  section.hero-section-new.hero-section-new-spplier-profile {
    margin-bottom: 60px;
  }
  .hero-section-new-spplier-profile .heroContent h1 {
    font-size: 56px;
  }
  .technical-library .bolt-sec .content-card h3 {
    font-size: 32px;
    line-height: 2.6rem;
  }
  .page-template-templatestechnical-library-php
    .left-video-ri-content
    .content-card,
  .page-template-training-and-certification
    .left-video-ri-content
    .content-card {
    margin-top: 0;
  }
  .page-template-training-and-certification .bolt-sec .left-video-card-main,
  .page-template-training-and-certification .bolt-sec .right-video-card-main {
    height: 100%;
  }
  .page-template-training-and-certification .bolt-sec .left-video-card-main img,
  .page-template-training-and-certification
    .bolt-sec
    .right-video-card-main
    img {
    height: 100%;
    object-fit: cover;
  }
  .compatible-vape-carts-sp .latest-news-card {
    height: 86%;
  }
  .compatible-vape-carts-sp .col-lg-3 {
    width: 50%;
  }
  .new-padding-bottom-page-tc,
  .page-template-training-and-certification .new-padding-bottom-page,
  .page-template-support-services .new-padding-bottom-page {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem !important;
  }
  /* .category-resources-content
    .tab-content
    .col-lg-6:nth-child(1)
    .latest-news-card,
  .category-resources-content
    .tab-content
    .col-lg-6:nth-child(2)
    .latest-news-card {
    margin-top: 70px;
    height: 91%;
  } */
  .category-results-page .sub-banner-content h1 {
    margin-bottom: 40px;
  }
  .widget li,
  .widget.widget_archive,
  h2.widgettitle,
  .widget-title,
  .widget.widget_tag_cloud {
    text-align: center;
  }
  .widget {
    padding-top: 40px !important;
  }
  .widget-section .col-lg-5 .widget:first-child {
    padding-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .tabs-content-text {
    bottom: 1rem;
    left: 0;
    width: 100%;
  }

  .logo a {
    font-size: 20px;
  }

  .logo {
    width: 9rem;
    border-right: 0;
  }

  .hero-icon {
    right: 2rem;
    width: 18px;
  }

  .bgc-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .bg-dark-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .navigation-wrapper.sticky-active .logo {
    border-right: 0;
  }
  .left-video-pr-sp .content-card {
    margin-top: 0 !important;
  }
  .content-card h5 {
    margin-bottom: 1rem;
    font-size: 1.9rem;
    line-height: 1.2;
  }

  .content-card h3 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .content-card {
    margin-bottom: 15px;
  }

  .content-card p {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .bg-img-card .content-card h3,
  .bg-img-card .content-card h5 {
    margin-bottom: 20px;
  }

  .bg-img-content-section {
    min-height: 30rem;
  }

  .tabs-content-card {
    height: auto;
  }

  .tabs-content-text {
    bottom: auto;
    left: auto;
    width: 100%;
    position: relative;
    background: #000;
    padding: 10px 20px;
  }

  .tabs-content-text .content-card p {
    font-size: 1rem;
  }

  .tabs-card-main .nav-link {
    height: 5.5rem;
    font-size: 1rem;
  }

  .left-video-card-main {
    height: auto;
  }

  .left-video-ri-content .content-card h3 {
    margin-bottom: 20px;
  }

  .careers-photos-card {
    height: 150px;
  }

  .latest-news-main a {
    gap: 30px;
  }

  .latest-news-content h6 {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }

  .latest-news-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
  }

  .latest-news-content h4 {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .latest-news-card .latest-news-img {
    margin-bottom: 20px;
  }

  .main-footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .footer-link-column li a {
    font-size: 1rem;
  }

  .footer-link-column {
    width: 50%;
    margin-bottom: 50px;
  }

  .footer-contact {
    margin-top: 0;
  }

  .footer-copyright {
    width: 100%;
    max-width: 100vw;
    margin-top: 2rem;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column-reverse;
  }

  .footer-copyright ul {
    width: 100%;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .footer-copyright p {
    width: 100%;
  }

  .command-control-tabs .content-card h3 {
    margin-bottom: 20px;
  }

  .cc-features-section .content-card h5 {
    margin-bottom: 2rem;
  }

  .cc-features-section .row {
    gap: 30px 0;
  }

  .cc-features-card h4 {
    font-size: 1.3rem;
  }

  .testimonials-item h3 {
    font-size: 2rem;
  }

  .testimonials-item p {
    margin-top: 1rem;
    font-size: 1rem;
  }

  .testimonials-item p:before {
    display: none;
  }

  .testimonials-item {
    min-height: 380px;
  }

  .heroContent h1 {
    font-size: 50px;
  }

  .pFont32,
  .pFont32 p {
    font-size: 24px;
  }

  .hero-section-new .container-fluid {
    padding: 0 10px;
  }

  .inner-page .bgc-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .only-video-sec iframe {
    height: 300px;
  }

  .bolt-sec .content-card p {
    font-size: 17px;
  }

  .bolt-sec-item .content-card {
    height: auto;
  }

  .bolt-sec .content-card h5 {
    font-size: 1rem;
    margin-bottom: 1.6rem;
  }

  .bolt-sec .content-card h3 {
    font-size: 31px;
  }

  .specs-value,
  .specs-label {
    font-size: 14px;
  }

  .accordion-button {
    padding: 0.7rem 0;
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .specs-row {
    padding: 12px 0;
  }

  .accordion-body {
    padding: 0 0 0.9rem 0;
    font-size: 1rem;
  }

  .brand-history-title h3 {
    font-size: 1.9rem;
    line-height: 1.3;
  }

  .hero-images-new img {
    width: 100%;
    min-height: 270px;
    object-fit: cover;
  }

  .product-sec .row {
    margin-top: 3rem;
  }

  .brand-history-title {
    margin-bottom: 50px;
  }

  .brand-history-text h3 {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }

  .brand-history-text h4 {
    font-size: 2rem;
    line-height: 1;
  }

  .brand-history-text p {
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .brand-history-text::after,
  .brand-history-item:nth-child(2n) .brand-history-text::after {
    right: inherit;
    left: -40px;
    height: 110%;
  }

  .brand-history-item:nth-child(2n) .brand-history-text::after {
    height: 130%;
  }

  .brand-history-item {
    padding-left: 70px;
    padding-right: 0;
    padding-bottom: 40px;
  }

  .brand-history-item:nth-child(3) .brand-history-text .pulse {
    top: 10%;
  }

  .pulse,
  .brand-history-item:nth-child(2n) .brand-history-text .pulse {
    right: inherit;
    left: -54px;
    width: 35px;
    height: 35px;
  }

  .pulse::before,
  .pulse::after {
    width: 35px;
    height: 35px;
  }

  .product-cart .content-btn {
    margin-top: 1rem;
  }

  .brand-history-item:last-child {
    padding-bottom: 0;
  }

  .brand-history-section {
    padding-bottom: 0;
  }

  .explore-content-slider .latest-news-content h4 {
    font-size: 1.4rem;
    min-height: auto;
  }

  .explore-content-slider .slick-slide {
    margin: 0 0px;
  }

  .explore-content-slider .latest-news-content p {
    height: auto;
    margin-bottom: 1rem;
  }

  .explore-content-slider .latest-news-card a {
    margin-top: 10px;
  }

  .light-content .content-btn a {
    padding-top: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
    font-size: 13px;
  }

  .boder-content-btn a {
    padding-top: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
    font-size: 13px;
  }

  .boder-content-btn a i {
    padding: 0 5px;
  }

  .content-btn a i,
  .content-btn .notlink i {
    padding: 0 10px;
    color: #000000;
    margin-top: 0;
  }

  .product-cart .content-btn:nth-last-child(2),
  .bolt-sec .content-card .content-btn:nth-last-child(2) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .casestudy-content-style p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 0rem;
  }

  .casestudy-content-style h2 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .casestudy-content-style h3 {
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-bottom: 20px;
  }

  .casestudy-content-style ol {
    margin-top: 20px;
  }

  .You-may-also-like .latest-news-content h4 {
    margin-top: 0 !important;
    font-size: 1rem;
    line-height: 1.2;
  }

  .You-may-also-like .row > * {
    padding: 0 10px;
    margin-bottom: 10px !important;
  }

  .You-may-also-like h3.borderbottom {
    padding: 0 0.8rem;
  }

  .You-may-also-like .latest-news-card .latest-news-img {
    margin-bottom: 10px;
  }

  .casestudy-content-type-2-2-style .casestudy-list li {
    padding: 5px 0 5px 15px;
  }

  .casestudy-content-type-2-3-style .casestudy-slider-title h2 {
    padding: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .casestudy-content-type-2-3-style .casestudy-slider-description {
    padding: 0;
    border: 0;
  }

  .casestudy-content-type-2-2-style {
    padding: 30px 0 30px 0;
  }

  .casestudy-content-type-2-3-style .casestudy-slider-title {
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .casestudy-content-type-2-3-style .casestudy-slider-description p,
  .common-content-post
    .casestudy-content-type-2-3-style
    .casestudy-slider-description
    p,
  .common-content-post
    .casestudy-content-type-2-3-style
    .casestudy-slider-description
    p
    span,
  .common-content-post
    .casestudy-content-type-2-3-style
    .casestudy-slider-description
    p
    b {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .casestudy-content-type-2-3-style {
    padding: 15px 0 15px 0;
  }

  .articles-templet2 .casestudy-content-type-2-3-style {
    padding: 15px 0 15px 0;
  }

  /* .subhero-banner-new .col-md-12,
    .casestudy-content-type-2-2-style .col-lg-8.col-md-9,
    .casestudy-content-type-2-2-style .col-lg-4.col-md-3,
    .casestudy-content-type-2-3-style .col-lg-8.col-md-9,
    .casestudy-content-type-2-3-style .col-lg-4.col-md-3 {
        padding: 0;
    } */

  .banner-info-title h1 {
    line-height: 1.6;
  }

  .casestudy-content-type-2-2-style .casestudy-content p {
    color: #000;
    font-size: 17px;
    line-height: 29px;
  }

  .common-content-post table.post_table_sheet {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .common-content-post table.post_table_sheet tr:first-child td {
    font-size: 1rem;
    line-height: 1.3;
  }

  .common-content-post .casestudy-list {
    padding-top: 30px;
  }

  .common-content-post .casestudy-content-type-2-2-style .casestudy-list li a {
    font-size: 18px;
    line-height: 27px;
  }

  .common-content-post table.post_table_sheet td {
    padding: 0.8rem 1rem 0.8rem 0;
    font-size: 14px;
  }

  .common-content-post p,
  .common-content-post p span,
  .common-content-post p b {
    color: #000;
    font-size: 17px;
    line-height: 28px;
  }

  .common-content-post h2 {
    padding-bottom: 10px;
    padding-top: 20px;
    margin-bottom: 0;
    line-height: 1.7;
    font-size: 22px;
  }

  .common-content-post h3 {
    padding-bottom: 10px;
    padding-top: 20px;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 20px;
  }

  .common-content-post .product-main-image ~ h1 {
    font-size: 22px;
    line-height: 1.5;
    padding-top: 20px;
  }

  .common-content-post .subhero-banner .col-md-12 {
    padding: 0;
  }

  .common-content-post {
    margin-top: 100px;
  }

  .entry-content.casestudy-content-style iframe {
    width: 100%;
    height: auto;
    min-height: 220px;
  }

  .common-content-post .casestudy-slider.template-img-col1 {
    padding: 20px 0;
  }

  .casestudy-slider-content-type-5.casestudy-content-type-2-3-style
    > .container
    > .row
    > * {
    padding: 0;
  }

  .common-content-post .container .row .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .casestudy-content-style ul li,
  .common-content-post .casestudy-content ul li,
  .common-content-post .casestudy-slider-description ul li {
    line-height: 1.4;
    font-size: 1rem;
    list-style: disc outside;
  }

  .casestudy-content-style ul,
  .common-content-post .casestudy-content ul,
  .common-content-post .casestudy-slider-description ul {
    padding-left: 15px;
  }

  .casestudy-content-style ol li,
  .common-content-post .casestudy-content ol li,
  .common-content-post .casestudy-slider-description ol li {
    line-height: 1.4;
    font-size: 1rem;
    list-style: decimal outside;
  }

  .casestudy-content-style ol,
  .common-content-post .casestudy-content ol,
  .common-content-post .casestudy-slider-description ol {
    padding-left: 25px;
  }

  .common-content-post .banner-info-title h1 {
    line-height: 1.3;
  }
  .hero-section-new {
    margin-top: 100px;
  }
  /* .bolt-sec .left-video-card-main img {
    width: 100%;
  } */
  .heroContent .subTitle {
    margin-top: 20px;
  }
  .new-padding-bottom-page-first {
    padding-top: 5rem;
  }
  .new-padding-bottom-page {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem !important;
  }
  .left-video-ri-content .content-card {
    margin-top: 20px;
    max-width: 100%;
    text-align: center;
  }
  .new-padding-bottom-page:last-child {
    padding-bottom: 5rem;
  }
  .technical-library .content-btn {
    margin-top: 1rem;
  }
  .bolt-sec .content-card h3 {
    font-size: 28px;
  }
  .left-video-ri-content .content-btn {
    margin-top: 0;
  }
  .boder-content-btn a {
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    font-size: 16px;
  }
  .bg-img-content-contact-support .company-info-title {
    width: 100%;
  }
  .bg-img-content-contact-support .company-info-title h3 {
    font-size: 2.3rem;
    line-height: 3.2rem;
  }

  .bg-img-content-contact-support {
    min-height: 20rem;
    padding: 50px 0;
    text-align: center;
    margin-top: 2.5rem;
  }
  .bg-img-content-contact-support .content-card {
    margin: 0 auto;
    justify-content: center;
  }
  .bg-img-content-contact-support .light-content .content-btn a {
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    font-size: 16px;
  }
  .training-and-certification-content .content-card ul li {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .compatible-vape-carts .latest-news-card {
    padding-top: 30px;
    margin-top: 0;
    height: 100%;
  }
  .explore-our-product .content-card h4 {
    font-size: 2rem;
  }
  .explore-our-product .left-video-ri-content .content-card {
    margin-top: 20px !important;
  }
  .postbox-thumb img {
    height: auto !important;
    max-height: 270px;
  }
  .postbox-author-wrap {
    margin-bottom: 10px;
  }
  .compatible-vape-carts-sp .content-card {
    margin-bottom: 0;
    text-align: center;
  }
  .compatible-vape-carts-sp .latest-news-card a {
    margin-top: 0px;
  }
  .left-video-pr-sp .content-card {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }
  .machine-imagery-img img {
    height: 280px;
  }
  .hero-section-new-spplier-profile .heroContent h1 {
    font-size: 43px;
  }
  .cannabis-terminology-text-item {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
  }

  .cannabis-terminology-text-item h2 {
    margin: 0;
    padding: 12px 15px;
    font-size: 18px;
    background: #f5f5f7;
    color: #000;
    cursor: pointer;
    position: relative;
  }

  .cannabis-terminology-text-item h2::after {
    content: "\f347"; /* ▼ Downward small triangle (Unicode U+25BE) */
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
    font-size: 20px;
    color: #000;
    font-family: "Dashicons";
  }

  .cannabis-terminology-text-item.active h2::after {
    content: "\f343"; /* ▲ Upward small triangle (Unicode U+25B4) */
    transform: translateY(-50%) rotate(180deg);
  }

  .cannabis-terminology-text-item p,
  .cannabis-terminology-text-item img {
    display: none;
    padding: 0 15px 15px;
  }

  .cannabis-terminology-text-item.active p,
  .cannabis-terminology-text-item.active img {
    display: block;
  }
  .cannabis-terminology-content {
    gap: 20px;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .cannabis-terminology-no {
    padding-top: 0;
    width: 100%;
  }
  .cannabis-terminology-no h2 {
    text-transform: capitalize;
    font-size: 42px;
    line-height: 60px;
    margin: 0;
    padding: 0;
  }
  .cannabis-terminology-text {
    width: 100%;
  }
  .cannabis-terminology-text p {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    padding-top: 10px;
  }
  .terminology li.nav-item {
    margin-bottom: 10px;
  }

  #alphaTabs,
  #alphaTabsContent {
    display: none !important;
  } /* hide original tabs on mobile */
  #mobileAccordionWrapper {
    display: block;
  }

  /* details styling */
  #mobileAccordionWrapper details {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
  }
  #mobileAccordionWrapper summary {
    list-style: none;
    cursor: pointer;
    padding: 12px 16px;
    font-weight: 600;
    position: relative;
    background: #f5f5f7;
  }
  /* remove default triangle & add a custom one (you can use Dashicons if enqueued) */
  #mobileAccordionWrapper summary::-webkit-details-marker {
    display: none;
  }
  #mobileAccordionWrapper summary::marker {
    display: none;
  }

  /* arrow using CSS (rotates) */
  #mobileAccordionWrapper summary::after {
    content: "▼";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.25s ease;
    font-size: 14px;
  }
  #mobileAccordionWrapper details[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
  }

  #mobileAccordionWrapper .detail-body {
    padding: 12px 16px 16px;
    line-height: 1.6;
  }
  #mobileAccordionWrapper img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 10px;
  }
  .left-video-ri-content .content-card {
    text-align: center;
    max-width: 100%;
  }
  .page-template-templatestechnical-library-php
    .left-video-ri-content
    .content-card,
  .page-template-training-and-certification
    .left-video-ri-content
    .content-card {
    margin-top: 30px;
  }
  .page-template-templatestechnical-library-php
    .left-video-ri-content
    .content-card
    h3,
  .page-template-training-and-certification
    .left-video-ri-content
    .content-card
    h3 {
    margin-bottom: 10px;
  }
  .about-supplier-profile .content-card h3 {
    margin: 20px 0 10px;
  }
  .compatible-vape-carts-sp .col-lg-3 {
    width: 100%;
  }
  .new-padding-bottom-page-tc,
  .page-template-training-and-certification .new-padding-bottom-page,
  .page-template-support-services .new-padding-bottom-page {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem !important;
  }
  .category-resources-content
    .tab-content
    .col-lg-6:nth-child(1)
    .latest-news-card,
  .category-resources-content
    .tab-content
    .col-lg-6:nth-child(2)
    .latest-news-card {
    margin-top: 70px;
    height: 91%;
  }
  .search-results-page .page-content p {
    font-size: 1.3rem;
  }
  .widget li,
  .widget.widget_archive,
  h2.widgettitle,
  .widget-title,
  .widget.widget_tag_cloud {
    text-align: center;
  }
  .widget {
    padding-top: 40px !important;
  }
  .widget-section .col-lg-5 .widget:first-child {
    padding-top: 0 !important;
  }
  .search-results-page .resources-pagination {
    padding-top: 6.5rem;
    padding-bottom: 5rem;
  }
  .search-results-page .nav-links {
    justify-content: center;
  }
  .category-resources-pagination {
    padding-top: 4rem !important;
  }
  .category-resources-pagination ul.pagination {
    gap: 15px;
    justify-content: center;
  }

  .tabs-content-card:before {
    background-color: transparent;
  }
  .technical-library .bolt-sec .left-video-card-main img {
    width: 100%;
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .You-may-also-like .row > * {
    padding: 0 6px;
    margin-bottom: 10px !important;
  }
  .heroContent h1 {
    font-size: 34px;
    line-height: 1.5;
  }
  .pFont32,
  .pFont32 p {
    font-size: 20px;
  }
  .heroContent .subTitle {
    margin-top: 20px;
  }
  .new-padding-bottom-page-first {
    padding-top: 5rem;
  }
  .new-padding-bottom-page {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem !important;
  }
  .technical-library .bolt-sec .content-card h3 {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 2.6rem;
  }
  .left-video-ri-content .content-card {
    margin-top: 20px !important;
    text-align: left;
  }
  .left-video-pr-sp .content-card {
    margin-top: 0 !important;
  }
  .new-padding-bottom-page:last-child {
    padding-bottom: 5rem;
  }
  .technical-library .content-btn {
    margin-top: 1rem;
  }
  .bolt-sec .content-card h3 {
    font-size: 28px;
  }
  .left-video-ri-content .content-btn {
    margin-top: 0;
  }
  .boder-content-btn a {
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    font-size: 16px;
  }
  .bg-img-content-contact-support .company-info-title {
    width: 100%;
  }
  .bg-img-content-contact-support .company-info-title h3 {
    font-size: 1.7rem;
    line-height: 3.2rem;
  }

  .bg-img-content-contact-support {
    min-height: 20rem;
    padding: 50px 0;
    text-align: center;
    margin-top: 2.5rem;
  }
  .bg-img-content-contact-support .content-card {
    margin-bottom: 15px;
    margin: 0 auto;
    justify-content: center;
  }
  .bg-img-content-contact-support .light-content .content-btn a {
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    font-size: 16px;
  }
  .training-and-certification-content .content-card ul li {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .bg-img-content-contact-support .company-info-content h5 {
    margin-bottom: 0.4rem;
    font-size: 1.9rem;
    font-size: 1.7rem;
    line-height: 3.2rem;
  }
  .compatible-vape-carts .latest-news-card {
    padding-top: 30px;
    margin-top: 0;
    height: 100%;
  }
  .explore-our-product .content-card h4 {
    font-size: 1.4rem;
  }
  .explore-our-product .left-video-ri-content .content-card {
    margin-top: 20px !important;
  }
  .postbox-thumb img {
    height: auto !important;
    max-height: 270px;
  }
  .postbox-author-wrap {
    margin-bottom: 10px;
  }
  .bolt-sec .left-video-card-main img {
    margin: 0 !important;
  }
  .compatible-vape-carts-sp .latest-news-card a {
    margin-top: 0px;
  }
  .machine-imagery-img img {
    height: 240px;
  }
  .terminology {
    padding-top: 2rem !important;
  }
  .terminology .accordion-button::after {
    width: 1.4rem;
    height: 1.4rem;
    background-size: 1.4rem;
  }
  .terminology .accordion-button {
    padding: 0.7rem;
  }
  .page-template-templatestechnical-library-php
    .left-video-ri-content
    .content-card,
  .page-template-training-and-certification
    .left-video-ri-content
    .content-card {
    margin-top: 30px;
  }
  .page-template-templatestechnical-library-php
    .left-video-ri-content
    .content-card
    h3,
  .page-template-training-and-certification
    .left-video-ri-content
    .content-card
    h3 {
    margin-bottom: 10px;
  }
  .about-supplier-profile .content-card h3 {
    margin: 20px 0 10px;
  }
  .compatible-vape-carts-sp .col-lg-3 {
    width: 100%;
  }
  .new-padding-bottom-page-tc,
  .page-template-training-and-certification .new-padding-bottom-page,
  .page-template-support-services .new-padding-bottom-page {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem !important;
  }
  .search-results-page .latest-news-card {
    height: 88%;
  }
  .category-resources-content
    .tab-content
    .col-lg-6:nth-child(1)
    .latest-news-card,
  .category-resources-content
    .tab-content
    .col-lg-6:nth-child(2)
    .latest-news-card {
    margin-top: 70px;
    height: 88%;
  }
  .search-results-page .sub-banner-content {
    padding-bottom: 0;
  }
  .category-results-nav {
    padding-right: 0;
  }
  .category-results-page .sub-banner-content h1 {
    margin-bottom: 30px;
  }
  .category-resources-pagination a.page-numbers,
  .category-resources-pagination span.page-numbers {
    padding-top: 6px !important;
    padding-right: 15px !important;
    padding-bottom: 6px !important;
    padding-left: 15px !important;
    font-size: 14px;
  }
  .category-resources-pagination ul.pagination {
    gap: 7px;
    justify-content: center;
  }
  .search-results-page .page-content p {
    font-size: 1.1rem;
    line-height: 1.3;
  }
  .search-form input.search-submit {
    margin-top: 20px !important;
  }
  .search-results-page section.no-results.not-found {
    padding-top: 20px;
  }
  .widget li,
  .widget.widget_archive,
  h2.widgettitle,
  .widget-title,
  .widget.widget_tag_cloud {
    text-align: center;
  }
  .widget {
    padding-top: 40px !important;
  }
  .widget-section .col-lg-5 .widget:first-child {
    padding-top: 0 !important;
  }
  .search-results-page .resources-pagination {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
  .search-results-page .nav-links {
    justify-content: center;
  }
  .category-resources-pagination {
    padding-top: 4rem !important;
  }
  .tabs-content-card:before {
    background-color: transparent;
  }
  .technical-library .bolt-sec .left-video-card-main img {
    width: 100%;
    min-height: auto;
  }
}
