.zwrapper{
  display: block;
}

.zwrapper h1{}

h1, h2, h3, h4, h5, h6, p{
  margin-bottom: 0;
}

h1{
  font-size: 65px;
  line-height: 1.1;
}


/* banner section start */

.zwc-banner-section{
}

.zwc-banner-section .content-wrap{
  padding: 80px 0 100px 0;
}

.zwc-banner-section {
}

.zwc-bs-content-box {
    display: grid;
    justify-content: center;
    align-content: center;
    text-align: center;
    gap: 35px;
}

/* banner section end */

/* video list start */

.cate-search-box {
  margin: 0 auto 0px;
  position: relative;
  z-index: 9
}

.cate-search-box form {
  position: relative
}

.cate-search-box .cate-search-input {
  width: 100%;
  padding: 8px 60px 10px 15px;
  height: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  font-size: 16px;
  font-family: var(--zf-primary-regular)
}

.cate-search-box.active .cate-search-input {
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #e1e1e1
}

.cate-search-box .cate-search-submit {
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer
}

.cate-search-submit span {
  display: inline-block;
  vertical-align: middle;
  background: var(--common-elements) no-repeat -314px 0/660px auto;
  width: 16px;
  height: 17px;
  filter: opacity(0.7)
}

.cate-search-box .cate-search-reset {
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
  display: none;
}

.cate-search-reset span {
  display: inline-block;
  vertical-align: middle;
  /* background: var(--common-elements) no-repeat -330px 0/660px auto; */
  width: 15px;
  height: 15px;
  filter: opacity(0.7);
  position: relative;
}

.cate-search-reset span:before {
  content: "+";
  font-size: 24px;
  display: block;
  transform: rotate(45deg);
  line-height: 16px;
}


.zwc-data-section {
  background: #F2F5F6;
}

.zwc-data-section .content-wrap {
    padding: 80px 0;

}

.zwc-ds-content-box {
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-template-rows: 1fr;
    margin: 0 auto;
    max-width: 1200px;
}

.zwc-htv-categories-nav {
    grid-area: 1/1/2/2;
}

.zwc-htv-categories-details {
    grid-area: 1/2/2/3;
    padding-left: 50px;
}

.zwc-htvc-list-box {
  position: sticky;
  top: 100px;
  margin-top: 90px;
}

.zwc-htvc-list-box .list-tl {
    font-size: 20px;
    font-family: var(--primaryfont-semibold);
    margin-bottom: 50px;
    margin-top: 8px;
    padding-left: 20px;
}

.zwc-htvc-list {
  /* max-height: calc(100vh - 180px); */
  /* overflow: auto; */
}

.htv-filter-list-box{
  max-height: calc(100vh - 180px);
  overflow: auto;
}

.zwc-htvc-list li {
  font-size: 15px;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 5px;
}

.zwc-htvc-list li + li {
    margin-top: 10px;
}

.zwc-htvc-list li.is-active {
    font-family: var(--primaryfont-semibold);
}

.zwc_cate_details_top {
    display: grid;
    margin-bottom: 50px;
    /* justify-content: end; */
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}

.catagories-data-box {
}
.catagories-data-box+.catagories-data-box{
  margin-top: 60px;
  border-top: 1px solid #ddd;
  padding-top: 35px;
}

.catagories-data-box h2 {
    margin-bottom: 40px;
}

.zwc-cate-video-data-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 30px;
  margin-bottom: 80px;
}

.zwc-cate-video-data-list .zwc-video-detail {
  display: inline-grid;
  align-content: stretch;
}

.zwc-categories-detail-in {
    display: grid;
    background: #fff;
    padding: 10px 20px 20px;
    border-radius: 30px;
    box-shadow: 0 2px 3px -2px rgb(0 0 0 / 20%);
    align-content: space-between;
}

.zwc-categories-detail-in .zwc-video-thumb {
    background: #ffc4c4;
    border-radius: 20px;
    position: relative;
    display: grid;
    align-items: center;
    justify-items: center;
    overflow: hidden;
    align-self: start;
cursor: pointer;
}

.zwc-categories-detail-in .zwc-video-thumb:after{
  content: "";
  display: grid;
  height: 100px;
  width: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,.7) 10%, transparent 90%);
  position: absolute;
  bottom: 0;
  opacity: 0.7;
  transition: opacity .25s linear, background .25s linear;
}

.zwc-categories-detail-in .zwc-video-thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .25s linear;
}
.hover .zwc-categories-detail-in .zwc-video-thumb img{
  transform: scale(1.2);
}
.hover .zwc-categories-detail-in .zwc-video-thumb:after{
  opacity: .9;
  background: linear-gradient(0deg, rgba(0,0,0,.8) 10%, transparent 90%);
}
.zwc-video-info {
    display: grid;
    align-content: center;
    gap: 10px;
  padding: 20px 20px;

}

.zwc-video-tags {
  gap: 20px;
  font-size: 12px;
  font-family: var(--primaryfont-bold);
  color: #724DEB;
  text-transform: uppercase;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 5px;
  letter-spacing: .5px;
}

.zwc-video-tags .tg-campaigns{
  color: #dd5050;
}

.zwc-video-tags .tg-cliq{
  color: #7b42f4;
}
.zwc-video-tags .tg-workplace{
  color: #51de71;
}
.zwc-video-tags .tg-mail{
  color: #dd5050;
}

.zwc-video-info > p + .zwc-video-tags {
  margin-top: 10px;
}

.zwc-video-info h3 {
    font-family: var(--primaryfont-semibold);
}

.zwc-categories-detail-in .zwc-video-thumb .zwc-video-duration {
  position: absolute;
  z-index: 1;
  display: inline-grid;
  right: 15px;
  bottom: 17px;
  line-height: initial;
  width: auto;
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 20px;
  font-family: var(--primaryfont-bold);
  text-transform: uppercase;
  color: #fff;
}

.zwc-categories-detail-in .zwc-video-thumb .zwc-video-play {
  background: #000;
  color: #fff;
  position: absolute;
  z-index: 1;
  display: inline-grid;
  line-height: initial;
  width: auto;
  font-size: 12px;
  padding: 25px;
  border-radius: 30px;
  font-family: var(--primaryfont-semibold);
  align-items: center;
  cursor: pointer;
}

.zwc-categories-detail-in .zwc-video-thumb .zwc-video-play:before{
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border: 10px solid;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  left: 20px;
  border-width: 8px 9px 8px 12px;
  border-radius: 3px;
}

.hover .zwc-categories-detail-in .zwc-video-thumb .zwc-video-play{
  background: #fff;
}

.hover .zwc-categories-detail-in .zwc-video-thumb .zwc-video-play:before{
  border-left-color: #000;
}

/* video list end */


.tips-data-more {
  font-family: var(--zf-primary-semibold);
  display: none;
  margin: 0 auto;
  max-width: 150px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid #0A7FFB;
  background: #fff;
  padding: 10px 15px;
  cursor: pointer;
  transition: background .3s linear,color .3s linear;
  color: #0A7FFB;
}

.tips-data-more.is-more {
  display: block;
}

.tips-data-more:hover{
  background: #0A7FFB;
  color: #ffffff;
}

.tips-data-status {
  display: none;
  justify-content: center;
  margin-bottom: 20px;
}
.tips-data-status span {
  font-size: 15px;
}
.tips-data-status span > span{
  font-family: var(--primaryfont-semibold);
}
.tips-data-status.is-ready {
  display: grid;
}

.zwc-htvc-list li.active {
  background: #f4f8f9;
}

.zwc-cate-video-data-list.no-listing {
  grid-template-columns: auto;
}
.no-records {
  display: grid;
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 15px 20px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  color: #999;
  margin: 20px auto 0 auto;
  /* height: 100%; */

}
.zwc-cate-video-data-list .zwc-video-detail{
  transform: translateY(50px);
  /* animation: postUp .4s linear forwards; */
  animation: postUp .6s ease-out forwards;
}
@keyframes postUp {
  from {
      transform: translateY(50px)
  }

  to {
      transform: translateY(0)
  }
}


/* added new */

ul.zwc-htvc-list.bg-box {
  background: #fff;
  /* padding: 15px 0; */
  border-radius: 10px;
  /* max-height: calc(100vh - 200px); */
  padding-bottom: 15px;
}

.is-active ul.zwc-htvc-list.bg-box{
  /* margin-top: 15px; */
}

.zwc-htvc-list.bg-box li.active{
  /* background: none; */
  color: #0A7FFB;
  font-family: var(--zf-primary-semibold);
}
.zwc_cate_details_top{
  margin-bottom: 45px;
}

.zwc-htvc-list-box .list-tl{
  padding-left: 0;
}

.zwc-htvc-list li + li{
  margin-top: 0 !important;
}

.htv-filter-list {
  background: #fff;
  padding: 0px 15px;
  border-radius: 10px;
  margin-top: 20px;
  position: relative;
}

.htv-filter-list:first-child {
  margin-top: 0;
}

.htv-filter-list .filter-list-tl {
  font-family: var(--primaryfont-bold);
  padding: 20px 20px;
  position: relative;
  cursor: pointer;
}

.htv-filter-list .filter-list-tl:after{
  content: "";
  width: 10px;
  display: inline-block;
  height: 10px;
  border: 5px solid #000;
  border-radius: 2px;
  border-left-color: transparent;
  border-top-color: transparent;
  transform: rotate(45deg);
  right: 20px;
  position: absolute;
  top: 25px;
  transition: all .3s linear;
}

.htv-filter-list .filter-list-tl.active-arrow:after{
  /* border: 5px solid #000; */
  /* border-left-color: transparent;
  border-top-color: transparent; */
  /* border: 5px solid #000;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: 10px; */

  transform: rotate(225deg);
  top: 30px;

}

.htv-filter-list .zwc-htvc-list{
  /* display: none; */
}

.htv-filter-list:not(.is-active) .zwc-htvc-list{
  /* display: none; */
}


.zwc-cate-video-data-list.is-loading {
  background: #fff;
  min-height: 500px;
  position: relative;
  display: grid;
  align-items: center;
  place-items: center;
  grid-template-columns: repeat(1, 1fr);
}

.zwc-cate-video-data-list.is-loading:before {
  content: "";
  display: inline-grid;
  width: 100px;
  height: 100px;
  background: #f00;
}

/*  */

.cate-search-data {
  max-height: 250px;
  overflow-y: scroll;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0 5px;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-color: #fff;
  box-shadow: 0 7px 14px 0 rgb(0,0,0,0.1);
  display: none
}

.cate-search-box.active .cate-search-data {
  display: block
}

.cate-search-box.data-loaded .cate-search-submit{
  display: none;
}
.cate-search-box.data-loaded .cate-search-reset{
  display: block;
}

.cate-search-loader-box {
  display: none
}

.cate-search-loader {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px
}

.cate-search-loader>span {
  background: #1976d2;
  height: 100%;
  width: 3px;
  display: inline-block;
  margin: 0 1px;
  animation: stretchdelay 1.2s infinite ease-in-out
}

.cate-search-loader .rect2 {
  animation-delay: -1.1s
}

.cate-search-loader .rect3 {
  animation-delay: -1s
}

.cate-search-loader .rect4 {
  animation-delay: -0.9s
}

.cate-search-loader .rect5 {
  animation-delay: -0.8s
}

@keyframes stretchdelay {
  0%,40%,100% {
      transform: scaleY(0.4)
  }

  20% {
      transform: scaleY(1.0)
  }
}

.cate-search-data ul {
  background: #fff
}

.cate-search-data ul li {
  margin-bottom: 5px
}

.cate-search-data ul li.active {
  /* background: #c7deff; */
}

.cate-search-data ul li:not(.no-data):hover {
  background: #f4f8f9
}

.cate-search-data ul li.no-data {
  text-align: center
}

.cate-search-data ul li a,.cate-search-data ul li {
  font-size: 14px;
  color: #000;
  display: block;
  text-align: left;
  cursor: pointer;
}

.cate-search-data ul li > span {
  padding: 3px 15px;
  display: block;
}

.cate-search-data ul strong {
  color: #1976d2
}

.tips-category-nav {
  grid-area: 1/1/2/2
}

/*  */

.zwc-data-box-load {
  min-height: 450px;
  display: grid;
  position: relative;
  place-items: center;
}

.tips-loader-ring {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative
}

.tips-loader-ring:after {
  content: " ";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 6px solid #1976d2;
  border-color: #1976d2 transparent #1976d2 transparent;
  animation: ring 1.2s linear infinite
}

@keyframes ring {
  0% {
      transform: rotate(0)
  }

  100% {
      transform: rotate(360deg)
  }
}

.zwc-data-section .content-wrap{
  display: none;
}


/* @media query css start */

@media only screen and (min-width: 1200px){
  .zwc-video-info h3 {
    font-size: 24px;
  }
  
}

@media only screen and (min-width: 992px){
  .zwc-video-info > p {
    font-size: 16px;
  }

}

@media only screen and (min-width: 768px){
  span.tips-m-select{
    display: none;
  }
  ul.zwc-htvc-list.bg-box{
    /* display: block !important; */
  }
}


@media only screen and (min-width: 1400px) and (max-width:1599px) {
  h1 {
      font-size:60px
  }
}

@media only screen and (max-width: 1399px) {
  h1 {
      font-size:55px
  }
}

@media only screen and (max-width: 1199px) {
 
  .zwc-ds-content-box{
    grid-template-columns: 200px 1fr;
  }
  .catagories-data-box+.catagories-data-box {
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
  }
  .zwc-htvc-list-box{
    top: 60px;
  }
}

@media only screen and (max-width: 991px) {
  h1 {
      font-size:50px
  }
  .zwc-htvc-list li {
    font-size: 14px;
  }

  .zwc-htvc-list li + li {
    margin-top: 7px;
  }

  .zwc-video-info > p {
    font-size: 15px;
    line-height: 1.6;
  }

  .zwc-video-tags{
    font-size: 11px;
    gap: 10px;
  }
  
  .zwc-htvc-list{
    /* max-height: calc(100vh - 130px); */
  }
  .htv-filter-list-box{
    max-height: calc(100vh - 130px);
  }

}

@media only screen and (max-width: 900px){
  .zwc-data-section .content-wrap {
    max-width: 680px;
    width: 90%;
  }
  .zwc-categories-detail-in{
    grid-template-columns: 1fr;
  }

  .zwc-video-info{
    padding-top: 20px;
    padding-left: 0;
    grid-area: auto;
  }

  .zwc_cate_details_top{
    justify-content: stretch;
  }

  .cate-search-box .cate-search-input{
    font-size: 14px;
  }
  .cate-search-submit span{
    transform: scale(.8) translateX(10px);
  }
  .cate-search-reset span{
    transform: scale(.8) translateX(10px);
  }
  .zwc_cate_details_top h2 {
    font-size: 22px;
  }
  .zwc-cate-video-data-list{
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }

  .zwc-htvc-list-box .list-tl{
    margin-bottom: 30px;
    font-size: 18px;
  }
  .cate-search-box{
    width: 100%;
  }
  .tips-data-status span {
    font-size: 13px;
  }
  .tips-data-more{
    font-size: 13px;
  }
  .zwc-htv-categories-details{
    padding-left: 30px;
  }

  .zwc-banner-section .content-wrap {
    padding: 40px 0 70px 0;
  }

  .zwc-data-section .content-wrap {
    padding: 70px 0;
  }

}

@media only screen and (max-width: 767px) {
  h1 {
      font-size:40px
  }
  .zwc-htvc-list {
    /* max-height: calc(100vh - 200px); */
  }
  .htv-filter-list-box{
    max-height: 100vh;
    overflow: inherit;
  }
  .zwc-ds-content-box{
    grid-template-columns: auto;
  }
  .zwc-htv-categories-nav, .zwc-htv-categories-details{
    grid-area: auto;
  }
  .zwc-htv-categories-details{
    padding-left: 0;
  }
  
  .zwc-htvc-list-box .tips-m-select {
      display: block;
      padding: 10px 50px 11px 20px;
      border: 1px solid #e1e1e1;
      border-radius: 5px;
      background: #fff;
      font-size: 15px;
      position: relative;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      cursor: pointer;
  }
  .zwc-htvc-list-box .tips-m-select:after{
    content: '';
    width: 7px;
    height: 7px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #000;
    position: absolute;
    right: 20px;
    top: 15px;
    transform-origin: center;
    transform: rotate(45deg);
    transition: transform .3s linear, top .3s linear;
}

.zwc-htvc-list-box .htv-filter-list.is-active .tips-m-select:after{
  transform: rotate(225deg);
  top: 18px;

}

  .zwc-htvc-list {
    position: absolute;
    top: 100%;
    display: none;
    max-height: 190px;
    overflow-y: scroll;
    left: 0;
    width: 100%;
    z-index: 11;
    padding: 5px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #e1e1e1;
    border-top-color: #fff;
    background: #fff;
}
ul.zwc-htvc-list.bg-box{
  padding-bottom: 5px;
}

.zwc-htvc-list-box {
  position: relative;
  top: 0;
  margin-bottom: 20px;
  margin-top: 0;
}

.cate-search-box .cate-search-input{
  padding: 8px 60px 10px 20px;
}

.zwc-htvc-list li.active {
  /* background: none; */
}

.zwc-htvc-list-box .list-tl{
  display: none;
}

.zwc-ds-content-box{
  max-width: 380px;
}

.zwc_cate_details_top{
  /* margin-bottom: 30px; */
  margin-bottom: 30px;
  grid-auto-flow: row;
  gap: 35px;
}

.zwc-categories-detail-in{
  border-radius: 20px;
}

.zwc-htvc-list li{
  padding: 7px 15px;
}

.zwc_cate_details_top h2{
  /* display: none; */
  order: 1;
}

.htv-filter-list{
  padding: 0;
}

.htv-filter-list .filter-list-tl{
  display: none;
}

.cate-search-box .cate-search-input{
  font-size: 15px;
  border-radius: 5px;
}
ul.zwc-htvc-list.bg-box{
  border-radius: 5px;
}

.zwc-banner-section .content-wrap {
  padding: 40px 0 55px 0;
}
.zwc-data-section .content-wrap {
  padding: 55px 0;
}

.tips-data-status{
  margin-bottom: 0;
}

.tips-data-status span{
  font-size: 15px;
}

.cate-search-data ul li a, .cate-search-data ul li{
  font-size: 15px;
}

.cate-search-data ul li > span{
  padding: 3px 20px;
}
.cate-search-reset span:before{
  font-size: 26px;
}

}


/* @media query css end */