.zw-product-header{
border-bottom: 1px solid #eee;
}
.zwrapper{
}
.zwrapper p {
margin: 0;
}
.zwrapper h1 {
font-size: 48px;
}
.zwrapper h2 {
font-size: 45px
}
.zwrapper h3 {
font-size: 35px
}
.zwrapper h4 {
font-size: 25px
}
.zwrapper h5 {
font-size: 20px
}
.zwc-section{
}
.zwc-section .content-wrap{
padding: 100px 0;
}
.zwc-data-section .content-wrap {
    padding-top: 80px;
}
.try-now-btn {
    background: #f0483e;
    color: #fff;
}
/* data section start */
.zwc-data-section {
}
.zwc-ds-content-box{}
.zwc-ds-content-box {
display: grid;
grid-template-columns: 350px 1fr;
grid-template-rows: 1fr;
margin: 0 auto;
align-items: flex-start;
}
.zwc-htv-categories-nav {
}

.zwc-htv-categories-nav .zwc-htvc-list-box{
  transition: top .25s ease-out;

}
  .zwc-htv-categories-nav .tips-n-fixed{
  position: fixed;
  width: 350px;
  /* transition: top .25s ease-out; */
  /* height: calc(100% - 160px); */
  overflow-y: scroll;
  scrollbar-width: none;

}
.zwc-htvc-list-box {
}
.htv-filter-list-box {
}
.htv-filter-list {
background: #fff;
border-radius: 10px;
position: relative;
}
.htv-filter-list + .htv-filter-list{
margin-top: 20px;
}
.cate-search-box {
margin: 0 auto 0;
position: relative;
z-index: 9
}
.cate-search-box form {
position: relative
}
.cate-search-box .cate-search-input {
width: 100%;
padding: 8px 55px 10px 45px;
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: 45px;
height: 100%;
position: absolute;
right: 0;
top: 0;
left: 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;
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
}
.categories-title {
font-size: 20px;
font-family: var(--primaryfont-semibold);
margin: 30px 0 20px;
padding: 0 20px;
}
.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 {
}
.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: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, .cate-search-data ul li>a {
padding: 3px 15px;
display: block
}
.cate-search-data ul strong {
color: #1976d2
}
.htv-filter-list .filter-list-tl {
font-family: var(--zf-secondary-medium);
position: relative;
cursor: pointer;
padding: 10px 20px 10px;
background: #F5F5F5;
border-radius: 10px;
}
.htv-filter-list .filter-list-tl:after {
content: "";
width: 10px;
display: inline-block;
height: 10px;
border: 2px solid #000;
border-radius: 2px;
border-left-color: transparent;
border-top-color: transparent;
transform: rotate(45deg);
right: 20px;
position: absolute;
top: 15px;
transition: all .3s linear;
}
.htv-filter-list .filter-list-tl.active-arrow:after {
transform: rotate(225deg);
top: 20px;
}
.htv-filter-list.active .filter-list-tl{
background: #F4F8FF;
}
ul.zwc-htvc-list {
  /* max-height: calc(100vh - 440px); */
  overflow: auto;
  padding: 15px 10px 15px 20px;
  max-height: calc(100vh - 450px);
}
ul.zwc-htvc-list li{
font-size: 14px;
cursor: pointer;
}
ul.zwc-htvc-list > li:first-child a{
  color: #0056e0;
  font-family: var(--zf-secondary-semibold);
}
ul.zwc-htvc-list li + li{
margin-top: 15px;
}
ul.zwc-htvc-list .sub-cat {}
ul.zwc-htvc-list .sub-cat span.sub-head {
font-size: 14px;
display: block;
font-family: var(--zf-secondary-semibold);
cursor: pointer;
}
ul.zwc-htvc-list .sub-cat span.sub-head + ul{
margin: 10px 0 0px 0;
}
ul.zwc-htvc-list .sub-cat + .sub-cat {margin-top: 15px;}
ul.zwc-htvc-list .sub-cat ul {
padding-left: 15px;
position: relative;
border-left: 2px solid #0056e0;
display: none;
overflow-y: auto;
}
ul.zwc-htvc-list .sub-cat.active ul{
  display: block;
}
ul.zwc-htvc-list .sub-cat.is-active .sub-head{
  /* color: #0056e0; */
}
ul.zwc-htvc-list .sub-cat.active .sub-head + ul > li:first-child a{
  color: #0056e0;
}
.other-cate-list.htv-filter-list .filter-list-tl{
padding: 10px 20px 10px;
border-radius: 8px;
}
.other-cate-list ul.zwc-htvc-list li{
font-family: var(--zf-secondary-medium);
font-size: 15px;
}
.other-cate-list.htv-filter-list.active .filter-list-tl:after{
top: 21px;
}
.other-cate-list.htv-filter-list .filter-list-tl:after{
top: 15px;
}
ul.zwc-htvc-list li a{
display: block;
color: #000;
}
.other-cate-list ul.zwc-htvc-list {
display: none;
}
.other-cate-list.htv-filter-list.is-active .filter-list-tl {
}
.zwc-htv-categories-details {
grid-area: 1/2/2/3;
padding-left: 50px;
}
.zwc-htv-categories-details:before {
content: "";
background: #F7F7F8;
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
.zwc-htv-categories-details-inner {
padding: 0 0 0 80px;
position: relative;
}
.catagories-data-box {
width: calc(100% + 0px);
margin-top: 70px;
}
.zwc_cate_breadcrumb ul {
list-style-type: none;
margin: 0 auto;
text-align: left;
line-height: 24px;
margin-bottom: 30px;
}
.zwc_cate_breadcrumb ul li {
display: inline-block;
margin: 0 25px 0 0;
color: #0056E0;
position: relative;
z-index: 2
}
.zwc_cate_breadcrumb ul li:last-child {
margin-right: 0
}
.zwc_cate_breadcrumb ul li a {
color: #676767;
position: relative;
display: inline-block;
transition: none
}
.zwc_cate_breadcrumb ul li,.zwc_cate_breadcrumb ul li a {
font: 13px/1.2 var(--zf-primary-semibold);
}
.zwc_cate_breadcrumb ul li a:before {
content: ">";
position: absolute;
right: -15px;
display: inline-block;
color: #000
}
.zwc_cate_breadcrumb ul li a:after {
content: '';
display: block;
position: absolute;
left: auto;
right: 0;
bottom: -4px;
height: 1px;
width: 0;
background: #000;
transition: width .2s linear
}
.zwc_cate_breadcrumb ul li a:hover:after {
width: 100%;
left: 0;
right: auto
}
.zwc_cate_breadcrumb ul li a:hover{
  color: #000;
}
.zwc_cate_breadcrumb.zwc_breadcrumb_dark ul li a {
color: #ffffff96
}
.zwc_cate_breadcrumb.zwc_breadcrumb_dark ul li,.zwc_cate_breadcrumb.zwc_breadcrumb_dark ul li a:before {
color: #fff
}
.zwc_cate_breadcrumb.zwc_breadcrumb_dark ul li a:after {
background: #fff
}
.zwrapper h2.cate-title{
margin-bottom: 20px;
}
.zwc-cate-video-data-list {
display: grid;
gap: 35px;
grid-template-columns: repeat(2, 1fr);
}
.show-more-box {
margin-top: 70px;
display: grid;
justify-content: center;
padding-bottom: 0px;
}
.category-video-data-more {
font-family: var(--zf-primary-semibold);
margin: 20px auto 0 auto;
max-width: 150px;
text-align: center;
text-transform: uppercase;
font-size: 12px;
border-radius: 30px;
border: 1px solid #0a7ffb;
background: #fff;
padding: 7px 25px;
cursor: pointer;
transition: background .3s linear,color .3s linear;
color: #0a7ffb;
display: inline-block;
}
.category-video-data-more.is-more {
display: block
}
.category-video-data-more:hover {
background: #0a7ffb;
color: #fff
}
.tips-data-status {
display: none;
justify-content: center;
}
.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-video-detail{
transform: translateY(50px);
  -webkit-animation: postUp 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: postUp 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


@-webkit-keyframes postUp{
0% {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
}
100% {
  -webkit-transform: translateY(0);
          transform: translateY(0);
          visibility: visible;
  opacity: 1;
}
}
@keyframes postUp{
0% {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
}
100% {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
}

.zwc-video-detail > a{
color: #000;
}
.zwc-video-detail:hover{
cursor: pointer;
}
.zwc-categories-detail-in {
display: grid;
align-content: space-between;
grid-template-columns:1fr;
gap: 25px;
}
.zwc-categories-detail-in .zwc-video-thumb {
background: #f4f8ff;
border-radius: 10px;
position: relative;
display: grid;
align-items: center;
justify-items: center;
justify-content: center;
overflow: hidden;
cursor: pointer;
padding-top: 56%;
}
.zwc-categories-detail-in .zwc-video-thumb:after {
content: "";
display: grid;
height: 100px;
width: 100%;
background: linear-gradient(0,rgba(0,0,0,.9) 10%,transparent 90%);
position: absolute;
bottom: 0;
opacity: .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 .35s linear;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.zwc-categories-detail-in:hover .zwc-video-thumb img{
transform: scale(1.05)
}
.hover .zwc-categories-detail-in .zwc-video-thumb img {
transform: scale(1.05)
}
.hover .zwc-categories-detail-in .zwc-video-thumb:after {
opacity: .9;
background: linear-gradient(0,rgba(0,0,0,.8) 10%,transparent 90%)
}
.zwc-video-info {
display: grid;
align-content: center;
gap: 20px;
}
.zwc-video-info-top {
}
.zwc-video-info>p+.zwc-video-tags {
margin-top: 10px
}
.zwc-video-info .zwc-video-info-top h3 {
font-family: var(--primaryfont-semibold);
font-size: 18px;
margin: 0;
}
.zwc-video-info p{
font-size: 14px;
margin-top: 10px;
line-height: 1.6;
}
.zwc-video-info-bot {
font-size: 12px;
display: grid;
grid-auto-flow: column;
font-family: var(--primaryfont-semibold);
color: #8E8E8E;
justify-content: start;
gap: 20px;
}
.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;
border-radius: 20px;
font-family: var(--primaryfont-semibold);
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;
transition: transform .3s linear;
}
.zwc-categories-detail-in .zwc-video-thumb .zwc-video-play:before {
content: "";
display: inline-block;
width: 0;
height: 0;
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
}
.zwc-categories-detail-in:hover .zwc-video-thumb .zwc-video-play{
}
.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
}
.bottom-section{
text-align: center;
}
.bottom-cta-box {
padding-top: 10px;
}
.bottom-section h2 {
    max-width: 900px;
    margin: 0 auto 15px;
}
.zwc-main-video-box{
margin-top: 30px;
}
.zwc-video-wrap{
width: 100%;
padding-bottom: 56%;
background: #fff;
border: 1px solid #eee;
margin-bottom: 0px;
position: relative;
}
.zwc-video-wrap iframe {
height: 100%;
width: 100%;    
left: 0;
top: 0;
position: absolute;
}
.zwc-main-video-box h3{
font-size: 30px;
}
.zwc-main-video-box p{}
.catagories-data-box > h4 {
font-size: 20px;
text-decoration: underline;
font-family: var(--zf-primary-semibold);
}
.catagories-data-box > h3 {
font-family: var(--zf-primary-semibold);
margin-bottom: 30px;
}
.zwc_cate_details_top{}
.zwc_cate_details_top h2{}
.zwc_cate_details_top p{}
.zwrapper .zwc_cate_details_top h2 {
margin-bottom: 10px;
}
/* data section end */
/* Media quiers == Start */

@media only screen and (max-height: 900px) and (min-width: 1200px){
  .zwc-htv-categories-nav .tips-n-fixed{
    height: calc(100% - 90px);
  }
  ul.zwc-htvc-list{
    max-height: calc(100vh - 380px);
  }
  ul.zwc-htvc-list .sub-cat ul{
    max-height: initial;
  }
}

@media only screen and (max-height: 840px) and (max-width:1199px) {
  .zwc-htv-categories-nav .tips-n-fixed{
    height: calc(100% - 90px);
  }
  ul.zwc-htvc-list{
    max-height: calc(100vh - 380px);
  }
  ul.zwc-htvc-list .sub-cat ul{
    max-height: initial;
  }
}

@media only screen and (min-width: 768px) and (max-width:1199px) {
  .zwrapper h1 {
  font-size:44px
  }
  .zwrapper h2 {
  font-size: 42px
  }
  .zwrapper h3 {
  }
  .zwrapper h4 {
  }
.bottom-section h2 {
    max-width: 800px;
  }
}

@media only screen and (min-width: 992px){

span.tips-m-select {
  display: none;
}

ul.zwc-htvc-list .sub-cat ul{
  /* max-height: calc(100vh - 740px); */
}

.zwrapper h3 {
}

}

@media only screen and (min-width: 1025px) and (max-width:1100px) {
  
}
@media only screen and (max-width: 1199px) {
  .zwc-cate-video-data-list{
  }
  .zwc-video-info-top{
  min-height: auto;
  }
  .zwc-htv-categories-details{
    padding-left: 30px;
  }
  .zwc-htv-categories-details-inner{
    padding-left: 50px;
  }
  .zwc-htv-categories-nav{
    top: 60px;
  }

}

@media only screen and (max-width: 1024px) {

.zwc-ds-content-box{
  grid-template-columns: 280px 1fr;
}
.zwc-htv-categories-nav .tips-n-fixed{
  width: 280px;
}

}
@media only screen and (max-width: 991px) {
  .zwc-ds-content-box{
  grid-template-columns: auto;
  }
  .zwc-htv-categories-nav, .zwc-htv-categories-details{
  grid-area: auto;
  padding-right: 0;
  }
  .zwc-htv-categories-details:before{
  display: none;
  }
  .zwc-htv-categories-details-inner{
  padding-left: 0;
  }
  .htv-filter-list, .categories-title{
  }
  .zwc-cate-video-data-list {
}
  .zwc-htv-categories-details{
  padding: 40px 0px 0px;
  display: grid;
  justify-content: center;
  max-width: 550px;
  margin: 0 auto;
  }
  .catagories-data-box{
  padding-right: 0;
  max-height: initial;
  width: 100%;
  }
  .zwc-ds-content-box {
    background: #f4f8ff;
    padding: 50px;
    border-radius: 10px;
}
  .cate-search-box{
  }
  .zwc-ds-content-box{
  }
  .htv-filter-list-box{
  max-width: 550px;
  margin: 0 auto;

  }

  .zwc-categories-list{
  }
  .zwc-section .content-wrap {
  padding: 70px 0;
  }
  .bottom-section .content-wrap{
  padding-top: 0;
  padding-bottom: 80px;
  }
  /* added new start */
  .zwc-htv-categories-nav{
  position: relative;
  top: auto;
  border-bottom: 1px solid #dde6f4;
  padding-bottom: 50px;
  z-index: 3;
  }
  .htv-filter-list .filter-list-tl{
  background: #fff;
  border: 1px solid #e1e1e1;
  display: none;

  }
  .htv-filter-list.active .filter-list-tl{
  background: #ffffff;
  }
  ul.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;
  }

  .is-active ul.zwc-htvc-list{
  }
  ul.zwc-htvc-list li a{
  padding: 7px 15px;
  }
  ul.zwc-htvc-list .sub-cat{
    padding: 0px 15px;
  }
  ul.zwc-htvc-list .sub-cat:first-child{
    padding-top: 7px;
  }
  ul.zwc-htvc-list .sub-cat:last-child{
    padding-bottom: 7px;
  }
  
  ul.zwc-htvc-list li + li {
  margin-top: 0px;
  }
  .cate-search-box .cate-search-input, .htv-filter-list .filter-list-tl{
  height: 50px;
  border-radius: 5px;
  }
  .other-cate-list.htv-filter-list .filter-list-tl{
    border-radius: 5px;
  }
  .cate-search-box{
  margin-bottom: 21px;
  }
  .categories-title{
  display: none;
  }
  ul.zwc-htvc-list .sub-cat {
    padding: 7px 15px;
  }
  ul.zwc-htvc-list .sub-cat + .sub-cat {
    margin-top: 0px;
  }
  ul.zwc-htvc-list .sub-cat ul{
    padding-left: 0;
  }
  ul.zwc-htvc-list .sub-cat ul{
    display: block !important;
  }
/* added new end */

.zwc-categories-detail-in{
   padding: 25px 25px; 
}

.zwc-video-detail{
   background: #fff;
    box-shadow: 0 2px 3px -2px rgb(0 0 0 / 20%);
    border-radius: 20px; 
}

.show-more-box{
  margin-top: 50px;
}

.zw-product-header{
  border: none;
}


.htv-filter-list .tips-m-select {
  display: block;
  padding: 13px 50px 13px 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;
  height: 50px;
  font-family: var(--zf-secondary-medium);
}

.htv-filter-list .tips-m-select:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 15px;
  transform-origin: center;
  transform: rotate(45deg);
  transition: transform .3s linear, top .3s linear;
  border-radius: 1px 1px 0px 1px;
  border: 2px solid #000;
  border-left-color: transparent;
  border-top-color: transparent;
}

.zwc-htvc-list-box .htv-filter-list.is-active .tips-m-select:after {
  transform: rotate(225deg);
  top: 20px;
}

ul.zwc-htvc-list .sub-cat ul{
  display: block !important;
}

.catagories-data-box{
  margin-top: 60px;
}
.zwc-video-wrap{
  margin-bottom: 0;
}

.zwc-main-video-box{
  margin-bottom: 0;
}

ul.zwc-htvc-list .sub-cat{}
ul.zwc-htvc-list .sub-cat.is-active{
  
}
ul.zwc-htvc-list .sub-cat.is-active span.sub-head{
  color: #0056e0;
}

.zwrapper h3 {
  font-size: 26px;
}

.zwc-cate-video-data-list{
 gap: 20px; 
}

.bottom-section h2{
  max-width: 570px;
}


}
@media only screen and (max-width: 767px) {
  .zwrapper h1 {
  font-size: 32px
  }
  .zwrapper h2 {
  font-size: 30px
  }
  .zwrapper h3 {
  /* font-size: 24px */
  }
  .zwrapper h4 {
  /* font-size: 17px */
  }
  .zwc-section .content-wrap {
    padding: 40px 0 55px 0;
  }
  .bottom-section.zwc-section .content-wrap {
    padding: 0px 0 65px 0;
  }
  .zwc-ds-content-box{
  }
  .zwc-cate-video-data-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .bottom-section h2 {
    max-width: 400px;
  }

}

@media only screen and (max-width: 600px) {
  .zwc-ds-content-box{
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .zwrapper h1 {
  font-size: 28px;
  padding: 0 10px;
  margin-bottom: 0
  }
  .zwrapper h2 {
  font-size: 26px
  }
  .zwrapper h3 {
  font-size: 16px
  }
  .zwrapper h4 {
  /* font-size: 20px */
  }
  .zwrapper h5 {
  /* font-size: 18px */
  }
  .zwc-ds-content-box {
    padding: 40px 20px;
  }
  .cate-search-box .cate-search-input, .htv-filter-list .filter-list-tl, .htv-filter-list .tips-m-select{
    height: 44px;
    font-size: 14px;
  }
  .htv-filter-list .tips-m-select{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .htv-filter-list .tips-m-select:after{
    top: 15px;
  }
  .htv-filter-list .filter-list-tl{
  }
  .other-cate-list.htv-filter-list .filter-list-tl:after {
    top: 13px;
  }
  .htv-filter-list .filter-list-tl.active-arrow:after{
    top: 19px;
  }
  .htv-filter-list + .htv-filter-list {
    margin-top: 15px;
  }
  .cate-search-box {
    margin-bottom: 16px;
  }

  .zwc-htv-categories-nav{
    padding-bottom: 35px;
  }
  .zwc-htv-categories-details{
    padding-top: 25px;
  }

  .zwc-categories-detail-in{
    border-radius: 10px;
    padding: 15px;
  }
  .zwc-video-detail{
    border-radius: 10px;
  }
  .zwc-cate-video-data-list{
    gap: 25px;
  }

  .zwc-video-info .zwc-video-info-top h3{
    font-size: 16px;
  }


}
@media only screen and (max-width: 375px) {
  .zwrapper h2 {
  font-size: 24px
  }
  .zwrapper h3 {
  /* font-size: 21px */
  }
  .zwrapper h4 {
  /* font-size: 19px */
  }
  .zwrapper h5 {
  /* font-size: 17px */
  }
}
/* Media quiers == End */