.zp-table {
  width: 80%;
}
.zcookie-details tr th:nth-child(2) {
    min-width: 195px;
}
.zoho-cookie {
    padding: 25px;
    box-sizing: border-box;
    background: #fff6f7;
    margin-bottom: 35px;
}

.zoho-cookie p {
    margin-bottom: 0;
}
.zw-template-inner .content-wrap {
    max-width: 890px;
margin-bottom: 100px;
}
.zp-table-responsive {
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .zp-table {
    width: 100%;
  }
}

.zw-template-inner .content-wrap h1 {
  padding: 80px 0px 40px 0px;
  text-align: center;
}

.zw-template-inner .content-wrap h2 {
  font: 28px/1.3 var(--zf-primary-semibold);
}

.zupdatedon {
  text-align: right;
  margin-bottom: 30px;
}

.list-space {
  overflow: hidden;
  max-width: 400px;
  width: 100%;
}

.list-space li {
  width: 50%;
  float: left;
}

.zcookie-details {
  margin-bottom: 50px;
}

.zcookie-container .zcookie-container-inner:nth-child(2)>.zcookie-details {
  display: block;
}

.zcookie-container {
  margin: 40px auto 0;
  width: 100%;
}

.zcookie-container-inner h5 {
  background: #f8f8f8;
  padding: 12px;
  position: relative;
  cursor: pointer;
  display: none;
}

.zcookie-details p {
  font-size: 16px;
  margin-bottom: 15px;
}

.zcookie-details table {
  margin-bottom: 20px;
  font-size: 16px;
table-layout: fixed;
    width: 100%;
}

.zcookie-details th,
.zcookie-details td {
  border: 1px solid #e8e8e8;
  padding: 10px;
word-wrap: break-word;
}

.zcookie-details th {
  background: #f0f0f0;
}

.zcookie-container-inner h5::after,
.zcookie-container-inner h5::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 26px;
  width: 14px;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
}

.zcookie-container-inner h5::before {
  transform: rotate(-45deg);
  right: 20px;
}

.zopt-cookies-container>span.zopt-out {
  color: #03a9f5;
  cursor: pointer;
  text-decoration: underline;
  display: none;
}

.zopt-cookies-container>span.zopt-in {
  display: none;
  cursor: pointer;
}

.zopt-cookies-container>span.zopt-in em {
  color: #03a9f5;
  cursor: pointer;
}

.zcookie-container {
  margin: 40px auto 0;
  width: 100%;
}

.zcookie-details  table th {
    position: sticky;
     position: -webkit-sticky; /* Safari */
    top: 65px;
    font-family: var(--zf-primary-semibold);
    vertical-align: middle;
}

.ztab_cookie {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}

.ztab_cookie span {
  padding: 10px 0;
  width: 25%;
  float: left;
  text-align: center;
  cursor: pointer;
}

.ztab_cookie span.zshow {
  font-family: var(--zf-primary-semibold);
  color: #03a9f5;
}

.ztab_cookie em {
  position: absolute;
  width: 33%;
  height: 1px;
  background: #03a9f5;
  display: block;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
}
.zw-template-inner .content-wrap ol,.zw-template-inner .content-wrap ul {
    list-style: initial;
    margin-left: 25px;
}
@media screen and (max-width: 1199px) {
.zcookie-details table th{
top: 0;
}
}

@media screen and (max-width:767px) {
  .ztab_cookie {
    display: none;
  }

  .zcookie-container-inner h5 {
    display: block;
  }
  .zcookie-details {
    overflow: scroll;
  }

  .zcookie-details table {
    width: 800px;
  }
.zcookie-details tr th:nth-child(3), .zcookie-details tr th:nth-child(4), .zcookie-details tr th:nth-child(5) {
    min-width: 195px;
}
}

