/** Shopify CDN: Minification failed

Line 76:10 Expected identifier but found whitespace
Line 76:12 Unexpected "{"
Line 76:21 Expected ":"
Line 82:10 Expected identifier but found whitespace
Line 82:12 Unexpected "{"
Line 82:21 Expected ":"
Line 198:2 Unexpected "{"
Line 198:3 Expected identifier but found "%"
Line 204:2 Unexpected "{"
Line 204:3 Expected identifier but found "%"
... and 2 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-product-icon-box (INDEX:57) */
.product-detail.custom-icon-box h2.trust-point {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
}
  .product-detail.custom-icon-box p {
    text-align: start;
    margin: 0;
}
h2.box-heading {
    font-size: 34px;
    margin-bottom: 0;
    line-height: 0;
    padding-top: 30px;
    padding-bottom: 15px;
}
section.product-detail.custom-icon-box .custom-icon-box-header p {
    color: #000;
    margin-bottom: 0;
    text-align: start;
    width: 80%;
}
  
section.product-detail.custom-icon-box .image-preview {
    margin-top: 0px;
    max-width: 100%;
    height: 780px !important;
    border: 0px solid #000;
    padding: 0;
    width: 100%;
  object-fit: cover;
}
section.product-detail.custom-icon-box .text-block {
    width: 85%;
    background-color: #0000;
    padding: 20px 20px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 0%);
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    flex-direction: row;
    row-gap: 12px;
}
  .custom-icon-box {
    text-align: center;
    padding: 0px 0px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .custom-icon-box .section-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    text-align: center;
    color: {{ section.settings.title_color }};
  }
  .custom-icon-box .section-description {
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
    color: {{ section.settings.description_color }};
  }
  .custom-icon-box .row {
    width:100%;
    display: flex;
    justify-content: space-between;
    gap: 0 !important;
    align-items: center;
  }
  .custom-icon-box-header {
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 0;
  }
  .custom-icon-box .column {
    width: 50%;
  }
  .image-preview {
    margin-top: 0px;
    max-width: 100%;
    height: auto;
    border: 0px solid #000;
    padding: 0;
    width: 100%;
  }
  .custom-icon-box .block-contain {
    text-align: left;
    width: 90%;
  }
  .custom-icon-box .text-content {
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }
  .custom-icon-box-container {
    width: 100%;
}
  section.product-detail.custom-icon-box h3 {
    /* margin: 0px !important; */
   
  }
  /* .custom-icon-box .icon img {
    width: 50% !important;
  } */
  .custom-icon-box .block-description {
    margin: 0px;

  }
  .custom-icon-box .icon-title {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .custom-icon-box .icon {
    font-size: 2rem;
  }
  .custom-icon-box .block-description {
    font-size: 17px;
    margin: 0px;
    line-height: 22px;
    width: 80%;
  }
  @media(max-width:1440px){
    .image-preview {
        height: 886px !important;
        object-fit: cover !important;
    }
}
  @media(max-width:1199.98px){
    .custom-icon-box .column {
        width: 100%;
    }
    .custom-icon-box .row {
        flex-direction: column;
    }
    .custom-icon-box h2 {
    font-size: 45px;
    line-height: 50px;
  }
    .image-preview {
    object-fit: cover !important;
    width: 100% !important;
    height: auto;
}
}
  @media (max-width: 768px) {
    .custom-icon-box .row {
      flex-direction: column;
    }
    .custom-icon-box .column {
      width: 100%;
    }
    .custom-icon-box h2 {
    font-size: 34px;
}
    .custom-icon-box .text-content {
    padding: 0  0px 30px 30px;
}
    .product-detail .section-heading {
    margin-top: 0 !important;
}
    .product-detail .box-heading {
    margin-top: 0 !important;
}
    .product-detail .text-block {
    padding: 0 !important;
}
  }

  /* Full Width Container */
  {% if section.settings.full_width_iconbox %}
    .custom-icon-box .container-v3 {
      width: 100%;
      max-width: 100%;
      padding: 0;
    }
  {% else %}
    .custom-icon-box .container-v3 {
      width: 100%;
    }
  {% endif %}
/* END_SECTION:custom-product-icon-box */

/* START_SECTION:custom-slideshow (INDEX:58) */
.custom-carousel {
    display: block;
    margin: 0 auto;
  }

  ul.check-list {
    padding: 0;
}
  .trusted .star-icon {
    font-size: 28px !important;
}
  .check-list li {
    font-size: 20px !important;
    font-weight: 600;
}
.main-banner .check-list{
      display: flex;
    flex-direction: row;
    /* row-gap: 28px; */
    flex-wrap: wrap;
    gap: 28px;
    /* justify-content: space-between; */
}
  .custom-slide-container {
    display: flex!important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90vh;
    padding: 0px 0px 20px 0px !important;
}

 .content-text {
    height: 100%;
    display: flex;
    flex: 1;
    gap: 17px;
    padding: 20px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

  .content-text h2 {
    margin-bottom: 15px;
    font-weight: 700;
  }

  .content-text p {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .call-to-action-btn {
    display: inline-block;
    text-decoration: none;
    border-radius: 25px;
    background-color: #28a745;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
  }

  .call-to-action-btn i {
    margin-left: 10px;
  }

  .right-side {
    flex: 0 0 50%;
    padding-left: 20px;
    margin-top: 60px;
  }

  .right-side img {
    width: 100%;
    /* height: 600px; */
    object-fit: cover;
}
.custom-text {
    color: white;
    font-size: 58px !important;
    line-height: 68px;
    font-family: Gilroy !important;
    font-weight: 400 !important;
    text-align: center;
    margin: 25px 0px 0px 0px;

}
  .custom-carousel.slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  @media (max-width: 1199.98px) {
    .trusted .star-icon {
      font-size: 20px !important;
  }
  }
  @media (max-width: 768px) {
    .right-side {
    margin-top: 0px;
  }
    .right-side img {
    width: 100%;
    height: 600px;
    object-fit: contain;
}
    h1.text1 {
    font-size: 28px;
}
    .main-banner .check-list {
    display: flex;
    flex-direction: column;
    /* row-gap: 28px; */
    flex-wrap: wrap;
    gap: 0px;
    /* justify-content: space-between; */
}
    .custom-slide-container {
      flex-direction: column;
      align-items: center;
    }

    .right-side {
      flex: 0 0 100%;
      padding: 10px 0;
    }

    .content-text {
      padding: 10px;
    }
  }

  .slick-prev, .slick-next {
    font-size: 24px;
    color: #28a745;
    z-index: 1;
  }

  .slick-prev:hover, .slick-next:hover {
    color: #218838;
  }

  .slick-dots {
    bottom: 10px;
    text-align: center;
  }

  .slick-dots li button:before {
    font-size: 12px;
    color: #28a745;
  }

  .slick-dots li.slick-active button:before {
    color: #218838;
  }
/* END_SECTION:custom-slideshow */