.page-container h2 {
    font-family: Zoho_Puvi_Bold;
}

.page-container h3 {
    font-size: 24px;
}

.t-left {
    text-align: left !important;
}

.t-center {
    text-align: center;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.d-flex-row {
    flex-direction: row;
}

.d-flex-column {
    flex-direction: column;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.p-90 {
    padding: 90px 0px;
}

.p-50 {
    padding: 50px 0px;
}

.title-desc {
    font-size: 20px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.m-0 {
    margin: 0;
}

.m-t-0 {
    margin-top: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.m-t-15 {
    margin-top: 15px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.f-20 {
    font-size: 20px;
}

/* Banner Section */

.banner {
    background-color: #eff1f5;
    padding: 120px 0px;
    margin: 32px;
    border-radius: 24px;
    /* background-image: url(/sites/zweb/images/analytics/create-db-bg.png); */
    background-size: 100% 100%;
    margin-top: 0;
    padding-inline-start: 30px;
}

.banner .content-wrap {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
}

.banner .banner-main {
    gap: 50px;
}

.banner .banner-main .left-wrapper {
    width: 50%;
    display: flex;
    justify-content: flex-end;

}

.banner .banner-main .right-wrapper {
    width: 50%;
}

.banner .banner-main .left-wrapper .banner-content {
    width: 638px;
}

.banner .banner-main .right-wrapper img {
    border: 7px solid rgb(103 126 174 / 20%);
    border-radius: 24px 0px 0px 24px;
    border-right: none;
}

/* Tab Section */

.tabsection>.content-wrap {
    display: table;
    table-layout: fixed;
    padding: 0 40px;
    box-sizing: border-box
}

.tabsection>.content-wrap>div {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    position: relative
}

.left-tab {
    width: 340px
}

.tabs {
    margin: 0 auto;
    padding: 0;
    width: 340px;
    position: relative;
    transition: all .3s ease 0s
}


.tabs.fixed {
    position: sticky;
    top: 100px;
    left: auto;
    transition: all .3s ease 0s;
}

.tabs li {
    cursor: pointer;
    position: relative
}

.tabs li a {
    color: #000;
    padding: 12px 15px;
    display: block;
    position: relative;
}

.tabs li a:not(li span) {
    font-family: var(--zf-primary-semibold);
}

.tabs li a span {
    display: block;
    font-size: 15px;
}

.tabs li a.active {
    color: #2C66DD;
    background: rgb(44 102 221 / 10%);
    border-radius: 8px;
}

.tabsection span.selected {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #03994f;
    min-height: 57px;
    display: none
}

.tabs li>p {
    margin: 0
}

.cont-sec {
    margin: 0 0 45px 100px;
    border-bottom: 1px dashed #9a9a9a;
    padding: 0 0 24px 0;
    box-sizing: border-box
}

.cont-sec p {
    margin-bottom: 15px;
}

.cont-sec ul li {
    padding-bottom: 10px;
    list-style: disc;
    margin-inline-start: 16px;
}

.cont-sec#step3 ul li{
    display: flex;
    gap: 10px;
}

.cont-sec ul li span.sprite-icon {
    width: 48px;
    height: 48px;
    background-image: url(/sites/zweb/images/analytics/create-db-sprite.png);
    background-size: 176px auto;
}

.cont-sec ul li:nth-child(2) span.sprite-icon {
    background-position: -66px 0;
}

.cont-sec ul li:nth-child(3) span.sprite-icon {
    background-position: -129px 0;
}

.cont-sec ul li p {
    width: 100%;
}

.tabsection .video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
    margin-top: 20px;
}

.tabsection .video-container iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 16px;
}


/* Sample dashboard */

/* Sample Dashboard styles */

.sampleDashboard-section {
    text-align: center;
    background-color: #262626;
    color: #fff;
}

.sampleDashboard-section .sampleDashboard-image {
    margin-top: 58px;
}

.sampleDashboard-section .btn-wrapper {
    margin-top: 48px;
}

.sampleDashboard-section .btn-wrapper a {
    font-size: 20px;
    font-family: var(--zf-primary-semibold);
    color: #fff;
}

.sampleDashboard-section .btn-wrapper a .arrow {
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: #fff;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 10px;
}

.sampleDashboard-image .slick-slide img {
    border-radius: 17px;
    border: 5px solid #ffffff67;
}

.sampleDashboard-image .slick-slide {
    /* transform: scale(0.8); */
    transition: all 0.4s ease-in-out;
    padding: 45px 0;
    opacity: 0.5;
}


.sampleDashboard-image .slick-slide img {
    max-width: 55%;
    transition: all 0.4s ease-in-out;
}

.sampleDashboard-image .slick-center {
    transform: scale(1.14);
    opacity: 1;
}

.sampleDashboard-image .slick-prev {
    left: 10%;
}

.sampleDashboard-image .slick-next {
    right: 10%;
}

.sampleDashboard-image .slick-next:after,
.sampleDashboard-image .slick-next:before,
.sampleDashboard-image .slick-prev:after,
.sampleDashboard-image .slick-prev:before {
    width: 4px;
    background: #ffffff;
}


@media (max-width:1080px) {
    .banner .banner-main {
        flex-direction: column;
        text-align: center;
    }

    .banner .banner-main .left-wrapper,
    .banner .banner-main .right-wrapper,
    .banner .banner-main .left-wrapper .banner-content {
        width: 100%;
    }
    .banner{
        padding-inline: 30px;
        padding-block: 60px;
    }
    .banner .banner-main .right-wrapper img{
        border-right: 7px solid rgb(103 126 174 / 20%);
        border-radius: 24px;
    }
    .tabsection .video-container {
        margin-top: 30px;
    }
    .title-desc {
        font-size: 17px;
        width: 95%;
    }
    .sampleDashboard-section,
    .pre-banner{
        padding-block: 60px;
    }
}

@media screen and (max-width:991px) {
    .left-tab {
        width: 0
    }

    .tabs {
        max-width: 210px
    }

    .tabs li {
        border-bottom: 1px solid #ddd;
        padding: 15px
    }

    .tabsection>.content-wrap>div.left-content {
        display: none
    }

    .cont-sec {
        margin-left: 0;
    }

    .tabsection{
        padding: 60px 0px;
    }
    .cont-sec#step3 ul{
        text-align: left;
    }
}

@media screen and (max-width:767px) {
    .tabs {
        display: none
    }

    .tabsection>.content-wrap>div {
        display: block;
        width: 100%;
        padding: 0
    }

    .tabsection>.content-wrap {
        padding: 0
    }

    .tabsection {
        padding: 40px 0
    }
}

@media screen and (max-width:567px) {  
    .sampleDashboard-image .slick-slide img{
        max-width: 70%;
    }
}