/** Shopify CDN: Minification failed

Line 6:0 Unexpected "1.custom-sleep-banner"

**/
1.custom-sleep-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .custom-sleep-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }


  section.blogtopBannerSectionBox {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}
.custom-testimonial {
    border-top: 0px solid #eee;
    border-bottom: 0px solid #eee;
    padding: 2rem 1rem;
  }
  .custom-quote-icon {
    width: 32px;
    height: auto;
    margin-bottom: 1rem;
  }
  .custom-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
  }
  .custom-hearts svg {
    width: 16px;
    height: 16px;
    fill: #f44336;
    margin-right: 3px;
  }

  .innerBoxBlogTesti
 {
    border: 1px solid #ebebeb;
    padding: 15px;
    border-left: 0px;
    border-right: 0px;
}


.custom-feature-list ul {
    list-style: disc;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .custom-feature-list li {
   margin-bottom: 1rem;
    color: #5c5c5c;
    font-size: 14px;
    list-style-type: disc;
    font-size: 16px;
    border-bottom: 1px solid #0000000a;
  }
.custom-settings-list li {
        margin-bottom: 1rem;
    list-style-type: decimal;
    color: #191919;
    font-size: 14px;
    line-height: 22px;
}
  .custom-feature-list strong {
    font-weight: 600;
  }

  .custom-feature-list .column-divider {
    border-right: 0px solid #eee;
  }


  .custom-settings-list ol {
    padding-left: 1.5rem;
    font-size: 1rem;
    color: #1a1a1a;
  }

  .custom-settings-list li {
    margin-bottom: 1rem;
  }

  .custom-settings-list strong {
    font-weight: 700;
  }

  .custom-settings-list em {
    font-style: normal;
    font-weight: 600;
  }





  .reader-results-card {
    max-width: 400px;
    margin: 2rem auto;
    text-align: center;
  }

  .reader-results-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 1rem;
  }

  .reader-results-card h5 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #333;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: Barlow, sans-serif;
  }
p.datetimeBlog {
    font-size: 14px;
    color: #1c1c1c90;
    letter-spacing: 0;
    font-family: Barlow, sans-serif;
}

p.datetimeBlog {
    font-size: 14px;
    color: #1c1c1c90;
    letter-spacing: 0;
    font-family: Barlow, sans-serif;
}
  .reader-results-card .bold-quote {
    font-weight: 700;
    color: #000;
  }

  .reader-results-card .quote-secondary {
    color: #1a1a1a !important;
    font-style: normal;
    margin-top: 1.5rem;
  }

  .reader-results-card .quote-author {
    margin-top: 1rem;
    font-weight: 700;
  }



  .step-section {
    max-width: 400px;
    margin: 2rem auto;
    text-align: center;
  }

  .step-section svg {
    width: 32px;
    height: 32px;
    color: #18c2b0;
    margin-bottom: 0.5rem;
  }

  .step-section h5 {
    font-size: 24px;
    font-weight: 400;
  }

  .step-section a {
    font-weight: 700;
    color: #1da1b9;
    text-decoration: none;
  }

  .step-section a:hover {
    text-decoration: underline;
  }

  .step-section img {
    width: 100%;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .step-section .text-muted {
    font-size: 16px;
  }











  .reader-card {
        max-width: 400px;
    margin: 2rem auto;
    text-align: center;
    margin-bottom: 80px;
  }

  .reader-card h6 {
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 1rem;
  }

  .reader-card img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }

  .reader-card p {
    font-size: 18px;
    margin-bottom: 0.5rem;
  }

  .reader-card .reader-name {
    font-weight: 800;
    font-size: 18px;
  }

  .clickHereBlogTesti {
    display: block;
    padding: 12px 24px;
    border: 2px solid #007c98;
    color: #007c98;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 9999px;
    transition: all 0.3s ease;
    font-family: sans-serif;
    max-width: 500px;
    margin: 30px auto;
    text-align: center;
}
  
  .clickHereBlogTesti:hover {
    background-color: #007c98;
    color: white;
  }


.innerBoxBlogTesti p:nth-child(2)
 {
    font-size: 22px;
    /* font-size: 24px !important; */
    font-family: Barlow, sans-serif;
    color: #595959;
    line-height: 1.6em;
}

  .sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #8617dc; /* vibrant purple */
    color: white;
    text-align: center;
    padding: 1rem 0;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 9999;
  }

  .sticky-cta a {
    color: white;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }

  .sticky-cta svg {
    width: 1em;
    height: 1em;
    fill: white;
  }

  p.buttonBottomtext
   {
      text-align: center;
      margin-bottom: 60px;
  }


  .bottomButtonWrapper h4 {
    text-align: center;
}

.testiMonialsDetailsBlock {
    margin-bottom: 50px;
}
p.comonStyleParaBlog, p, ul li, a {
    /* margin-bottom: 30px; */
      font-weight: 400;
    color: #071a32;
}





.step-section p a {
    font-size: 23px;
    color: #0381a2;
    letter-spacing: 0;
    font-family: Barlow, sans-serif;
    font-weight: bolder;
}

.sticky-cta a {
    font-size: 21px;
    font-family: Barlow, sans-serif;
    font-weight: 700;
}
.step-section p.text-muted {
    font-size: 18px;
    color: #131212;
    font-weight: 500;
}


.innerBoxBlogTesti a {
    color: #47a7be;
}


.page-width.page-width--narrow.section-template--21324254674979__main-padding
 {
    display: none;
}








  @media(min-width:1025px) {
    .leftBoxBlogWrap {
                position: relative;
        top: -95px;
        background: #fff;
        margin-bottom: -95px;
        padding: 40px 16px 16px 16px;
        max-width: 95%;
        left: 26px;
      
    }
  }
  @media (max-width: 767.98px) {
    .custom-feature-list .column-divider {
      border-right: none;
      border-bottom: 1px solid #eee;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
    }
  }
  @media (min-width: 768px) {
    .custom-sleep-banner img {
      height: auto; /* Adjust as needed for medium+ screens */
    }
  }

  @media(min-width:991px) {
    .custom-testimonial {
    border-top: 0px solid #ffffff00;
    border-bottom: 0px solid #eee;
    padding: 2rem 1rem;
    position: relative;
    padding-left: 3rem;
}

.custom-quote-icon {
    width: 32px;
    height: auto;
    margin-bottom: 1rem;
    position: absolute;
    left: 0;
    top: 15px;
}
  }






.comonStyleParaBlog p {
    font-size: 18px;
}

h3.othersBlogTestiHead {
    font-size: 24px;
    margin: 15px 0px;
}


.innerBoxBlogTesti p.fs-5 {
    font-size: 16px !important;
}

.innerBoxBlogTesti strong {
    font-size: 16px;
}

.comonStyleParaBlog {
    font-size: 16px;
    margin-bottom: 16px;
}

p, ul li, ol li {
    font-size: 18px;
    font-family: Barlow, sans-serif;
      line-height: 30px;
}

.page-width.page-width--narrow.section-template--21317106270243__main-padding {
    display: none;
}



.innerBoxBlogTesti p.fs-5 {
    font-size: 24px !important;
    font-family: Barlow, sans-serif;
    color: #595959;
    line-height: 1.6em;
}

h3.othersBlogTestiHead {
    margin: 15px 0;
    font-weight: bolder;
    font-family: Inter;
    font-size: 28px;
    margin-bottom: 8px;
    margin-top: 8px;
    letter-spacing: 0px;
}
.announcement-bar__message.h5 h3 {
    margin-bottom: 0px;
}

.announcement-bar__message.h5 {
    margin-bottom: 0px;
}
h3.subtitleBlogsubHead {
  font-family: Barlow, sans-serif;
      font-family: Barlow, sans-serif;
    font-size: 30px;
    letter-spacing: 0px;
}

h2.titleBlogHead {
        font-weight: bolder;
    font-family: 'Inter';
  font-size: 28px;
        margin-bottom: 8px;
        margin-top: 8px;
  letter-spacing: 0px;
}
.step-section h5 {
    font-family: 'Inter';
}
.reader-card h6 {
      font-family: Barlow, sans-serif;
    font-weight: 500;
    font-size: 22px;
    margin-top: 30px;
}
.rightSideBoxBlogWrap {
    position: relative;
    top: -40px;
    padding-left: 16px;
}

ul.contact-list a, ul.contact-list p, ul.contact-list li {
    color: #ffffff;
}


.marginBlock p a
 {
    color: #47a7be !important;
       font-weight: 600;
   position: relative;
    z-index: 1;
}

.comonStyleParaBlog p a {
  color: #47a7be !important;
      font-weight: 600;
  position: relative;
    z-index: 1;
}
.reader-card p a {
    position: relative;
    z-index: 1;
    color: #47a7be !important;
    font-weight: 600;
}
.stepOneIconWrap {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 16px;
}


.step-section .stepOneIconWrap svg {
    width: 70px;
    height: 70px;
    position: relative;
    margin-right: 16px;
  margin-left: 16px;
}














@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 32px;
      margin-bottom: 15px;
    }
}
@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 24px;
      margin-bottom: 15px;
    }
}
@media(min-width:992px) {
  .marginBlock {
        position: relative;
    top: -275px;
    margin-bottom: -275px;
  }
}
@media(max-width:991px) {
  .rightSideBoxBlogWrap {
    display: none;
  }
  .col-lg-8.col-md-8{
     width: 100% !important;
  }
  
}
.comonStyleParaBlog p{
  font-size: 16px;
}

.bottomButtonWrapper h4,
.bottomButtonWrapper p{
  font-size: 22px;
  font-family: Barlow, sans-serif;
}
.bottomButtonWrapper a{
  color: #007c98;
}


