@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 80%;
  }
}
@media screen and (max-width: 991px) {
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) {
  .gov-page .left-sidebar .sidebar-fixed {
    position: fixed !important;
    background-color: #fff !important;
  }
  .gov-page .scrollspy-example {
    margin-top: 100px;
  }
}
@media screen and (max-width: 576px) {
  .list-group-item-action {
    font-size: 10px !important;
    padding: 5px;
  }
  .list-group-item-action span {
    overflow-x: scroll;
    width: 80%;
    display: block;
  }
  .img-sec {
    margin: 15px auto !important;
  }
  .scrollspy-example {
    padding: 20px !important;
  }
  .sidebar-fixed {
    position: sticky !important;
    background: #fff;
    width: 100% !important;
    text-wrap: wrap;
    top: 0;
  }
  h1 {
    font-size: 18px !important;
    line-height: inherit;
  }
  #list-item-1 h2 {
    font-size: 16px;
  }
  #list-item-1 h3 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
    line-height: inherit;
  }
  p, th, td, li, strong, .fent-bg a {
    font-size: 14px !important;
    line-height: initial !important;
  }
  .contact-ul {
    flex-direction: column;
  }
  .contact-ul .line {
    display: none;
  }
  .modal-buttons {
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .img-sec {
    border-radius: 5px;
  }
  h6 {
    font-size: 16px;
    margin: 10px 0px;
  }
  .use-link {
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
  }
  .amdees-footer h2 {
    text-align: center;
    font-size: 17px;
    font-family: "Playfair Display";
    font-weight: 800;
    margin-bottom: 15px;
    line-height: inherit;
  }
  .fent-bg {
    padding: 10px;
  }
  div#list-item-4 h1, div#list-item-5 h1, div#list-item-6 h1, div#list-item-7 h1, div#list-item-8 h1, div#list-item-9 h1, div#list-item-10 h1, div#list-item-11 h1 {
    margin-bottom: 10px;
  }
  .checked li::before {
    width: 15px;
    height: 15px;
  }
  .team-table h2 {
    font-size: 20px;
    line-height: initial;
  }
  .mt-5 {
    margin-top: 20px !important;
  }
  .gov-table h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  p, th, td, li, strong, .fent-bg a {
    font-size: 12px !important;
    line-height: initial !important;
  }
  h6 {
    font-size: 14px;
  }
  .modal-buttons a {
    font-size: 10px;
  }
  .gov-table h5 {
    font-size: 14px;
  }
}/*# sourceMappingURL=responsive.css.map */