/** Shopify CDN: Minification failed

Line 484:49 Expected ":"

**/
/* Lato font family */
@font-face {
    font-family: 'Lato';
    src: url('https://cdn.shopify.com/s/files/1/0512/6232/4901/files/Lato-Light.woff2?v=1741261095') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0512/6232/4901/files/Lato-Light.woff?v=1741261095') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('https://cdn.shopify.com/s/files/1/0512/6232/4901/files/Lato-Medium.woff2?v=1741261095') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0512/6232/4901/files/Lato-Medium.woff?v=1741261095') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('https://cdn.shopify.com/s/files/1/0512/6232/4901/files/Lato-Bold.woff2?v=1741485331') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0512/6232/4901/files/Lato-Bold.woff?v=1741485330') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('https://cdn.shopify.com/s/files/1/0512/6232/4901/files/Lato-Black.woff2?v=1741583563') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0512/6232/4901/files/Lato-Black.woff?v=1741583563') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('https://cdn.shopify.com/s/files/1/0512/6232/4901/files/Lato-Regular.woff2?v=1741261094') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0512/6232/4901/files/Lato-Regular.woff?v=1741261095') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('https://cdn.shopify.com/s/files/1/0512/6232/4901/files/Lato-Semibold.woff2?v=1741261094') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0512/6232/4901/files/Lato-Semibold.woff?v=1741261095') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('https://cdn.shopify.com/s/files/1/0512/6232/4901/files/Lato-Thin.woff2?v=1741261094') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0512/6232/4901/files/Lato-Thin.woff?v=1741261094') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Quicksand font */
@font-face {
    font-family: 'Quicksand';
    src: url('https://cdn.shopify.com/s/files/1/0512/6232/4901/files/QuicksandBold-Regular.woff2?v=1741262054') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0512/6232/4901/files/QuicksandBold-Regular.woff?v=1741262055') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('https://cdn.shopify.com/s/files/1/0512/6232/4901/files/QuicksandBook-Regular.woff2?v=1741262054') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0512/6232/4901/files/QuicksandBook-Regular.woff?v=1741262055') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Quicksand';
    src: url('https://cdn.shopify.com/s/files/1/0512/6232/4901/files/Quicksand-Medium.woff2?v=1741442017') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0512/6232/4901/files/Quicksand-Medium.woff?v=1741442018') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Quicksand';
    src: url('https://cdn.shopify.com/s/files/1/0512/6232/4901/files/QuicksandLight-Regular.woff2?v=1741262055') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0512/6232/4901/files/QuicksandLight-Regular.woff?v=1741262056') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.page-width {
    max-width: 1303px !important;
    margin: 0 auto;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
body{
  /* background:#F4FCFF !important; */
   background:#ffffff !important;
  font-family:'Quicksand';
  color:#1B164A; 
  
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Lato'!important;
  text-transform: none !important;
}
p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
}

/* custom collection css */

.custom-card-section {
  padding: 0px 0;
}
.custom-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.hero-banner-sec p {
    text-shadow: 1px 1px 3px rgb(0 0 0 / 60%);
}
.custom-card-link {
    text-decoration: none;
    color: inherit;
    width: 100%;
    display: block;
    transition: transform .2s ease;
    max-width: calc(100% / 4 - 54px);
    flex: 0 0 calc(100% / 4 - 54px);
}
.home-feature-collection h2 {
    font-size: 45px !important;
    line-height: 100%;
    font-weight: 800 !important;
    letter-spacing: 0;
    text-transform: none;
}
.home-feature-collection {
    background: #f4fcff;
    margin-top: 30px;
}
.hero-banner-section{
    padding-bottom: 0;
  padding-top: 0;
}
.home-feature-collection .hr--invisible {
    margin: 20px 0px;
}
.custom-card-image {
  border-radius: 12px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.custom-card-title {
    top: 0;
    text-align: center;
    color: #fff;
    font-family: 'Quicksand' !important;
    letter-spacing: -0.5px !important;
    font-size: 28px;
    line-height: 100%;
    word-wrap: normal;
    word-break: normal;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
    padding: 0 15px !important;
    max-width: 205px;
    width: 100%;
}
h2.custom-card-heading {
    text-align: right;
    max-width: 277px;
    line-height: 100%;
    letter-spacing: 0;
    font-size: 48px;
    color: #1b164a;
    font-weight: 900;
    text-transform: capitalize;
    margin-left: auto;
}
.custom-card-heading strong {
    color: #2C9DDF;
    font-weight: 800;
}
.custom-card-heading em {
    font-weight: 400;
}
.custom-card {
    position: relative;
}
.hero-banner-sec {
    padding: 0 !important;
    max-width: 1303px !important;
    margin: 0 auto;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.hero-banner-sec .hero__overlay:before{
  display: none;
}
.hero {
    border-radius: 10px;
    overflow: hidden;
}
nav.border-bottom {
    border: none !important;
}
.hero-banner-sec h2 {
    font-size: 78px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 800;
    text-shadow: none !important;
}
.hero-banner-sec h2 em {
    font-weight: 300;
    font-style: italic;
}
.hero-banner-sec .text-center .mega-subtitle {
        max-width: 100%;
          text-shadow: none !important;
    }
div#shopify-section-hero_banner_rL8Ky8 {
    padding-bottom: 0px;
}
a.btn {
    background: #EF5C35;
    border: 50px !important;
    font-family: 'Lato' !important;
    text-transform: capitalize;
}


/* 5 Reasons  */
.five-reasons-section {
    padding: 20px 0;
    text-align: center;
}

.five-reasons-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.five-reasons-heading p {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #222;
}

.five-reasons-image img {
max-width: 750px;
    height: auto;
    width: 100%;
    border-radius: 12px;
    margin: 20px 0;
}

.five-reasons-cta {
  margin-top: 20px;
}

.five-reasons-button {
  background-color: #1a73e8;
  color: white;
  padding: 12px 28px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.five-reasons-button:hover {
  background-color: #155ab6;
}
.counter-wrapper {
    background: linear-gradient(to bottom, #DDF7FF, #E9F9FF, #F4FCFF);
    padding: 70px;
    text-align: center;
    border-radius: 30px;
    margin-top: 50px;
}
.counter_heading h2.sec_heading p {
    font-size: 96px !important;
    line-height: 118%;
    letter-spacing: 0;
    color: #1b164a;
    font-weight: 900;
    font-family: Lato;
    text-transform: none;
}
.counter_heading h2.sec_heading strong {
    font-weight: 300;
    font-style: italic;
}
div#growing-counter {
    font-size: 146px;
    line-height: 100%;
    color: #2c9ddf;
    font-weight: 400;
}
.section_heading h2 {
    font-size: 48px;
    line-height: 100%;
    text-transform: capitalize;
    font-weight: 900;
    letter-spacing: 0px;
    margin-top: 32px;
}
.section_heading h2  strong {
    font-weight: 400;
    font-style: italic;
}
.after-before-img img {
    position: absolute;
    max-width: 420px;
  width:100%;
  z-index: 1;
}
.counter-content {
    position: relative;
    z-index: 2;
}
.after-before-img img.cat-image {
    left: 100px;
    bottom: -30px;
}
.after-before-img img.dog-image {
    top: -20px;
    right: 0px;
}
.counter-wrapper {
    background: linear-gradient(to bottom, #ddf7ff, #e9f9ff, #f4fcff);
    padding: 70px;
    text-align: center;
    border-radius: 30px;
    margin-top: 50px;
    position: relative;
}
.counter-section {
    padding-bottom: 50px;
}
h2.reviews-heading {
    font-size: 64px;
    line-height: 80%;
    max-width: 460px;
    color: #1b164a;
    margin: 20px 0 30px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 800;
}
h2.reviews-heading em {
    font-weight: 300;
    letter-spacing: -2px;
}
body .icon-with-text-section .icon-with-text-sectionmain.shipping_sec .icon-text-inner .icon-with-text-blocksouter .icon-text-block .icon-block img {
    margin: 0 !important;
}
.shipping_sec .icon-with-text-blocksouter {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 32px !important;
}
.shipping_sec .icon-text-block{
  max-width: calc(100% / 4 - 24px) !important;
  flex:1 1 calc(100% / 4 - 24px) !important;
  text-align: left !important;
}
.icon-with-text-sectionmain.shipping_sec .icon-text-inner h4 {
    font-weight: var(--font-weight-body--bolder);
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 100%;
}
.shipping_sec p {
    font-size: 20px;
    line-height: 120%;
    color: #8E9CA4;
    font-weight: 500;
    letter-spacing: 0;
}
.shipping_sec.icon-with-text-sectionmain {
    margin-top: 0px;
}
.the-ultimate .text-container {
    text-align: right;
}
.the-ultimate .image-container {
    padding-right: 40px;
}
.the-ultimate .image-container img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 1;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}
.the-ultimate h2, .home-feature-collection h2 {
    font-size: 45px !important;
    line-height: 100%;
    font-weight: 800 !important;
    letter-spacing: 0;
    text-transform: none;
}
.the-ultimate em {
    font-style: italic;
    font-weight: 400;
}
.the-ultimate strong {
    color: #2C9DDF;
    font-weight: 800;
}
.the-ultimate p {
    color: #8E9CA4 !important;
}
a.cta, a.btn, a.button  {
    font-family: 'Lato';
    font-weight: 600;
    padding: 17px 39px;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    background: #ef5c35;
    border-radius: 80px;
    color: #fff;
    display: inline-block;
  transition: all 300ms;
}
a.cta:hover, a.btn:hover, a.button:hover {
    color: #fff;
    transform: scale(1.02);
    background: #ef5c35 !important;
}
.the-ultimate a.cta {
    margin-top: 12px !important;
}
.five-reasons-heading .sec_heading p {
    font-size: 45px !important;
    line-height: 100%;
    font-weight: 800 !important;
    letter-spacing: 0;
    text-transform: none;
    color: #000;
}
.five-reasons-heading .sec_heading p strong {
    font-weight: 900;
}
.five-reasons-heading .sec_heading p em {
    font-weight: 300;
    display: block;
}
div.home-feature-collection {
    background: #f4fcff;
    margin-top: 30px;
}
 div.home-feature-collection hr.hr--invisible {gg
    margin: 20px;
}
.every-purchase-wrapper .image-with-text__media {
    padding: 0px !important;
}


/* Every Purchase Sec */
.every-purchase-wrapper {
    padding: 0;
    border-radius: 30px;
    /* background: rgba(221, 247, 255, 1); */
    background:transparent;
}
.every-purchase-sec {
    background: transparent;
}
.every-purchase-wrapper .image-with-text__content, .every-purchase-wrapper .image-with-text__media {
    background: #ffff;
}
.card.article-card {
    background: #fff;
}
.every-purchase-wrapper .section-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.every-purchase-wrapper .section-heading h2, .every-purchase-wrapper .section-heading p {
    flex:1;
}
.every-purchase-wrapper .image-with-text__heading {
    font-size: 64px;
    line-height: 80%;
    letter-spacing: 0;
    margin: 0;
    text-transform: none;
    font-weight: 900;
}
.multi-colimn-wrapp {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    padding: 80px 0;
}
.every-purchase-wrapper .image-with-text__heading strong {
    color: #2C9DDF;
    font-weight: 800;
}
.every-purchase-wrapper .image-with-text__heading em {
    font-weight: 300;
}

.multi-colimn-wrapp>div {
    flex: 1;
    display: flex;
    gap: 16px;
    align-items: center;
}
h4.multi-title {
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 900;
    margin: 0px;
}
.multi-title em {
    font-style: normal;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    display: block;
}
.multi-content p {
    margin: 4px 0 0 0;
    font-weight: 500;
}
.every-purchase-wrapper .image-with-text__text p {
    font-weight: 600;
    color: #1b164a !important;
}
.every-purchase-wrapper .image-with-text__grid {
    display: flex
;
    justify-content: space-between;
    align-items: center;
}

.every-purchase-wrapper .image-with-text__media {
    margin-right: 30px !important;
}
.every-purchase-wrapper .image-with-text__media-item img {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
}
.multi-box img {
    max-width: inherit;
}
.every-purchase-wrapper .image-with-text {
    margin: 0px;
}
.every-purchase-wrapper a.cta{
    background: #ef5c35;
}
.every-purchase-sec {
    padding-top: 60px !important;
}
.the-ultimate {
    margin-top: 20px;
}
a.article__link:hover h3 {
    color: #000;
    text-decoration: underline;
}
.article__link:focus .article__grid-image-wrapper:before, .article__link:not([disabled]):hover .article__grid-image-wrapper:before {
    opacity: 0 !important;
}

.newsletter-wrapper input{
    padding: 0;
    text-align: center;
}
  .newsletter-wrapper  form {
    margin: 0px;
      max-width: 380px;
}
.newsletter-wrapper input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-left: 0px;
    outline: none;
}
/* Blog */
.featured-blog h2 {
    width: 100%;
    text-align: center;
    font-size: 45px;
    line-height: 100%;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 900;
}
.article__grid-image-container {
    padding: 0px !important;
}
.article__grid-image {
    aspect-ratio: 3 / 2;
    position: relative !important;
    max-width: 100% !important;
    object-fit: cover;
}

.article__grid-meta {
    display: none;
}
.article__title {
    font-size: 28px;
    line-height: 120%;
    font-weight: 800;
    margin: 0px;
    min-height: 100px;
    display: flex
;
    align-items: center;
    padding: 0 15px 15px;
    color: #000;
}
a.article__link {
    border-radius: 24px;
    overflow: hidden;
}

.article__grid-image-wrapper {
    max-width: 100% !important;
}

/* FAQ CSS */
.accordion__content {
    display: none;
}
.accordion__item {
    padding: 24px;
    background: #fff;
    border-radius: 8px;
}
span.accordion__title-text {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.4px;
    font-weight: 700;
    font-family: 'Lato';
    color: #1B164A;
}
.accordion__content p {
    margin: 12px 0 0 0;
    font-size: 16px;
    line-height: 29px;
    color: #37375D;
    max-width: 80%;
    font-weight: 400;
}
.accordion__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.accordion__title.accordion-active svg path:first-child {
    opacity: 0;
    transform: translateY(10px);
}
.faq-section h2.sec_heading p {
    font-size: 45px !important;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
    line-height: 100%;
    margin-bottom: 30px;
}
.faq-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}
.faq-section {
    padding: 60px 0 0;
}
.newsletter-wrapper {
    background: #2c9ddf;
    border-radius: 20px;
    min-height: 290px;
    padding: 0px 0 0 50px !important;
    text-align: left;
    display: flex
;
    justify-content: center;
    gap: 0px;
    align-items: center;
}
.newsletter-section {
    padding-top: 0 !important;
    padding-bottom: 60px;
}
.newsletter-wrapper .right-part {
    max-width: 45%;
  width:100%;
    margin-top: -40px;
}
.newsletter-wrapper .right-part img {
    width: 100%;
}
.newsletter-wrapper {
    background: #2c9ddf;
    border-radius: 20px;
    min-height: 290px;
    padding: 0 0 0 50px !important;
    text-align: left;
    display: flex;
    gap: 0px;
    align-items: center;
    justify-content: space-between;
}
.newsletter-wrapper h2 {
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 900;
    color: #fff;
    text-transform: none;
}
.newsletter-wrapper h2 strong {
    display: block;
    font-weight: 900;
}
.newsletter-wrapper .section-header {
        margin-bottom: 35px;
        text-align: left !important;
    }
.newsletter-wrapper button.btn {
    background: #ef5c35;
    border-radius: 50px !important;
    border: none;
    text-transform: capitalize;
    font-family: 'Lato' !important;
  transition: all 300ms;
}
.newsletter-wrapper button.btn:hover {
    background: #ef5c35;
    transform: scale(1.02);
}
.newsletter-wrapper  form#Contact_email_signup_NTpigr {
    margin: 0px;
      max-width: 380px;
}
.newsletter-wrapper input#Contact_email_signup_NTpigr-email {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-left: 0px;
    outline: none;
}
.newsletter-wrapper input::placeholder {
    color: #fff;
    opacity: 1;
}
.custom-logo-slider:after {
    content: '';
    position: absolute;
    height: 60px;
    width: 180px;
    background: linear-gradient(to left, transparent, #fff 0%, #fff 20%, transparent);
    right: 0;
    top: 0;
    z-index: 1;
}
.custom-logo-slider:before {
    content: '';
    position: absolute;
    height: 60px;
    width: 180px;
    background: linear-gradient(to right, transparent, #fff 0%, #fff 20%, transparent);
    left: 0;
    top: 0;
    z-index: 1;
}
.multi-column p {
    font-size: 16px;
    color: #8E9CA4;
}
.custom-logo-slider .slick-track{
    display: flex;
  align-items: center;
}

div.home-feature-collection hr.hr--invisible {
    margin: 20px 0px;
}
.column.column_down {
    margin-top: 140px !important;
}
.max-wrap .column.reverse {
    margin-top: -80px !important;
}
.newsletter-section {
    padding-bottom: 20px;
    background: transparent;
}
.cart-drawer-title h2 {
    font-family: 'Quicksand' !important;
}
.cart-drawer-text p {
    font-weight: 400;
    font-size: 18px;
}
.cart-item-loop .item-detail h5 {
    font-family: 'Quicksand' !important;
}
.cart-drawer-footer .subtotal-area {
    font-weight: 400 !important;
}
.site-footer__rte p {
    font-weight: 400;
}
.custom-logo-slider .slick-slide img {
display: block;
    margin: 0 auto;
}
.image-column-grid {
        position: relative;
        min-height: 400px;
        overflow: hidden;
        margin: 0 auto;
    }
    /* Clearfix */
    .image-column-grid:after {
        content: "";
        display: table;
        clear: both;
    }
    .image-column-grid .column {
        width: calc(50% - 16px);
        flex: 0 0 calc(50% - 16px);
        display: inline-block;
        position: relative;
        vertical-align: top;
        min-height: 100%;
        padding: 0 1px;
    }
    .image-column-grid .column.reverse {
        /* Margin calculated by JS */
    }
    .image-column-grid .column.first-not-in-view .item .text {
        opacity: 0;
    }
    .image-column-grid .item {
        background: #004c68;
        transition: all 0.3s ease;
        position: relative;
        display: block;
        margin-bottom: 2px;
        min-height: 100px;
        vertical-align: top;
    }
    /* Remove margin for last child */
    .image-column-grid .item:last-child {
        margin-bottom: 0;
    }
    /* Keep aspect ratio */
    .image-column-grid .item:after {
        display: block;
        content: "";
        width: 100%;
        padding-top: 71.83%;
        /* (334 / 465) * 100% */
    }
    /* Grid items with different vertical aspect ratio */
    .image-column-grid .item.vertical-aspect:after {
        padding-top: 105.38%;
        /* (490 / 465) * 100% */
    }
    /* Text inside items */
    .image-column-grid .item .text {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        color: #ffffff;
        padding: 18px;
        opacity: 1.0;
        transition: opacity 0.35s ease;
    }
    /* Heading inside items */
    .image-column-grid .item h3 {
        margin: 0;
        font-size: 32px;
        color: #ffffff;
        font-family: sans-serif;
        text-align: center;
        font-weight: normal;
    }
    /* Hover effect */
    .image-column-grid .item:hover,
    .image-column-grid .item:focus {
        background: #111111;
    }
    /* DEMO DISPLAY ONLY */
    .demo-spacer {
        display: block;
        height: 100px;
        text-align: center;
        text-transform: uppercase;
        font-family: sans-serif;
        font-size: 12px;
        padding: 32px;
    }
    .image-column-grid a {
        cursor: pointer;
    }
.icon-with-text-section{
    padding: 45px 0;
}
.icon-with-text-section .icon-with-text-blocksouter {
    margin-top: 50px;
}
/* Custom css */
  .reviews-video-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 72px;
    height:700px;
}
  .reviews-video-wrapper > div {
    max-width: calc(50% - 31px);
    flex: 0 0 calc(50% - 31px);
}
  .max-wrap {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}
.video-item video {
    width: 100% !important;
    display: block;
    height: 100%;
    object-fit: cover;
}
.video-item {
    aspect-ratio: 2 / 3.2;
    border-radius: 10px;
    overflow: hidden;
  margin-bottom:32px;
}
.video-thumbnail, .video-content {
    height: 100%;
    width: 100%;
}
h2.reviews-heading {
    font-size: 64px;
    line-height: 80%;
    max-width: 460px;
    color: #1B164A;
    margin: 20px 0 30px;
    text-transform: none !important;
}
h2.reviews-heading em {
    font-weight: 300;
    letter-spacing:-2px;
}
  span.trusted-txt {
 font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 27px;
}
  .trusted-by {
    display: flex;
    align-items: center;
    gap: 12px;
}
  .star-rating {
    display: flex;
    align-items: center;
    gap: 2px;
  margin-top: 2px;
}

  .reviews-content {
    display: flex
;
    align-items: center;
}
    .reviews-content-wrapper a.button {
    background:  #EF5C35;
}
  .reviews-content-wrapper a.button:after {
    box-shadow: 0 0 0 #EF5C35;
}
.reviews-videos {
    position: relative;
}
.reviews-videos:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    top: -30px;
    left: 0;
    /* background: linear-gradient(to bottom, transparent, #f4fcff 0%, #f4fcff 30%, transparent); */
    background: linear-gradient(to bottom, transparent, #fff 0%, #fff 30%, transparent);
    pointer-events: none;
}
  .reviews-videos:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: -40px;
    left: 0;
    /* background: linear-gradient(to top, transparent, #f4fcff 0%, #f4fcff 30%, transparent); */
    background: linear-gradient(to top, transparent, #fff 0%, #fff 30%, transparent);
    z-index:1;
    pointer-events: none;
}
/* new custom thumbanial css */
.video-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    height: 100%;
   padding-bottom: 0;
}
  .video-thumbnail img {
    width: 100%;
    display: block;
  }
  .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white;
    border-radius: 50%;
    padding: 20px;
  }
  .hidden {
    display: none;
  }
  img.video_humbnail {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
  .column {
    margin: 0px !important;
    position: relative;
}

.column:after {
    content: "";
    position: absolute;
    height: 100px;
    width: 100%;
    /* background: linear-gradient(to top, transparent, #f4fcff 0%, #f4fcff 30%, transparent); */
    background: linear-gradient(to top, transparent, #fff 0%, #fff 30%, transparent);
    left: 0;
    bottom: 0;
    pointer-events: none;
}
    .column:before {
        content: "";
        position: absolute;
       height: 100px;
    width: 100%;
        /* background: linear-gradient(to bottom, transparent, #f4fcff 0%, #f4fcff 30%, transparent); */
        background: linear-gradient(to bottom, transparent, #fff 0%, #fff 30%, transparent);
        right: 0;
        top: 0;
        z-index: 1;
        pointer-events: none;
    }
.image-with-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px 0;
}

.image-left, .image-right {
  display: flex;
  align-items: center;
  width: 100%;
}

.image-container {
  flex: 1;
  text-align: center;
}

.text-container {
  flex: 1;
  padding: 20px;
}

.image-container img {
  max-width: 100%;
  height: auto;
}
.reviews-videos .column {
  will-change: transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
@media only screen and (max-width: 1280px) {
    .hero-banner-sec h2 {
        font-size: 62px;
    }
}
@media only screen and (max-width: 1024px) {
.counter_heading h2.sec_heading p {
    font-size: 60px !important;
    max-width: 700px;
    margin: 0 auto;
}
  .hero-banner-sec h2 {
    font-size: 46px;
}
  .section_heading h2 {
    font-size: 38px;
    max-width: 227px;
}
  div#growing-counter {
    font-size: 96px;
}
  .trusted-by {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
}
  h2.reviews-heading {
    font-size: 46px;
    line-height: 90%;
}
  .icon-with-text-sectionmain.shipping_sec .icon-text-inner h4 {
    font-size: 20px;
}
  .shipping_sec p {
    font-size: 16px;
}
  .the-ultimate {
    margin-top: 0px;
}
  .five-reasons-image img {
    max-width: 920px;
    width: 100%;
}
  .article__title {
    font-size: 20px;
}
}
  @media only screen and (max-width: 992px) {
      .reviews-video-wrapper {
          height: 550px;
      }
      .custom-card-link {
          max-width: calc(100% / 4 - 15px);
          flex: 0 0 calc(100% / 4 - 15px);
      }
  }
@media only screen and (min-width: 768px) {
    img.desk-hide {
        display: none;
    }
}
@media only screen and (max-width: 769px) {

.the-ultimate .text-container {
    text-align: center;
    padding-top: 20px !important;
}
}

@media (max-width: 749px) {
    .custom-collection {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .image-left {
    flex-direction: column;
  }
  .the-ultimate {
    margin-top: 50px;
}
      .trusted-by {
        align-items: center;
    }
  .image-right {
    flex-direction: column-reverse;
}
  .text-container {
    padding: 0 !important;
}
  .section_heading h2 {
    font-size: 32px;
    width: 100%;
    text-align: center;
}
  .custom-logo-slider:after, .custom-logo-slider:before {
    width: 100px;
    right: -4px;
}
  a.custom-logo-link img {
    width: 90%;
}
    .counter_heading h2.sec_heading p {
    font-size: 32px !important;
}
  .reviews-video-wrapper {
    flex-direction: column;
    gap: 20px;
}
    .reviews-video-wrapper>div {
        max-width: calc(100% + 0px) !important;
        flex: 0 0 calc(100% + -0px) !important;
    }
.reviews-content-wrapper {
        text-align: center;
        margin: 0 auto;
    }
    .trusted-by {
        flex-direction: column-reverse;
        margin-top: 30px;
        justify-content: center;
        align-items: center;
    }

  .shipping_sec .icon-with-text-blocksouter {
    flex-direction: column;
}
  .shipping_sec .icon-text-block {
    max-width: calc(100% - 1px) !important;
    flex: 1 1 calc(100% - 1px) !important;
    text-align: center !important;
}
  .shipping_sec.icon-with-text-sectionmain {
    padding: 0px;
}
  .reviews-video-wrapper {
        gap: 32px !important;
    }
  body .icon-with-text-section .icon-with-text-sectionmain.shipping_sec .icon-text-inner .icon-with-text-blocksouter .icon-text-block .icon-block img {
    margin: 0 auto !important;
}
      .counter-wrapper {
        border-radius: 15px;
    }
  .the-ultimate .image-container {
    padding-right: 0px;
}
  .the-ultimate .text-container {
    text-align: center;
    padding-top: 24px !important;
}
  .the-ultimate h2, .home-feature-collection h2 {
    font-size: 45px !important;
}
  p {
    font-size: 16px;
    line-height: 21px;
}
  .five-reasons-image img {
    width: 100%;
    margin: 0px;
}
  .every-purchase-wrapper {
    padding: 40px 40px;
    background: #DDF7FF;
    border-radius: 24px;
}
  .every-purchase-wrapper .section-heading {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 22px;
}
  .every-purchase-wrapper .image-with-text__heading {
    font-size: 32px;
}
  .multi-colimn-wrapp {
    align-items: flex-start;
    padding: 30px 0;
    flex-direction: column;
}
    .multi-colimn-wrapp>div {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
    }
  h4.multi-title {
    font-size: 24px;
}
  .multi-title em {
    font-size: 20px;
}
  .multi-column p {
    margin-top: 10px !important;
}
 .every-purchase-wrapper .image-with-text .image-with-text__media-item {
    display: none;
}
.every-purchase-wrapper .image-with-text__content, .every-purchase-wrapper .image-with-text__media, .card.article-card {
    background: transparent;
    text-align: center;
}
  .every-purchase-wrapper .image-with-text__text-item.grid__item img {
    width: 100%;
}
  .every-purchase-wrapper  .rte {
    margin-bottom: 20px;
    margin-top: 20px;
}
  .every-purchase-wrapper a.cta {
    margin-bottom: 0px;
}
  .featured-blog h2 {
    font-size: 32px;
}

  a.article__link {
    background: #ddf7ff;
    margin-bottom: 24px;
            border-radius: 15px;
}
  .article__title {
    font-size: 20px;
    line-height: 110%;
}
      .article__grid-image-container {
        float: left;
        margin: 0 0 20px;
    }
  .accordion__item {
    padding: 15px;
    background: #ddf7ff;
    margin-bottom: 15px;
}
  span.accordion__title-text {
    font-size: 20px;
}
.accordion__content p {
        font-size: 16px;
        line-height: 20px;
        max-width: 100%;
    }
  .newsletter-wrapper {
    padding: 50px 24px 0 !important;
    flex-direction: column;
}
  .newsletter-wrapper .right-part {
    max-width: 100%;
    margin-top: 20px;
}
  .newsletter-wrapper input#Contact_email_signup_NTpigr-email {
    padding: 0;
    text-align: center;
}
    .newsletter-wrapper h2 {
        font-size: 30px;
        line-height: 105%;
        text-align: center;
    }
  .newsletter-wrapper button.btn {
    width: fit-content;
    text-align: center;
}
  .newsletter-wrapper .section-header {
    margin-bottom: 20px;
}
  .newsletter-wrapper span.input-group__btn {
    text-align: center;
}
  .column.column_down {
    margin-top: 0px !important;
}
.max-wrap .column.reverse {
    margin-top: 0px !important;
}
  .custom-logo-section .section_heading h2 {
        text-align: left;
    }
  .two_img {
    display: flex;
    align-items: center;
    gap: 10px;
}
  .two_img img {
    max-width: calc(100% / 2 - 5px);
    flex: 1 1 calc(100% / 2 - 5px);
}
   .reviews-videos:after {
    width: 100px;
    height: 100%;
    top: 0;
    left: -20px;
    /* background: linear-gradient(to right, transparent, #f4fcff 0%, #f4fcff 30%, transparent); */
    background: linear-gradient(to right, transparent, #fff 0%, #fff 30%, transparent);
}
    .reviews-videos:before {
        width: 100px;
        height: 100%;
        left: inherit;
        right: -20px;
        top: 0;
        /* background: linear-gradient(to left, transparent, #f4fcff 0%, #f4fcff 30%, transparent); */
        background: linear-gradient(to left, transparent, #fff 0%, #fff 30%, transparent);
        z-index: 1;
    }
.column.reverse {
top: unset !important;
}
    .max-wrap {
    flex-direction: column;
}
    .image-column-grid .column {
    display: flex;
    gap: 15px;
      width: calc(100% - 0px);
    flex: 0 0 calc(100% - 0px);
}
    .max-wrap {
    gap: 16px;
}
.video-item {
        margin-bottom: 0;
        max-width: calc(100% / 2 - 10px);
        width: 100%;
    }
    .video-content {
    height: 100%;
}
    .play-icon {
    padding: 0px;
}
    .play-icon svg {
    width: 25px;
    height: 25px;
}

    .reviews-video-sec {
          min-height: fit-content !important;
    padding-bottom: 40px;
    }

    .reviews-video-sec .page-width {
    padding: 0px !important;
}
    .column:before {
    content: "";
    position: absolute;
    height: 100% !important;
    width: 40px;
    /* background: linear-gradient(to left, transparent, #f4fcff 0%, #f4fcff 30%, transparent); */
    background: linear-gradient(to left, transparent, #fff 0%, #fff 30%, transparent);
    right: 0;
    top: 0;
    z-index: 1;
}
    .column:after {
    content: "";
    position: absolute;
    height: 100% !important;
    width: 40px;
    /* background: linear-gradient(to right, transparent, #f4fcff 0%, #f4fcff 30%, transparent); */
    background: linear-gradient(to right, transparent, #fff 0%, #fff 30%, transparent);
    left: 0;
    bottom: 0;
}
  .reviews-video-wrapper {
          height: auto;
      }
}
@media only screen and (min-width: 768px) {
.two_img{
  display: none;
}
}
@media only screen and (max-width: 512px) {

.hero-banner-sec h2 {
    font-size: 34px;
    max-width: 383px;
    margin: 0 auto;
}
 .hero-banner-sec  p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
    font-weight: 500;
}
.hero-banner-sec .hero__inner {
    padding: 24px 0;
}
  a.cta, a.btn, a.button {
    padding: 12px 20px;
    font-size: 16px;
}
  .hero-banner-sec .hero__btn {
    margin-top: 0px;
}
  .counter_heading h2.sec_heading p {
    font-size: 24px !important;
}
    .counter-wrapper {
        padding: 60px 10px;
        margin-top: 30px;
    }
  .after-before-img img {
        max-width: 190px;
    }
  .after-before-img img.cat-image {
        max-width: 200px;
        left: 10px;
        bottom: -40px;
    }
  div#growing-counter {
    font-size: 56px;
}
    h2.reviews-heading {
        font-size: 32px !important;
        max-width: 240px !important;
        margin: 14px auto !important;
    }
  span.trusted-txt {
    font-size: 16px;
}
  .reviews-content-wrapper {
    width: 100%;
}
  .icon-with-text-sectionmain.shipping_sec .icon-text-inner h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
  .shipping_sec p {
    font-size: 16px;
    line-height: 101%;
    letter-spacing: 0;
}
  .icon-with-text-sectionmain .icon-text-inner .icon-with-text-blocksouter .icon-text-block .icon-block {
    padding-top: 80px;
}
  .the-ultimate h2, .home-feature-collection h2 {
    font-size: 32px !important;
}
  .five-reasons-heading .sec_heading p {
    font-size: 32px !important;
}
  .every-purchase-wrapper {
    padding: 40px 20px;
}
  .every-purchase-wrapper .image-with-text__heading {
    font-size: 32px;
}
   .featured-blog h2 {
    font-size: 32px;
}
    span.accordion__title-text {
        font-size: 18px;
        line-height: 24px;
    }
      .homepage-logo-section+.index-section--flush {
        margin-top: -25px;
    }
  span.trusted-txt {
    font-size: 16px !important;
}
  .password-content--rte, .section-header {
    margin-bottom: 20px;
}
  .password-content--rte, .section-header {
    margin-bottom: 20px;
}
  .trusted-by {
    gap: 5px !important;
}
  .star-rating svg {
    width: 15px;
    height: 15px;
}
  .accordion__arrow-item svg {
    width: 16px;
}
.counter-wrapper{
    min-height: 250px;
}
}
