/** Shopify CDN: Minification failed

Line 108:12 Expected identifier but found whitespace
Line 108:13 Unexpected "("

**/
/* Tablets (portrait) */

@media (width: 1024px) {

    .gallery__contentWrp.text-left h3.h2 {
        font-size: 38px !important;
    }
p.gallery__subheading {
    color: #e63234 !important;
    font-size: 30px!important;
    font-weight: 500;
          padding: 13px 0px;
}
a.btn.btn--fill {
    background-color: transparent !important;
    color: #234694;
    border: none;
    padding: 16px;
    font-size: 26px!important;
    line-height: 100%;
    text-transform: capitalize;
    font-weight: 700;
}


}







@media (min-width: 768px) and (max-width: 1024px) {
  select {
    border: none;
    width: 100%;
    font-size: calc(var(--font-body-scale)* 16px);
    line-height: 21px;
    padding: 13px 30px 13px 18px;
    background-color: transparent;
    color: var(--color-input-color);
    -webkit-appearance: none;
    appearance: none;
    border-radius: var(--input-border-radius);
    position: relative;
    cursor: pointer;
}
.newsletter-container {
        flex-direction: column;
        text-align: left;
        display: block;
    }
.newsletter-text .underline {
        margin: 9px;
    }
      .gallery .grid-layout--3-desktop {
        grid-template-columns: repeat(1, 1fr)!important;
    }
      .grid-layout--4-desktop {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .custom-nav {
        display: block;
    }
  .custom-nav {
    position: absolute;
    top: 12%;
    right: 9px;
    display: flex;
    gap: 10px;
}


  
}





/* Tablets (landscape) and small laptops */
@media (max-width: 768px) {
.newsletter-container {
        flex-direction: column;
        text-align: left;
        display: block;
    }
      .gallery .grid-layout--3-desktop {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .newsletter-text .underline {
        margin: 10px;
    }
    h2.h1.slideshow__head.fnt-heading {
        font-size: 36px !important;
        line-height: 50px !important;
        text-transform: capitalize;
    }
.product_collection .section-heading h2.h2
Specificity: (0,3,1)
 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
}
      .custom-nav {
        display: block;
    }
.custom-nav {
    position: absolute;
    top: 14%;
    right: 9px;
    display: flex
;
    gap: 10px;
}

.testimonials-title {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    white-space: nowrap;
    word-break: break-all;
}
.custom-nav button {
    width: 36px;
    height: 36px;
    background: transparent;
    border: 1px solid #234694;
    border-radius: 5px;
    font-size: 24px;
    cursor: pointer;
    color: #234694;
}
.product_collection .section-heading h2.h2 {
    position: relative;
    display: inline-block;
    font-size: 24px !important;
    font-weight: 700;
}
  .logo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 52px;
}
.newsletter-footer {
    background-color: #234694;
    color: #fff;
    padding: 60px 11px;
    border-bottom: 2px solid #103382;
}
.newsletter-text h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
}

.newsletter-text p {
    font-size: 14px;
    color: #e0e4ff;
    margin-top: 39px;
}


  
}


