/* common css */
.zsection .content-wrap {
    padding: 60px 0;
    max-width: 1170px;
}

h2,
h3 {
    font-size: 38px;
    font-family: var(--zf-secondary-bold);
}

h1 {
    font-family: var(--zf-secondary-bold);
}

.zbanner .content-wrap {
        padding: 50px 0 80px 0;
}
.zbanner-inner h1+p {
    max-width: 590px;
    margin: 0 auto 20px;
}
.zbanner, .zw-product-header  {
  
}

.zcenter {
    text-align: center;
}

/*breadcrumb styles*/
.breadcrumb a {
    color: #000;
    font-size: 13px;
    margin: 0 21px 0 0;
    position: relative;
}

.breadcrumb a:after {
    content: '';
    position: absolute;
    background: url(/sites/nweb/images/commonroot/oneminuteseries-sprite.png);
    background-size: 171px auto;
    right: -21px;
    background-position: -164px -17px;
    width: 20px;
    height: 19px;
    top: -2px;
}

.breadcrumb a:last-child {
    color: #7f7f7f;
    cursor: default;
}

.breadcrumb a:last-child:after {
    display: none;
}

/*breadcrumb styles*/


.zlist-inner>div {
    float: left;
    width: 23%;
    margin: 0 10px;
    margin-bottom: 60px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.03);
    transition: all .6s ease;
}
.zlist-inner>div:hover{
box-shadow: 0 10px 10px rgba(0,0,0,0.06);
}

.zlist-inner {
    margin: 0 -5px;
    margin-top: 50px;
display: flex;
    flex-wrap: wrap;
}


.zlist-inner:after {
    content: "";
    display: table;
    clear: both;
}

.thumb-img img {
    vertical-align: bottom;
}

.thumb-img {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 20px 20px 0 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
}

.thumb-img p {
    font-size: 15px;
    color: #000;
    font-family: "Roboto";
    font-weight: 700;
    padding: 0 0 16px 0;
    text-align: center;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 212px;
    margin: 0 auto;
}

.zplay-icon {
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    color: #fff;
    font-family: var(--zf-primary-semibold);
    right: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    font-size: 0px;
    padding: 3px;
    border-radius: 50%;
    box-shadow: 0 0rem 2rem rgba(0, 0, 0, 0.07);
}

.zplay-icon:after {
    content: '';
    position: absolute;
    left: 9px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 13px solid #000;
    bottom: 0;
    margin: auto;
    left: 4px;
    right: 0;
}

.video-duration {
    font-size: 13px;
    color: #000;
    padding: 1px 8px 4px 8px;
    margin: 16px 0;
    display: block;
    font-family: var(--zf-secondary-bold);
    padding-left: 30px;
    width: 90px;
    position: relative;
}

.video-duration:before {
    content: '';
    position: absolute;
    background: url(/sites/nweb/images/commonroot/oneminuteseries-sprite.png);
    background-size: 191px auto;
    left: 0;
    background-position: -168px 1px;
    width: 30px;
    height: 21px;
    top: 2px;
}

.thumb-desc {
    border: 1px solid #E7E7E7;
    border-top: 0;
    padding: 20px;
border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.thumb-desc h5 {
    margin-bottom: 4px;
min-height:48px;
}
.thumb-desc p {
    font-size: 15px;
    color: #3c3c3c;
     height: 72px;
    overflow: hidden;
    margin-bottom: 5px;
}
.bottom-cta * {
    text-align: center;
}

.bottom-cta p {
    font-size: 23px;
}

.zsection.bottom-cta .content-wrap {
    padding-top: 0;
   padding-bottom: 120px;
}

.bottom-cta h2 {
    font-size: 42px;
    max-width: 810px;
    margin: 0 auto 30px;
}

.main-container-wrapper .footer-wrapper {
    margin-top: 0px;
}

.language-switcher {
    margin-bottom: 0px;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    display: flex;
    width: 160px;
    background: #fff;
    padding: 5px 5px 5px 5px;
    border: 1px solid #E7E7E9;
    gap: 5px;
}

.language-switcher button {
    padding: 8px 12px;
    cursor: pointer;
    border: none;
    font-weight: normal;
    background: none;
    background: #f3f3f3;
    width: 50%;
    font-family: var(--zf-primary-semibold);
}

.language-switcher button.active {
    background-color: #0047ff;
    color: white;
    border-color: #0056b3;
}

.language-switcher button#lang-btn-en {
    border-radius: 3px;
}

.language-switcher button#lang-btn-hi {
    border-radius: 3px;
}

@media screen and (max-width: 1140px) {
    .zlist-inner>div {
        margin: 0 9px;
   margin-bottom: 60px;
    }

    .thumb-img p {
        max-width: 100%;
    }

    span.zplay-icon {
        transform: scale(.8);
    }
.thumb-desc h5{
font-size:15px;
}
.thumb-desc p{
font-size:13px;
height: 76px;
}
}

@media screen and (max-width: 992px) {
    .zlist-inner>div {
        width: 31.4%;
        margin: 0 .95%;
   margin-bottom: 60px;
    }
.zbanner .content-wrap {
    padding: 50px 0 60px 0;
}
    .bottom-cta h2 {
        font-size: 30px;
        max-width: 600px;
        margin: 0 auto 20px;
    }
.thumb-desc p{
  font-size:14px;
}
.zsection.bottom-cta .content-wrap{
    padding-bottom: 80px;
}
}

@media screen and (max-width: 767px) {

    .zsection .content-wrap {
        padding: 70px 0;
    }

    .zlist-inner>div {
        width: 100%;
        display: block;
        margin-bottom: 60px;
    }
.zlist-inner>div:last-child{
 margin-bottom: 30px;
}
    .zlist-inner {
        max-width: 350px;
        margin: 50px auto 0;
    }

    .bottom-cta h2 {
        font-size: 21px;
    }

    .bottom-cta p {
        font-size: 17px;
    max-width: 320px;
    line-height: 1.3;
    margin: 0 auto 20px;
    }

    .zbanner .content-wrap {
            padding: 30px 0 40px 0;
    }
.thumb-desc p{
height: auto;
}
.thumb-desc h5 {
min-height: auto;
}
}


/***** Creator Pages Starts **********/
.select-content-wrap {
    margin-top: 15px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.select-content-wrap .select-wrap {
    width: 43%;
    max-width: 230px;
    padding: 0;
    border: 1px solid #000000;
    border-radius: 1px;
    overflow: hidden;
    background-color: #fff;
    display: inline-block;
    position: relative;
    cursor: pointer
}

.select-content-wrap .filter-action {
    text-align: right;
    width: 30px;
}

.select-content-wrap .select-wrap:after,
.select-content-wrap .select-wrap:before {
    background: #000000;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 18px;
    width: 7px;
    z-index: 1;
}

.select-content-wrap .select-wrap:before {
    right: 8px;
    transform: rotate(-45deg)
}

.select-content-wrap .select-wrap:after {
    right: 13px;
    transform: rotate(45deg)
}

.select-content-wrap select {
    color: #000000;
    padding: 0 10px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-family: var(--zf-primary-semibold);
    border: 0;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-shadow: 0 0 0 #000;
}

.select-content-wrap select:focus {
    outline: 0
}

.select-content-wrap .disabled-filter {
    background: #e6e6e6;
    cursor: not-allowed;
}

.select-content-wrap .filter-clear-btn {
    font-size: 0px;
    height: 23px;
    width: 23px;
    display: inline-block;
    background-image: url(/sites/nweb/images/commonroot/zc-captcha-reload.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    vertical-align: middle;
}

@media screen and (max-width: 400px) {

    .select-content-wrap .select-wrap,
    .select-content-wrap .filter-action {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .select-content-wrap {
        margin-right: 1em;
    }
}
/***** Craetor Pages Ends ********/

/* ------------- Mail Videos page css start ------------- */

.zw-template-videos_category_page_autocreate .zsection.zlist .content-wrap {
    padding-bottom: 65px
}

.zw-template-videos_category_page_autocreate .zbanner-inner h1+p {
    max-width: 710px;
    margin: 30px auto 0px;
}

.zw-template-videos_category_page_autocreate .zsection.zlist {
    /*background: #f5f5f5*/
}

.zw-template-videos_category_page_autocreate .select-content-wrap {
    display: none
}

.zw-template-videos_category_page_autocreate .zlist-inner>div {
    background: #F3F3F3;
    padding: 15px;
    box-shadow: none;
    border-radius: 20px;
    border: 1px solid #E7E7E9;
}

.zw-template-videos_category_page_autocreate .zsection.zbanner {
    background: url(/sites/nweb/images/commonroot/videos-banner-bg.png);
    color: #fff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}

.zw-template-videos_category_page_autocreate .zbanner.zsection .content-wrap {
    padding: 100px 0 120px 0;
}

.zw-template-videos_category_page_autocreate .breadcrumb a:after, .zw-template-videos_detail_page_2_0 .breadcrumb a:after {
    top: 2px;
}

.zw-template-videos_category_page_autocreate .breadcrumb a, .zw-template-videos_detail_page_2_0 .breadcrumb a {
    font-size: 16px;
    color: #636363;

}

.zw-template-videos_category_page_autocreate .breadcrumb a:last-child, .zw-template-videos_detail_page_2_0 .breadcrumb a:last-child {
    color: #0047ff;
}

/* videos details page css start */

.zw-template-videos_detail_page_2_0 .page-wrapper .content-wrap {
  max-width: 1280px;
}

.zw-template-videos_detail_page_2_0 .thumb-img {
  padding: 0;
  line-height: 0;
  margin-bottom: 0px;
  overflow: hidden;
}

.zw-template-videos_detail_page_2_0 .thumb-img p {
  display: none;
}

.zw-template-videos_detail_page_2_0 .thumb-img a {
  display: inline-flex;
  line-height: 0;
  position: relative;
}

.zw-template-videos_detail_page_2_0 .thumb-img a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  background: #000;
  opacity: .1;
}

.zw-template-videos_detail_page_2_0 .sidebar .thumb-desc p{
  display: none;
}

.zw-template-videos_detail_page_2_0 .zplay-icon {
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 40px;
  height: 40px;
  box-shadow: 0px 1px 10px 3px rgba(0, 0, 0, .1);
}

.zw-template-videos_detail_page_2_0 .zplay-icon:after {
  border-top: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #000;
  border-radius: 1px;
}

.zw-template-videos_detail_page_2_0 .sidebar .zplay-icon {
  transform: translateY(-50%) scale(.8);
}

.zw-template-videos_detail_page_2_0 .sidebar .thumb-img img {
  padding: 0;
}

.zw-template-videos_detail_page_2_0 .video-duration {
  font-size: 12px;
  padding: 4px 8px 4px 25px;
  margin: 5px 0 0 0;
}

.zw-template-videos_detail_page_2_0 .video-duration:before {
  transform: scale(.8);
  transform-origin: left;
  top: 3px;
  left: -3px;
}

.zw-template-videos_detail_page_2_0 .sidebar li {
  margin-bottom: 15px;
}

.zw-template-videos_detail_page_2_0 .main-wrap>div.sidebar ul {
     border: 1px solid #ededed;
  background: #f5f5f5;
  padding: 15px 15px;
  border-radius: 0 0 15px 15px;
  border-top: none;
}

.zw-template-videos_detail_page_2_0 .main-wrap>div.sidebar ul li:last-child {
  margin-bottom: 0;
}

.zw-template-videos_detail_page_2_0 .main-cont h1 {
  font-size: 44px;
  font-family: var(--secondaryfont-semibold);
}

.zw-template-videos_detail_page_2_0 .zvdo-header {
  background: rgba(245 245 245);
  padding: 20px 18px 13px 18px;
  font-family: var(--zf-primary-semibold);
  font-size: 18px;
  border: 1px solid #ededed;
  border-radius: 15px 15px 0 0;
  clear: both;
  border-bottom: none;
}

.zw-template-videos_detail_page_2_0 .bottom-section-content-box{
  background: #f5f5f5;
  padding: 60px;
  text-align: center;
  border-radius: 18px;
  margin-bottom: 120px;
}

/* videos home page css start */

.zw-template-zp_videos_main_page .search-wrap .zo-search {
    position: relative;
    opacity: 1;
    width: auto;
    visibility: visible;
    right: auto;
    top: 0;
    border: none;
  }
  
  .zw-template-zp_videos_main_page .zw-product-header, .zw-template-videos_category_page_autocreate .zw-product-header {
    /*position: absolute;
    width: 100%;
    background: none;
    z-index: 1;*/
  }
  
  .zw-template-zp_videos_main_page .zcr-vdo-banner-sec {
    background: url('/sites/nweb/images/commonroot/videos-banner-bg.png');
    color: #fff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 68px;
    position: relative;
  }
  
  .zw-template-zp_videos_main_page .zcr-vdo-banner-sec:before, .zw-template-videos_category_page_autocreate .zcr-vdo-banner-sec:before {
    background: #000;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .3;
  }
  
  .zw-template-zp_videos_main_page .zcr-vdo-banner-sec .content-wrap {
    padding-top: 90px;
  }
  
  .zw-template-zp_videos_main_page .banner-content-box, .zw-template-videos_category_page_autocreate .zbanner-inner {
    display: grid;
    justify-items: center;
  }
  
  .zw-template-zp_videos_main_page .banner-content-box h1, .zw-template-videos_category_page_autocreate .zbanner h1 {
    font-size: 88px;
    max-width: 860px;
    display: grid;
    justify-items: center;
    margin: 0;
  }
  
  .zw-template-zp_videos_main_page .banner-content-box h1 span {
    font-size: 28px;
    display: inline-grid;
    background: #8C8C8C3B;
    padding: 17px 30px;
    border-radius: 40px;
    margin-bottom: 20px;
  }
  
  .zw-template-zp_videos_main_page .banner-content-box p {
    font-size: 18px;
    max-width: 670px;
    margin: 0;
  }
  
  .zw-template-zp_videos_main_page .banner-content-box h1+p {
    margin-top: 30px;
  }
  
  .zw-template-zp_videos_main_page .banner-content-box .search-wrap {
    margin-top: 50px;
    position: relative;
    max-width: 730px;
    width: 100%;
  }
  
  .zw-template-zp_videos_main_page .banner-content-box .search-wrap .zo-search-filed {
    font-size: 18px;
    padding: 20px 50px 20px 25px;
    border-radius: 40px;
    border: none;
  }
  
  .zw-template-zp_videos_main_page .banner-content-box .search-wrap .cat-search {
    top: 3px;
    right: 20px;
  }
  
  .zw-template-zp_videos_main_page .banner-content-box .search-wrap .search-clear {
    top: 20px;
    right: 48px;
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
  }
  
  .zw-template-zp_videos_main_page .banner-content-box .search-wrap .added-placeholder .search-clear{
    opacity: 1;
    visibility: visible;
  }
  
  .zw-template-zp_videos_main_page .videoslist-wrapper {
    background: #ffffff;
  }
  
  .zw-template-zp_videos_main_page .category-list a.active:before {
    display: none;
  }
  
  .zw-template-zp_videos_main_page .category-list {
    padding: 5px 5px 5px 5px;
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    /* width: calc(100% - 20px); */
    /* margin: 0; */
    /* left: -20px; */
    top: 120px;
  }
  
  
  
  .zw-template-zp_videos_main_page .category-list.zmakefixed {
    top: 80px;
    /* left: 0; */
    transition: top .25s ease-out;
  }
  
  .zw-template-zp_videos_main_page .category-desc h2+p {
    /* display: none; */
    max-width: 620px;
    margin-bottom: 0;
  }
  
  .zw-template-zp_videos_main_page .category-desc h2+p+p {
    margin-top: 20px;
  }
  
  .zw-template-zp_videos_main_page .category-desc h2 {
    font-size: 40px;
    font-family: var(--secondaryfont-semibold);
  }
  
  .zw-template-zp_videos_main_page .category-desc a {
    top: 10px;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    color: #0047FF;
    border-bottom-color: #0047FF;
    text-transform: none;
    font-size: 16px;
    right: 20px;
  }
  
  .zw-template-zp_videos_main_page .category-desc a span {
    padding-left: 5px;
  }
  
  .zw-template-zp_videos_main_page .thumb-img, .zw-template-videos_category_page_autocreate .thumb-img {
    padding: 0;
    line-height: 0;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    display: inline-grid;
    min-height: 130px;
    width: 100%;
  }
  
  .zw-template-zp_videos_main_page .video-slider li, .zw-template-zp_videos_main_page .svideos-list li, .zw-template-videos_category_page_autocreate .video-slider li,.zw-template-videos_category_page_autocreate .svideos-list li {
    padding: 15px;
    box-shadow: none;
    border-radius: 20px;
    background: #F3F3F3;
    border: 1px solid #E7E7E9;
  }
  
  .zw-template-zp_videos_main_page .thumb-img p, .zw-template-videos_category_page_autocreate .thumb-img p {
    display: none;
  }
  
  .zw-template-zp_videos_main_page .thumb-img a, .zw-template-videos_category_page_autocreate .thumb-img a {
    display: inline-flex;
    line-height: 0;
    position: relative;
  }
    
  .zw-template-zp_videos_main_page .thumb-img a:before, .zw-template-videos_category_page_autocreate .thumb-img a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    background: #000;
    opacity: .1;
  }
  
  .zw-template-zp_videos_main_page .thumb-desc, .zw-template-videos_category_page_autocreate .thumb-desc {
    border: none;
    padding: 0;
  }
  
  .zw-template-zp_videos_main_page .video-slider li>div:last-child, .zw-template-zp_videos_main_page .svideos-list li>div:last-child, .zw-template-videos_category_page_autocreate .video-slider li>div:last-child,.zw-template-videos_category_page_autocreate .svideos-list li>div:last-child {
    padding: 0;
  }
  
  .zw-template-zp_videos_main_page .video-slider h5, .zw-template-zp_videos_main_page .svideos-list h5, .zw-template-videos_category_page_autocreate .video-slider h5, .zw-template-videos_category_page_autocreate .svideos-list h5 {
    font-size: 17px;
    margin: 0;
  }
  
  .zw-template-zp_videos_main_page .thumb-desc p, .zw-template-videos_category_page_autocreate .thumb-desc p {
    display: none;
  }
  
  .zw-template-zp_videos_main_page .video-duration, .zw-template-videos_category_page_autocreate .video-duration {
    font-size: 12px;
    padding: 4px 8px 4px 25px;
    margin: 15px 0 0 0;
  }
  
  .zw-template-zp_videos_main_page .video-duration:before, .zw-template-videos_category_page_autocreate .video-duration:before {
    transform: scale(.8);
    transform-origin: left;
    top: 3px;
    left: -3px;
  }
  
  .zw-template-zp_videos_main_page .bottom-section-content-box, .zw-template-videos_category_page_autocreate .bottom-section-content-box, .zw-template-videos_detail_page_2_0 .bottom-section-content-box {
    text-align: center;
  }
  
  .zw-template-zp_videos_main_page .bottom-section-content-box h2, .zw-template-videos_category_page_autocreate .bottom-section-content-box h2, .zw-template-videos_detail_page_2_0 .bottom-section-content-box h2 {
    font-size: 68px;
    max-width: 800px;
    margin-inline: auto;
    margin-bottom: 40px;
  }
  
  .zw-template-zp_videos_main_page .bottom-section-content-box h2 span, .zw-template-videos_category_page_autocreate .bottom-section-content-box h2 span, .zw-template-videos_detail_page_2_0 .bottom-section-content-box h2 span {
    display: block;
  }
  
  .zw-template-zp_videos_main_page .bottom-cta-box a.try-now-btn, .zw-template-videos_category_page_autocreate .bottom-cta-box a.try-now-btn, .zw-template-videos_detail_page_2_0 .bottom-cta-box a.try-now-btn {
    background: #0047FF;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    padding: 12px 30px;
    text-transform: none;
  }

  .zw-template-videos_category_page_autocreate .zsection .content-wrap {
    padding: 120px 0;
    }
  
  .zw-template-zp_videos_main_page .bottom-section .content-wrap, .zw-template-videos_category_page_autocreate .bottom-section .content-wrap{
    padding-top: 100px;
  }
  .zw-template-videos_detail_page_2_0 .bottom-section .content-wrap{
    padding-top: 80px;
  }
  
  .zw-template-zp_videos_main_page .bottom-cta-box, .zw-template-videos_category_page_autocreate .bottom-cta-box, .zw-template-videos_detail_page_2_0 .bottom-cta-box {
    margin-bottom: 0;
  }
  
  .zw-template-zp_videos_main_page .video-slider {
    margin-top: 30px;
  }
  
  .zw-template-zp_videos_main_page .zplay-icon, .zw-template-videos_category_page_autocreate .zplay-icon {
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 40px;
    height: 40px;
    box-shadow: 0px 1px 10px 3px rgba(0, 0, 0, .1);
  }
  
  .zw-template-zp_videos_main_page .zplay-icon:after, .zw-template-videos_category_page_autocreate .zplay-icon:after {
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #000;
    border-radius: 1px;
  }
  
  .zw-template-zp_videos_main_page .video-slider .slick-next,
  .zw-template-zp_videos_main_page .video-slider .slick-prev {
    /* display:none !important; */
  }
  
  .zw-template-zp_videos_main_page .bottom-cta-box a.try-now-btn span.arrow-right, .zw-template-videos_category_page_autocreate .bottom-cta-box a.try-now-btn span.arrow-right, .zw-template-videos_detail_page_2_0 .bottom-cta-box a.try-now-btn span.arrow-right {
    display: inline-block;
    position: relative;
    width: 15px;
    /* border: 2px solid #fff; */
    height: 15px;
    vertical-align: middle;
    top: -1px;
    margin-right:10px;
  }
  
  .zw-template-zp_videos_main_page .bottom-cta-box a.try-now-btn span.arrow-right:before, .zw-template-videos_category_page_autocreate .bottom-cta-box a.try-now-btn span.arrow-right:before, .zw-template-videos_detail_page_2_0 .bottom-cta-box a.try-now-btn span.arrow-right:before {
    width: 15px;
    height: 2px;
    background: #fff;
    content: "";
    display: inline-block;
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    left: 7px;
  }
  
  .zw-template-zp_videos_main_page .bottom-cta-box a.try-now-btn span.arrow-right:after, .zw-template-videos_category_page_autocreate .bottom-cta-box a.try-now-btn span.arrow-right:after, .zw-template-videos_detail_page_2_0 .bottom-cta-box a.try-now-btn span.arrow-right:after {
    height: 10px;
    width: 10px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg) translateY(-76%);
    border-radius: 2px 0px 2px 22px;
  }

  
  .zw-template-zp_videos_main_page .videos-inner>div:last-child {
    padding-bottom: 100px;
  }
  
  
  .zw-template-zp_videos_main_page .video-slider .slick-arrow {
    width: 58px;
    height: 58px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #dadada;
  }
  
  .zw-template-zp_videos_main_page .video-slider .slick-next {
    right: 10px;
  }
  
  .zw-template-zp_videos_main_page .video-slider .slick-prev {
    left: calc(100% - 110px);
  }
  
  .zw-template-zp_videos_main_page .video-slider .slick-next:before {
    top: 13px;
    right: 25px;
  }
  
  .zw-template-zp_videos_main_page .video-slider .slick-next:after {
    bottom: 13px;
    right: 25px;
  }
  
  .zw-template-zp_videos_main_page .video-slider .slick-prev:before {
    top: 13px;
    left: 25px;
  }
  
  .zw-template-zp_videos_main_page .video-slider .slick-prev:after {
    bottom: 13px;
    left: 25px;
  }
  
  .zw-template-zp_videos_main_page .zw-template-inner .videoslist-wrapper .content-wrap {
    padding-bottom: 0;
  }
  
  .zw-template-zp_videos_main_page .video-slider li,
  .zw-template-zp_videos_main_page .svideos-list li {
    position: relative;
    /* transition: all .6s ease; */
  }
  
  
  .zw-template-zp_videos_main_page .video-slider li:hover,
  .zw-template-zp_videos_main_page .svideos-list li:hover {
    /* box-shadow: 0 10px 12px rgba(0, 0, 0, 0.25); */
    /* top: -10px; */
  }

  .zw-template-zp_videos_main_page .svideos-list ul {
    padding-bottom: 100px;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.zw-template-zp_videos_main_page .svideos-list li {
    width: 100%;
}

  
  
  @media all and (min-width: 992px) {
    .zw-template-zp_videos_main_page .category-list-items {
      text-align: left;
      display: flex;
      gap: 10px;
    }
  
    .zw-template-zp_videos_main_page .category-list-items a {
      margin: 0;
      border-radius: 8px;
      font-size: 14px;
      text-transform: none;
      background: none;
    }
  
    .zw-template-zp_videos_main_page .category-list a.active {
      background: #0047FF;
    }
  
    /* .zw-template-zp_videos_main_page .category-list {
          max-width: 100%;
          }
          .zw-template-zp_videos_main_page .category-list.zmakefixed {
              max-width: 95%;
              top: 55px;
          } */
  }
  
  
  @media all and (max-width: 1440px) {

    .zw-template-videos_category_page_autocreate .zbanner.zsection .content-wrap {
        padding: 70px 0 100px 0;
    }
    .zw-template-videos_category_page_autocreate .zsection .content-wrap {
        padding: 100px 0 100px 0;
    }
    .zw-template-videos_category_page_autocreate .zsection.zlist .content-wrap {
        padding-bottom: 55px;
    }

    .zw-template-videos_detail_page_2_0 .bottom-section-content-box{
      margin-bottom: 100px;
    }

    .zw-template-videos_detail_page_2_0 .main-cont h1{
      font-size: 36px;
    }

    .zw-template-zp_videos_main_page .zw-template-inner .content-wrap {
      padding: 100px 0;
    }
  
    .zw-template-zp_videos_main_page .zcr-vdo-banner-sec .content-wrap {
      padding-top: 70px;
    }
  
    .zw-template-zp_videos_main_page .banner-content-box h1, .zw-template-videos_category_page_autocreate .zbanner h1 {
      font-size: 80px;
    }
  
    .zw-template-zp_videos_main_page .banner-content-box h1 span {
      font-size: 24px;
    }
  
    .zw-template-zp_videos_main_page .category-desc h2 {
      font-size: 36px;
    }
  
    .zw-template-zp_videos_main_page .category-list {
      top: 100px;
    }
  
    .zw-template-zp_videos_main_page .videos-inner>div:last-child {
      padding-bottom: 80px;
    }
  
    .zw-template-zp_videos_main_page .bottom-section .content-wrap, .zw-template-videos_category_page_autocreate .bottom-section .content-wrap{
      padding-top: 80px;
    }

    .zw-template-videos_detail_page_2_0 .bottom-section .content-wrap{
      padding-top: 50px;
    }
  
    .zw-template-zp_videos_main_page .bottom-section-content-box h2, .zw-template-videos_category_page_autocreate .bottom-section-content-box h2, .zw-template-videos_detail_page_2_0 .bottom-section-content-box h2 {
      font-size: 60px;
      max-width: 680px;
    }

    .zw-template-zp_videos_main_page .svideos-list ul{
      padding-bottom: 60px;
    }

  }
  
  @media all and (max-width: 1280px) {
    .zw-template-zp_videos_main_page .banner-content-box h1, .zw-template-videos_category_page_autocreate .zbanner h1 {
      font-size: 72px;
    }
  
    .zw-template-zp_videos_main_page .banner-content-box h1 span {
      font-size: 22px;
    }
  
    .zw-template-zp_videos_main_page .category-list {
      /* max-width: 100%; */
    }
  
    .zw-template-zp_videos_main_page .category-list.zmakefixed {
      /* max-width: 90%; */
    }
  
    .zw-template-zp_videos_main_page .videos-inner>div {
      padding-bottom: 60px;
    }
    
  }
  
  
  
  @media all and (min-width: 1200px) {
    .zw-template-zp_videos_main_page .category-list {}
  }
  
  @media all and (max-width: 1199px) {
    .zw-template-zp_videos_main_page .category-list.zmakefixed {
      /* max-width: 95%; */
      top: 55px;
    }
  }
  
  @media all and (max-width: 1140px) {}
  
  @media all and (max-width: 1024px) {
  

    .zw-template-videos_category_page_autocreate .zbanner-inner h1+p{
        margin-top: 20px;
    }

    .zw-template-videos_category_page_autocreate .zlist-inner>div{
        /*width: 31.5%;*/
    }

    /* video home css start */

    .zw-template-zp_videos_main_page .banner-content-box h1, .zw-template-videos_category_page_autocreate .zbanner h1 {
      font-size: 56px;
      max-width: 550px;
    }
  
    .zw-template-zp_videos_main_page .banner-content-box h1 span {
      font-size: 18px;
    }
  
    .zw-template-zp_videos_main_page .banner-content-box p {
      font-size: 17px;
      max-width: 570px;
    }
  
    .zw-template-zp_videos_main_page .banner-content-box h1+p {
      margin-top: 20px;
    }
  
    .zw-template-zp_videos_main_page .banner-content-box .search-wrap {
      margin-top: 35px;
    }
  
    .zw-template-zp_videos_main_page .banner-content-box .search-wrap .zo-search-filed {
      font-size: 16px;
      padding: 17px 50px 17px 25px;
    }

    .zw-template-videos_detail_page_2_0 .main-cont h1{
      font-size: 30px;
    }
  
    .zw-template-zp_videos_main_page .category-desc h2 {
      font-size: 30px;
    }
  
    .zw-template-zp_videos_main_page .videos-inner>div:last-child {
      padding-bottom: 60px;
    }
  
    .zw-template-zp_videos_main_page .category-list.zmakefixed {
      top: 10px;
    }
  
    .zw-template-zp_videos_main_page .bottom-section-content-box h2, .zw-template-videos_category_page_autocreate .bottom-section-content-box h2, .zw-template-videos_detail_page_2_0 .bottom-section-content-box h2 {
      font-size: 48px;
      max-width: 570px;
    }
  
  
  }
  
  @media all and (min-width: 992px) and (max-width: 1280px) {
  
    .zw-template-zp_videos_main_page .category-list {
      max-width: 100%;
    }
  
    .zw-template-zp_videos_main_page .category-list.zmakefixed {
      max-width: 95%;
      top: 20px;
    }
  }
  
  @media all and (min-width: 992px) and (max-width: 1199px) {

    .zw-template-videos_category_page_autocreate .bottom-section .content-wrap{
        padding-top: 70px;
    }

    .zw-template-videos_detail_page_2_0 .bottom-section .content-wrap{
      padding-top: 45px;
    }

    .zw-template-zp_videos_main_page .zw-template-inner .content-wrap {
      padding: 70px 0 100px 0;
    }
  
  }
  
  @media all and (max-width: 991px) {

    .zw-template-videos_detail_page_2_0 .bottom-section-content-box{
      padding: 50px 40px
    }
  
    .zw-template-zp_videos_main_page .zo-down-arrow {
      top: 20px;
      left: unset;
      right: 18px;
      position: absolute;
      border-width: 9px 6px 0;
    }
  
    .zw-template-zp_videos_main_page .category-list a,
    .zw-template-zp_videos_main_page .category-list a.active {
      background: #fff;
      text-align: left;
      font-size: 12px;
    }
  
    .zw-template-zp_videos_main_page .category-desc {
      padding-right: 120px;
    }
  
    .zw-template-zp_videos_main_page .category-desc a {
      margin-top: 15px;
      display: inline-flex;
    }
  
    .zw-template-zp_videos_main_page .video-slider .slick-next,
    .zw-template-zp_videos_main_page .video-slider .slick-prev {
      top: -70px;
    }
  
    .zw-template-zp_videos_main_page .banner-content-box .search-wrap .cat-search {
      top: 17px;
    }

    .zw-template-zp_videos_main_page .svideos-list ul{
      grid-template-columns: 1fr 1fr 1fr;
    }
  
  
  }
  
  @media all and (max-width: 767px) {

    .zw-template-videos_category_page_autocreate .zlist-inner>div{
        margin-bottom: 40px;
    }
    
    .zw-template-videos_category_page_autocreate .zbanner.zsection .content-wrap {
        padding: 70px 0 80px 0;
    }
    .zw-template-videos_category_page_autocreate .zsection .content-wrap {
        padding: 75px 0 75px 0;
    }
    .zw-template-videos_category_page_autocreate .bottom-section .content-wrap{
        padding-top: 65px;
    }

    .zw-template-videos_detail_page_2_0 .bottom-section .content-wrap{
      padding-top: 35px;
    }

    .zw-template-videos_category_page_autocreate .zsection.zlist .content-wrap {
        padding-bottom: 40px;
    }

    .zw-template-videos_detail_page_2_0 .bottom-section-content-box{
      margin-bottom: 80px;
    }



    /* Videos home css start */

    .zw-template-zp_videos_main_page .zw-template-inner .content-wrap {
      padding: 60px 0 80px 0;
    }
  
    .zw-template-zp_videos_main_page .banner-content-box h1, .zw-template-videos_category_page_autocreate .zbanner h1 {
      font-size: 48px;
      max-width: 460px;
    }
  
    .zw-template-zp_videos_main_page .banner-content-box h1 span {
      font-size: 17px;
      padding: 12px 20px;
    }

    .zw-template-videos_detail_page_2_0 .main-cont h1{
      font-size: 28px;
    }
  
    .zw-template-zp_videos_main_page .category-desc h2 {
      font-size: 28px;
    }
  
    .zw-template-zp_videos_main_page .category-list {
      top: 80px;
    }
  
    .zw-template-zp_videos_main_page .category-desc {
      padding-right: 0;
    }
  
    .zw-template-zp_videos_main_page .category-list {
      max-width: inherit;
      width: 100%;
    }
  
    .zw-template-zp_videos_main_page .category-list.zmakefixed {
      max-width: inherit;
      width: inherit;
    }
  
    .zw-template-zp_videos_main_page .category-desc h2+p {
      margin-bottom: 10px;
    }
  
    .zw-template-zp_videos_main_page .video-slider li,
    .zw-template-zp_videos_main_page .svideos-list li {
      margin: 0;
    }
  
    .zw-template-zp_videos_main_page .video-slider .slick-next {
      right: -10px;
    }
  
    .zw-template-zp_videos_main_page .video-slider .slick-prev {
      left: calc(100% - 90px);
    }
  
    .zw-template-zp_videos_main_page .videos-inner>div:last-child {
      padding-bottom: 85px;
    }
  
    .zw-template-zp_videos_main_page .bottom-section .content-wrap,
    .zw-template-zp_videos_main_page .zcr-vdo-banner-sec .content-wrap, .zw-template-videos_category_page_autocreate .bottom-section .content-wrap, .zw-template-videos_detail_page_2_0 .bottom-section .content-wrap {
      max-width: 100%;
    }
  
    .zw-template-zp_videos_main_page .bottom-section-content-box h2, .zw-template-videos_category_page_autocreate .bottom-section-content-box h2, .zw-template-videos_detail_page_2_0 .bottom-section-content-box h2 {
      font-size: 42px;
    }

    .zw-template-zp_videos_main_page .svideos-list ul{
      grid-template-columns: 1fr;
      gap: 40px;
      padding-bottom: 80px;
    }

    .zw-template-zp_videos_main_page .svideos-list h5, .zw-template-zp_videos_main_page .video-slider h5{
      height: auto;
    }
    
  
  }
  
  @media all and (max-width: 600px) {}
  
  @media all and (max-width: 480px) {

    .zw-template-videos_category_page_autocreate .zbanner-inner h1+p{
        line-height: 1.6;
    }

    .zw-template-videos_detail_page_2_0 .bottom-section-content-box{
      padding: 0;
      background: none;
    }

    .zw-template-zp_videos_main_page .banner-content-box h1, .zw-template-videos_category_page_autocreate .zbanner h1 {
      font-size: 42px;
    }
  
    .zw-template-zp_videos_main_page .banner-content-box p {
      line-height: 1.6;
    }
  
    .zw-template-zp_videos_main_page .banner-content-box h1 span {
      font-size: 15px;
    }
  
    .zw-template-zp_videos_main_page .bottom-section-content-box h2, .zw-template-videos_category_page_autocreate .bottom-section-content-box h2, .zw-template-videos_detail_page_2_0 .bottom-section-content-box h2 {
      font-size: 36px;
      margin-bottom: 30px;
    }
  
    .zw-template-zp_videos_main_page .bottom-cta-box a.try-now-btn, .zw-template-videos_category_page_autocreate .bottom-cta-box a.try-now-btn, .zw-template-videos_detail_page_2_0 .bottom-cta-box a.try-now-btn {
      padding: 10px 25px;
    }
  
    .zw-template-zp_videos_main_page .bottom-cta-box a.try-now-btn span.arrow-right, .zw-template-videos_category_page_autocreate .bottom-cta-box a.try-now-btn span.arrow-right, .zw-template-videos_detail_page_2_0 .bottom-cta-box a.try-now-btn span.arrow-right {
      transform: scale(.85);
    }
  
    .zw-template-zp_videos_main_page .videos-inner>div:last-child {
      padding-bottom: 75px;
    }
    .zw-template-videos_detail_page_2_0 .main-cont h1{
      font-size: 24px;
    }
    .zw-template-zp_videos_main_page .category-desc h2 {
      font-size: 24px;
    }
    .zw-template-zp_videos_main_page .bottom-section-content-box h2 span, .zw-template-videos_category_page_autocreate .bottom-section-content-box h2 span, .zw-template-videos_detail_page_2_0 .bottom-section-content-box h2 span{
        display: inline-block;
    }
  }
  
  @media all and (max-width: 320px) {}

/* ------------- Mail Videos page css end ------------- */

