/** Shopify CDN: Minification failed

Line 58:3 Expected "}" to go with "{"

**/


/* CSS from section stylesheet tags */
.plan-box {
    min-width: 40%;
    margin: 10px 0;
}
@media screen and (max-width: 912px){
  .plan-box {
    width: 100%;
    margin: 10px 0;
}
}
.chat-and-call-section .section-content .right-content .chat-icon-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    padding-left: 24px;
    gap: 24px;
  }
  @media screen and (max-width: 767px){
  .chat-and-call-section .section-content .right-content .chat-icon-list{
      grid-template-columns: repeat(1, 1fr);
  }
div#shopify-section-app-banner {
    background: url(/cdn/shop/files/Vector_2.png?v=1670498073);
    background-size: cover;
    background-position: bottom right;
    padding-top: 132px;
    padding-bottom: 130px;
    background-repeat: no-repeat;
}
  #nomad-app .main-header {
    position: absolute;
    width: 100%;
}
.appleft {
    padding-top: 50px;
}
.faq-section .section-title h2 {
    font-size: 42px !important;
}

.chat-and-call-section .section-content .left-content h2 {
    font-size: 48px !important;
    max-width: 500px !important;
}
.xfl{
    display:flex;
  }
  .bulf{
    display:flex;
  }