/** Shopify CDN: Minification failed

Line 6:1 Unexpected "*"

**/
**************/.cust-testimonials-sec .m-testimonial__content {
    background-color: #f47b92 !important;
}
.cust-testimonials-sec .m-testimonial__title {
    font-size: 24px;
}
.cust-page-banner .container {
    padding: 0 80px;
}
.cust-page-banner .container .m-richtext {
    background: #f47b92;
    border-radius: 10px;
    padding: 40px 30px;
}
.cust-page-banner {
    margin-bottom: 80px;
}
.cust-page-banner {
    background-color: transparent !important;
}
.cust-faqs-sec .container {
    max-width: 1200px;
}
.cust-faqs-sec {
    padding-bottom: 120px;
}
.cust-faqs-sec .m-collapsible--button {
    font-weight: bold;
    font-size: 20px;
}
.cust-row {
    display: flex;
    flex-wrap: wrap;
}
.cust-iconbox-sec .cust-imgbox img {
    width: 60px;
    margin: 0 auto;
}
.cust-iconbox-sec .cust-col4 {
    width: 33.33%;
    max-width: 33.33%;
}
.cust-iconbox-sec .container {
    max-width: 1465px;
    margin: 0 auto;
}
.cust-iconbox-sec .cust-iconbox {
    text-align: center;
    background: #f47b921a !important;
    margin: 15px;
    border-radius: 20px;
    padding: 60px 20px;
}
.cust-iconbox-sec .cust-iconbox .cust-imgbox {
    text-align: center;
    margin-bottom: 20px;
}
.cust-contact-form {
    padding-bottom: 120px;
}
.m-search-popup--wrapper .m-search-popular {
    display: none;
}

/*****************************************************Responsive**************************************************/
@media only screen and (max-width: 1536px) {
.cust-page-banner .container {
    padding: 0 50px;
}
}
@media only screen and (max-width: 1024px) {
  .cust-iconbox-sec .container {
    padding: 0;
}
.cust-page-banner .container {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 749px) {
  .cust-page-banner {
    margin-bottom: 40px;
}
  .cust-iconbox-sec .cust-col4 {
    width: 100%;
    max-width: 100%;
}
  .cust-contact-form {
    padding-bottom: 50px;
}
.cust-faqs-sec .m-collapsible--button {
    font-weight: bold;
    font-size: 16px;
}
}