/* cookies*/
/************cookies start************/
.use-of-cookies-wrap .cookies-content {
  color: #575756;
}

.use-of-cookies-wrap .cookies-content span {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 35px;
}

.use-of-cookies-wrap .light-blue-bg-padding {
  padding: 30px 0px;
}

.use-of-cookies-wrap .heading6 {
  margin: 30px 0px;
}

.Cookies-table {
  margin: 60px 0px 0px 0px;
}

.Cookies-table .table .thead-info {
  display: contents;
}

.Cookies-table table thead th {
  background-color: #004F9F;
  font-family: "Helvetica-45", "Helvetica-Neue", serif;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  padding: 15px 15px;
  border-right: 2px solid #ffffff;
}

.Cookies-table table thead th:last-child {
  border-right: 0px solid #ffffff;
}

.Cookies-table table tbody td {
  color: #575756;
  font-family: "Helvetica-45", "Helvetica-Neue", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 15px 15px;
  border-bottom: 1px solid #004F9F;
}

.Cookies-table table tbody tr:nth-child(even) {
  background-color: #ECF4FC;
}

.Cookies-table-wrap {
  margin: 50px 0px 20px 0px;
}

.Cookies-table-wrap .heading5 {
  margin: 26px 0px;
}

.Cookies-table ul li {
  padding: 0px 20px;
  font-family: "Helvetica-45", "Helvetica-Neue", serif;
  color: #575756;
}

.Cookies-table .downsign {
  max-width: 22px;
  margin: 0 auto;
}

.Cookies-table .downsign-wrap {
  text-align: center;
}

.Cookiesbtn {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .Cookies-table .table {
    width: 824px;
  }

  .Cookies-table {
    margin: 20px 0px 0px 0px;
  }

  .Cookiesbtn {
    margin: 20px auto;
    display: block;
    width: 60%;
  }

  .Cookies-table table thead th {
    vertical-align: middle;
    padding: 0px 15px;
  }
}
