      /* comman-faq start */
      
      .comman-faq {
          padding: 30px 0 60px 0px;
      }
      
      .comman-faq-container {
          margin-bottom: 50px !important;
      }
      
      .comman-faq-question {
          background-color: #f1fce6;
          padding: 5%;
          border: 3px solid #d5e7c2;
          border-radius: 25px;
      }
      
      .comman-faq-title {
          margin-bottom: 60px !important;
      }
      
      .comman-faq-question .trial-new-style {
          box-shadow: none;
          font-size: 18px;
      }
      
      .comman-faq-container .accordion-button:not(.collapsed),
      .comman-faq-container .accordion-button {
          box-shadow: none;
          background-color: transparent;
          color: #3F5662;
          font-weight: 500;
          font-size: 20px;
      }
      
      .comman-faq-container .accordion-button::after {
          background-image: url('../../assets/img/faq/faq-plus.svg') !important;
          transform: none !important;
          background-size: contain;
          height: 25px;
          width: 25px;
      }
      
      .comman-faq-container .accordion-body {
          font-size: 16px;
          padding-top: 0;
          color: #667085;
      }
      
      .comman-faq-question img {
          width: 115px;
          background-size: contain;
          opacity: 1;
      }
      
      .comman-faq-container .accordion-button:not(.collapsed)::after {
          background-image: url('../../assets/img/faq/faq_minus.svg') !important;
      }
      
      .comman-faq-container .accordion-item {
          border: 0;
      }
      
      .comman-faq-container .accordion-button:focus {
          border-color: transparent !important;
      }
      
      .comman-faq-container .accordion-body {
          font-size: 16px;
      }
      
      .separator {
          color: inherit;
          background-color: currentColor;
          border: 0;
          opacity: .25;
          height: 1px;
          width: 96.5%;
          margin: auto;
      }
      
      .comman-faq-question .faq-new-style {
          box-shadow: none;
          font-size: 18px;
      }
      
      .faq-new-style {
          border-radius: 8px;
          padding: 5px 20px;
          text-decoration: none;
          margin-right: 15px;
          color: #bd3a0b !important;
          background: #ffe3d9 !important;
          border: 2px solid #bd3a0b;
          font-weight: 500;
          font-size: 16px;
          text-align: center;
          text-transform: none;
      }
      
      .comman-faq-question h2 {
          font-size: 26px;
          color: #3f3e3e;
          margin-bottom: 15px;
      }
      
      .c_heading {
          font-size: 32px;
          line-height: 42px;
          letter-spacing: 0.1px;
          color: #5a2db9;
      }
      
      .hr-border {
          height: 2px !important;
          background: var(--color-3);
          width: 250px;
      }
      /* comman-faq end */