/** Shopify CDN: Minification failed

Line 92:0 Unexpected "}"

**/
@media screen and (max-width: 767px) {
  .seventh-sec-custom .img-ten {
    min-height: 240px;

}
  .eigth-sec-custom .row .col-md-6 .image-bar {
    min-height: 330px;
    margin-bottom: 20px;
  }
  .eigth-sec-custom .row .col-md-6 .image-bar img.center {

    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
  .header-nav-info .navs-wraper ul {
    display: block;
  }
  .header-nav-info .navs-wraper {
    display: block;
    text-align: center;
  }
  .img-ten img {
    width: 100%;
  }
   .eigth-sec-custom .image img {
    width: 100%;
  }
   .fourteenth-sec-custom img {
    width: 100%;
  }
   .first-sec-custom h2 {
    padding: 0px 15px;
  }
  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .header-nav-info .row .org-brand-info {
    text-align: center;
}
  .header-nav-info ul li {
    margin: 20px 0px;
  }
  .testimonials-custom .testimonial {
    width: 100%;
  }
  .third-sec-custom .text-center p {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
   .fourth-sec-custom h2 {
    font-size: 34px !important;
  }
   .first-sec-custom h2,  .third-sec-custom h2,  .fifth-sec-custom h2,  .sixth-section .section-heading h2,  .seventh-sec-custom h2,  .eigth-sec-custom h2,  .ninth-sec-custom h2,  .tenth-sec-custom h2,  .eleventh-sec-custom h2,  .faq-section-bar h2,  .thirteenth-sec-custom h2,  .fourteenth-sec-custom h2 {
    font-size: 28px !important;
  }
  .header-nav-info ul li {
    width: 33%;
    float: left;
  }
  .header-nav-info .cta-info {
    width: 100%;
    float: left;
  }
}

             /* 20/10/2022 css */
/* this is footer payment logo  */
.footer-payment-logo-info ul {
    display: flex;
    list-style: none;
    padding: 0;
}

.footer-payment-logo-info ul img {
  height: 70px;
    width: 100%;
}

.footer-payment-logo-info li {
       width: 14%;
    margin: 0% 1%;
}
}
 @media (min-width: 767px) {
.fourteenth-sec-custom .desktop-hide {
      display: none;
}
 }
  @media (max-width: 767px) {
  .fourteenth-sec-custom  .desktop-hide {
     display: block;
}
   .fourteenth-sec-custom .mobile-hide {
    display: none;
}
  }