.cookie-policy-banner {
    background-color: #000;
}

.content-wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 4rem auto;
}

.hero-wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin: 0 auto;
}

.content-wrap p{
    color: #000;
}

.cookie-section .nav-pills .nav-link h3{
    font-size: 1rem;
}

.cookie-section .nav-pills .nav-item .nav-link{
    border-bottom: 1px solid #e9ecef !important;
}

.cookie-policy-banner h1{
    margin-bottom: 15px;
}

#header-wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto
}

.table-responsive tr>th,
.table-responsive tr>td{
    vertical-align: middle;
    color: #000;
}

.content-wrap h4{
    margin-bottom: 15px;
    color: #000;
}

#client-strip, #download-action-strip{
    display: none;
}

@media(min-width: 576px) {
    .content-wrap {
        max-width:540px
    }

    .hero-wrap {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .content-wrap {
        max-width:720px
    }

    .hero-wrap {
        max-width: 720px
    }
}

@media only screen and (min-width: 1200px) {
    .hero-banner {
        position:absolute;
        left: 68px
    }
}

@media only screen and (min-width: 1400px) {
    .hero-banner {
        transform:scale(1.2)
    }
}

@media(min-width: 992px) {
    .content-wrap {
        max-width:960px
    }

    .hero-wrap {
        max-width: 960px
    }

    .tab-active {
        box-shadow: 0 0 15px 2px #e6e6e6
    }
}

@media(min-width: 1200px) {
    .content-wrap {
        max-width:1140px
    }

    .col-xl-one-fifth {
        flex: 0 0 20%;
        max-width: 20%
    }

    .hero-wrap {
        max-width: 1140px;
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

.border-bottom-dotted {
    border-bottom: 1px dotted #ccc
}

.cookie-table td {
    font-size: 15px;
}

.cookie-section .nav-pills .nav-link.active {
    background-color: transparent;
    border-bottom: 2px solid rgb(131, 181, 51) !important;
    border-radius: 0;
    color: rgb(131, 181, 51) !important;
}

.cookie-section .nav-pills .nav-link {
    background-color: transparent;
    border-radius: 0;
    color: rgb(73, 80, 87);
}

.section-header {
    font-size: 1.75rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.managecookie {
    cursor: pointer;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    text-decoration: none !important;
}

#pills-tabContent .table th,#pills-tabContent .table td{
    color: #000;;
}

.browser-list{
    list-style-type: none;
    margin-bottom: 0;
}

.browser-list li a{
    border-bottom: none !important;
}

/* manage cookie popup starts */
  
.widget-img {
    width: 100%;
}
.cookie-popup-main {
  display: none;
  position: absolute;
  bottom: calc(100% + 30px);
  left: 50%;
  width: 560px;
  background: #fff;
  color: #000;
  padding: 25px;
  text-align: left;
  border-radius: 5px;
  overflow: scroll;
  max-height:600px;
  height: 100%;
  top: 13%;
  z-index: 100000;
  position: fixed;
  bottom: 83px;
  left: calc(50% - 280px);
  box-sizing: border-box
}
.cookie-popup-main.widget-active {
  left: 10px;
  animation: .5s slideup ease;
  top: unset;
}
@keyframes slideup {
  0% {
    transform: translate3d(-10px, 70px, -20px);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.cookie-popup-widget {
  position: fixed;
  bottom: 5px;
  width: 65px;
  opacity: 0;
  cursor: pointer;
  z-index: 100001;
  display: none;
  left: 10px;
}
.cookie-popup-inner {
  margin-bottom: 25px;
}

.cookie-popup-inner {
  max-width: 1170px;
  width: 95%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.cookie-popup-content {
  width: 50%;
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
}
.zdesc-anchor {
  display: inline-block;
}
.cookie-popup-content a {
  color: #00abfb;
}
.cookie-popup-cta-container {
  width: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding-top: 5px;
}
.cookie-popup-cta {
  color: #FFF;
  background: #DF4C3A;
  font-weight: bold;
  letter-spacing: .5px;
  padding: 10px 20px;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  font-family: var(--zf-secondary-bold);
}
.cookie-popup-cta-container > div {
  display: inline-block;
  position: relative;
}
.cookie-popup-cta-accept, .cookie-popup-cta-reject {
  margin-left: 10px;
}
.cookie-popup-main.active {
  display: block;
}
.cookie-popup-inner p {
  font-size: 14px;
  margin: 10px 0;
}
.cookie-popup-desc {
  display: none;
}
.cookie-popup-desc a {
  border-bottom: 1px solid #03a9f5;
}
.cookie-popup-type-container {
  padding: 20px 20px 20px 35px;
  background: #f8f8f8;
  margin-bottom: 20px;
}
.cookie-popup-heading h5 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
  cursor: pointer;
}
.cookie-popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
}
.cookie-popup-container > p {
  font-size: 14px;
  line-height: 1.6;
  padding: 0 10px;
}
.save-exit-btn {
  padding: 8px 22px;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  background: #DF4C3A;
  color: #fff;
  font-family: var(--zf-primary-semibold);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
}
.cookie-popup-container > h4 {
  font-size: 18px;
  padding: 0 10px;
  margin-bottom: 5px;
}
.cookie-popup-heading {
  position: relative;
}
.popup-toggle-container {
  position: absolute;
  right: 0;
  top: 2px;
  width: 44px;
  height: 20px;
  display: inline-block;
  padding: 2px 10px;
  box-sizing: border-box;
  opacity: .4;
}
.popup-toggle-container.strictly-text {
  width: auto;
  opacity: 1;
  color: #06a7f0;
  top: 0;
  font-size: 15px;
  right: 0;
  padding-right: 0;
}
.popup-toggle-bg {
  background: #03a9f5;
  width: 100%;
  display: inline-block;
  border-radius: 18px;
  height: 100%;
}
.popup-toggle-pointer {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 22px;
  top: 0;
  box-shadow: 0 0 7px -2px #7d7d7d;
  transition: all .3s ease;
}
.popup-toggle-container.popup-toggle-active {
  opacity: 1;
  cursor: pointer;
}
.popup-toggle-no .popup-toggle-pointer {
  left: 0;
}
.popup-toggle-no .popup-toggle-bg {
  background: #a7a7a7;
}
.popup-toggle-pointer::after, .popup-toggle-pointer::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  width: 5px;
  height: 2px;
  background: #03a9f5;
  transform: rotate(45deg);
  transition: all .3s ease;
}
.popup-toggle-pointer::before {
  width: 9px;
  transform: rotate(-45deg);
  left: 7px;
  top: 10px;
}
.popup-toggle-no .popup-toggle-pointer::after, .popup-toggle-no .popup-toggle-pointer::before {
  background: #a7a7a7;
  width: 10px;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -5px;
}
.cookie-popup-container-close {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #bfbfbf;
  transition: all .3s ease;
  cursor: pointer;
}
.cookie-popup-container-close::after, .cookie-popup-container-close::before {
  background: #bfbfbf;
  width: 12px;
  left: 50%;
  top: 50%;
  margin-top: 0;
  margin-left: -6px;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  height: 1px;
  cursor: pointer;
}
.cookie-popup-container-close::before {
  transform: rotate(-45deg);
}
.cookie-popup-heading::after, .cookie-popup-heading::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #626262;
  left: -22px;
  top: 50%;
  margin-top: -1px;
  transition: all .5s ease;
}
.cookie-popup-heading::after {
  transform: rotate(90deg);
}
.cookie-popup-type-container.active .cookie-popup-heading::after {
  transform: rotate(0);
}
@media screen and (max-width:991px) {
  .cookie-popup-content {
    width: 100%;
    text-align: center;
  }
  .cookie-popup-cta-container {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width:767px) {
  .cookie-popup-widget {
    bottom: 55px;
  }
  .cookie-popup-main {
    bottom: 130px;
  }
  .cookie-popup-widget {
    display: none !important;
  }
  .content-wrap {
    margin: 2.5rem auto;
}
.section-header{
    margin-bottom: 15px;
}
.cookie-section .nav-pills .nav-link h3{
    line-height: 1.3;
}
}
@media screen and (max-width:600px) {
  .cookie-popup-main {
    width: 90%;
    margin-left: 0;
    left: 5%;
    padding: 15px;
  }
}
@media screen and (max-width:480px) {
  .cookie-popup-main {
    width: 96%;
    margin-left: 0;
    left: 2%;
    padding: 15px;
  }
  .cookie-popup-cta {
    font-size: 10px;
  }
}

/* manage cookie popup ends */