/*====PRIVACY ====*/

.page-breadcrumbs {

  ul {
    display: flex;
    padding-inline-start: 0;
    list-style-type: none;
  }

  .breadcrumb-space {
    margin: 0 20px;
  }

  .breadcrumb-1 {
    font-family: "Roboto";
    color: #475569;
    font-size: 16px;
    font-weight: 400;
  }
  .breadcrumb-2 {
    font-family: "Roboto";
    color: #2563EB;
    font-size: 16px;
    font-weight: 400;
  }

}

.page-privacy {
  background-color: #F8FAFC;
  padding-bottom: 125px;

  .privacy-body {
    margin-top: 50px;
  }

  .privacy-section-1 {
    padding-top: 150px;
  }

  .privacy-title {
    font-family: "Roboto";
    color: #334155;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 35px;
    text-align: left;
  }

  .privacy-text {
    font-family: "Roboto";
    color: #1E293B;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    margin-bottom: 30px;
    text-align: justify;

    span {
      font-weight: 600;
    }
  }

  .download-btn-policy {
    display: flex;
    margin-top: 25px;
    font-family: "Roboto";
    color: #334155;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 35px;
    text-align: left;
    line-height: 35px;
  }

  .download-btn-policy-image {
    width: 35px;
    margin-right: 10px;
  }

  .privacy-text-mini {
    font-size: 14px;
  }

  .filter-blog {
    p.filter-blog-title {
      font-family: "Roboto";
      color: #475569;
      font-size: 24px;
      font-weight: 500;
      letter-spacing: 2px;
      margin-bottom: 40px;
    }
    .filter-blog-buttons ul {
      display: flex;
      margin-bottom: 20px;
      li {
        margin-right: 10px;
      }
    }
    .filter-blog-btn {
      font-family: "Roboto";
      color: #292524;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 2px;
      margin-bottom: 15px;
      border-radius: 4px;
      padding: 5px 8px;
      border: 1px solid #E2E8F0;
    }
    .filter-blog-active {
      color: #00f;
      font-weight: 700;
    }

  }

  .tab-container {
    display: flex;
  }
  .tab-buttons {
    display: flex;
    border-right: 1px solid #ddd;
  }
  .tab-buttons .filter-blog-btn {
    font-family: "Roboto";
    padding: 15px 25px;
    text-align: left;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-right: none;
    cursor: pointer;
    text-decoration: none;
    color: #475569;
    font-size: 15px;
    transition: background-color 0.3s;
    display: block;
  }
  .tab-buttons .filter-blog-btn:hover {
    background-color: #F1F5F9;;
  }
  .tab-buttons .filter-blog-active {
    background-color: #fff;
    //border: 1px solid #ddd;
    font-weight: bold;
  }
  //.tab-content {
  //  padding: 20px;
  //  border: 1px solid #ddd;
  //  width: 100%;
  //}

}

@media (max-width: 1680px) {
  .filter-blog .filter-blog-btn {
    font-size: 11px!important;
  }
}

@media (max-width: 992px) {
  .page-breadcrumbs .breadcrumb-1 {
    font-size: 13px;
  }
  .page-breadcrumbs .breadcrumb-space {
    margin: 0px 10px;
  }
}