.z-videos-banner a,
.z-videos-menu>ul>li {
    text-transform: uppercase
}

.video-details h5,
.z-videos-menu>ul li .video-tut-url , .z-videos-menu>ul li.sub-cat-list div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.video-box span.duration,
.z-videos-banner a,
.z-videos-menu .sub-cat>span.sub-head {
    font-family: var(--zf-primary-semibold)
}

.z-videos-banner {
    padding: 120px 0 60px;
    color: #fff;
    text-align: center
}

.zvideos-menu-list li ul div.sub-cat{
    display:none;
}


.zvideos-menu-list li.active ul div.sub-cat{
     display: block;
}





.z-videos-banner .content-wrap {
    max-width: 800px;
}

.z-videos-banner a {
    color: #fff;
    margin: 20px 0 0;
    display: inline-block;
    padding: 10px 30px;
}





.z-videos-wrap {
	padding-top: 90px;
padding-bottom: 90px;
  background-color: #fbfbfb;
}




.z-videos-wrap .content-wrap{
    display: flex;
    align-items: flex-start;
}



.z-videos-wrap .content-wrap>div {
    padding: 10px;
   
}

.z-videos-wrap .content-wrap>div.z-videos-menu {
    position: sticky!important;
    top: 50px!important;
    left: unset!important;
    display: inline-block;
}

.z-videos-wrap .content-wrap>div.z-videos-content {
   
    display: table
}

.mob-menu-click {
    display: none
}

.z-videos-menu {
    width: 380px;
    font-size: 13px
}

.z-videos-menu>ul li .video-tut-url  , .z-videos-menu>ul li.sub-cat-list div {
    display: block;
    cursor: pointer;
    padding: 15px 50px 15px 10px;
    color: #666;
}





.z-videos-menu>ul li.cat-sec.active .video-tut-url.active{
    cursor: default;
}



.z-videos-menu>ul li .video-tut-url:hover {
    transition: .75s ease;
    color: #333
}

.z-videos-menu li ul li.sub-cat-list div {
    display: block;
    padding: 6px 50px 6px 20px;
    margin-right: 25px;
    color: #333;
    text-transform: none;
    border-bottom: none;
    position: relative;
    font-size: 15px;
}

[tabindex]:not([tabindex="-1"]):focus-visible{
    outline: 0px solid #0047ff;
}


.z-videos-menu>ul li a em {
    font-size: 11px;
    color: #999;
    font-style: normal;
    position: absolute;
    right: 0;
    top: 8px
}

.z-videos-menu .sub-cat {
    margin: 0;
    position: relative
}

.z-videos-menu .sub-cat:last-child {
    border-bottom: 1px solid #f1f2f3
}

.z-videos-menu .sub-cat:last-child ul {
    margin-bottom: 10px
}

.z-videos-menu .sub-cat>span.sub-head:after {
    display: none
}

.z-videos-menu .sub-cat>span.sub-head {
    position: relative;
    color: #333;
    left: 10px;
    padding: 5px 0;
    transition: .5s ease;
    opacity: 1;
    margin-bottom: 10px;
    top: 10px;
    visibility: visible;
    font-size: 13px;
    border: none;
    right: inherit;
    display: block;
    cursor: pointer
}






.zvideos-menu-list{
    height: calc(100vh - 50px);
    overflow-y: scroll;
}





.z-videos-wrap .content-wrap>div.z-videos-content {
	width: calc(100% - 360px);
	box-sizing: border-box;
	overflow: hidden;
}



.cat-sec.active>a,
.cat-sec>a:hover,
.z-videos-menu .sub-cat:hover>span.sub-head {
    color: #03a9f4
}

.z-videos-menu .sub-head+ul li a {
    padding: 6px 50px 6px 10px
}

.z-videos-menu .sub-cat .sub-head+ul {
    margin: 0 0 0 13px
}

.z-videos-menu .sub-cat:last-child .sub-head+ul {
    margin: 0 0 10px 13px
}

.z-videos-menu .sub-cat:first-child .sub-head+ul {
    border-left: 3px solid #03a9f4
}

.z-videos-menu .sub-cat:nth-child(2n+0) .sub-head+ul {
    border-left: 3px solid #03a869
}

.z-videos-menu .sub-cat:nth-child(2n+1) .sub-head+ul {
    border-left: 3px solid #ff1500
}

.cat-sec {
    position: relative
}

.cat-sec:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #bdbcbc;
    border-right: 1px solid #bdbcbc;
    transform: rotate(45deg);
    transition: .25s .25s ease
}

.cat-sec.active:after {
    transform: rotate(135deg);
    border-top: 1px solid #03a9f4;
    border-right: 1px solid #03a9f4
}

.cat-sec>.video-tut-url {
    border-bottom: 1px solid #f1f2f3
}


.cat-sec.has-one-sub:last-child .sub-cat{
     border-bottom: 0px solid #f1f2f3;
}


.z-videos-menu>ul .cat-sec:before {
    display: none;
    content: '';
    position: absolute;
    left: 13px;
    top: 60px;
    width: 4px;
    background: #ccc;
    bottom: 10px
}






.z-videos-menu>ul .has-one-sub:before {
    background: #03a9f4
}

.z-videos-menu>ul .has-two-sub:before {
    background: #03a9f4;
    background: -moz-linear-gradient(top, #03a9f4 0, #6ad0a0 50%, #ffb209 100%);
    background: -webkit-linear-gradient(top, #03a9f4 0, #6ad0a0 50%, #ffb209 100%);
    background: linear-gradient(to bottom, #03a9f4 0, #6ad0a0 50%, #ffb209 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#03a9f4', endColorstr='#ffb209', GradientType=0)
}

.z-videos-menu>ul .has-three-sub:before {
    background: #03a9f4;
    background: -moz-linear-gradient(top, #03a9f4 0, #6ad0a0 33%, #ffb209 66%, #ff1300 100%);
    background: -webkit-linear-gradient(top, #03a9f4 0, #6ad0a0 33%, #ffb209 66%, #ff1300 100%);
    background: linear-gradient(to bottom, #03a9f4 0, #6ad0a0 33%, #ffb209 66%, #ff1300 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#03a9f4', endColorstr='#ff1300', GradientType=0)
}

.z-videos-menu>ul .sub-cat:first-child .circle-letter {
    color: #03a9f4;
    border: 1px solid #03a9f4
}

.z-videos-menu>ul .sub-cat:nth-child(2) .circle-letter {
    color: #03a869;
    border: 1px solid #03a869
}

.z-videos-menu>ul .sub-cat:nth-child(3) .circle-letter {
    color: #ff1500;
    border: 1px solid #ff1500
}

.z-video-category {
    margin-bottom: 60px;
    clear: both
}

.z-video-category>div .video-box-wrap {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 10px 25px 25px
}

.video-details {
    padding: 10px 0;
    width: 100%;
}

.video-details h4 {
    margin: 10px 0;
    color: #333
}

.video-details p {
    height: 100px;
    overflow: hidden;
}

.video-box:after,
.video-box:before {
    width: 100%;
    height: 100%;
    content: ''
}

.video-details h5 {
    margin-bottom: 0
}

.video-box {
    position: relative;
    text-align: left;
    margin: 0;
    cursor: pointer;
    opacity: 1;
   visibility: visible;
    transition: .75s ease
}

.z-video-category.active .video-box {
    opacity: 1;
    visibility: visible
}

.video-box:before {
    position: absolute;
    background: rgba(0, 0, 0, .75)
}

.video-box:after {
    position: absolute;
    border: 7px solid #03a9f5;
    left: 0;
    top: 0;
    transition: .5s ease;
    opacity: 0;
    transform: scale(1.05, 1.05)
}

.focusin .video-box:after {
    opacity: 1;
    transform: scale(1, 1)
}

.video-box span.duration {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #ccc;
    font-size: 13px
}

.video-box span.duration:before {
    content: '';
    position: absolute;
    left: -18px;
    top: 3px;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    border: 1px solid #fff
}

.video-box span.duration:after {
    content: '';
    position: absolute;
    left: -12px;
    top: 7px;
    width: 4px;
    height: 4px;
    transform: rotate(-180deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff
}
.video-box .play-video, .video-box .zh-play-icon,
.video-box .play-video:before, .video-box .zh-play-icon{
    z-index: 1;
    display: block;
    height: 50px;
    width: 50px;
    cursor: pointer
}

.video-box .play-video, .video-box .zh-play-icon{
    background: rgba(0, 0, 0, .8);
    border-radius: 100%;
    margin: -32px auto 0 -32px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.video-box .play-video:before,  .video-box .zh-play-icon:before {
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    right: 0;
    top: 0
}

.video-box .play-video:after, .video-box .zh-play-icon:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 11px 0 11px 15px;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    top: 15px;
    width: 0
}

.z-video-sub-cat {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px
}

.z-video-category>h2,
.z-video-sub-cat>h5 {
    margin: 0 25px
}

.z-video-category>h2 {
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f2f3;
    margin-bottom: 10px
}

.z-video-sub-cat>h5 {
    color: #03a9f4;
    padding: 10px 0;
    font-size: 21px;
}

.expanded.dropdown .caret {
    background-position: -168px 0px;
}

.product-header-top .expanded.dropdown .caret {
    background-position: -168px -6px;
}

.z-popup-overlay {
    background: rgba(255, 255, 255, 0.95);
    cursor: pointer;
}



.z-video-category>div .video-box-wrap {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding: 10px 25px 25px;
}

.video-details p {
    height: auto;
    font-size: 16px;
    margin-bottom: 0;
}










.crmvid-fixdhead {
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
	max-width: 450px;
	padding: 20px 0;
	margin: -40px auto;
	position: relative;
	transition: linear .2s;
}

.crmvid-fixdhead-list {
	font: 18px var(--zf-primary-semibold);
	list-style-type: none;
	color: #666;
	width: 50%;
	border-right: 1px solid #bbb;
	padding: 10px 0;
	text-align: center;
	float: left;
	cursor: pointer;
}

.crmvid-fixdhead:after {
	content: "";
	display: block;
	clear: both;
}

.crmvid-fixdhead-list:nth-child(2) {
	border-right: 0;
}

.crmvid-fixdhead-list:last-child {
	border-right: 0px;
}

.crmvid-fixdhead-list.active {
	color: #000;
}

.selected-tab {
	border-bottom: 3px solid #089949;
	width: 222px;
	position: absolute;
	left: 0;
	top: 96%;
	height: 2px;
	transition: all .1s linear;
	-webkit-transition: all .1s linear;
	list-style-type: none;
}

.z-videos-wrap .content-wrap {
	/*! width:calc(100% - 360px); */
	box-sizing: border-box;
	position: relative;
	width: 90%;
}







.video-sec-cvr{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}


.explainer-box{
    width: 90%;
    background-color: #fff;
    margin: 0 auto 30px;
    box-sizing: border-box;
    padding: 16px;
    display: inline-block;
    vertical-align: top;
    border-radius: 9px;
    box-shadow: 0 0 10px rgb(204 204 204 / 14%);
}



.video-box {
  position: relative;
  text-align: left;
  margin: 0;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition: .75s ease;
}


.video-details {
  padding: 10px 0;
  width: 100%;
}




@media only screen and (min-width:992px) and (max-width:1199px) {
    .z-videos-menu {
        width: 320px;
        font-size: 13px
    }
    .z-video-category>h2,
    .z-video-sub-cat>h5 {
        margin: 0 15px
    }
    .z-videos-wrap .content-wrap>div.z-videos-content {
        margin-left: 320px
    }
    .z-video-category>div .video-box-wrap {
        padding: 10px 15px
    }
}

@media only screen and (max-width:1199px) {
    .z-videos-wrap .content-wrap>div.z-videos-menu{
        display : none!important;
    }
.z-videos-wrap .content-wrap>div.z-videos-content{
    width: 100%;
}

.z-videos-wrap .content-wrap>div.z-videos-content{
    margin-left: 0px;
}


.video-tutorial-name{
    font-family: var(--zf-primary-medium);
}




.z-video-category{
    margin: 0px;
    border-bottom: 1px solid #d7d9dc;
}


.z-video-category:last-child{
     border-bottom: 0px solid #d7d9dc;
}




.z-video-category>h2{
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 0px solid #f1f2f3;
  
}




.video-tutorial-name::after {
    
   content: '';
    position: absolute;
    right: 20px;
    top: 44%;
    width: 22px;
    height: 22px;
    border-top: 2px solid #948f8f;
    border-right: 2px solid #948f8f;
    transform: translateY(-50%) rotate(135deg);
    transition: .25s .25s ease; 
    
}

.z-video-category.active .video-tutorial-name::after{
    transform: translateY(-50%) rotate(-45deg);
    top: 57%;
}


.z-videos-wrap .content-wrap>div{
    padding : 0px;
}


}



@media only screen and (min-width:768px) and (max-width:991px) {
    .z-videos-menu {
        width: 320px;
        font-size: 13px
    }
    .z-videos-wrap .content-wrap>div.z-videos-content {
        margin-left: 0px;
    }
    .z-video-category>div .video-box-wrap {
        width: 50%;
        padding: 15px;
    }
    .z-video-category>h2,
    .z-video-sub-cat>h5 {
        margin: 0 15px
    }
    .video-details p {
        height: auto;
    }
}



@media only screen and (max-width:991px) {
    
    .video-sec-cvr{
        grid-template-columns: repeat(2, 1fr);
    }

    .z-videos-banner .content-wrap{
        max-width: unset;
        padding: 0px 20px;
    }
}

@media only screen and (max-width:767px) {
    
    .video-tutorial-name{
        font-size: 20px;
    }
    
    .mob-menu-click {
        background: #fff
    }
    .z-videos-banner h1 {
        margin-top: 0px;
    }
    .z-videos-wrap .content-wrap {
        overflow-x: hidden
    }
  
    .z-video-category>h2,
    .z-video-sub-cat>h5 {
        margin: 0 15px;
    }
    .z-video-sub-cat>h5 {
        font-size: 19px;
    }
    .mob-menu-click {
        position: absolute;
        right: 3px;
        top: 34px;
        margin-top: -24px;
        box-shadow: 1px 0 5px rgba(0, 0, 0, .1);
        border-radius: 0 5px 5px 0;
        width: 36px;
        height: 42px;
        border: 1px solid #f1f2f3;
        border-left-color: #fff;
        cursor: pointer;
        display: inline-block
    }
    .mob-menu-click:before {
        content: '+';
        position: absolute;
        left: 0;
        top: 0;
        width: 33px;
        height: 100%;
        color: #666;
        font-size: 23px;
        line-height: 43px;
        text-align: center
    }
    .mob-menu-click.menu-click-active:before {
        content: '-'
    }
    #block-system-main {
        margin-top: -10px
    }
    .z-videos-banner {
        padding: 40px 0
    }
    .z-videos-wrap {
        margin: 30px 0;
        padding: 50px 0px 0px;
    }
    .z-videos-wrap .content-wrap>div.z-videos-content {
        margin-left: 0;
        width: 100%
    }
    .z-videos-menu {
        width: 320px;
        font-size: 13px;
        position: fixed;
        left: -284px
    }
    .z-videos-wrap .content-wrap>div.z-videos-menu>ul {
        border: 1px solid #f1f2f3;
        border-bottom: none;
        border-left: none;
        margin-right: 40px;
        background: #fff;
    }
    .z-videos-wrap .content-wrap>div {
        padding: 10px 0
    }
    .z-video-category>div .video-box-wrap {
        width: 100%;
        padding: 15px
    }
    .video-details p {
        height: auto
    }
    
    .z-video-category>h2{
        padding-bottom: 20px;
        padding-top: 20px;
    }
    
    .video-tutorial-name::after {
        width: 17px;
        height: 17px;
    }
    
}



@media only screen and (max-width: 680px) {


    .z-video-category>div .video-box-wrap{
        width: 100%;
    }


    .video-details h4{
        display: none;
    }

    .video-details p{
        font-size: 18px;
        padding: 20px 0 0;
    }


    .crmvid-fixdhead{
        max-width: calc(100% - 30px);
    }                                


    .selected-tab{
        width: 170px;
    }


    .video-sec-cvr {
        grid-template-columns: repeat(1, 1fr);
    }


}

