/*.content-wrap {
    max-width: 1170px;
}

.product-nav-links .menu li span.active {
    box-shadow: 0 -2px 0 #000 inset;
}

.ban-left {
    display: table-cell;
    max-width: 50%;
    text-align: left;
    vertical-align: top;
    color: #fff;
}

.ban-right {
    display: table-cell;
    max-width: 500px;
    vertical-align: middle;
}

section.header-top {
    background: #012637;
    padding: 120px 0;
}

section#block-panels-mini-product-menu {
    background: #ffffff;
}

#mini-panel-product_menu .menu-icon-help-header .product-title a,
#mini-panel-product_menu .product-nav-links .menu>li>a,
.block.block-panels-mini .product-nav-links ul li span {}

h1 {
    max-width: 450px;
    font-size: 46px;
}

.ban-left>p {
    max-width: 340px;
    font-size: 20px;
    margin: 30px 0 40px;
}

.header-top .content-wrap {
    display: table;
}


section.feature1 {
    text-align: center;
    margin: 0 auto;
    padding: 120px 0 240px;
}

h2 {
    font-size: 38px;
}

section.feature1 .content-wrap>span,
section.feature5 .content-wrap>span {
    font-weight: 600;
    margin: 30px auto;
    display: block;
}

section.feature1 .content-wrap>p {
    max-width: 820px;
    margin: 0 auto 50px;
}

section.feature5 .content-wrap>p {
    max-width: 620px;
    margin: 0 auto 20px;
}

section.feature1 {
    background-image: linear-gradient(#fff 50%, #fafafa 50%);
}

.feat-testi {
    padding: 80px 0 0;
    position: relative;
    max-width: 1040px;
    margin: 0 auto;
    z-index: 1;
}

.feat-section ul li p {
    max-width: 1040px;
    margin: 10px auto;
}

.feat-section ul li p img {
    box-shadow: 4px -4px 10px -2px #f2f2f2;
}

.cust-img {
    max-width: 240px;
    margin: 0 0 0 5%;
    display: block;
}

.logo-box {
    display: block;
    padding: 30px;
    background: #fff;
    box-shadow: 5px 5px 15px -2px #f1f1f1;
    text-align: left;
    border-radius: 5px;
}

span.logo-s.teameverest {
    width: 68px;
    height: 95px;
    background-size: auto 95px;
}

.logo-s {
    background: url(/sites/zweb/images/cliq/cliq-video-collaboration-software-sprite.png);
    display: inline-block;
    background-repeat: no-repeat;
}

span.logo-s.quote {
    width: 42px;
    height: 55px;
    background-size: auto 90px;
    background-position: -68px -52px;
    margin: 0 0 0 62px;
}

span.logo-s.quote-r {
    width: 42px;
    height: 55px;
    background-size: auto 90px;
    background-position: -68px 10px;
    margin: 0 0 0 90px;
}

p.cust-name-cliq {
    color: #1976D2;
    margin: 20px 0 0;
}

p.cust-role-cliq {
    margin: 0;
    font-size: 16px;
}

.cust-cont {
    max-width: 600px;
    text-align: left;
    padding: 50px 40px 50px 200px;
    background: #fff;
    line-height: 30px;
    border-radius: 5px;
    position: absolute;
    top: 45%;
    left: 15%;
    box-shadow: 5px 5px 15px -2px #f1f1f1;
    z-index: -1;
}

.cust-cont>span {
    font-family: Georgia;
    font-style: italic;
    font-size: 20px;
}

p.author {
    margin: 25px 0 0;
    color: #1976D2;
}

p.auth-role {
    margin: 0;
    font-size: 16px;
}

.accordion-section {
    padding: 100px 0;
}

.accordion-panel {
    max-width: 1140px;
    margin: 80px auto 0;
    display: table;
    table-layout: fixed;
}

.accordion-panel>div {
    display: table-cell;
    width: 50%;
    text-align: left;
    position: relative;
    padding: 11% 5%;
}

.img-cont-sec h5 {
    padding: 0;
    position: relative;
    cursor: pointer;
    line-height: 40px;
}

.img-cont-sec h5:before {
    content: '+';
    width: 40px;
    height: 40px;
    background: #f7f7f7;
    display: inline-block;
    text-align: center;
    font-size: 34px;
    color: #f0483e;
    position: absolute;
    left: -70px;
    border-radius: 4px;
    line-height: 40px;
    transition: all 0.5s ease;
}

.img-cont-sec.selected h5:before {
    background: #f0483e;
    color: #fff;
    content: '-';
    font-size: 40px;
    padding: 0 0 0px;
    line-height: 34px;
}

.img-cont-sec {
    margin: 0 0 40px;
}

.img-cont-sec p {
    display: none;
}

.mobile-sec-img {
    display: none;
}

.accordion-panel>div.accord-content {
    width: 35%;
}

.img-browser {
    background-image: url(/sites/zweb/images/cliq/zoho-cliq-video-collaboration-img-browser-frame.png);
    background-repeat: no-repeat;
    width: 812px;
    height: 525px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 810px auto;
    box-shadow: 2px 2px 16px -2px #ccc;
}

.accordion-panel .img-sec {
    opacity: 0;
    visibility: visible;
    position: absolute;
    top: 16px;
    left: -10px;
    transition: opacity .3s linear .35s, visibility .4s linear .35s;
    -webkit-transition: opacity .3s linear .35s, visibility .4s linear .35s;
    width: 812px;
    padding: 10px;
}

.accordion-panel .img-sec img {
    width: 100%;
    max-width: 100%;
}

.accordion-panel .img-sec.active-video {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transition: opacity .3s linear 0.5s, visibility .4s linear 0.5s;
    -webkit-transition: opacity .3s linear 0.5s, visibility .4s linear 0.5s;
}

section.feature2,
section.feature3,
section.feature4 {
    display: none;
}

section.feature5 {
    text-align: center;
    margin: 0 auto;
    padding: 120px 0;
    background: #fafafa;
}

section.cta-section {
    margin: 0 auto;
    text-align: center;
    padding: 120px 0;
}

section.cta-section h3 {
    margin: 0 auto 25px;
    font-size: 40px;
    max-width: 620px;
}

.accordion-section h2 {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}



.access-section {
    padding: 120px 0 0;
    text-align: center;
}

.access-list li {
    display: inline-block;
    width: 33.3333%;
    padding: 20px;
    box-sizing: border-box;
}

.access-list li a {
    border: 1px solid #f3f3f3;
    color: #000;
    padding: 30px 20px;
    width: 95%;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 20px;
}

.access-list li a:hover {
    border: 1px solid #000;
}

ul.access-list {
    padding-top: 50px;
}

ul.access-list li a>span {
    background-image: url('/sites/zweb/images/cliq/video-collaboration-sprite.png');
    background-repeat: no-repeat;
    background-size: 120px auto;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
}


ul.access-list li:first-child a>span {
    background-position: -2px 0;
}


ul.access-list li:nth-child(2) a>span {
    background-position: -70px 0;
}


.access-section h3 {
    font-size: 30px;
}



@media only screen and (max-width: 1450px) {
    .accordion-section {
        padding: 100px 0;
    }

    .img-browser {
        width: 700px;
        height: 448px;
        background-size: 700px auto;
    }

    .accordion-panel .img-sec {
        width: 700px;
        top: 8px;
    }

    .accordion-panel>div {
        padding: 8% 5%;
    }
}

@media only screen and (max-width: 1280px) {
    .accordion-section {
        padding: 0px 0 170px;
    }

    .img-browser {
        width: 570px;
        height: 368px;
        background-size: 570px auto;
    }

    .accordion-panel .img-sec {
        width: 570px;
        top: 8px;
    }
}

@media only screen and (max-width: 991px) {
    .ban-left {
        display: block;
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .ban-right {
        display: block;
        max-width: 500px;
        text-align: center;
        margin: 0 auto;
    }

    h1 {
        max-width: unset;
        font-size: 46px;
        line-height: 1.0;
    }

    .ban-left>p {
        max-width: unset;
        margin: 15px auto;
    }

    .ban-left a.act-btn.cta-btn {
        margin-bottom: 50px;
    }

    .cust-cont {
        position: unset;
        display: block;
        margin: 20px auto;
        padding: 40px;
        text-align: center;
    }

    span.logo-s.quote {
        display: block;
        margin: 0 auto 10px;
    }

    span.logo-s.quote-r {
        display: none;
    }

    .cust-img {
        margin: -30px auto 0;
        max-width: 240px;
        border: 1px solid #fafafa;
    }

    .logo-box {
        text-align: center;
    }

    section.feature1 {
        background: #fafafa;
        padding: 120px 0;
    }

    p.author {
        margin: 25px auto 0;
        text-align: center;
    }

    p.auth-role {
        margin: 0 auto;
        text-align: center;
    }

    section.feature2>h1 {
        margin-bottom: 60px;
    }

    .accordion-section {
        display: none;
    }

    section.feature2,
    section.feature3,
    section.feature4 {
        display: block;
        text-align: center;
        padding: 120px 0;
    }

    section.feature1,
    section.feature2,
    section.feature3,
    section.feature4,
    section.feature5 {
        padding: 90px 30px
    }

    .feature2 .feat-section,
    .feature3 .feat-section,
    .feature4 .feat-section {
        margin-top: 40px;
    }

    section.cta-section h3 {
        font-size: 30px;
    }
}

@media screen and (min-width: 992px) {
    .ban-right {
        padding-right: 0;
        visibility: hidden;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
        opacity: 0;
    }

    section.feature2>h1 {
        margin-bottom: 60px;
        padding: 0 10px;
    }

    .ban-right.animate {
        padding-right: 4%;
        visibility: visible;
        opacity: 1;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 34px;
    }

    .ban-left>p {
        font-size: 18px;
        line-height: 20px;
    }

    h2 {
        font-size: 30px;
    }

    .cust-cont {
        margin: 10px auto;
    }

    .cust-cont>span {
        font-size: 18px
    }

    section.cta-section {
        padding: 90px 0;
    }

    .bottom-cta-section h3,
    .access-section h3 {
        font-size: 24px;
    }


    .access-list li {
        display: block;
        width: 70%;
        margin: 0 auto;
    }

    .access-list li a {
        font-size: 16px;
    }


}


@media only screen and (max-width: 450px) {
    h1 {
        font-size: 30px;
    }

    section.header-top {
        padding: 60px 0;
    }

    .ban-left>p {
        font-size: 16px;
        line-height: 20px;
    }

    h2 {
        font-size: 26px;
    }

    .feat-testi {
        padding: 30px 0 0;
    }

    section.feature1,
    section.feature2,
    section.feature5 {
        padding: 60px 0;
    }

    section.feature3,
    section.feature4 {
        padding: 0 0 60px;
    }

    .cust-cont {
        text-align: center;
    }

    section.cta-section {
        padding: 0 0 60px;
    }

    .access-list li a {
        font-size: 16px;
    }

    ul.access-list {
        padding: 40px 0;
    }

    .access-list li {
        width: 100%;
    }

    section.cta-section h3 {
        font-size: 26px;
    }

}*/