/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.seo_title {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #2C2E8B;
  margin-bottom:10px;
  text-transform:uppercase;
  font-weight:500;
}


html {
  scroll-behavior: smooth;
}

h2 {
  color:#101828;
  font-size:60px;
  line-height:68px;
  font-weight:300!important;
}

.underline {
  text-decoration: underline!important;
}

.d-block {
  display:block;
}

.d-grid {
    gap: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.m-auto {
  margin:0 auto;
}

.d-row {
  flex-direction: row;
}

.d-column {
  flex-direction: column;
}


.text_center {
  text-align:center;
}

.capitalize {
  text-transform: capitalize;
}

.breadcrumbs {
  padding: 50px 35px;
}

.breadcrumbs span {
    padding: 0 9px;
}

.breadcrumbs a:hover {
  text-decoration:underline!important;
}

.gradient {
    background-image: linear-gradient(45deg, #00B7FF, #2C2E8B);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.inner_container,
.container {
    max-width: 1300px;
    margin: 0 auto;
}

.fw_container_spacing,
.container {
  padding: 100px 35px;
}

.product_slider_container {
  padding: 100px 35px 50px;
}

/* h3,p.p1, .p1 {
    font-size: 22px;
    font-weight: 300 !important;
    line-height: 32px;
    
} */

h4 {
  font-size: 40px;
 line-height: 50px;
  font-weight:300!important;
}

.p2 {
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 0;
line-height: 25px;
/*     padding-bottom: 5px; */
 }

li, p, .p3 {
  color: #4A5565;
  font-size:16px;
  line-height:24px;
}

.x-sm {
  font-size: 14px;
  line-height:18px;
  margin-bottom:0;
  text-align:center;
}

a:hover {
text-decoration:none!important;
}

* {
  -webkit-font-smoothing: antialiased;
}


.grey {
  color:#4A5565!important;
}

.gradient_btn {
  background-image: linear-gradient(45deg, #00B7FF, #2C2E8B);
  border: none;
  color: #fff;
/*   background-size:200% 100%; */
/*   background-position:right; */
}


.primary-btn, .secondary-btn, .btn {
  padding: 20px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  border-radius: 100px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  display:inline-block;
 
}

.secondary-btn {
  background:#ECFEFF;
  border: 1px solid #00B7FF;
  color:#364153;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}


.fade-in.visible.primary-btn:hover,
.fade-in.visible.secondary-btn:hover,
.fade-in.visible.btn:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  background-color: #343494; /* New background color on hover */
  /* New box-shadow on hover (appears to "pop up") */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
 

.d-flex {
    display: flex;
}

.j-center {
  justify-content: center;
}

.j-between {
  justify-content:space-between;
}

.m-align {
  align-items: center;
}

.w-100 {
  width:100%;
}

.primary-blue {
  color:#00B7FF!important;
}

/* list image and product box*/
ul.icon-list {
    list-style-type: none;
    margin-left: 0;
    margin-bottom:0;
    padding-left: 0;
}

ul.icon-list li:last-of-type {
  margin-bottom:0;
}

/* .list-image img {
    max-width: 20px !important;
}
 */
.product_content {
    padding: 30px;
}

span.list-image img {
    width: 25px;
    height: 25px;
  position:relative;
  top:3px;
}

.product_box img {
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}

.product_box {
    border-radius: 10px !important;
    background: #fff;
    width:100%!important;
  position:relative;
}

.product_info_wrapper h3 {
  margin-bottom:15px;
}


.product_box h3 {
  margin-bottom:5px;
}

.product_box p {
    margin-bottom: 20px;
}

li {
    margin-bottom: 10px;
}

.page_header + p {
    padding-bottom: 15px;
}


.button_with_arrow {
    font-size: 16px;
    line-height: 24px;
    align-items: center;
 color:#00B7FF!important;
}

.button_with_arrow.d-flex img {
    max-width: 30px;
    padding-left: 10px;
    display: block;
}

.button_with_arrow:hover{
  text-decoration:underline!important;
  color:#00B7FF!important;
}

#products {
  margin-bottom:50px;
}

#benefits {
  padding-top:100px;
}

.image_list_container + div {
    padding-bottom: 100px;
}

/* THIS IS THE VIDEO NEXT BENEFITS*/

.dnd-column.cell_1763579130945-vertical-alignment {
  padding-top:100px;
}


/* CTA FOR BOTTON OF ALL PAGES --- ACCELERATE*/

.gradient_background {
    background: linear-gradient(90deg, rgba(0,183,255,0.85) 0%, rgba(44,46,139,0.85) 100%);
}

.gradient_background h2 {
    color: #fff;
}

.blotting_bg {
    background-image: url(https://48801206.fs1.hubspotusercontent-na1.net/hubfs/48801206/g96+cutout+clean-1%201@2x.png) !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed;
}

.get_a_quote {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 100px;
    border-radius: 10px;
}

.box_shadow {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.06)!important;
}

.border-radius {
  border-radius:10px;
}

.oembed_custom-thumbnail {
  border-radius:10px!important;
/*   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.06)!important;
}

.fixed_width_btn {
  min-width:210px;
}


/* FAQ on product page  --- eventually take out the row class because this will be applied globally */

.hs-content-id-201290498326 .hs-elevate-accordion__title-text {
    font-size: 22px!important;
    font-weight: 300!important;
    line-height: 31px!important;
    margin-bottom: 0!important;
    padding-bottom: 0 !important;
    
}

/* .hs-content-id-201290498326 .hs-elevate-accordion__title {
   padding-bottom: 10px !important;
} */

.hs-content-id-201290498326 .hs-elevate-accordion__body {
     color:#4A5565;
}

.hs-content-id-201290498326 .hs-elevate-accordion {
  border-radius:10px!important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.splide__slide__contents {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}


/* Slider */


img.splide__slide--image {
    height: 600px;
    object-fit: cover;
}

.splide__main {
    height: 100% !important;
    display: block;
}


button.splide__arrow {
  background:#00B7FF!important;
  opacity:1!important;
}

button.splide__arrow svg {
  fill:#fff!important;
}

.splide__slide img {
  border-radius:10px!important;
}


.splide__slide--caption {
    box-sizing: border-box;
    height: auto;
    align-self: flex-end;
    position: absolute;
    bottom: 25px;
    background: rgba(255, 255, 255, .8);
    border-radius: 7px;
    padding: 25px!important;
    margin: 0 20px;
    box-shadow: 0px 0px 8px #ccc;
    color: #4A5565;
    font-size: 16px;
}

.splide__track {
  border-radius:10px!important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.06)!important;
}

.hs-elevate-accordion {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.06)!important;
}

.split-container .selling_points_container {
    padding-top: 30px;
}

.split-container .point_icon img {
    margin-left: -10px;
}

.breadcrumbs_opacity {
  opacity:.5;
}

/* FAQ */
.hs-elevate-accordion__title-text {
    font-size: 22px !important;
    font-weight: 300 !important;
    line-height: 31px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  color:#111!important;
}

.hs-elevate-accordion__body {
    color: #4A5565!important;
    font-size: 16px!important;
}

/* related products */

.related_product_box {
    border-radius: 10px !important;
    border: 0;
    padding: 0;
    background:#fff;
    cursor: pointer;
    display:block;
    transition: transform 0.2s, box-shadow 0.2s;
    position:relative;
}

.related_product_box .price {
    font-size: 16px;
    line-height: 24px;
}

.related_product_box .price {
    position: absolute;
    top: 15px;
    left: 15px;
}

.related_product_box span.product_label {
  padding-bottom:0;
}

.related_product_box .button_with_arrow {
    padding: 0px 30px 40px;
}

.related_product_box .price + img {
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  height: 300px !important;
  object-fit: cover;
}

.related_product_box:hover {
    transform: scale(1.0029);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

#related_products .d-flex:not(.d-flex.button_with_arrow) {
  gap:40px;
}

span.product_label {
    display: block;
    padding: 30px;
}

span.product_label span {
    display: block;
    margin-bottom: 15px;
}

#related_products {
    padding: 60px 35px 100px;
}

.breadcrumbs h2 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.bio {
  padding:35px;
  background:#fff;
  border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px;
}

.bio_image img {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px;
    width: 390px;
    height: 100%;
    object-fit: cover;
}

.bio h3 {
  font-size: 24px;
  line-height: 32px;
}

.bio span {
  color:#111;
  font-size:20px;
  line-height:30px;
}

.bio p {
    padding-bottom: 0;
    margin-bottom: 15px;
}

.founder:not(:last-of-type) {
    margin-bottom: 70px;
}

#news_hero p {
    max-width: 1200px;
    margin: 0 auto;
    /* text-align: left; */
}

/* BLOG */
.hs-elevate-blog-listing__blog-card-container {
    display: block;
}

a.hs-elevate-card--blog__link {
    display: flex!important;
     box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.06)!important;
}

.hs-elevate-card--blog__card-wrapper:not(:first-of-type) a.hs-elevate-card--blog__link {
    height:200px;
}

.hs-elevate-card--blog__card-wrapper .hs-elevate-card--blog__image-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4 !important;
    /* background-color: var(--hsElevate--blogCardIcon__backgroundColor); */
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 250px;
}

/* .hs-elevate-card--blog__card-wrapper:first-of-type:before {
    content: 'Featured Article';
    font-weight: 300 !important;
    font-size: 30px !important;
    display: block;
    padding-bottom: 15px;
} */

.hs-elevate-blog-listing__blog-card-container {
    display: flex!important;
    flex-direction: column!important;
}

.hs-blog-listing .span4 {
    width: 20% !important;
}

.hs-blog-listing .span8 {
  width:75%!important;
}

.hs-elevate-card--blog__card-wrapper:first-of-type {
    font-size: 30px;
   border-bottom: 1px solid rgba(0, 0, 0, .2);
/*     padding-bottom: 30px; */
}


h2.hs-elevate-h4.hs-elevate-card--blog__heading {
    color: #00B7FF !important;
    font-weight: 300 !important;
  display:block;
  font-size: 22px;
    line-height: 30px !important;
}

.hs_cos_wrapper_type_post_filter ul li {
    list-style-type: none;
    margin-left: 0 !important;
    background: #ECFEFF;
    border: 1px solid #00B7FF;
    color: #364153;
    padding: 10px 20px;
    text-align: center;
    border-radius: 100px;
}

.hs_cos_wrapper_type_post_filter ul {
  padding-left:0!important;
}

.hs_cos_wrapper_type_post_filter h3 {
    padding-bottom: 0 !important;
    margin-bottom: 15px;
    padding-top: 10px;
}

.no_margin {
  margin-bottom:0!important;
}

.price {
    background: #ecfeff;
    border: 1px solid #00b7ff;
    color: #364153;
    border-radius: 50px;
    padding: 6px 25px;
    display: inline-block;
    margin-bottom: 10px;
}

.key_features p.p1.grey.fade-in.visible {
    margin-bottom: 25px;
}

.gradient_btn {
  color:#fff!important;
}

.key_features h2 + p + p + p {
    margin-bottom: 15px !important;
}

.key_features .cta_container {
  padding-top:30px;
}

.key_features .cta_container .primary-btn {
  display: inline-block;
}

.single_product {
      border-top: 1px solid #ededed;
    padding-top: 50px;
  padding-bottom:100px;
}

ul.icon-list li {
    border-radius: 10px;
  margin-bottom: 15px;
  gap:10px;
}


/* MAKE THIS A TEMPLATE ... THIS I REQUEST A QUOTE TITLE and info */
.hs_cos_wrapper .form-title,
h3#hs_cos_wrapper_widget_1746734154594_title,
h3#hs_cos_wrapper_widget_1746734154594_title {
    color: #101828!important;
    font-size: 70px!important;
    line-height: 95px!important;
    font-weight: 300!important;
    text-align: center!important;
}

h1.hs-elevate-blog-title {
    color: #00B7FF;
    font-weight: 300 !important;
    /* font-size: 50px; */
    font-size: 60px;
    line-height: 70px;
    /* font-weight: 300 !important; */
}

h2.hs-elevate-blog-recent-posts__heading {
    color: #101828;
    /* font-size: 60px; */
    /* line-height: 75px; */
    font-weight: 300 !important;
    text-transform: capitalize;
}

h3.hs-elevate-card--recent-post__title {
    color: #00B7FF;
    font-weight: 300;
}

.d-flex.accessory_product .p1 {
    padding-bottom: 0;
    margin-bottom: 10px;
    color: #000 !important;
}

.related_product_box .p1 {
    display: block;
    margin-bottom: 5px;
}

#products .price,
#products_page .price,
.extra_products .price {
    position: absolute;
    top: 15px;
    left: 15px;
}
#products .product_box,
#products_page .product_box,
.extra_products .product_box {
  position:relative;
}

#hp_hero .point_icon {
  margin:0 auto;
  width:50px;
  margin-bottom:10px;
}

.page_hero .point_img_title .p2 {
    padding-bottom: 5px;
}

/* .point .p2 {
    margin-bottom: 0;
} */

/*Homepage Styles*/

#hp_hero h2 {
  color:#101828;
  font-size:70px;
  line-height:90px;
  font-weight:300;
}

#hp_hero p {
  max-width:900px;
  margin:0 auto;
}

#hp_hero h2 + p {
padding-bottom:70px;
}

#hp_hero .selling_points_container {
  gap:50px;
}




#hp_hero .cta_container {
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
    gap: 25px;
}

#hp_hero .point {
    background: rgba(255, 255, 255, .8);
    border-radius: 10px;
    padding: 25px;
    width:255px;
    text-align:center;
    border-color: transparent;
    border:0px;
    display:flex;
    flex-direction:column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#hp_hero .point:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.selling_points_container {
  gap:50px;
}

.single_product_content .selling_points_container {
  gap:35px;
}


.point {
    background: rgba(255, 255, 255, .8);
    border-radius: 10px;
    padding: 25px;
    width:255px;
    text-align:center;
    transition: border-color 0.3s ease-in-out;
    border-color: transparent;
    border-width:1px;
}

.point:hover {
    border: 1px solid #00b7ff;
    border-color: rgba(0, 183, 255, 1);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.point img {
    padding-bottom: 20px;
    display: block;
    margin:0 auto;
}

.selling_points_container button:first-of-type img {
    width: 50px;
}

.list_item_container {
    flex: 1;
    flex-direction: column;
    padding-right: 35px;
}

.image_list_container {
    gap: 35px;
    padding: 50px 0;
} 

.list_item_container .point_icon img {
    text-align: left;
    margin-left: -10px;
}

.list_item_container h3 {
    margin-bottom: 10px;
}

.list_item_container:not(:last-of-type) {
    border-right: 1px solid rgba(0, 0, 0, .15);
}


.split_image_container .inner_container {
    display: flex;
    flex-direction: row;
    gap: 100px;
}

.split_image_container .content {
  width:50%;
}

.split_image_container .content_img {
  width:50%;
}

.content_img img + .p1 {
    padding-top: 30px !important;
}

.content_img p {
    margin-bottom: 10px;
}

.content_img .black {
   font-weight:600;
}

.content_img img {
    margin-bottom: 15px;
}

#sensitivity {
    gap: 30px;
}

#sensitivity + p {
    /* color: red !important; */
    margin-bottom: 0 !important;
}

.content_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.point_img_title {
  width:100%;
}


.key_features .point img {
  margin:unset;
}

/* products page */

#products {
  gap:30px;
}

#products_page #products {
  margin-bottom: 70px;
}

.extra_products .product_box > img {
    height: 200px;
    object-fit: cover;
}


.product_box {
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
}

.product_box:hover {
    transform: scale(1.0025);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.extra_products {
gap:30px;
}

#products_page #products + h3 {
    font-size: 30px;
     line-height:38px;
    text-align: center;
    border-top: 1px solid #efefef;
    padding-top: 50px;
}

.extra_products h3 {
    font-size: 20px;
    line-height:28px;
}


/* Single Product Page Destkop */

/** Base splide styles found here. https://cdn.jsdelivr.net/npm/@splidejs/splide@4.1.2/dist/css/splide.min.css **/

.splide__slide {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.splide__slide--nav {
  height: auto;
}

.splide__slide--nav-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: none !important; /* stylelint-disable-line declaration-no-important */
  opacity: 0.6;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none !important; /* stylelint-disable-line declaration-no-important */
  opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
}

.splide__slide__contents {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.splide__slide--image_caption__wrapper {
  position: relative;
  height: auto;
  width: auto;
}

.splide__slide--image__wrapper {
  height: 100%;
}

.splide__slide--image {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.splide__pagination__page {
  background: #ccc !important; /* stylelint-disable-line declaration-no-important */
  opacity: 0.5 !important; /* stylelint-disable-line declaration-no-important */
}

.splide__pagination__page.is-active {
  opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
}

.splide__slide--caption {
  box-sizing: border-box;
  height: auto;
  padding: 0.5rem 1rem 0;
  align-self: flex-end;
}

.splide__toggle {
  display: inline-flex;
  height: 1.8rem;
  width: 1.8rem;
  padding: 1px 6px;
  border: none;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #ccc;
  opacity: 0.7;
  transition: background-color 0.2s ease;
}

.splide_toggle svg {
  fill: initial;
}

.splide__toggle:hover {
  opacity: 1;
}

.splide__controls {
  display: flex;
  margin-top: 0.75rem;
  align-items: center;
  justify-content: center;
}

.splide__controls .splide__pagination {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  padding: 0 0.5rem;
  transform: none;
}

.splide__toggle__play {
  margin-left: 2px;
}

.splide__nav {
  margin-top: 0.75rem;
}

/** Below styles are to counter overly specific button styling in themes. These styles are modified from https://cdn.jsdelivr.net/npm/@splidejs/splide@4.1.2/dist/css/splide.min.css  **/
button.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  display: flex;
  height: 2em;
  width: 2em;
  padding: 0;
  border: 0;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #ccc;
  cursor: pointer;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  opacity: 0.7;
  transform: translateY(-50%);
}

/** These styles are unminified from the minified css mentioned above for ordering purposes. **/
/* stylelint-disable */
button.splide__arrow svg {
  height: 1.2em;
  width: 1.2em;
  fill: #000;
}

button.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

button.splide__arrow:disabled {
  opacity: 0.3;
}

button.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

button.splide__arrow--prev {
  left: 1em;
}

button.splide__arrow--prev svg {
  transform: scaleX(-1);
}

button.splide__arrow--next {
  right: 1em;
}

.splide__arrows--rtl button.splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide__arrows--rtl button.splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl button.splide__arrow--next {
  right: auto;
  left: 1em;
}

.splide__arrows--rtl button.splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb button.splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb button.splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb button.splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb button.splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide__arrows--ttb button.splide__arrow--next svg {
  transform: rotate(90deg);
}
/* stylelint-enable */


/* .selling_points_container:not(#hp_hero .selling_points_container)  {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 0 auto;
  align-items: stretch;
} */

.point {
    font-weight: 300;
    flex-direction: column;
    background: #F7F9FC;
    border-radius: 10px;
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, .2);
    min-height: 200px;
    padding: 35px;

}

.point img {
    width: 50px;
}

button.point:nth-of-type(2) img {
    max-width: 50px;
    max-height: 70px;
}

.product_info_slider {
  display:flex;
    gap: 50px;
}

.single_product_content .point {
    display: flex;
    flex-direction: row;
    min-height: 100px;
  align-items: flex-start;
  width:100%;
  padding: 25px;
  align-items:center;
}

.single_product_content .point span {
  text-align:left;
  padding-left:15px;
}

.single_product_content .point img {
  padding-bottom:0;
}

.single_product_image_slider,
.single_product_content {
    width: 50%;
}

.single_product_content {
    display: flex;
/*     align-items: center; */
}

.single_product_content .p1 {
    margin-bottom: 20px;
}

/* Single Product NEW */

.price + p {
  margin-bottom: 0;
  text-align:center;
}

.pricing > div:first-of-type {
    width: 116px;
/*     text-align: center; */
}

.pricing > div:last-of-type {
    width: 116px;
/*     text-align: center; */
}

.pricing > div:nth-of-type(2) {
    padding: 0 15px;
}

.pricing > div:nth-of-type(2) p {
    padding-top: 5px;
}

.pricing {
    margin-bottom: 25px;
}

h3, p.p1, .p1 {
    font-size: 22px;
    line-height: 30px;
    font-weight:300!important;
}


/* NEW */

.product_info .list-image {
    display: flex;
    flex-direction: row;
    gap: 15px; 
}

.product_info {
      border-top: 1px solid #ededed;
    padding-top: 50px;
  padding-bottom:100px;
}


.product_info_wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 35px 100px;
    border-top: 1px solid #ededed;
}

.product_info_wrapper > div {
    gap: 100px;
}

.product_info_wrapper > div > div {
    width: 33.3%;
}

.product_info_wrapper ul li span {
    flex-direction: row;
    display: flex;
    gap:10px;
  
}

.product_info_wrapper span.list-image img {
    width: 18px;
    height: 18px !important;
}

.product_information a:hover {
    text-decoration:underline!important;
}

.page_hero .cta_container {
    gap: 30px;
    padding-bottom: 50px;
}

.page_hero

/* Start Media Queries */


@media all and (min-width:1101px) {
   .mobile {
    display:none;
  }
}


@media all and (max-width:1100px) {
    .mobile {
    display:block;
  }
  
  .desktop {
    display:none;
   }
  
  .product_info_slider {
    flex-direction: column;
  }
  
  .single_product_image_slider  img.splide__slide--image {
    height: 450px;
  }
  
  .single_product_image_slider {
    order: 2;
  }

  
  /*General Declarations*/
  .hs-content-id-201290498326 .dnd_area-row-3-padding,  /*FAQ section on all products page */
  .hs-content-id-201290498326 .row-number-5, /*demo section on all products page */
  .fw_container_spacing,
  .container {
    padding: 50px 35px!important;
  }
  
  .single_product_image_slider,
  .single_product_content {
    width: 100%;
  }
  
  .single_product_image_slider {
    padding-bottom: 10px;
  }
  
  .product_info_wrapper {
    padding-top: 50px;
    padding-bottom:50px;
  }
  
  
/*   .product_info_wrapper > div {
    gap: 35px;
    flex-direction: column;
  }
  
   .product_info_wrapper > div > div {
    width: 100%;
  } */

  .product_slider_container {
    padding: 40px 35px!important;
  }
  
  .hs-content-id-202322355272 .row-number-7 {
    padding: 50px 35px 60px!important;
  }
  
  #related_products {
    padding: 40px 35px 60px !important;
  }
  
  .get_a_quote {
    margin-top:10px;
  }
  
  .single_product_content .key_features h2,
  .single_product_content .key_features p {
    text-align:center;
  }
  
/*   .single_product_content .key_features p {
    padding-top: 10px;
  } */
  
  .single_product_content .key_features .pricing {
    justify-content:center;
  }
  
  .selling_points_container + div {
    display: flex;
    justify-content: center;
  }
  
  .single_product_image_slider.mobile + .p1 {
    font-size: 26px;
    line-height: 34px;
  }
    
  
}



@media all and (max-width: 800px) {
  .seo_title + h2 .d-block {
    display: inline;
    /* padding-bottom: 20px; */
  }
  
  .seo_title + h2 {
/*     display: inline; */
    padding-bottom: 30px;
    margin-bottom:0;
  } 
  
  #hp_hero h2 span {
    padding-top: 5px;
  }
  
  #hp_hero h2+p {
    padding-bottom:30px;
    font-size: 18px;
    line-height: 26px;
    text-align:left;
  }
  
 #hp_hero {
    padding: 50px 30px;
  }
  
  #hp_hero .selling_points_container {
    gap: 30px;
    flex-direction:column;
  }
  
  #hp_hero .selling_points_container .point {
    width:100%;
    flex-direction: row;
    text-align: left;
    min-height: auto;
`  }
  
  .point .p2 {
    line-height: 24px;
  }
  
  span.point_img_title {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 80%;
    padding-left: 5%;
  }
  
  span.point_img_title span {
    width:100%;
  }
  
  #hp_hero .point_icon {
    margin-bottom:0px;
    height:50px;
  }
  
  #hp_hero .inner_container {
    display: flex;
    flex-direction: column;
  }
  
  /* Order the items on Mobile Homepage */
  
  #hp_hero .inner_container h1 {
    order:1;
    text-align:left;
  }
  
  #hp_hero .inner_container h2 {
    order:2;
    font-size: 40px;
    line-height: 48px;
/*     margin-bottom: 0; */
    text-align:left;
  }
  
  #hp_hero .inner_container p {
     order:3;
  }
  
  #hp_hero .inner_container .selling_points_container {
     order:4;
    padding-bottom:40px;
  }
  
  #hp_hero .inner_container .cta_container {
     order:5;
      padding-bottom:0;
  }
  
  #benefits {
    padding-top:50px;
    padding-bottom:25px;
    display: flex;
    flex-direction: column;
  }
  
  .dnd-column.cell_1763579130945-vertical-alignment {
    padding-top: 0;
  }
  
  /*demo section on all products page */
  .hs-content-id-201290498326 #hs_cos_wrapper_widget_1764174414615 {
    padding-left:0!important;
    padding-right:0!important;
  }
  
  .video-content {
    width: 95vw;
  }

  .close-modal {
    top: -40px;
  }
  
  h3, p.p1, .p1 {
    font-size: 20px;
    line-height: 28px;
    font-weight:300!important;
  }
  
  .primary-btn, .secondary-btn, .btn {
    line-height:24px;
    padding:17px 25px;
  }
  
  h2 {
   font-size: 40px;
    line-height: 48px;
    padding-bottom: 15px;
  }
  
/*       .single_product_content .key_features .pricing {
        justify-content: space-between;
    } */
  
  /* Bennys Section Homepage */
 
  
    .image_list_container {
      gap: 30px;
      padding: 35px 0;
      flex-direction: column;
    }
  
    .list_item_container {
      padding-right:0;
      border:0;
      flex-direction:row;
    }
  
    .list_item_container:not(:last-of-type) {
      border:0;
    }
  
  .list_item_container h3 {
    margin-bottom: 10px;
  }
  
  .list_item_container p {
    margin-bottom: 0;
  }
  
  .image_list_container + div {
    padding-bottom: 50px;
  }
  
  .split_image_container .content_img,
  .split_image_container .content {
    width: 100%;
  }
  
  .split_image_container .inner_container {
    flex-direction: column;
  }
  
  
  .content_img.mobile + p {
    padding-top: 25px;
}
  
  .content_img.desktop {
    display:none;
  }
  
  #sensitivity {
    flex-direction: column;
    gap:0;
  }
  
  #sensitivity + p {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    font-size: 14px !important;
    line-height: 21px;
  }
  
  /* Featured Products */
  
  #products {
   flex-direction:column;
  }
  
  .get_a_quote {
    padding:35px;
  }
  
  .get_a_quote .btn {
    display:inline-block;
  }
  
  .selling_points_container {
    flex-direction:column;
  }
  
  .point {
        width: 100%;
        flex-direction: row;
        text-align: left;
        display: flex;
  }
  
  .point img {
    padding-bottom: 0;
    height:50px!important;
  }
  
  .extra_products {
    flex-direction: column;
  }
  
  /*faq on all products page */
  
  .hs-content-id-201290498326 .hs-elevate-accordion__title-text {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  
  #products {
    gap: 35px;
  }
  
  .breadcrumbs {
    padding: 25px 35px;
  }
  
  .d-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  
    .product_info_wrapper > div {
    gap: 35px;
    flex-direction: column;
  }
  
   .product_info_wrapper > div > div {
    width: 100%;
  }
  
  .single_product_content .key_features h2,
  .single_product_content .key_features p {
    text-align:left;
  }
  
  .single_product_content .key_features .pricing {
     justify-content: flex-start;
    }
  
  .selling_points_container + div {
        justify-content: left;
  }
  
  .single_product_content .key_features .price + p + span,
  .single_product_content .key_features .price + p {
/*     text-align:center; */
  }
  
  .single_product_content .key_features .point {
    flex-direction: column;
    align-items: self-start;
  }

  .single_product_content .key_features .point span {
    text-align: left;
    padding-left: 0;
    padding-top: 15px;
  }
  
  #related_products h2 {
    padding-bottom: 0;
  }
  
  #related_products h2 + div {
    flex-direction: column;
  }
  
  
}


/* Remove this eventually once turn FAQ to editable mod */