* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}
.bottom-section h2{
   color: #fff;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

h1 {
    font-family: var(--zf-primary-bold);
    font-size: 60px;
    margin: 0 0 20px;
    line-height: 75px;
}

h2 {
    font-size: 46px;
    font-family: var(--zf-primary-bold);
}

h3 {
    font-size: 30px;
    font-family: var(--primaryfont-bold)
}

h4 {
    font-size: 25px;
    font-family: var(--primaryfont-bold)
}

.z-section {
    position: relative;
    padding: 100px 0 90px;
}

/* Banner Section */
.zw-product-header {
    background: #002473;
}

.bannersection {
    padding: 0px;
    padding-top: 60px;
    padding-bottom: 70px;
}

.bannersection,
.bottom-section {
    position: relative;
    width: 100%;
    background-color: #002473;
}


.banner-inner-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-cont {
    width: 46%;
}

.banner-img {
    width: 46%;
    text-align: center;
}

.banner-img img {
    max-width: 440px;
}

.banner-cont h1 {
    margin-bottom: 10px;
    color:#fff;
}

.join-btn {
    background: #f0483e;
    color: #fff;
    display: inline-block;
    font-family: var(--zf-primary-semibold), sans-serif;
    padding: 13px 30px;
    margin: 0;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 1;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

.banner-cont p {
    color: #fff;
    max-width: 450px;
}

.banner-cont span {
    font-family: var(--zf-primary-semibold);
    font-size: 18px;
    line-height: 35px;
}

.btn-container {
    margin: 20px auto 0;
}

/* Banner Section */

/* Tabs */
.tabsection {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0;
    /* overflow-x : hidden; */
}

.tabs-inner-section {
    position: relative;
}

.tab {
    background: #002473;
    border-bottom: 0;
    width: 90%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1280px;
}

.tab-parent {
    background: #002473;
    position: sticky;
    top: 51px;
    z-index: 1;
}

.tab button {
    width: 250px;
    max-width: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 30px;
    transition: 0.3s;
    background-color: #fce9e2;
    font-size: 16px;
    font-family: var(--zf-primary-semibold);
    position: relative;
}

.tab button.active {
    background-color: #fff;
}

.tablinks.active::before {
    content: "";
    width: 100%;
    height: 7px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -7px;
    width: 250px;
}

.tabcontent-wrap {
    position: relative;
    padding: 70px 0px;
}

.tabcontent {
    display: block;
    margin: 0 auto;
}

.z-content-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.srchParent {
    display: block;
    width: 100%;
    max-width: 360px;
    margin-bottom: 20px;
}

.select_div:last-child {
    margin-right: 0;
}
.select_div {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.zc-search-bar {
    position: relative;
    width: 93%;
}

.filter-cont select {
    position: relative;
    width: 210px;
    height: 50px;
    border: 0;
    font-size: 16px;
    border-radius: 2px;
    padding: 10px 15px;
    -webkit-box-shadow: 0 0 2px 2px #ababab36;
    box-shadow: 0 0 2px 2px #ababab36;
    appearance: none;
}
.zc-search-bar input[type=text] {
    width: 100%;
    padding: 16px 20px;
    border-radius: 4px;
    font-size: 17px;
    -webkit-box-shadow: 0 0 2px 2px #ababab36;
    box-shadow: 0 0 2px 2px #ababab36;
    font-family: var(--zf-primary-light);
    border: 0;
    height: 50px;
    padding-right: 70px;
}

.srchParent .srchBar .srch-icn {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #efefef;
    transition: all ease .3s;
    padding: 11px 20px;
    cursor: pointer;
}

.srch-icn * {
    vertical-align: middle;
}

a {
    text-decoration: none;
    outline: 0;
    color: var(--primary-anchor-clr);
}
.srchParent .srchBar .srch-icn img {
    width: 20px;
}

.srch-icn * {
    vertical-align: middle;
}
.select_div::after {
   content: '';
    position: absolute;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid #262626;
    border-bottom: 4px solid #444444;
    top: 15px;
    right: 18px;
    transform: rotate(315deg);
    pointer-events: none;
    transition: all 1s;
}
.box {
    position: relative;
    border: 1px solid #D9D9D9;
    padding: 15px 15px;
    background: #fff;
    margin: 8px 5px;
}

.z-col-3 {
    flex: 0 32%;
}

.boxhead {
    position: relative;
    width: 100%;
    background: #fff4f1;
    padding: 30px 30px;
}

.boxhead p {
    font-size: 14px;
    margin: 8px 0 0px;
}

.box:nth-child(2) .boxhead {
    background: #eff6f6;
}

.box:nth-child(3) .boxhead {
    background: #fdf9ee;
}

.title-text {
    font-size: 20px;
    font-family: var(--zf-primary-semibold);
}

.boxcont {
    padding: 20px;
}

.author-details {
    position: relative;
    margin: 0 0 20px;
    font-family: var(--zf-primary-regular);
}

.author-details span {
    font-size: 14px;
}

.author-details img {
    width: 50px;
    height: 50px;
}

.presented {
    font-family: var(--zf-secondary-bold);
    font-size: 16px;
}

.author-img,
.author-txt {
    width: 100%;
    max-width: 20%;
    position: relative;
}

.author-txt {
    max-width: 72%;
}

/* Tabs */
/* bottom Section */
.bottom-section {
    text-align: center;
}

/* bottom Section */

.tabsection .content-wrap {
    width: 100%;
    max-width: 100%;
}

.tabcontent-wrap {
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
}

.sticky_list_content {
    margin-bottom: 100px;
    display: block;
}

.sticky_list_content:last-child {
    margin-bottom: 50px;
}

.video_wrap {
    display: flex;
    align-items: flex-start;
    position: relative;
    justify-content: center;
}

.sticky_list {
    min-width: 340px;
    padding-right: 50px;
    position: sticky;
    top: 160px;
    margin-bottom: 50px;
}

.sticky_content {
    width: 100%;
}

.sticky_list li {
    padding: 10px 20px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-family: var(--zf-primary-semibold);
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}

.sticky_list li.active {
    border-color: #03a9f5;
    color: #03a9f5;
}

.sticky_list_content h3 {
    margin-bottom: 40px;
}

.sticky_list li.active::after {
    display: none;
}

.viewall-btn,.lessall-btn {
    display: block;
  width: 134px;
    padding: 8px 15px;
    border: 1px solid;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--primaryfont-semibold);
}
.lessall-btn{
    display: none;
}
.viewall-btn::after,.lessall-btn::after,
.select_div::after {
    content: '';
    position: absolute;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid #03a9f5;
    border-bottom: 4px solid #03a9f5;
    top: 15px;
    right: 18px;
    transform: rotate(315deg);
    pointer-events: none;
    transition: all 1s;
}

.video-icon::before,
.video-icon::after {
    position: absolute;
    content: "";
}

.video-icon::before {
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    box-sizing: border-box;
    border: 2px solid rgb(51 51 49);
    border-image: initial;
    border-radius: 100%;
    background: rgb(51 50 49);
}

.video-icon::after {
    left: 11px;
    top: 8px;
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid rgb(255, 255, 255);
}

.video-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 26px;
}

.img_section img {
    display: block;
}

.grid_wrap {
    display: grid;
    -ms-grid-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.grid_list {
 /*    display:inline-block; */
    background: #fff;
    position: relative;
    border-radius: 10px;
    box-shadow: 8px 8px 13px 0px #ababab1f;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    display:none;
}

.grid_list h4 {
    font-size: 16px;
    margin-bottom: 0;
    font-family: var(--zf-primary-semibold);
    padding: 20px 20px;
}

.img_section {
    position: relative;
}

.img_section::before {
    content: "";
    position: absolute;
    transition: all 0.5s;
    background: rgb(0 0 0 / 20%);
    width: 100%;
    height: 100%;
}

.grid_list:hover .img_section::before {
    background: rgb(0 0 0 / 40%);
}

.grid_list a.vimvideo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.show_more {
    display: block;
    border: 1px solid;
    padding: 12px 25px;
    margin: 40px auto 0;
    width: 150px;
}

.select_div {
    position: relative;
    /* display: none; */
  
    margin: 0 0 50px;
}

.select_div::after {
    transform: rotate(44deg);
    top: 17px;
    right: 10px;
}

.tabcontent-wrap select {
    appearance: none;
    padding: 12px;
    border: 1px solid #dbdbdb;
    font-size: 15px;
    padding-right: 30px;
    color: #002473;
    width: 200px;
    background: transparent;
}

@media(max-width: 1499px) {
    .bannersection {
        padding-top: 50px;
    }

    .banner-cont h1 {
        font-size: 56px;
    }

    .banner-img img {
        max-width: 400px;
    }

    .tabcontent-wrap {
        padding-bottom: 50px;
    }

    .bottom-section {
        padding: 70px 0;
    }
}

@media(max-width: 1399px) {
    .banner-cont h1 {
        font-size: 54px;
    }

    .sticky_list_content h3 {
        font-size: 28px;
    }

    .sticky_list_content {
        margin-bottom: 70px;
    }

    .bottom-inner-section h2 {
        font-size: 40px;
    }
}

@media(max-width: 1299px) {
    .banner-cont h1 {
        font-size: 52px;
        line-height: 1.3;
    }

    .banner-img img {
        max-width: 370px;
    }

    .bannersection {
        padding-bottom: 60px;
    }

    .banner-cont p {
        font-size: 16px;
    }

    .sticky_list_content h3 {
        margin-bottom: 30px;
    }

    .viewall-btn {
        margin-left: unset;
    }
}

@media(max-width: 1199px) {
    .sticky_list li {
        padding: 15px 20px;
    }

    .sticky_list {
        min-width: 320px;
    }

    .banner-cont h1 {
        font-size: 48px;
    }

    .sticky_list_content h3 {
        font-size: 28px;
    }

    .grid_list h4 {
        font-size: 15px;
    }

    .bottom-inner-section h2 {
        font-size: 42px;
    }

    .tabcontent-wrap,
    .tab {
        width: 95%;
    }
}

@media(max-width: 1080px) {
    .bannersection {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .banner-img img {
        max-width: 330px;
    }

    .banner-cont h1 {
        font-size: 46px;
    }

    .sticky_list_content h3 {
        font-size: 26px;
    }

    .sticky_list li {
        padding: 10px 20px;
    }

    .bottom-inner-section h2 {
        font-size: 40px;
    }

    .bottom-section {
        padding: 60px 0;
    }

    .viewall-btn {
        font-size: 14px;
    }
}

@media(max-width: 1140px) {
    .tab-parent {
        top: 0;
    }

    .sticky_list {
        top: 100px;
    }
}

@media(min-width: 992px) {
    .sticky_list_content {
        display: block;
    }
}

@media(max-width: 991px) {

    .select_div,
    #product-videos .sticky_list_content:first-child,
    #customer-videos .sticky_list_content:first-child {
        display: block;
    }

    ul.sticky_list,
    .sticky_list_content {
        display: none;
    }

    .viewall-btn {
        margin: 40px auto 0;
    }

    .banner-cont h1 {
        font-size: 36px;
    }

    .tab button {
        font-size: 15px;
        width: 200px;
        padding: 15px;
    }

    .tablinks.active::before {
        width: 100%;
        top: -5px;
        height: 5px;
    }

    .tab::before {
        height: 46px;
    }

    .bottom-inner-section h2 {
        font-size: 34px;
    }

    .sticky_list_content {
        margin-bottom: 0;
    }

    .bottom-section {
        padding: 60px 0;
    }

    .tabcontent {
        max-width: 640px;
    }

    .banner-img img {
        max-width: 300px;
    }

}

@media(max-width: 767px) {
    .banner-inner-section {
        flex-direction: column;
    }

    .banner-cont {
        width: 100%;
        max-width: 460px;
        text-align: center;
        margin-bottom: 40px;
    }

    .banner-cont p {
        margin: 0 auto;
        max-width: 340px;
    }

    .banner-cont h1 {
        font-size: 30px;
        margin-bottom: 10px;
        color: #fff;
    }

    .sticky_list_content h3 {
        font-size: 22px;
    }

    .bottom-inner-section h2 {
        font-size: 30px;
    }

    .tabcontent-wrap,
    .tab {
        width: 90%;
    }

    .tabcontent-wrap {
        padding: 40px 0;
    }

    .select_div {
        margin-bottom: 30px;
    }

    .banner-img {
        width: 100%;
    }

    .tabcontent {
        max-width: 340px;
    }

}

@media(max-width: 480px) {
    .tab button {
        padding: 15px 12px;
        font-size: 14px;
    }

    .bottom-inner-section h2 {
        font-size: 30px;
        max-width: 280px;
        margin: 0 auto 20px;
    }

    .tab {
        align-items: stretch;
    }
}