.mid-section{
margin-top: 0px;
padding: 0px;
}
.arrow:after{
top: -3px;
width: 8px;
height: 8px;
}
.cs_FilterLst:nth-child(3), .cs_FilterLst:nth-child(4),
.mbl_Industry:nth-child(3), .mbl_Industry:nth-child(4){
display: none;
}
.cs_FilterSec.fixed_nav{
top: 65px;
}
.zw-template-inner{
    margin-top: -69px;
}
.skrGrp_img{
border-radius: 0px;
background-color: unset;
}
.banner-section {
    position: relative;
    width: 100%;
    display: inline-block;
}
.banner-section h1 {
    font: 50px/1.1 var(--zf-primary-extrabold);
    max-width: 910px;
color: #000;
}
.banner-section p,
.banner-section a,
.banner-section li,
.banner-section span {
    font: 18px/1.6 var(--zf-primary-regular);
}
.banner-section a {
    font: 16px/1.4 var(--zf-primary-semibold);
    text-decoration: none;
    color: #0067ff;
}
.banner-section h2 {
    font: 48px/1.2 var(--zf-primary-extrabold);
    color: #fff;
    text-align: center;
}
.heading-para {
    text-align: center;
    font-size: 18px;
    color: #fff;
    max-width: 900px;
    margin: auto;
}
.banner-section .get-start-btn {
    font: 18px var(--zf-primary-semibold);
    color: #fff;
}
.bg_lazy_loaded .dot-pattern {
    background: url(/sites/zweb/images/crmplus/images/dot_pattern_customers.png);
}
.dot-pattern {
    height: 165px;
    width: 170px;
    position: absolute;
    opacity: 0.1;
    z-index: 0;
}
.pattern-1 {
    top: -22.5%;
    left: -7%;
}
.pattern-2 {
    bottom: -5%;
    left: 40%;
}
.banner-section {
    position: relative;
    background: linear-gradient(to left, #f6f5fb 68%, #fff 68%, #fff 100%);
    background: #fff;
    padding: 160px 0px 120px;
}
.container {
    max-width: 1140px;
    width: 100%;
color: #000;
text-align: unset;
    margin: auto;
}
.banner-slider-section {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.video-slider {
    position: relative;
    max-width: 545px;
    width: 100%;
    padding-bottom: 30.8%;
    overflow: hidden;
}
.video-slide {
    position: absolute;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translateX(100%);
}
.video-slide.before {
    transform: translateX(-100%);
}
.video-slide.active {
    transform: translateX(0%);
    opacity: 1;
    z-index: 1;
}
.vs-play-icon {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 15px;
    top: 15px;
    background: #000;
    opacity: .3;
    transition: all ease .6s;
}
.vs-play-icon:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    content: "";
    left: 40%;
    position: absolute;
    top: 34%;
    transition: all ease .1s;
}
.text-slider {
    max-width: 500px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.text-slide {
    position: absolute;
}
.banner-section .text-slide .descr {
    font: 24px/1.5 var(--zf-primary-regular);
    margin-bottom: 25px;
}
.banner-section .text-slide .desig {
    font: 18px/1.5 var(--zf-primary-regular);
    margin-bottom: 0px;
}
.text-slide .descr,
.text-slide .desig {
    position: relative;
    opacity: 0;
    z-index: 0;
    transition: all 0.3s ease-in-out;
    transform: translate(0%, 100%);
}
.text-slide.before .descr,
.text-slide.before .desig {
    transform: translate(0%, -100%);
}
.banner-section .text-slide .desig span {
    font: 21px/1.5 var(--zf-primary-bold);
    display: block;
color: #d23246;
}
.text-slide.active .descr,
.text-slide.active .desig {
    opacity: 1;
    z-index: 1;
    transform: translate(0%, 0%);
}
.slide-control-section {
    display: flex;
    margin-top: 30px;
}
.slide-ar {
    cursor: pointer;
    padding: 15px 0px;
}
.left-ar,
.right-ar {
    height: 2px;
    width: 25px;
    background: #babbbd;
    position: relative;
    cursor: pointer;
    display: block;
}
.left-ar:after,
.left-ar:before,
.right-ar:after,
.right-ar:before {
    content: "";
    height: 2px;
    width: 15px;
    background: #babbbd;
    position: absolute;
    left: -2px;
    transform: rotate(-45deg);
    bottom: 5px;
    border-radius: 4px;
    cursor: pointer;
}
.slide-ar:hover .left-ar,
.slide-ar:hover .right-ar,
.slide-ar:hover .left-ar:after,
.slide-ar:hover .left-ar:before,
.slide-ar:hover .right-ar:after,
.slide-ar:hover .right-ar:before {
    background: #006cff;
}
.left-ar:before {
    transform: rotate(225deg);
    bottom: -5px;
}
.right-ar:after,
.right-ar:before {
    left: unset;
    right: -2px;
    transform: rotate(45deg);
}
.right-ar:before {
    transform: rotate(-225deg);
    bottom: -5px;
}
.bs-dot {
    margin: 0px 30px;
}
.bs-dot .bs-list {
    display: inline-block;
    margin: 0 3px;
    background: #c7d0df;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #fff;
    transition: .5s ease;
    box-sizing: content-box;
}
.bs-dot .bs-list.active {
    background: #006cff;
    border: 1px solid #006cff;
}
.logo-slide-section {
    padding: 110px 0px 100px;
}
.brands-slide {
    max-width: 1140px;
    width: 100%;
    margin: auto;
    display: flex;
    overflow: hidden;
}
.logo-slide-section .brand-heading {
    color: #000;
    font: 28px/1.2 var(--zf-primary-semibold);
    width: max-content;
    padding: 0px 25px 12px;
    border-radius: 25px;
    margin: 0 auto 30px;
    display: block;
}
.brands-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: rotation 30s linear infinite;
}
@keyframes rotation {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.brands-logo li {
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg_lazy_loaded .bl-logo {
    background: url(/sites/zweb/images/crmplus/images/customers_crmplus_sprites.svg);
    background-repeat: no-repeat;
    height: 63px;
}
.banner-section img,
.bl-logo {
    display: block;
}
.brands-logo li:last-child {
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-1 span {
    width: 162px;
}
.logo-2 span,
.logo-3 span,
.logo-4 span {
    width: 172px;
}
.logo-5 span {
    width: 232px;
}
.logo-6 span {
    width: 122px;
}
.logo-7 span {
    width: 354px;
}
.bg_lazy_loaded .logo-1 span {
    background-position: -20px -22px;
}
.bg_lazy_loaded .logo-2 span {
    background-position: -205px -22px;
}
.bg_lazy_loaded .logo-3 span {
    background-position: -405px -22px;
}
.bg_lazy_loaded .logo-4 span {
    background-position: -605px -22px;
}
.bg_lazy_loaded .logo-5 span {
    background-position: -805px -22px;
}
.bg_lazy_loaded .logo-6 span {
    background-position: -1055px -22px;
}
.bg_lazy_loaded .logo-7 span {
    background-position: -571px -113px;
}
.video-slider .cs_videoSec:before{
    display: none;
}
.cs_pagination_Sec{
    display: none!important;
}
@media(min-width: 2000px) {
    .banner-section {
        background: linear-gradient(to left, #f6f5fb 60%, #fff 60%, #fff 100%);
    }
}
@media(max-width: 1199px) {
.cs_FilterSec.fixed_nav{
top: 0px;
}
}
@media(max-width: 1180px) {
    .container, .brands-slide {
        max-width: 90%;
    }
    .banner-section h1 {
        font-size: 44px;
    }
    .video-slider {
        max-width: 47.9%;
    }
    .text-slider {
        max-width: 40%;
    }
    .banner-section .text-slide .descr {
        font-size: 22px;
    }
    .our-customer-section .container {
        max-width: 95%;
    }
}
@media(max-width: 992px) {
    .banner-section h1 {
        font-size: 36px;
        max-width: 55%;
    }
    .banner-section {
        padding: 120px 0px 60px;
    }
    .banner-section .text-slide .descr {
        font-size: 18px;
    }
    .banner-section .text-slide .desig {
        font-size: 16px;
    }
    .banner-section .text-slide .desig span {
        font-size: 18px;
    }
    .text-slider {
        max-width: 45%;
    }
    .logo-slide-section {
        padding: 60px 0px;
    }
    .brands-logo:last-child {
        display: none;
    }
    .brands-logo {
        flex-wrap: wrap;
        animation: unset;
    }
    .dot-pattern {
        display: none;
    }
    .brands-logo li {
        margin-bottom: 15px;
    }
}
@media(max-width: 900px) {
.mid-section{
padding-top: 0px;
}
}
@media(max-width: 768px) {
    .banner-section {
        overflow-x: hidden;
    }
    .banner-section h1 {
        max-width: 100%;
    }
    .bs-dot .bs-list {
        height: 10px;
        width: 10px;
        margin: 0px 10px;
    }
    .banner-section {
        text-align: center;
        background: #f6f5fb;
    }
    .banner-slider-section {
        margin-top: 40px;
    }
    .logo-slide-section {
        max-width: 90%;
        margin: auto;
    }
    .banner-section .brand-heading {
        width: auto;
        padding: 0 0px 12px;
        text-align: center;
    }
    .slide-ar:hover .left-ar,
    .slide-ar:hover .right-ar,
    .slide-ar:hover .left-ar:after,
    .slide-ar:hover .left-ar:before,
    .slide-ar:hover .right-ar:after,
    .slide-ar:hover .right-ar:before {
        background: #babbbd;
    }
    .video-slider {
        margin: auto;
        max-width: 70%;
        padding-bottom: 45.7%;
    }
    .text-slider {
        max-width: 500px;
        margin: 25px auto 0px;
        display: block;
    }
    .text-slide .descr,
    .text-slide .desig {
        transform: translate(100%, 0%);
    }
    .text-slide.before .descr,
    .text-slide.before .desig {
        transform: translate(-100%, 0%);
    }
    .text-slide.active .descr,
    .text-slide.active .desig {
        transform: translate(0%, 0%);
    }
    .text-slide {
        position: absolute;
        top: 0px;
    }
    .text-slide.active {
        position: relative;
    }
    .slide-control-section {
        width: 100%;
        justify-content: center;
    }
    
    .cs_testiSec {
        padding: 40px 25px 25px;
    }
    .vs-play-icon {
        width: 40px;
        height: 40px;
        opacity: 0.5;
    }
    .vs-play-icon:after {
        left: 38%;
        top: 29%;
    }
    .brands-logo li:last-child {
        padding: 0px 30px;
    }
    .bg_lazy_loaded .logo-6 span {
        background-position: -1033px -21px;
    }
    .logo-6 span {
        width: 172px;
        height: 63px;
    }
.logo-slide-section .brand-heading{
max-width: 100%;
width: 100%;
text-align: center;
}
}