section:not(:first-child) {
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    section:not(:first-child) {
      padding-bottom: 30px; } }

section:nth-child(2) {
  padding-top: 50px; }
  @media screen and (max-width: 767px) {
    section:nth-child(2) {
      padding-top: 30px; } }

section h2 {
  font-size: 40px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    section h2 {
      font-size: 32px; } }
  @media screen and (max-width: 767px) {
    section h2 {
      font-size: 28px; } }
section h3 {
  font-size: 20px; }
section button {
  background: none;
  padding: 0; }
  section button a.link-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 18px;
    background: #ffcb13;
    color: #2a2f38;
    font-family: "Mulish ExtraBold";
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-width: 235px;
    width: 100%; }
    section button a.link-contact i {
      margin-left: 10px; }
    section button a.link-contact::after {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 100%;
      background: #0086d7;
      z-index: -1;
      transition: all 0.3s ease; }
    section button a.link-contact:hover {
      color: #ffffff; }
      section button a.link-contact:hover::after {
        width: 100%;
        transition: all 0.3s ease-out; }
section .box-content-main .box-title h2 {
  font-family: "Mulish Bold";
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 24px;
  text-align: center; }
section .box-content-main .box-description {
  font-family: "Mulish SemiBold";
  font-size: 16px;
  text-align: center; }

section a {
  display: block; }

section.section-hero-banner {
  position: relative; }
  section.section-hero-banner div.hero-banner-image img {
    width: 100%;
    height: auto; }
  section.section-hero-banner div.container div.box-content-banner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    max-width: 500px; }
    @media screen and (max-width: 1024px) {
      section.section-hero-banner div.container div.box-content-banner {
        max-width: 400px; } }
    @media screen and (max-width: 767px) {
      section.section-hero-banner div.container div.box-content-banner {
        top: 2%;
        transform: translateY(0);
        padding-left: 12px; } }
    section.section-hero-banner div.container div.box-content-banner h1 {
      font-family: "Mulish Bold";
      font-size: 48px;
      color: #fff;
      line-height: 1.25;
      margin-bottom: 15px; }
      @media screen and (max-width: 1024px) {
        section.section-hero-banner div.container div.box-content-banner h1 {
          font-size: 36px; } }
      @media screen and (max-width: 767px) {
        section.section-hero-banner div.container div.box-content-banner h1 {
          font-size: 32px; } }
    section.section-hero-banner div.container div.box-content-banner p {
      color: #fff;
      font-family: "Mulish Medium";
      font-size: 18px; }

section.section-benefit .container .box-content-main {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    section.section-benefit .container .box-content-main {
      padding: 0 12px;
      margin-bottom: 24px; } }
  section.section-benefit .container .box-content-main h2 {
    font-family: "Mulish Bold";
    line-height: 1.25;
    color: #2a2f38;
    text-transform: capitalize;
    margin-bottom: 24px; }
    @media screen and (max-width: 767px) {
      section.section-benefit .container .box-content-main h2 {
        margin-bottom: 18px; } }
    section.section-benefit .container .box-content-main h2 span {
      color: #2260d3; }
    @media screen and (min-width: 768px) {
      section.section-benefit .container .box-content-main h2 br {
        display: none; } }
  section.section-benefit .container .box-content-main p {
    color: #525560;
    font-size: 18px;
    margin-bottom: 0; }
    section.section-benefit .container .box-content-main p b {
      font-family: "Mulish ExtraBold"; }
    @media screen and (max-width: 767px) {
      section.section-benefit .container .box-content-main p {
        text-align: left; } }
section.section-benefit .container .box-listing-benefit .row .benefit-item {
  margin-bottom: 24px; }
  @media screen and (max-width: 767px) {
    section.section-benefit .container .box-listing-benefit .row .benefit-item:last-child {
      margin-bottom: 0; } }
  section.section-benefit .container .box-listing-benefit .row .benefit-item .benefit-content {
    background: #f9f9fc;
    padding: 24px;
    border-radius: 16px;
    height: 100%; }
    section.section-benefit .container .box-listing-benefit .row .benefit-item .benefit-content .benefit-heading {
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
      section.section-benefit .container .box-listing-benefit .row .benefit-item .benefit-content .benefit-heading .benefit-icon i {
        color: #22bfef;
        font-size: 36px;
        padding: 10px; }
        @media screen and (max-width: 767px) {
          section.section-benefit .container .box-listing-benefit .row .benefit-item .benefit-content .benefit-heading .benefit-icon i {
            font-size: 30px;
            margin-right: 5px; } }
      section.section-benefit .container .box-listing-benefit .row .benefit-item .benefit-content .benefit-heading h3 {
        font-family: "Mulish Bold";
        color: #2a2f38;
        margin-bottom: 0; }
    section.section-benefit .container .box-listing-benefit .row .benefit-item .benefit-content .benefit-description p {
      font-family: "Mulish Regular";
      font-size: 18px;
      color: #525560; }
      section.section-benefit .container .box-listing-benefit .row .benefit-item .benefit-content .benefit-description p:last-child {
        margin-bottom: 0; }

section.section-treatment {
  background: #f4f8fd;
  margin-top: 100px; }
  section.section-treatment .container .box-content-main.box-first {
    position: relative;
    z-index: 50;
    border-radius: 52px;
    top: -100px;
    margin-bottom: -50px; }
    @media screen and (max-width: 767px) {
      section.section-treatment .container .box-content-main.box-first {
        border-radius: 16px;
        margin-bottom: -70px; } }
    section.section-treatment .container .box-content-main.box-first .box-content-background {
      max-width: 900px;
      margin: 0 auto;
      padding: 45px 0;
      position: relative;
      z-index: 30; }
      @media screen and (max-width: 767px) {
        section.section-treatment .container .box-content-main.box-first .box-content-background {
          padding: 24px; } }
      section.section-treatment .container .box-content-main.box-first .box-content-background .list-condition {
        color: #fff;
        text-align: center; }
        @media screen and (max-width: 991px) {
          section.section-treatment .container .box-content-main.box-first .box-content-background .list-condition {
            max-width: 350px;
            margin: 0 auto; } }
        @media screen and (max-width: 767px) {
          section.section-treatment .container .box-content-main.box-first .box-content-background .list-condition {
            max-width: 100%; } }
        section.section-treatment .container .box-content-main.box-first .box-content-background .list-condition h2 {
          color: #fff;
          margin-bottom: 10px; }
        section.section-treatment .container .box-content-main.box-first .box-content-background .list-condition p {
          font-size: 18px; }
          @media screen and (max-width: 767px) {
            section.section-treatment .container .box-content-main.box-first .box-content-background .list-condition p {
              text-align: left; } }
        section.section-treatment .container .box-content-main.box-first .box-content-background .list-condition p:last-child {
          margin-bottom: 0; }
        section.section-treatment .container .box-content-main.box-first .box-content-background .list-condition ul {
          padding: 0;
          margin: 20px 0 0;
          list-style-type: none; }
          @media screen and (max-width: 991px) {
            section.section-treatment .container .box-content-main.box-first .box-content-background .list-condition ul {
              text-align: left; } }
          section.section-treatment .container .box-content-main.box-first .box-content-background .list-condition ul li {
            position: relative;
            color: #ffffff;
            font-size: 20px;
            font-family: "Mulish Bold";
            text-transform: capitalize;
            display: inline-block;
            padding-left: 30px;
            margin-right: 20px; }
            @media screen and (max-width: 991px) {
              section.section-treatment .container .box-content-main.box-first .box-content-background .list-condition ul li {
                display: block;
                margin-right: 0;
                margin-bottom: 10px; } }
            @media screen and (max-width: 767px) {
              section.section-treatment .container .box-content-main.box-first .box-content-background .list-condition ul li {
                font-size: 18px; } }
            section.section-treatment .container .box-content-main.box-first .box-content-background .list-condition ul li:last-child {
              margin: 0; }
            section.section-treatment .container .box-content-main.box-first .box-content-background .list-condition ul li::before {
              content: "\f058";
              font-family: "Font Awesome 6 Pro";
              font-weight: 900;
              color: #ffffff;
              font-size: 22px;
              position: absolute;
              left: 0;
              top: 0; }
              @media screen and (max-width: 767px) {
                section.section-treatment .container .box-content-main.box-first .box-content-background .list-condition ul li::before {
                  font-size: 18px; } }
  section.section-treatment .container .box-polygon {
    text-align: center;
    margin-top: -1px;
    padding-bottom: 50px; }
    @media screen and (max-width: 767px) {
      section.section-treatment .container .box-polygon {
        line-height: 15px;
        padding-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      section.section-treatment .container .box-polygon svg {
        width: 50px;
        height: auto; } }
  section.section-treatment .container .box-listing-standard .box-content-main.box-two,
  section.section-treatment .container .box-listing-combine .box-content-main.box-two {
    position: relative;
    z-index: 40; }
    section.section-treatment .container .box-listing-standard .box-content-main.box-two .box-title h2,
    section.section-treatment .container .box-listing-combine .box-content-main.box-two .box-title h2 {
      color: #2a2f38; }
      section.section-treatment .container .box-listing-standard .box-content-main.box-two .box-title h2 span,
      section.section-treatment .container .box-listing-combine .box-content-main.box-two .box-title h2 span {
        color: #2260d3; }
    @media screen and (max-width: 767px) {
      section.section-treatment .container .box-listing-standard .box-content-main.box-two .box-vector svg,
      section.section-treatment .container .box-listing-combine .box-content-main.box-two .box-vector svg {
        width: 100%;
        height: auto; } }
  section.section-treatment .container .box-listing-standard {
    padding-bottom: 50px; }
    @media screen and (max-width: 767px) {
      section.section-treatment .container .box-listing-standard {
        padding-bottom: 30px; } }
    section.section-treatment .container .box-listing-standard .box-content-main.box-two {
      padding-bottom: 27px; }
      @media screen and (max-width: 767px) {
        section.section-treatment .container .box-listing-standard .box-content-main.box-two {
          padding-bottom: 0px; } }
      section.section-treatment .container .box-listing-standard .box-content-main.box-two .box-vector {
        position: absolute;
        right: 10%;
        top: -15px;
        z-index: 30; }
        @media screen and (max-width: 991px) {
          section.section-treatment .container .box-listing-standard .box-content-main.box-two .box-vector {
            right: 0;
            top: -25px; } }
        @media screen and (max-width: 767px) {
          section.section-treatment .container .box-listing-standard .box-content-main.box-two .box-vector {
            top: 30px; } }
    @media screen and (max-width: 767px) {
      section.section-treatment .container .box-listing-standard .row {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: inline mandatory;
        justify-content: flex-start; } }
    @media screen and (max-width: 767px) {
      section.section-treatment .container .box-listing-standard .row .treatment-item {
        width: 85%;
        scroll-snap-align: start; } }
    section.section-treatment .container .box-listing-standard .row .treatment-item .treatment-main {
      background-color: #ffffff;
      box-shadow: 0px 26px 37.4000015259px -16px rgba(0, 0, 0, 0.03);
      padding: 12px 12px 60px 12px;
      border-radius: 12px;
      height: calc(100% - 24px); }
      section.section-treatment .container .box-listing-standard .row .treatment-item .treatment-main .treatment-thumbnail {
        margin-bottom: 18px; }
        section.section-treatment .container .box-listing-standard .row .treatment-item .treatment-main .treatment-thumbnail img {
          width: 100%;
          height: auto;
          border-radius: 12px; }
      section.section-treatment .container .box-listing-standard .row .treatment-item .treatment-main .treatment-content {
        padding: 0 12px; }
        section.section-treatment .container .box-listing-standard .row .treatment-item .treatment-main .treatment-content .treatment-title {
          margin-bottom: 12px; }
          section.section-treatment .container .box-listing-standard .row .treatment-item .treatment-main .treatment-content .treatment-title h3 {
            font-family: "Mulish Bold";
            text-transform: capitalize;
            line-height: 23px; }
            section.section-treatment .container .box-listing-standard .row .treatment-item .treatment-main .treatment-content .treatment-title h3 a {
              color: #2a2f38; }
        section.section-treatment .container .box-listing-standard .row .treatment-item .treatment-main .treatment-content .treatment-description {
          margin-bottom: 12px;
          font-family: "Mulish Medium";
          font-size: 18px;
          color: #525560; }
        section.section-treatment .container .box-listing-standard .row .treatment-item .treatment-main .treatment-content .treatment-price {
          margin-bottom: 30px;
          font-family: "Mulish Bold";
          font-size: 18px;
          color: #000000; }
        section.section-treatment .container .box-listing-standard .row .treatment-item .treatment-main .treatment-content .treatment-viewmore a {
          font-family: "Mulish ExtraBold";
          text-transform: capitalize;
          font-size: 16px;
          color: #0086d7;
          display: flex;
          align-items: center; }
          section.section-treatment .container .box-listing-standard .row .treatment-item .treatment-main .treatment-content .treatment-viewmore a i {
            margin-left: 10px; }
  section.section-treatment .container .box-listing-combine .box-content-main.box-two {
    padding-bottom: 27px; }
    @media screen and (max-width: 767px) {
      section.section-treatment .container .box-listing-combine .box-content-main.box-two {
        padding-bottom: 0; } }
    section.section-treatment .container .box-listing-combine .box-content-main.box-two .box-vector {
      position: absolute;
      top: 0;
      left: 20%; }
      @media screen and (max-width: 767px) {
        section.section-treatment .container .box-listing-combine .box-content-main.box-two .box-vector {
          left: -8px;
          top: 30px; } }
      @media screen and (min-width: 400px) and (max-width: 767px) {
        section.section-treatment .container .box-listing-combine .box-content-main.box-two .box-vector {
          top: 0; } }
  @media screen and (max-width: 767px) {
    section.section-treatment .container .box-listing-combine .row {
      flex-wrap: nowrap;
      overflow-x: auto;
      scroll-snap-type: inline mandatory;
      justify-content: flex-start !important; } }
  @media screen and (max-width: 767px) {
    section.section-treatment .container .box-listing-combine .row .combine-item {
      width: 85%;
      scroll-snap-align: start; } }
  section.section-treatment .container .box-listing-combine .row .combine-item .combine-main {
    background-color: #ffffff;
    box-shadow: 0px 26px 37.4000015259px -16px rgba(0, 0, 0, 0.03);
    padding: 12px 12px 60px 12px;
    border-radius: 16px;
    height: calc(100% - 24px); }
    section.section-treatment .container .box-listing-combine .row .combine-item .combine-main .combine-thumbnail {
      margin-bottom: 18px; }
      section.section-treatment .container .box-listing-combine .row .combine-item .combine-main .combine-thumbnail img {
        width: 100%;
        height: auto;
        border-radius: 16px; }
    section.section-treatment .container .box-listing-combine .row .combine-item .combine-main .combine-content {
      padding: 0 12px; }
      section.section-treatment .container .box-listing-combine .row .combine-item .combine-main .combine-content .combine-title {
        margin-bottom: 12px; }
        section.section-treatment .container .box-listing-combine .row .combine-item .combine-main .combine-content .combine-title h3 {
          font-family: "Mulish ExtraBold";
          text-transform: capitalize;
          line-height: 23px; }
          section.section-treatment .container .box-listing-combine .row .combine-item .combine-main .combine-content .combine-title h3 a {
            color: #2a2f38; }
      section.section-treatment .container .box-listing-combine .row .combine-item .combine-main .combine-content .combine-description {
        margin-bottom: 12px;
        font-family: "Mulish Medium";
        font-size: 16px;
        color: #525560; }
        @media screen and (max-width: 767px) {
          section.section-treatment .container .box-listing-combine .row .combine-item .combine-main .combine-content .combine-description {
            font-size: 18px; } }
      section.section-treatment .container .box-listing-combine .row .combine-item .combine-main .combine-content .combine-price {
        margin-bottom: 30px;
        font-family: "Mulish ExtraBold";
        font-size: 18px;
        color: #000000; }
      section.section-treatment .container .box-listing-combine .row .combine-item .combine-main .combine-content .combine-viewmore a {
        font-family: "Mulish ExtraBold";
        text-transform: capitalize;
        font-size: 16px;
        color: #0086d7;
        display: flex;
        align-items: center; }
        section.section-treatment .container .box-listing-combine .row .combine-item .combine-main .combine-content .combine-viewmore a i {
          margin-left: 10px; }

section.section-procedure {
  padding-top: 70px; }
  section.section-procedure .container .box-content-main .box-title h2 {
    color: #2a2f38; }
    section.section-procedure .container .box-content-main .box-title h2 span {
      color: #2260d3; }
  section.section-procedure .container .box-step-by-step {
    background-image: url("/wp-content/uploads/2024/05/word-map-quy-trinh-dieu-tri.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0; }
    @media screen and (max-width: 767px) {
      section.section-procedure .container .box-step-by-step {
        padding: 0; } }
    section.section-procedure .container .box-step-by-step .step-item:not(:last-child) {
      margin-bottom: 30px; }
      @media screen and (max-width: 991px) {
        section.section-procedure .container .box-step-by-step .step-item:not(:last-child) {
          margin-bottom: 15px; } }
    section.section-procedure .container .box-step-by-step .step-item .step-main {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 767px) {
        section.section-procedure .container .box-step-by-step .step-item .step-main {
          align-items: normal; } }
      @media screen and (max-width: 767px) {
        section.section-procedure .container .box-step-by-step .step-item .step-main .step-mobile {
          display: flex;
          flex-direction: column;
          align-items: center; } }
      section.section-procedure .container .box-step-by-step .step-item .step-main .step-number {
        max-width: 68px;
        text-align: center; }
        section.section-procedure .container .box-step-by-step .step-item .step-main .step-number p {
          font-family: "Mulish ExtraBold";
          font-size: 28px;
          line-height: 35px; }
          @media screen and (max-width: 767px) {
            section.section-procedure .container .box-step-by-step .step-item .step-main .step-number p {
              font-size: 16px;
              line-height: 20px; } }
          section.section-procedure .container .box-step-by-step .step-item .step-main .step-number p span {
            font-size: 48px;
            display: block;
            margin-top: 5px; }
            @media screen and (max-width: 767px) {
              section.section-procedure .container .box-step-by-step .step-item .step-main .step-number p span {
                font-size: 24px; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        section.section-procedure .container .box-step-by-step .step-item .step-main .step-icon {
          text-align: center; } }
      section.section-procedure .container .box-step-by-step .step-item .step-main .step-icon img {
        width: 100%;
        height: auto; }
        @media screen and (min-width: 768px) and (max-width: 991px) {
          section.section-procedure .container .box-step-by-step .step-item .step-main .step-icon img {
            width: 80%; } }
        @media screen and (max-width: 767px) {
          section.section-procedure .container .box-step-by-step .step-item .step-main .step-icon img {
            width: 62px;
            height: 62px; } }
      section.section-procedure .container .box-step-by-step .step-item .step-main .step-content {
        flex: 0 0 55%;
        font-family: "Mulish Regular";
        font-size: 18px;
        color: #2a2f38; }
        @media screen and (max-width: 767px) {
          section.section-procedure .container .box-step-by-step .step-item .step-main .step-content {
            flex: 0 0 80%; } }
        section.section-procedure .container .box-step-by-step .step-item .step-main .step-content h3 {
          font-family: "Mulish Bold";
          color: #2a2f38; }
          @media screen and (max-width: 767px) {
            section.section-procedure .container .box-step-by-step .step-item .step-main .step-content h3 {
              font-size: 20px; } }
      section.section-procedure .container .box-step-by-step .step-item .step-main .step-border {
        width: 123px;
        height: 1px;
        border-top: 2px dashed #989fb0;
        position: relative; }
        @media screen and (min-width: 768px) and (max-width: 991px) {
          section.section-procedure .container .box-step-by-step .step-item .step-main .step-border {
            width: 90px;
            margin-right: 30px; } }
        @media screen and (max-width: 767px) {
          section.section-procedure .container .box-step-by-step .step-item .step-main .step-border {
            width: 1px;
            height: 100%;
            border-left: 2px dashed #989fb0; } }
        section.section-procedure .container .box-step-by-step .step-item .step-main .step-border:after {
          content: "";
          width: 10px;
          height: 10px;
          position: absolute;
          border-radius: 50%;
          background: #989fb0; }
          @media screen and (min-width: 768px) {
            section.section-procedure .container .box-step-by-step .step-item .step-main .step-border:after {
              top: -6px;
              left: 0; } }
          @media screen and (max-width: 767px) {
            section.section-procedure .container .box-step-by-step .step-item .step-main .step-border:after {
              top: -6px;
              right: -5px; } }
        section.section-procedure .container .box-step-by-step .step-item .step-main .step-border:before {
          content: "";
          width: 10px;
          height: 10px;
          position: absolute;
          border-radius: 50%;
          background: #989fb0; }
          @media screen and (min-width: 768px) {
            section.section-procedure .container .box-step-by-step .step-item .step-main .step-border:before {
              top: -6px;
              right: 0; } }
          @media screen and (max-width: 767px) {
            section.section-procedure .container .box-step-by-step .step-item .step-main .step-border:before {
              bottom: -6px;
              right: -4px; } }
    section.section-procedure .container .box-step-by-step .step-item:nth-child(even) {
      padding-left: 150px; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        section.section-procedure .container .box-step-by-step .step-item:nth-child(even) {
          padding-left: 50px; } }
      @media screen and (max-width: 767px) {
        section.section-procedure .container .box-step-by-step .step-item:nth-child(even) {
          padding-left: 0; } }
    section.section-procedure .container .box-step-by-step .step-1.step-item .step-main .step-number p {
      color: #4163ff; }
    section.section-procedure .container .box-step-by-step .step-2.step-item .step-main .step-number p {
      color: #23c4ef; }
    section.section-procedure .container .box-step-by-step .step-3.step-item .step-main .step-number p {
      color: #ff8614; }
    section.section-procedure .container .box-step-by-step .step-4.step-item .step-main .step-number p {
      color: #016399; }
    section.section-procedure .container .box-step-by-step .step-5.step-item .step-main .step-number p {
      color: #016399; }
    section.section-procedure .container .box-step-by-step .step-item:last-child .step-main .step-mobile .step-border {
      display: none; }

section.section-faq {
  padding: 50px 0; }
  @media screen and (max-width: 767px) {
    section.section-faq {
      padding: 30px 0; } }
  section.section-faq .box-heading {
    margin-bottom: 50px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      section.section-faq .box-heading {
        margin-bottom: 30px; } }
    section.section-faq .box-heading h2 {
      font-size: 40px;
      font-family: "Mulish Bold";
      color: #2a2f38;
      margin-bottom: 0; }
      section.section-faq .box-heading h2 span {
        color: #2260d3; }
      @media screen and (max-width: 991px) {
        section.section-faq .box-heading h2 {
          font-size: 32px; } }
      @media screen and (max-width: 767px) {
        section.section-faq .box-heading h2 {
          font-size: 28px;
          text-align: center; } }
      @media screen and (max-width: 390px) {
        section.section-faq .box-heading h2 {
          font-size: 24px; } }
  section.section-faq .list-faq {
    max-width: 870px;
    margin: 0 auto; }
    section.section-faq .list-faq .faq-item {
      padding: 14px 36px;
      border-radius: 16px;
      margin-bottom: 16px;
      background: #f9f9fa;
      position: relative; }
      @media screen and (max-width: 767px) {
        section.section-faq .list-faq .faq-item {
          padding: 16px 12px;
          margin-bottom: 10px; } }
      section.section-faq .list-faq .faq-item.active {
        background: #def4fc80; }
        section.section-faq .list-faq .faq-item.active .faq-question {
          padding-bottom: 12px;
          border-bottom: 1px solid #d4e6ed; }
          section.section-faq .list-faq .faq-item.active .faq-question .fa-chevron-down::before {
            content: "\f077"; }
      section.section-faq .list-faq .faq-item .faq-question h3 {
        color: #2a2f38;
        margin-bottom: 0;
        font-size: 20px;
        font-family: "Mulish Bold";
        display: flex;
        align-items: center; }
        section.section-faq .list-faq .faq-item .faq-question h3 i {
          font-size: 32px;
          color: #22bfef;
          margin-right: 18px; }
        @media screen and (max-width: 767px) {
          section.section-faq .list-faq .faq-item .faq-question h3 {
            margin-right: 25px; }
            section.section-faq .list-faq .faq-item .faq-question h3 i {
              font-size: 20px;
              margin-right: 10px; } }
      section.section-faq .list-faq .faq-item .faq-question .fa-chevron-down {
        font-size: 24px;
        position: absolute;
        top: 18px;
        right: 40px;
        color: #b5bbc6; }
        @media screen and (max-width: 767px) {
          section.section-faq .list-faq .faq-item .faq-question .fa-chevron-down {
            font-size: 18px;
            right: 16px; } }
      section.section-faq .list-faq .faq-item .faq-answer {
        display: none;
        margin-top: 16px;
        font-size: 18px;
        font-family: "Mulish Regular";
        color: #2a2f38; }
        @media screen and (max-width: 767px) {
          section.section-faq .list-faq .faq-item .faq-answer {
            padding: 0 12px; } }
        section.section-faq .list-faq .faq-item .faq-answer p {
          font-size: 18px;
          font-family: "Mulish Regular";
          color: #2a2f38; }
        section.section-faq .list-faq .faq-item .faq-answer ul {
          font-size: 18px;
          font-family: "Mulish Regular"; }
          section.section-faq .list-faq .faq-item .faq-answer ul li {
            margin-bottom: 10px; }

section.section-cta-footer {
  padding-bottom: 0; }

/*# sourceMappingURL=page-service.css.map */
