.zw-template-inner {
  margin: 0 !important;
}
.zw-product-header {
  background: #fdffe9;
}
section {
  line-height: normal;
}

p {
  color: #333;
}
.br-none {
  border-right: none;
}
.bb-none {
  border-bottom: none !important;
}
.pricing-header-section {
    background: #FDFFE9;
    padding: 80px 5% 70px ;
  }
  .header_container {
    max-width: 1150px;
    margin: auto;
    text-align: center;
  }
  .pricing-header {
    font-size: 52px;
    margin-bottom: 42px;
    line-height: normal;
  }
  .primary-features {
    font-size: 16px;
    display: flex;
    justify-content: center;
    gap: 60px;
  }
  .primary-features li {
    display: flex;
    align-items: center;
    gap: 11px;
  }



  
  
  
  
  
  
  
  
  
  
  
  /* pricing toggle  */
  
  

  .pricing-sections {
    padding: 0 5% 80px;
    background: #FDFFE9;
  }
  .pricing-container {
      max-width: 1150px;
      margin: auto;
  }
  .price-currecy-toggle  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 22px;
  }
  
  
  
  .select-edition {
    display: flex;
    gap: 7px;
    align-items: end;
    cursor: pointer;
    position: relative;
  }
  
  .icon svg {
    width: 10px;
  }
  .edition-select-list.open {
    display: block;
  }
  .edition-select-list {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 440px;
    box-shadow: 0 12px 34px 0 rgba(0, 0, 0, .1);
    position: absolute;
    overflow: hidden;
    top: 25px;
    right: 0;
    z-index: 999;
    background-color: #fff;
    display: none;
  }
  .edition-item-container {
    display: flex;
  }
  .edition-list-container {
    width: 50%;
  }
  .edition-select-list-item {
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid #ccc;
  }
  .edition-select-list-item:hover {
    background-color: #f3f3f3;
  }
  .edition-list-container:first-child {
    border-right: 1px solid #ccc;
  }
  .edition-select-list-item.global {
    border-bottom: none;
  }
  
  [class*="edition-image-"] {
    background: url("/sites/zweb/images/practice/images/new-flag1x.png") no-repeat;
    height: 19px;
    width: 19px;
    background-size: 116px;
    align-self: center;
    background-position: -38px -39px;
  }
  .edition-label,
  .selected-edition-name {
    text-transform: capitalize;
    font-size: 14px;
  }
  .selected-edition-name {
    text-decoration: underline;
  }
  .edition-image-gb {
    background-position: -38px -39px;
  }
  .edition-image-us {
    background-position: -20px -20px;
  }
  .edition-image-ca {
    background-position: -1px -20px;
  }
  .edition-image-au {
    background-position: -1px -40px;
  }
  .edition-image-in {
    background-position: -57px 0px;
  }
  .edition-image-sa {
    background-position: -19px -2px;
  }
  .edition-image-za {
    background-position: -76px -39px;
  }
  .edition-image-ae {
    background-position: -76px -2px;
  }
  .edition-image-ke {
    background-position: -39px -20px;
  }
  .edition-image-mx {
    background-position: -57px -20px;
  }
  .edition-image-de {
    background-position: -19px -39px;
  }
  .edition-image-sg {
    background-position: -95px -39px;
  }
  .edition-image-uk {
    background-position: -1px -1px;
  }

  
  
  
  
  
  
  
  
  
  .price-toggle-label {
    font-size: 13px;
  }
  .price-toggle-switch {
    position: relative;
    width: 34px;
    height: 21px;
    border-radius: 100px;
    background: #000;
    display: inline-block;
    margin: 0 3px;
    top: 6px;
    cursor: pointer;
  }
  .offer-label {
   font-family: Caveat;
   font-size: 18px;
  font-weight: 700;
   line-height: normal;
  }
  .price-toggle-switch:after {
     content: "";
     position: absolute;
     top: 3px;
     right: 3px;
     height: 15px;
     width: 15px;
     border-radius: 50%;
     background-color: #fff;
     transition: .25s;
     transition-delay: .08s;
  }
  .show-monthly .price-toggle-switch:after {
   right: 16px;
  }
  
  
  
  
  .pricing-sections {
    padding: 0 5% 80px;
    background: #FDFFE9;
  }
  .pricing-container {
      max-width: 1150px;
      margin: auto;
  }
  .price-currecy-toggle  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 22px;
  }
  .pricing-detail-cards {
    display: flex;
    justify-content: space-between;
    text-align: center;
    gap: 10px;
  } 
  .plan-head-wrap,
  .free-plan-card {
    width: 386px;
  }
  .plan-head-wrap:first-child {
    border-right: 1px solid #EAEBD4;
  } 
  .free-plan-card{
    background: #FFF2C8;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid #fff;
  }
  .free-plan-card .join-partner-link {
    color: #000;
    margin-bottom: 35px;
    font-size: 14px;
    font-family: var(--primaryfont-semibold);
    line-height: normal;
    text-decoration-line: underline;
    line-height: 26px;
  }
  .paid-plan-card {
    display: flex;
    border: 1px solid #EAEBD4;
    border-radius: 4px;
    border-radius: 16px;
    overflow: scroll;
    scrollbar-width: none;
  }
  .element::-webkit-scrollbar {
    display: none;
  }
  .paid-plan-card .plan-head-wrap  {
    background: #fff;
    position: relative;
  }
  .details-wrap {
    padding: 26px 38px 38px;
  }
  
  .mobile-feature-list li {
      font-size: 14px;
      line-height: 20px;
      text-align: left;
      padding: 8px 0;
  }
  .mobile-feature-list li:last-child {
    padding-bottom: 35px;
  }
  .mobile-feature-list li svg{
    width: 12px;
  }
  .tag-new-release {
    text-transform: uppercase;
    padding: 4px 6px;
    background-color: #f5ba31;
        font-family: var(--primaryfont-semibold);
    border-radius: 10px;
    font-size: 8px;
    margin-left: 6px;
    vertical-align: middle;
    letter-spacing: .6px;
  }
  .plan-name {
    font-size: 16px;
    font-family: var(--zf-secondary-bold);
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #EAEBD4;
    padding: 22px 0;
  }
  .free-plan-card .plan-name {
    background: #FFEBABCC;
    color: #069949;
    border-bottom: 1px solid #fff;
  }
  
  .plan-desc {
    font-size: 13px;
    line-height: 23px;
    min-height: 100px;
  }
  
  .pricing-amount-container,
  .free-price-amount  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 104px;
    max-height: 104px;
    margin-bottom: 10px;
  }
  
  
  .currencySymbol {
    color: #333;
    font-size: 16px;
    font-family: var(--zf-secondary-bold);
   }
  
  
  .price-monthly:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
  }
  
  .price-yearly,
  .price-free {
    color: #333;
    font-size: 60px;
    font-family: var(--zf-secondary-bold);
    line-height: normal;
    transition: all 0.5s ease;
    scale: 100%;
   }
   .price-yearly .year,
   .price-yearly .month {
    color: #333;
    font-family: var(--zf-secondary-bold);
   }
  .price-monthly {
    opacity: .5;
    position: relative;
    transition: all 0.5s ease;
    scale: 100%;
  }

  .price-monthly .currencySymbol {
    font-family: var(--secondaryfont-regular);
  }
  .show-monthly .price-monthly .currencySymbol {
    font-family: var(--zf-secondary-bold);
  }

  .show-monthly .price-yearly  {
    scale: 0;
  }
  .show-monthly .price-monthly {
    opacity: 1;
    font-size: 60px;
    font-family: var(--zf-secondary-bold);
    transform: translateY(30%);
  }
  .show-monthly .price-monthly .month {
    font-family: var(--zf-secondary-bold);
  }
    .show-monthly .price-monthly::before {
      content: none;
    }
  
  .billing-method.monthly {
    display: none;
  }
  .billing-method {
    color: #7b7b7b;
    margin-bottom: 35px;
    line-height: 26px;
    font-size: 13px;
  }
  .addon-list .billing-method {
    margin-bottom: 0;
  }
  .show-monthly .billing-method.monthly {
    display: block;
  }
  .show-monthly .billing-method.yearly {
    display: none;
  }
  
  .secondary-cta{
    display: inline-block;
    text-align: center;
    background: #069949;
    color: #FFF;
    font-size: 14px;
    font-family: var(--zf-secondary-bold);
    text-transform: uppercase;
    padding: 20px;
    border-radius: 6px;
    letter-spacing: 0.42px;
    width: 85%;
  }
  .freetrial-cta {
    background: transparent;
    color: #000;
    border: 1px solid #000;
  }
  .freetrial-cta:hover {
    background: #069949;
    color: #fff;
    border: 1px solid #069949;
    transition: background 0.5s;
  }
  
  .extend-features-mobile {
    display: none;
    animation: rotateAnimationBackward 0.8s ease;
  }
  .mobile-feature-list {
    max-height: 0;
    overflow: hidden;
    padding: 0 40px;
    transition: max-height 0.8s ease-in-out;
  }
  .open .mobile-feature-list {
    max-height: 1000px;
    transition: max-height 0.8s ease-in-out;
  }
  
  .open .extend-features-mobile {
    transform: rotate(270deg);
    animation: rotateAnimationforwards 0.8s ease;
  }
  
  @keyframes rotateAnimationforwards {
    0% {
      transform: rotate(90deg);
    }
    100% {
      transform: rotate(270deg);
    }
  }
  
  @keyframes rotateAnimationBackward {
    0% {
      transform: rotate(270deg);
    }
    100% {
      transform: rotate(90deg);
    }
  }
  
  
  

  @media screen and (max-width: 1024px  ) {

    /* header section */
  
    .pricing-header {
      font-size: 48px;
    }
    /* pricing section */
    .plan-name{
      font-size: 14px;
    }
    .plan-desc {
      font-size: 10px;
      line-height: 19px;
    }
    .secondary-cta {
      font-size: 12px;
      line-height: 18px;
    }
  
    .details-wrap {
      padding: 26px 38px;
    }
    .free-plan-card .join-partner-link,
    .billing-method {
      margin-bottom: 25px;
    }


  }


  
  @media screen and (max-width: 900px) {
    div.faq-container {
      justify-content: center;
      gap: 25px;
     }
    div.faq-header {
      flex-basis: 50%;
      text-align: center;
    }
    
  }
  
  

  @media screen and (max-width: 768px  ) { 

    .pricing-header {
      font-size: 36px;
    }


    /* header section */
    .pricing-header-section {
      padding: 50px 5%;
    }
    .price-currecy-toggle {
      padding-bottom: 12px;
    }
    .pricing-header {
      font-size: 36px;
    }
    .pricing-sections {
      padding-bottom: 60px;
    }
    .primary-features {
      flex-wrap: wrap;
      gap: 50px;
    }

    .details-wrap {
      padding: 15px 14px 31px;
    }
    .plan-name,
    .billing-method {
      font-size: 10px;
    }
    .plan-name {
      padding: 13px 0;
    }

    .price-yearly, .price-free,
    .show-monthly .price-monthly {
      font-size: 50px;
    }
    .secondary-cta {
      padding: 15px 10px;
    }
    .primary-features {
      flex-wrap: wrap;
      gap: 50px;
    }



    .edition-select-list {
      width: 220px;
    }
    .edition-item-container {
      flex-wrap: wrap;
    }
    .edition-list-container {
      width: 100%;
    }
    .edition-list-container:first-child {
      border-right: none;
    }


  }

  @media screen and (max-width: 767px) and (min-width: 501px) {
    .pricing-header-section  {
      padding-top: 50px;
    }
  }
  
  @media screen and (max-width: 500px) {
    .pricing-header-section {
      padding-top: 50px;
    }
    .primary-features {
      gap: 20px;
  
    }
    .price-currecy-toggle  {
      flex-direction: column;
      gap: 15px;
      padding-bottom: 22px;
    } 
    .pricing-detail-cards,.paid-plan-card {
      flex-direction: column;
      gap: 40px;
    }
    .paid-plan-card {
      border: none;
      overflow: unset;
    }
    .free-plan-card {
      margin: auto;
      width: auto;
    }
    .plan-head-wrap:first-child {
      border: none;
    }
    .paid-plan-card .plan-head-wrap {
      border: 1px solid #EAEBD4;
      border-radius: 16px;
      width: auto;
    }
    .details-wrap {
      padding: 20px 40px 30px;;
    }
    .plan-name, .billing-method,
    .plan-desc {
      font-size: 14px;
      line-height: 24px ;
    }
    .extend-features-mobile {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #000;
      position: absolute;
      bottom: -22px;
      display: flex;
      justify-content: center;
      left: 45%;
      transform: rotate(90deg);
      padding: 10px;
      cursor: pointer;
    }
    .extend-features-mobile svg path {
      fill: #fff;
    }
    .price-yearly, .price-free {
      font-size: 60px;
    } 

    .edition-select-list {
      left: 50%;
      transform: translateX(-50%);
    }





  }
  

    
  @media screen and (max-width: 400px) {
    .pricing-header-section {
      padding: 50px 0;
    }
    .primary-features li {
      gap: 5px;
    }
  }
  
  



  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
































































































































  
  a {
    display: inline-block;
  }
  .text-left {
    text-align: left;
  }
  .br-left {
    border-left: 1px solid #ededed;
  }
  .fw {
        font-family: var(--primaryfont-semibold);
  }
  .white-bg {
    background: #fff;
  }
  .text-caps {
    text-transform: uppercase;
  }
  
  
  .features-table {
    background: #fbfbfb;
  } 
  .features-section {
    border-top: 1px solid #E2E2E2;
    padding: 0 5%;
  }
  .features-container {
    max-width: 1150px;
    margin: auto;
  }
  
  
  .features-row {
    display: flex;
    text-align: center;
    border-bottom: 1px solid #E2E2E2;
  }
  .features-row p {
    font-size: 18px;
    flex: 1 1 33%;
    padding: 20px 0;
  }
  
  
  .header-row {
    position: sticky;
    align-items: center;
    z-index: 1;
  }
  
  .header-row a {
    display: block;
    width: 60%;
    margin: 10px auto 0;
    padding: 0 20px;
    transition: all 0.5s ease;
    opacity: 0;
    max-height: 0;
  }
  
  .header-row.sticky a {
    opacity: 1;
    max-height: 100px; 
    padding: 12px 20px;
  }
  
  .header-row.sticky {
    background: #fff;
  }
  
  .header-row p {
    font-family: var(--zf-secondary-bold);
    padding: 25px 0;
  }
  .header-row span {
    font-family: var(--zf-secondary-bold);
  }
  
  
  
  
  @media screen and (max-width: 1024px  ) {
    .header-row {
      top: 0 !important;
    }
    .features-row p {
      font-size: 14px;
      padding: 14px 0;
    }
    .features-row img {
      width: 18px;
    }
    
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .addon-section {
    padding: 80px 5% 0;
  }
  .addon-container {
    max-width: 1150px;
    margin: auto;
  }
  .addon-header {
    font-size: 36px;
    line-height: 48px;
    font-family: var(--zf-secondary-medium);
    text-align: center;
  } 
  .addon-list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    gap: 20px;
  }
  .addon-list li {
    display: flex;
    justify-content: space-between;
    padding: 38px 40px;
    border: 1px solid #EAEBE9;
    flex: 1 1 45%;
    border-radius: 16px;
  }
  .icon-name {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .icon-name img {
    padding: 15px;
    border: 1px solid #D6D6D6;
    border-radius: 8px;
  }
  .addon-name {
    font-size: 20px;
    line-height: 26px;
    font-family: var(--zf-secondary-medium);
    text-transform: capitalize;
  }
  .addon-monthly, 
  .addon-yearly {
    color: #333;
    text-align: right;
    font-size: 20px;
    font-family: var(--zf-secondary-bold);
  }

  .addon-monthly {
    display: none;
  }
  .show-monthly .addon-monthly {
    display: block;
  }
  .show-monthly .addon-yearly {
    display: none;
  }
  
  
  @media screen and (max-width: 768px  ) { 
  /* addon section */
    .addon-section {
      padding-top: 40px;
    }
    .addon-header {
      font-size: 22px;
      line-height: 36px;
    }
    .addon-list {
      margin-top: 30px;
    }
    .addon-list li {
      padding: 28px 33px;
    }
    .addon-name,
    .addon-monthly, .addon-yearly {
      font-size: 16px;
    }
    .icon-name img {
      padding: 11px;
    }
  }
  
  
  
  
  
  @media screen and (max-width: 500px  ) {
  /* addon section */
    .addon-list {
      flex-wrap: wrap;
      gap: 14px;
    }
    .addon-list {
      margin-top: 13px;
    }
    .addon-list li {
      padding: 25px 35px;
      flex-direction: column;
      gap: 15px;
      flex: 1 1 100%;
    }
    .addon-monthly, .addon-yearly {
      text-align: left;
    }
    .addon-name, .addon-monthly, 
    .addon-yearly {
      font-size: 22px;
    }
    .features-section {
      display: none;
    }
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .integration-section {
    padding: 23px 5% 0;
  }
  .integration-container {
    max-width: 1150px;
    margin: auto;
    display: flex;
    border: 1px solid #E2E2E2;
    border-radius: 16px;
  }
  .integ-label {
    color: #069949;
    font-size: 13px;
    line-height: 26px;
    font-family: var(--zf-secondary-bold);
    letter-spacing: 2.6px;
    text-transform: uppercase;
  }
  .integ-header-section {
    padding: 60px 0 60px 40px;
    flex: 1 1 40%;
    border-right: 1px solid #e5e5e5;
  }
  .integ-header {
    font-size: 30px;
    font-family: var(--zf-secondary-medium);
    line-height: 40px;
    margin: 10px 0;
  }
  .integ-desc {
    font-size: 14px;
    line-height: 26px;
  }
  
  
  .integ-product-list {
    flex: 1 1 80%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .showpayroll .integ-product-list {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .integ-product-list li {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  li.integ-product-item:nth-child(3),
  li.integ-product-item:last-child {
    border-right: none;
  }
  .showpayroll li.integ-product-item:nth-child(3),
  .showpayroll li.integ-product-item:last-child {
    border-right: 1px solid #e5e5e5;
  }
  li.payroll-item  {
    display: none;
  }
  .showpayroll li.payroll-item  {
    display: flex;
    border-right: none;
  }  
  
  .integ-product-list li img { 
     width: 100px;
     height: 30px;
  }

  .integ-product-list li.payroll-logo {
    display: none;
  }
  .showpayroll .integ-product-list li.payroll-logo{
    display: block;
  }




@media  screen and (max-width: 1024px) {

  /* integration section */
  .integ-header {
    font-size: 24px;
    line-height: 32px;
  }
  .integ-desc {
    line-height: 20px;
    width: 88%;
  }
  .integ-header-section {
    padding: 60px 0 60px 50px;
  }
}

@media  screen and (max-width: 768px) {
  .integ-header-section {
    padding: 35px 0 35px 30px;
  }
}


@media screen and (max-width: 500px) {
  /* integration section */
  .integration-container {
    flex-wrap: wrap;
    border: none;
  }
  .integ-header-section {
    flex: 1 1 100%;
    text-align: center;
    padding: 0;
    padding-bottom: 30px;
    border-right: none;
  }

  .integ-lable {
    font-size: 12px;
  }

  .integ-header {
    font-size: 24px;
    line-height: 30px;
    width: 69%;
    margin: 10px auto;
  }
  .integ-desc {
    width: 80%;
    margin: auto;
  }

  .integ-product-list,
  .showpayroll .integ-product-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .expense-item,
  .cliq-item,
  .sign-item {
    border-right: none !important;
  }
  li.integ-product-item:nth-child(3) {
    border-right: 1px solid #e5e5e5 !important;
  }
  .showpayroll li.integ-product-item:last-child {
    border-right: none !important;
  }
  .cliq-item, .mail-item {
    border-top: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
  }
  .showpayroll .integ-product-list .mail-item {
    border-bottom: 1px solid #e5e5e5 !important;
  }
  .showpayroll .sign-item {
    border-right: 1px solid #e5e5e5 !important;
  }
  .showpayroll .cliq-item {
    border-right: none !important;
  }
  .cliq-item {
    border-right: none !important;
  }
  .showpayroll .mail-item {
    border-right: none !important;
  }
}





















  
  li.faq-item {
    background: #f9faf8;
  }
  @media  screen and (max-width: 1024px) {

    /* faq section */
    .faq-container {
      flex-direction: column;
      gap: 35px;
    }
    .faq-header {
      text-align: center;
      background: #fff;
      top: 0;
    }
    .faq-heading {
      width: 59%;
      margin: auto;
      font-size: 30px;
      line-height: 40px;

    }
  }
  
  
  








  
  .testimonial-mobile {
      display: none;
      cursor: pointer;
    }
  .testimonial-section {
    background: #fff;
    padding: 80px 5%;
  }
  .hide {
    display: none;
  }
  .testimonial-container {
    max-width: 1150px;
    margin: auto;
  }
  .testimonial-container.disable {
    pointer-events: none; 
  }
  .testimonial-container.disable .video-icon {
    display: none;
  }
  .testimonial-header {
    text-align: left;
  }
  .testimonial-subtitle {
    color: #069949;
    font-size: 13px;
    line-height: 26px;
    font-family: var(--zf-primary-bold);
    letter-spacing: 2.6px;
    text-transform: uppercase;
  }
  .testimonial-mainheader {
    width: 44%;
    margin: 10px 0 18px;
    font-size: 36px;
    font-family: var(--zf-secondary-medium);
    line-height: 46px;
  }
  
  .testimonial-window {
    border-radius: 16px;
    overflow: hidden;
    background-repeat:no-repeat ;
    background-size: cover;
    background-position: top;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    cursor: pointer;
  }
  
  .testimonial-window:hover .video-icon {
    background: #000;
    color: #FFF;
    transform: scale(1.1);
  }
  .left-side {
    align-self: flex-end;
    padding: 37px;
  }
  .right-side {
    width: 35%;
    height: 100%;
    align-self: center;
    padding: 10% 6%;
    background: linear-gradient(276deg, #000000CC 25.71%, #000000D1 79.23%, #00000000 91.42%);
  }
  .testimonial-content {
    margin: 0;
    max-width: 338px;
    text-align: left;
  }
  .testimonial-name {
    color: #FFF;
    font-size: 20px;  
    font-family: var(--zf-secondary-medium);
    line-height: 28px;
  }
  .testimonial-position::after {
    content: '';
    position: absolute;
    background: #FFF;
    width: 26px;
    height: 1px;
    bottom: -14px;
    left: 0;
  }
  .testimonial-position {
    font-size: 16px;
    color: #FFF;
    font-family: var(--zf-secondary-medium);
    position: relative;
  }
  .testimonial-description {
    color: #FFF;
    font-size: 15px;
    padding: 31px 0 0;
    opacity: 0.8;
    line-height: 26px;
  }
  .video-icon {
    color: #FFF;
    padding: 12px 13px;
    border-radius: 21px;
    border: 1px solid #4f4f4f;
    background: linear-gradient(47deg, #000 -94.04%, #00000000 141.27%);
    display: flex;
    align-items: center;
    gap: 9px;
    transition: transform 0.3s ease-in-out;
  }
  .testimonial-details {
    margin: 0;
    max-width: 338px;
    text-align: left;
  }
  @media screen and (max-width: 1024px) {
    .testimonial-mainheader {
      width: 55%;
    }
    .right-side {
      padding: 80px 50px;
    }
    .testimonial-name {
      font-size: 18px;
    }
    .testimonial-position {
      font-size: 14px;
    }
    .testimonial-description,
    .video-icon {
      font-size: 12px;
    }
  }
  @media screen and (max-width: 768px) {
    .right-side {
      padding: 6%;
    }
    .downloadebook-popup {
      padding: 20px;
    }
  }
  @media screen and (max-width: 500px){
    .testimonial-window {
      display: none;
    }
    .testimonial-mobile {
      display: block;
    }
  
    .testimonial-header,
    .testimonial-mobile,
    .testimonial-mainheader  {
      text-align: center;
    }
    .testimonial-mainheader {
      width: 82%;
      font-size: 24px;
      margin: 10px auto 35px;
      line-height: 33px;
    }
    .testimonial-description {
      font-size: 16px;
      line-height: 28px;
      padding: 16px 0;
    }
    .testimonial-name,
    .testimonial-position,
    .testimonial-description {
      color: #000;
    }
    .testimonial-name {
      font-size: 20px;
    }
    .testimonial-position {
      font-size: 17px;
    }
    .mobile-customer-image {
      height: 200px;
      background-size: cover;
      border-radius: 8px;
      margin-top: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
  






  .faq-section {
    background: #fff;
  }
  .faq-container {
    border-top: 1px solid #f4f4f4;
  }

























  
  
  .helpdesk-list {
    display: flex;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
  }
  .helpdesk-list li {
    padding: 30px 38px;
    flex-basis: 50%;
  }
  .helpdesk-list li:first-child {
    border-right: 1px solid #d5d5d5;
  }
  .helpdesk-list li a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
    margin-left: 26px;
  }
  .helpdesk-title {
    color: #000;
    font-size: 16px;
    font-family: var(--zf-secondary-bold);
    margin-bottom: 6px;
  }
  .helpdesk-title svg {
    margin-right: 7px;
  }
  @media screen and (max-width: 600px) {
    .helpdesk-title {
      font-size: 14px;
    }
    .helpdesk-list li:first-child {
      border-bottom: 1px solid #d5d5d5;
      border-right: none;
    }
    .helpdesk-list {
      flex-wrap: wrap;
    }
    .helpdesk-list li {
      padding: 24px 38px;
      flex-basis: 100%;
      text-align: center;
    }
  }
