.nav-wrap ul li a:hover {
  opacity: 0.85;
  text-decoration: underline;
}

.search-img {
  top: 5px;
  display: block;
  width: 30px;
  height: 34px;
  background: transparent;
}

.section-2 {
  margin-bottom: 25px;
}

.footer-copy,
.footer ul li {
  margin: 6px 0;
}

.footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.main {
  padding: 10px 12px 15px;
}

.content_left {
  padding: 0;
}

.police .content {
  min-height: 350px;
}

.privacy-con table {
  width: 100%;
  border-collapse: collapse;
  color: #333;
  ;
}

.privacy-con table td {
  padding: 14px 16px;
  vertical-align: top;
  line-height: 1.7;
  word-break: break-word;
  border: 1px solid #333;
}

.privacy-con table tr td:first-child {
  font-weight: 600;
  color: #333;
}

.privacy-con table a {
  color: #575757;
  word-break: break-all;
}

.privacy-con table a:hover {
  text-decoration: underline;
}

@media (max-width:768px) {

  .privacy-con table,
  .privacy-con table tbody,
  .privacy-con table tr,
  .privacy-con table td {
    display: block;
    width: 100%;
  }

  .privacy-con table tr {
    margin-bottom: 16px;
    border: 1px solid #333;
    border-radius: 10px;
  }

  .privacy-con table td {
    border: none;
    padding: 12px 14px;
  }

  .privacy-con table tr td:first-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
  }

  ;
}