.page-wrapper *{box-sizing: border-box;}
.page-wrapper .content-wrap{padding:80px 0;max-width:1170px;}
h1,h2,h3{font-family: var(--zf-secondary-bold);}
h1{font-size:28px;}
.slick-next, .slick-prev{font-size:0;}
/*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:#747474;cursor: default;}
.breadcrumb a:last-child:after{display: none;}
/*breadcrumb styles*/
div.footer-wrapper{margin-top:0;}
/*video styles*/
.video-wrap {margin: 0 0 30px 0;}
.main-wrap {display: flex;width: 100%;margin:30px 0 0 0;}
.video-wrap iframe {width: 100%;min-height: 450px;border-radius: 5px;}
.main-wrap > div:first-child {width: 65%;}
.main-wrap > div:last-child {width: 35%;padding: 0 0 0 40px;max-height: 1000px;overflow: auto;}
.bottom-cta .content-wrap{
    padding-bottom: 100px;
    padding-top: 80px;
}
/*sidebar*/
.sidebar .thumb-img {width: 40%;}
.sidebar .thumb-img img{border-radius: 5px;vertical-align: middle; padding: 0 8px 0 8px;}
.sidebar .thumb-desc {width: 58%;padding: 0 0 0 20px;} 
.sidebar li {margin: 0 0 30px 0;}
.sidebar li > div { display: inline-block; vertical-align: middle; position: relative;} 
.sidebar h5 { margin-bottom: 5px; line-height: 1.3;    font-size: 15px; } 
.sidebar p { font-size: 12px; line-height: 1.3; margin-bottom: 5px;color:#3c3c3c;} 
.posted-date{font-size: 13px; font-family: var(--zf-primary-semibold);}
.thumb-img {
    background-color: #ffffff;
    border-radius: 6px;
    padding: 15px 4px 0 4px;
}


.thumb-img p {
    font-size: 10px;
    color: #000;
    font-family: "Roboto";
    font-weight: 700;
    padding: 0 0 8px 0;
    text-align: center;
    margin-bottom: 0;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 122px;
    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);
}
.sidebar .zplay-icon {
    transform: scale(.8);
}
.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: 11px;
    color: #000;
    padding: 1px 8px 4px 8px;
    margin: 8px 0 0 0;
    display: block;
    font-family: var(--zf-secondary-bold);
    padding-left: 30px;
    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;
}
[class|=zicon] {
    background: url(/sites/nweb/images/commonroot/oneminuteseries-sprite.png);
    background-size: 191px auto;
    display: inline-block;
    padding: 0;
}

.zinner-author {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.zinner-author>div {
    background: #f6f6f6;
    padding: 50px;
}

.zauthor ul li {
    display: inline-block;
    padding-right: 3px;
    transform: scale(.85);
}

.zauthor ul {
    margin-bottom: 14px;
    margin-top: 12px;
}

.zauthor h3+p {
    margin-bottom: 0px;
}

.zauthor-detail>div {
    display: inline-block;
}

.zauthor-detail>div {
    display: inline-block;
    vertical-align: top;
}

.zauthor-detail>div h3 {
    font-size: 20px;
}

.zauthor-detail>div:nth-child(2) {
    max-width: 77%;
    padding-left: 14px;
}

.zicon-rithika {
    background-position: 0 -111px;
    width: 71px;
    height: 70px;
}

.zicon-chaitanya {
    background-position: -75px -192px;
    width: 71px;
    height: 70px;
}

.zicon-jeremy-savio-dcruz {
    background-position: 0 -192px;
    width: 71px;
    height: 70px;
}

.zicon-nanda {
    background-position: -75px -111px;
    width: 71px;
    height: 70px;
}

.zicon-tweet {
    background-position: -135px -61px;
    width: 26px;
    height: 26px;
}

.zicon-in {
    background-position: -162px -61px;
    width: 26px;
    height: 26px;
}
.zauthor .content-wrap {
    margin: 0;
    width: 100%;
}
.zauthor-detail+p {
    margin-bottom: 0;
}
/*tab styles*/
.data-category {border-bottom: 1px solid #e1e1e1;margin: 40px 0px; display:none;}
.data-category a {color: #000;font-size: 19px;font-family: var(--zf-primary-semibold);display: inline-block;padding: 20px 30px;}
.data-category a.active{box-shadow: 0px 2px 0 #ffffff;}
.tab-wrap ul{padding-left: 30px;list-style-type: disc;}
.tab-wrap ol{padding-left: 30px;list-style-type: decimal;}
.tab-wrap ul li,.tab-wrap ol li{margin-bottom: 15px;}
.tab-item{display:none;}
.tab-item.active{display:block;}

/*related videos*/
.related-videos {background: #fbf8ef;}
.related-video-slider {margin: 50px 0 0 0;}
.slick-initialized .slick-slide{outline-style:none;}
.related-videos .thumb-img img{vertical-align: middle;border:1px solid #efefef}
.related-videos li > div {position: relative; padding: 20px 20px 0 20px;} 
.related-videos .video-duration {    margin: 16px 0;}
.related-videos li > div:last-child{padding:20px;}
.related-videos li > div:first-child img{border-top-left-radius: 6px;border-top-right-radius: 6px;}
.related-videos li{margin-right: 40px;background: #fff;border-radius: 6px;}
.related-videos h5 { margin-bottom: 5px; line-height: 1.3; } 
.related-videos p { font-size: 14px; line-height: 1.3; margin-bottom: 5px;color:#3c3c3c;} 
.related-videos .slick-next, .related-videos .slick-prev{top:-60px;}
.related-videos .slick-next{right: calc(0% + 20px);}
.related-videos .slick-prev{left: calc(100% - 80px);}
.related-videos .slick-next:after, .related-videos .slick-next:before, 
.related-videos .slick-prev:after, .related-videos .slick-prev:before{background:#000}
.related-videos h2{text-align:center;}
.bottom-cta *{text-align:center;}
.bottom-cta p{font-size:23px;}
.bottom-cta h2 {font-size: 40px;max-width: 780px;margin: 0 auto 30px;}
.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 all and (max-width:1024px){
.sidebar .zplay-icon {
    transform: scale(.7);
}
}
@media all and (min-width:992px) and (max-width:1199px){
    .related-videos p,.posted-date,.sidebar p{display:none;}
   .thumb-img p { display: block;    max-width: 100px;}
}
@media all and (max-width:991px){
    .page-wrapper .content-wrap{padding: 70px 0;max-width:700px;}
    .bottom-cta .content-wrap{padding: 80px 0;}
    .main-wrap{flex-flow: column;}
    .related-videos p,.posted-date,.sidebar p{display:none;}
    .main-wrap > div:first-child,.main-wrap > div:last-child{width:100%;padding:0;}
    .sidebar li{display:inline-block;width:45%;margin:1.5%;}
    .main-wrap > div:first-child{margin-bottom: 40px;}
    .sidebar .thumb-img {width: 45%;vertical-align: middle;}
    .sidebar .thumb-desc{width: 48%;vertical-align: middle;}
    .related-video-slider {margin: 20px 0 0 0;}
    .related-videos li{margin:20px;}
    .related-videos .slick-next, .related-videos .slick-prev {top: -30px;}
    .bottom-cta h2 {font-size: 30px;max-width: 600px;margin: 0 auto 20px;}
    .bottom-cta p{margin-bottom: 5px;}
    .thumb-img p{display:block;}
.related-videos .content-wrap {
    padding-top: 60px;
}
 .zauthor .content-wrap>h3 {
                text-align: center;
                margin-bottom: 16px;
            }
.zauthor p.zauthor-text {
    text-align: center;
    margin-bottom: 30px;
}
            .zinner-author {
                display: block;
                max-width: 550px;
                margin: 0 auto;
            }

            .zinner-author>div {
                margin-bottom: 40px;
            }

            .zinner-author>div:last-child {
                margin-bottom: 0;
            }
}

@media all and (max-width:767px){
.bottom-cta .content-wrap {
    padding-bottom: 80px;
    padding-top: 70px;
}
    h1{font-size:23px;}
    .data-category{margin:20px 0;}
    .video-wrap iframe{min-height:220px;}
    .sidebar .thumb-img,.sidebar .thumb-desc{width:100%;padding:0;}
    .sidebar li{width:44%;margin:2.5%; margin-bottom:26px;}
    .data-category a{padding: 10px 10px;font-size: 17px;}
    .sidebar h5{    font-size: 13px; padding-top: 11px; }
    .bottom-cta h2{font-size:25px;}
    .bottom-cta p{font-size:17px;    max-width: 320px;
    line-height: 1.3;
    margin: 0 auto 20px;}
     .thumb-img p{    padding-top: 20px;}

 .zinner-author>div {
                padding: 30px 30px 20px 30px;
            }

            .zauthor-detail>div:nth-child(2) {
                padding-left: 0;
            }

            .zauthor-detail>div {
                display: block;
            }

            .zauthor-detail>div:nth-child(2) {
                max-width: 100%;
            }

            .zauthor-detail>div:nth-child(2) h3 {
                font-size: 24px;
                margin-top: 20px;
            }

            .zauthor ul {
                margin-bottom: 17px;
            }
}
.other-lang .zauthor {
    display: none;
}

/* ------------- 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;
    padding-top: 68px;
    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;
    min-height: 82px;
    display: inline-grid;
}

.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 30px 15px;
  border-radius: 0 0 15px 15px;
  border-top: none;
    max-height: 435px;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
}

.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;
  }
  
  .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 ------------- */
