/*Arabic starts*/
.i18n-ar .signup_frm .socl-signup p {
    text-align: left;
}
.i18n-ar .z-create .z-create .zcolumns {
    float: right;
}
.i18n-ar .z-create .z-create .zalt-sec .zcolumns {
    float: left;
    margin-right: 0px;
}
.i18n-ar .z-templates .content-wrap.animated h3, .i18n-ar .z-templates .content-wrap.animated p {
    text-align: center;
}
/*Arabic ends*/
.other-lang .z-testimonial-slide-wrap,
.other-lang .toprated-section {
    display: none;
}

.toprated-section {
    max-width: 940px;
    text-align: center;
    width: 60%;
    padding: 0 0 100px;
}

.toprated-section h3 {
    font-size: 32px;
}

.toprated-section p {
    width: 70%;
    margin:0 auto 20px;
}

.top-icons span {
    width: 120px;
    display: inline-block;
    background: url(/sites/default/files/survey/g2crowed-getapp.png) no-repeat 0 0/245px auto;
    height: 140px;
    margin:15px;
}

span.ticon2 {
    background-position: -123px 0;
}
.chat-widget {
            position: fixed;
            right: 20px;
            bottom: 20px;
            width: 160px;
            height: 130px;
            z-index: 1;
            cursor: pointer;
            visibility: hidden;
            opacity: 0;
            transition: all 1000ms ease;
            background: #fff;
            box-shadow: 0 0px 40px 12px rgba(78, 168, 239, 0.1);
        }

        .chat-widget img {
            max-width: 70px;
            margin: 15px auto;
            display: block;
        }

        .chat-widget span {
            background: #47A8EF;
            color: #fff;
            padding: 10px;
            font-size: 12px;
            width: 100%;
            display: inline-block;
            text-align: center;
font-weight: bold;
        }

        .chat-widget.active {
            visibility: visible;
            opacity: 1;
        }
.other-lang .chat-widget {display:none;}
@media only screen and (max-width: 1025px) {
    .toprated-section {
        width: 90%;
    }
}

@media only screen and (max-width:767px) {
	.chat-widget {display:none;}
}
@media only screen and (max-width:480px) {
            .chat-widget {
                position: fixed;
                right: 20px;
                bottom: 60px;
                width: 130px;
                height: 90px;
                z-index: 999;
            }
            .chat-widget span {
                padding: 7px 3px;
                font-size: 11px;
            }
            .chat-widget img {
                max-width: 40px;
            }
        }