/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*  Frequently asked questions CSS
/*----------------------------------------*/
.faq-area-2 .single-widget-one {
    border: 1px solid #dcdee0;
    box-shadow: none; }
    .faq-area-2 .single-widget-one:hover {
      border-color: transparent; }
  
  .faq-widget .single-widget-one {
    display: flex;
    padding: 30px;
    box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1), 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
    border-radius: 6px;
    margin-top: 30px;
    background-color: #fff;
    transition: all 0.3s ease-out; }
    .faq-widget .single-widget-one:hover {
      box-shadow: 0 20px 45px rgba(51, 77, 114, 0.15); }
  .faq-widget .widget-icon {
    margin-right: 20px; }
    .faq-widget .widget-icon i {
      font-size: 25px;
      color: var(--primary-color);
      display: inline-block;
      margin-top: 9px; }
  .faq-widget .faq-header h4 {
    color: var(--theme-title-color);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    position: relative;
    cursor: pointer;
    width: 100%;
    padding-right: 20px; }
    .faq-widget .faq-header h4 i {
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 24px;
      display: none;
      color: var(--theme-text-color); }
      .faq-widget .faq-header h4 i + i {
        display: block;
        color: var(--theme-title-color); }
    .faq-widget .faq-header h4.collapsed i {
      display: block; }
      .faq-widget .faq-header h4.collapsed i + i {
        display: none; }
  .faq-widget .faq-body p {
    font-size: 16px;
    color: var(--theme-text-color);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-top: 10px;
    line-height: 26px; }
  
  .faq-widget-2 {
    border-radius: 10px;
    padding: 40px 30px;
    background-color: #fff;
    box-shadow: var(--theme-dropshadow); }
    .faq-widget-2 .single-widget-one {
      padding: 19px 0;
      transition: all 0.3s ease-out;
      border-bottom: 1px solid #dcdee0; }
      .faq-widget-2 .single-widget-one:first-child {
        padding-top: 0; }
      .faq-widget-2 .single-widget-one:last-child {
        border-bottom: none;
        padding-bottom: 0; }
    .faq-widget-2 .faq-header h6 {
      color: var(--primary-color);
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 18px;
      position: relative;
      cursor: pointer;
      padding-right: 25px; }
      .faq-widget-2 .faq-header h6 i {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 24px;
        display: none;
        color: var(--primary-color); }
        .faq-widget-2 .faq-header h6 i + i {
          display: block; }
      .faq-widget-2 .faq-header h6.collapsed {
        color: var(--theme-title-color);
        font-family: "Poppins", sans-serif;
        font-weight: 500; }
        .faq-widget-2 .faq-header h6.collapsed i {
          color: #52575c;
          display: block; }
          .faq-widget-2 .faq-header h6.collapsed i + i {
            display: none; }
    .faq-widget-2 .faq-body p {
      font-size: 16px;
      color: var(--theme-text-color);
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      margin-top: 32px; }
  
  .advisor-area .section-title h2 {
    margin-top: -9px; }
  .advisor-area .advisor-img {
    position: relative; }
    .advisor-area .advisor-img .main-img {
      border-radius: 15px; }
    .advisor-area .advisor-img img {
      width: 100%;
      height: auto; }
    .advisor-area .advisor-img .shape {
      position: relative;
      z-index: -1; }
      .advisor-area .advisor-img .shape .box {
        position: absolute;
        top: 20px;
        right: -20px;
        z-index: -1;
        height: auto;
        width: auto;
        transform: translate(45%, -45%); }
      .advisor-area .advisor-img .shape .circle-shape {
        display: inline-block;
        position: absolute;
        top: -45px;
        z-index: -2;
        right: -35px;
        width: 65px;
        height: 65px;
        background-color: transparent;
        border-radius: 100%;
        border: 20px solid #ffd9a0;
        box-sizing: content-box;
        animation: pulse 5s infinite; }
    .advisor-area .advisor-img .work-time {
      display: flex;
      align-items: center;
      position: absolute;
      bottom: 25px;
      right: 30px;
      border-radius: 20px;
      background-color: rgba(13, 27, 43, 0.6);
      font-size: 14px;
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      padding: 9px 26px; }
      .advisor-area .advisor-img .work-time .circle-shape {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        position: relative;
        background-color: rgba(255, 255, 255, 0.5);
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
        .advisor-area .advisor-img .work-time .circle-shape::after {
          content: "";
          position: absolute;
          top: 45%;
          left: 50%;
          height: 9px;
          width: 9px;
          border-radius: 50%;
          transform: translate(-50%, -50%);
          background-color: #fff; }
      .advisor-area .advisor-img .work-time span {
        font-family: "Roboto", sans-serif;
        font-weight: 500; }
  .advisor-area .theme-btn-primary_alt i {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px; }
  