/*faq-page-start*/

.bread a {
    font-size: 14px;
    color: #454545;
    font-weight: 400;
  }
  .bread a span {
    color: #f4c400;
    font-size: 16px;
    font-weight: 700;
  }
  .bread {
    margin-bottom: 35px;
  }
  .faq-title {
    text-align: center;
    margin-bottom: 35px;
  }
  .faq-title h3 {
    font-size: 40px;
    color: #2a4759;
    font-weight: 700;
    margin: 0;
  }
  .faq-collaps .card-header {
    padding: 0;
    background: transparent;
    border: 0;
  }
  .faq-collaps button {
    width: 100%;
    padding: 0;
    text-align: left;
    padding: 0 30px;
    height: 60px;
    border-radius: 20px;
    text-decoration: none !important;
    font-size: 20px;
    color: #2e475f;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .faq-collaps .card {
    border: 0;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .faq-collaps h5 {
    text-decoration: none !important;
    border-radius: 20px;
  }
  .faq-collaps {
    max-width: 1050px;
    margin: auto;
    background: #f5f5f5;
    padding: 30px;
    border-radius: 20px;
  }
  .faq-collaps .card-body {
    padding: 0 30px;
  }
  .list-containt {
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
  }
  .single-list-con h3 {
    font-size: 16px;
    color: #2e475f;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .single-list-con p {
    padding-left: 16px;
    font-size: 14px;
    color: #627886;
    font-weight: 400;
    margin: 0;
  }
  .single-list-con {
    margin-bottom: 30px;
  }
  .single-con-not {
    padding: 10px 20px;
    background: #fffa73;
    border-radius: 10px;
  }
  .single-con-not h3 {
    font-size: 16px;
    color: #2e475f;
    margin-bottom: 7px;
    font-weight: 600;
  }
  .single-con-not ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .single-con-not li {
    font-size: 14px;
    color: #2e475f;
    font-weight: 400;
    line-height: 25px;
  }
  .faq-collaps button[aria-expanded="true"] i {
    transform: rotate(-180deg);
  }
  .faq-collaps button i {
    transition: 0.3s;
  }
  .faq-area {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  /*faq-page-end*/
  