*, :after, :before {
    box-sizing: border-box;
}
.act-btn.cta-btn {
    padding: 12px 40px;
    border-radius: 2px;
}
/****Other Lang******/

.other-lang h1 {
    font-size: 42px;
}
body.other-lang h2 {
    font-size: 34px;
}
body.other-lang h2 span,.i18n-th .wrapper h4 span  {
    display: inline;
}

.other-lang .visitor-section h2 {
    font-size: 36px;
}
.other-lang .wrapper h4 {
    font-size: 28px;
}
.other-lang .lead-gen-section h4 {
    font-size: 20px;
}
.other-lang .form-section .form-title h2 {
    font-size: 30px;
}
.other-lang .lead-template-section .title {
    max-width: 750px;
}	
.other-lang .lead-template-section .features-list h4 {
    font-size: 20px;
}
.other-lang .lead-template-section ul.features-list {
    width: 500px;
}
.other-lang .testimonial-section {
    display: none;
}
.other-lang .capture-section ul li:nth-child(1) {
    right: 30px;
}
.other-lang .capture-content ul li p {
    font-size: 15px;
    position: relative;
    left: 40px;
}
.other-lang .capture-content ul li span {
	position: absolute;
    margin-right: 0;
    left: 4%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.other-lang .capture-content {
	right: -178px;
    width: 400px;
}
.other-lang .lead-template-section .template-details h4 span {
	display: inline;
}
/******Ar******/
.i18n-ar .lead-gen-section .gen-main div, .i18n-ar .lead-gen-section .gen-main span, .i18n-ar .lead-gen-section .gen-main h4,
.i18n-ar .leadtemp-content h4,
.i18n-ar .capture-section h2,
.i18n-ar .cta-section h2{
    text-align: center;
    direction: ltr;
}
.i18n-ar .lead-gen-section .gen-main {
    margin: 0 auto 0 0;
    max-width: 560px;
}
.i18n-ar .form-section > div div, .i18n-ar .form-section > div span {
    direction: ltr;
}
.i18n-ar .capture-section div,
.i18n-ar .capture-section span,
.i18n-ar .capture-section div ul li, 
.i18n-ar .capture-section div ul li span {
    direction: ltr;
    text-align: left;
}
.i18n-ar .lead-template-section .features-list li {
    padding-right: 30px;
}
.i18n-ar .lead-template-section span.pattern {
    display: none;
}

h1 {
    font-size: 70px;
	line-height: 1.2;
	font-family: var(--zf-secondary-bold);
}
h1 span {
    font-family: var(--zf-secondary-extrabold);
}
body h2 {
    font-size: 42px;
	font-family: var(--zf-secondary-semibold);
}
body h2 span {
    display: block;
}

#mini-panel-product_menu .product-nav-links .menu>li>a,
#mini-panel-product_menu .menu-icon-help-header .product-title a, #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a {
    color: #fff;
}
div#header span.caret {
    background-position: -168px 0px;
}
div#header, .lead-banner-section {
    background: #0f102f;
}
.lead-banner-section {
    color: #fff;
}
.wrapper h4 {
    font-size: 32px;
	font-family: var(--zf-secondary-semibold);
}
.wrapper h4 span {
    display: block;
}
.wrapper > div {
    padding: 7em 0;
}
.rows {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}
.rows > div {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
}
.lead-banner-section .rows .col-1 {
    flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    max-width: 45%;
}
.lead-banner-section .rows .col-2 {
    flex: 0 0 55%;
    max-width: 55%;
    -ms-flex: 0 0 55%;
}

.lead-banner-section .rows {
    align-items: center;
    -ms-flex-align: center;
}
.lead-banner-section {
	display: flex;
    display: -ms-flexbox;
	align-items: center;
    -ms-flex-align: center;
	height: 800px;
}
.lead-banner-section .banner-content p {
    margin: 25px 0 30px;
    max-width: 480px;
}
.lead-banner-section .banner-content {
    margin-top: -110px;
}
.visitor-section h2 {
    max-width: 500px;
    font-size: 55px;
    margin-bottom: 40px;
}
.visitor-section h2 span {
    font-family: var(--zf-secondary-extrabold);
	display: inline;
}
.visitor-section .rows > div {
    padding: 0 40px;
}
.visitor-section p {
    line-height: 2;
}

.wrapper .lead-gen-section {
    background: #1b1b1b;
    color: #fff;
    padding: 8em 0 10em;
}
.lead-gen-section .col-1 {
    max-width: 40%;
}
.gen-main {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.lead-gen-section h4 {
    font-size: 20px;
}
.lead-gen-section .col-2 {
    position: relative;
}
.lead-gen-section .gen-content {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 40%;
    text-align: center;
    background: #f8d851;
    margin: 15px;
    padding: 50px 15px;
    border-radius: 10px;
}
.lead-gen-section .gen-content:nth-child(2){
	background: #1a8dff;
}
.lead-gen-section .gen-content:nth-child(3){
	background: #ff5858;
}
.lead-gen-section .gen-content:nth-child(4){
	background: #7945eb;
}

.lead-gen-section .gen-main {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    max-width: 600px;
    margin: 0 0 0 auto;
}
.lead-gen-section .gen-content:nth-child(2n+1) {
    position: relative;
    top: 50px;
}
.lead-gen-section span.icon {
    background: url(/sites/default/files/forms/images/salesiq-leadgen-sprites.png);
    background-repeat: no-repeat;
    background-size: 1100px;
    background-position: 3px 0;
    width: 70px;
    height: 60px;
    display: inline-block;
    margin-bottom: 15px;
}
.lead-gen-section .gen-content:nth-child(1) span.icon {
    background-size: 900px;
    background-position: -1px 0;
    width: 50px;
}
.lead-gen-section .gen-content:nth-child(2) span.icon {
	background-position: -66px 0;
}
.lead-gen-section .gen-content:nth-child(3) span.icon {
    background-position: -139px 0;
    width: 67px;
}
.lead-gen-section .gen-content:nth-child(4) span.icon {
	background-position: -206px 0;
}
.lead-gen-section .why-content {
    margin-top: 60px;
}
.lead-gen-section .gen-content:first-child {
    color: #000;
}
.lead-gen-section span.ani-flw {
    display: block;
    background: url(/sites/default/files/forms/images/salesiq-leadgen-sprites.png);
    background-size: 550px;
    background-position: -184px -91px;
    width: 60px;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
}
.lead-gen-section span.ani-flw.two {
    bottom: -60px;
    top: inherit;
    right: 10px;
    left: inherit;
    transform: scale(-1,-1);
    -webkit-transform: scale(-1,-1);
    -ms-transform: scale(-1,-1);
    -moz-transform: scale(-1,-1);
}
.form-section .rows .form-title {
    max-width: 35%;
    flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    position: relative;
    z-index: 10;
}
.form-section .form-title h2,.form-section .form-title a {
    margin-left: -40px;
}
.form-section .form-title h2 {
    font-size: 40px;
}
.form-section .rows .form-main {
	max-width: 65%;
    flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    position: relative;
    padding: 100px 0px 70px 100px;
}
.form-section a.btn-more {
    padding: 14px 40px;
    border-radius: 2px;
    background: #f0483e;
    color: #fff;
    font-family: var(--zf-primary-semibold);
    text-transform: uppercase;
    display: inline-block;
	margin-top: 10px;
}

button.slick-prev {
    background: #01a3f6;
    width: 40px;
    height: 35px;
    box-shadow: 0 0 25px #eaeaea;
    position: absolute;
    bottom: -103px;
    top: auto;
    right: 310px;
    left: auto;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
button.slick-prev::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 10px;
    box-shadow: 2px -2px 0 0 #ffffff inset;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    height: 10px;
    left: 13px;
    right: 0;
    top: 11px;
    background: none;
}
button.slick-prev::after,
button.slick-next:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 13px;
    height: 2px;
    left: 13px;
    right: 0;
    background: #ffffff;
    transform: none;
    -webkit-transform: none;
    top: 15px;
    border-radius: 10px;
}
button.slick-next {
    background: #01a3f6;
    width: 40px;
    height: 35px;
    box-shadow: 12px 0px 20px 0px #ececec;
    position: absolute;
    right: 265px;
    top: auto;
    bottom: -103px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
button.slick-next:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 10px;
    box-shadow: 2px -2px 0 0 #ffffff inset;
    transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    height: 10px;
    left: 16px;
    right: 0;
    top: 11px;
    background: none;
}
button.slick-next.slick-disabled,
button.slick-prev.slick-disabled {
    background: #fff;
    opacity: 1;
}
button.slick-prev.slick-disabled::before,
button.slick-next.slick-disabled::before {
    box-shadow: 2px -2px 0 0 #000000 inset;
    opacity: 0.2;
}
button.slick-prev.slick-disabled::after,
button.slick-next.slick-disabled::after {
    background: #000000;
    opacity: 0.2;
}
.slick-next:hover:before,
.slick-prev:hover:before {
    background: transparent;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.slick-next:hover:after,
.slick-prev:hover:after {
    background: #fff;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.form-section .item {
    margin: 0 10px;
	transition: all 1s;
}
.form-section .item img {
/*    box-shadow: 0 0 20px #00000014;*/
}
.form-section .slick-list {
    overflow: visible;
}
.form-section .item.slick-slide {
    opacity: 0.3;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -moz-transform: scale(0.95);
}
.form-section .item.slick-slide.slick-current.slick-active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
}

.wrapper div.form-section {
    padding: 10em 0;
	position: relative;
	overflow-x: hidden;
}
/*
.form-section::before {
    position: absolute;
    content: "";
    width: 42%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
	z-index: 1;
}
*/
 div.slick-slider .item:focus,  .slick-slider img:focus {
    outline-width: 0;
}
.form-section::before {
    position: absolute;
    content: "";
    width: 45%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 1;
}

.form-main::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 100%;
    background: #e8f8f2;
    left: 0;
    top: 0;
}
.form-section .form-slider {
    position: relative;
    left: 100px;
}
.form-section span.ani-1 {
    background: url(/sites/default/files/forms/images/salesiq-leadgen-sprites.png);
    background-size: 730px;
    background-position: -324px -57px;
    width: 28px;
    height: 28px;
    display: block;
    top: -50px;
    position: absolute;
    z-index: 1;
    left: 60px;
    animation: rotate 8s infinite linear;
    -webkit-animation: rotate 8s infinite linear;
    -ms-animation: rotate 8s infinite linear;
    opacity: 0.5;
}
.testimonial-section span.pattern.plus::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 2px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.testimonial-section span.pattern.plus::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 13px;
    transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0.3;
}
.form-section span.ani-1.two {
    top: inherit;
    bottom: -40px;
    left: inherit;
    right: 70px;
    background-size: 610px;
    background-position: -271px -48px;
    height: 23px;
    width: 23px;
}
.form-section span.ani-3 {
    display: block;
    background: url(/sites/default/files/forms/images/salesiq-leadgen-sprites.png);
    background-size: 930px;
    background-position: 0px -76px;
    width: 140px;
    height: 205px;
    position: absolute;
    bottom: -1px;
    left: 45px;
    z-index: 1;
}


.lead-template-section {
    background: #f6f7fb;
}
.lead-template-section .title {
    text-align: center;
    margin: 0 auto;
    max-width: 900px;
	padding-bottom: 3em;
}
.lead-template-section .template-details h4{
    font-size: 18px;
}
.lead-template-section .template-details h4 span {
    display: block;
}
.template-details {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.accord-content[data-show="quality-leads"] .leadtemp-content:nth-child(1) span.icon {
    background-size: 800px;
    background-position: 600px 0px;
    width: 50px;
    height: 50px;
}
.lead-template-section .leadtemp-content span.icon {
    display: inline-block;
    background: url(/sites/default/files/forms/images/salesiq-leadgen-sprites.png);
    background-size: 940px;
    background-position: -235px 0;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.lead-template-section .template-details div {
    flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    max-width: 35%;
    text-align: center;
    background: #fff;
    padding: 40px 30px;
    margin: 15px 15px;
    border-radius: 10px;
    border: 1px solid transparent;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.lead-template-section .template-details a {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
}
.lead-template-section .template-details a::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 2px;
    left: 5px;
    background: #000;
    transform: none;
    -webkit-transform: none;
    top: 17px;
    border-radius: 10px;
    margin: 0 auto;
}
.lead-template-section .template-details a::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 22px;
    box-shadow: -4px 4px 0 0 #000 inset;
    transform: rotate(45deg) scale(0.5)!important;
    -webkit-transform: rotate(45deg) scale(0.5)!important;
    -ms-transform: rotate(45deg) scale(0.5)!important;
    height: 22px;
    right: 4px;
    border-radius: 3px;
    top: 7px;
    margin: 0 auto;
}
.accord-content[data-show="quality-leads"] .leadtemp-content:hover {
    border: 1px solid #ff702e;
    background: #fffdfd;
}
.accord-content[data-show="quality-leads"] .leadtemp-content:nth-child(2):hover {
    border: 1px solid #8c58f6;
    background: #fbfaff;
}
.accord-content[data-show="quality-leads"] .leadtemp-content:nth-child(3):hover {
    border: 1px solid #53befc;
    background: #f8fdff;
}
.accord-content[data-show="quality-leads"] .leadtemp-content:nth-child(4):hover {
	border: 1px solid #5ad985;
    background: #fcfffd;
}
.accord-content[data-show="quality-leads"] .leadtemp-content:nth-child(2) span.icon{ 
    background-position: -293px 0;
}
.accord-content[data-show="quality-leads"] .leadtemp-content:nth-child(3) span.icon{
	background-position: -353px 0;
}
.accord-content[data-show="quality-leads"] .leadtemp-content:nth-child(4) span.icon{
    background-position: -412px 0;
}
.accord-content[data-show="quality-leads"] .leadtemp-content:nth-child(1):hover a::before{
	box-shadow: -4px 4px 0 0 #ff702e inset;
	-webkit-box-shadow: -4px 4px 0 0 #ff702e inset;
}
.accord-content[data-show="quality-leads"] .leadtemp-content:nth-child(2):hover a::before{
	box-shadow: -4px 4px 0 0 #8c58f6 inset;
	-webkit-box-shadow: -4px 4px 0 0 #8c58f6 inset;
}
.accord-content[data-show="quality-leads"] .leadtemp-content:nth-child(3):hover a::before{
	box-shadow: -4px 4px 0 0 #53befc inset;
	-webkit-box-shadow: -4px 4px 0 0 #53befc inset;
}
.accord-content[data-show="quality-leads"] .leadtemp-content:nth-child(4):hover a::before{
	box-shadow: -4px 4px 0 0 #5ad985 inset;
	-webkit-box-shadow: -4px 4px 0 0 #5ad985 inset;	
}
.accord-content[data-show="quality-leads"] .leadtemp-content:nth-child(1):hover a::after{
	background: #ff702e;
}
.accord-content[data-show="quality-leads"] .leadtemp-content:nth-child(2):hover a::after{
	background: #8c58f6;
}
.accord-content[data-show="quality-leads"] .leadtemp-content:nth-child(3):hover a::after{
	background: #53befc;
}
.accord-content[data-show="quality-leads"] .leadtemp-content:nth-child(4):hover a::after{
	background: #5ad985;
}

/*******accord-2*****/

.accord-content[data-show="share-forms"] .leadtemp-content:hover {
    border: 1px solid #f5545d;
    background: #fffafa;
}
.accord-content[data-show="share-forms"] .leadtemp-content:nth-child(2):hover {
    border: 1px solid #f8ac0c;
    background: #fffdfa;
}
.accord-content[data-show="share-forms"] .leadtemp-content:nth-child(3):hover {
    border: 1px solid #3944f0;
    background: #fafaff;
}
.accord-content[data-show="share-forms"] .leadtemp-content:nth-child(4):hover {
	border: 1px solid #e95f8c;
	background: #fffcfd;
}
.accord-content[data-show="share-forms"] .leadtemp-content:nth-child(1) span.icon{ 
    background-position: -471px 0;
}
.accord-content[data-show="share-forms"] .leadtemp-content:nth-child(2) span.icon{ 
    background-position: -528px 0;
}
.accord-content[data-show="share-forms"] .leadtemp-content:nth-child(3) span.icon{
	background-position: -588px 0;
}
.accord-content[data-show="share-forms"] .leadtemp-content:nth-child(4) span.icon{
    background-position: -647px 0;
}
.accord-content[data-show="share-forms"] .leadtemp-content:nth-child(1):hover a::before{
	box-shadow: -4px 4px 0 0 #f5545d inset;
	-webkit-box-shadow: -4px 4px 0 0 #f5545d inset;
}
.accord-content[data-show="share-forms"] .leadtemp-content:nth-child(2):hover a::before{
	box-shadow: -4px 4px 0 0 #f8ac0c inset;
	-webkit-box-shadow: -4px 4px 0 0 #f8ac0c inset;
}
.accord-content[data-show="share-forms"] .leadtemp-content:nth-child(3):hover a::before{
	box-shadow: -4px 4px 0 0 #3944f0 inset;
	-webkit-box-shadow: -4px 4px 0 0 #3944f0 inset;
}
.accord-content[data-show="share-forms"] .leadtemp-content:nth-child(4):hover a::before{
	box-shadow: -4px 4px 0 0 #e95f8c inset;
	-webkit-box-shadow: -4px 4px 0 0 #e95f8c inset;	
}
.accord-content[data-show="share-forms"] .leadtemp-content:nth-child(1):hover a::after{
	background: #f5545d;
}
.accord-content[data-show="share-forms"] .leadtemp-content:nth-child(2):hover a::after{
	background: #f8ac0c;
}
.accord-content[data-show="share-forms"] .leadtemp-content:nth-child(3):hover a::after{
	background: #3944f0;
}
.accord-content[data-show="share-forms"] .leadtemp-content:nth-child(4):hover a::after{
	background: #e95f8c;
}


/*************accord-3***************/
.accord-content[data-show="nurture"] .leadtemp-content span.icon {
    background: url(/sites/default/files/integration-icons-sprite-2x.png);
    background-size: 1470px;
    background-repeat: no-repeat;
}
.accord-content[data-show="nurture"] .leadtemp-content:hover {
    border: 1px solid #c38e63;
    background: #fffbf6;
}
.accord-content[data-show="nurture"] .leadtemp-content:nth-child(2):hover {
    border: 1px solid #009cdd;
    background: #f8fdff;
}
.accord-content[data-show="nurture"] .leadtemp-content:nth-child(3):hover {
    border: 1px solid #df323f;
    background: #fffafa;
}
.accord-content[data-show="nurture"] .leadtemp-content:nth-child(4):hover {
	border: 1px solid #df323f;
	background: #fffbfb;
}
.accord-content[data-show="nurture"] .leadtemp-content:nth-child(1) span.icon{
    background-position: -57px 0;
}
.accord-content[data-show="nurture"] .leadtemp-content:nth-child(2) span.icon{
    background-position: -352px 0;
}
.accord-content[data-show="nurture"] .leadtemp-content:nth-child(3) span.icon{
	background-position: -119px 0;
}
.accord-content[data-show="nurture"] .leadtemp-content:nth-child(4) span.icon{
    background-position: -410px -118px;
}
.accord-content[data-show="nurture"] .leadtemp-content:nth-child(1):hover a::before{
	box-shadow: -4px 4px 0 0 #c38e63 inset;
	-webkit-box-shadow: -4px 4px 0 0 #c38e63 inset;
}
.accord-content[data-show="nurture"] .leadtemp-content:nth-child(2):hover a::before{
	box-shadow: -4px 4px 0 0 #009cdd inset;
	-webkit-box-shadow: -4px 4px 0 0 #009cdd inset;
}
.accord-content[data-show="nurture"] .leadtemp-content:nth-child(3):hover a::before{
	box-shadow: -4px 4px 0 0 #d62c38 inset;
	-webkit-box-shadow: -4px 4px 0 0 #e3334c inset;
}
.accord-content[data-show="nurture"] .leadtemp-content:nth-child(4):hover a::before{
	box-shadow: -4px 4px 0 0 #d62f18 inset;
	-webkit-box-shadow: -4px 4px 0 0 #dc3d3d inset;
}
.accord-content[data-show="nurture"] .leadtemp-content:nth-child(1):hover a::after{
	background: #c38e63;
}
.accord-content[data-show="nurture"] .leadtemp-content:nth-child(2):hover a::after{
	background: #009cdd;
}
.accord-content[data-show="nurture"] .leadtemp-content:nth-child(3):hover a::after{
	background: #d62c37;
}
.accord-content[data-show="nurture"] .leadtemp-content:nth-child(4):hover a::after{
	background: #d5393a;
}

.lead-template-section .template-details div:nth-child(2n+1) {
    position: relative;
    top: 40px;
}

.lead-template-section ul.features-list p {
    display: none;
}
.col-2.heading-sec {
    height: 600px;
	position: relative;
}
.lead-template-section .accord-content {
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    visibility: hidden;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
}
.lead-template-section .accord-content.active {
    opacity: 1;
    visibility: visible;
}
.lead-template-section .features-list h4 {
    font-size: 24px;
    margin: 0;
}
.lead-template-section ul.features-list li p {
    margin: 10px 0 0;
}
.lead-template-section ul.features-list {
    width: 400px;
}
.lead-template-section ul.features-list li {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
	cursor: pointer;
}
.lead-template-section ul.features-list li.active:last-child {
    border-color: transparent;
}
.lead-template-section span.arrow {
    position: absolute;
    right: 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    top: 40px;
    width: 12px;
    height: 12px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.lead-template-section span.arrow::before {
    width: 2px;
    height: 10px;
    position: absolute;
    content: "";
    background: #000;
    transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    left: 2px;
    top: 0;
}
.lead-template-section span.arrow::after {
    width: 2px;
    height: 10px;
    position: absolute;
    content: "";
    background: #000;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    right: 2px;
    top: 0px;
}
.lead-template-section ul.features-list li.active span.arrow {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.lead-template-section span.pattern {
    display: block;
    background: url(/sites/default/files/forms/images/salesiq-leadgen-sprites.png);
    background-size: 850px;
    background-position: -421px -104px;
    width: 80px;
    height: 85px;
    position: absolute;
    top: -10px;
    right: 110px;
}
.lead-template-section span.pattern.two {
    top: inherit;
    bottom: -30px;
    left: -24px;
}


.wrapper .testimonial-section {
    padding:12em 0 14em;
}
.testimonial-section .content-wrap {
    max-width: 1080px;
}
.testimonial-section .item {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	justify-content: space-between;
	-ms-flex-pack: space-between;
}
.testi-img {
    flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    max-width: 30%;
}
.testi-content {
    flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    max-width: 65%;
}
.testi-img img {
    max-width: 170px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    border: 15px solid #fbedd6;
}
.testi-img div {
    border-radius: 50%;
    border: 15px solid #fffae8;
    width: 200px;
    height: 200px;
    text-align: center;
    overflow: hidden;
    margin: 60px auto 0;
    position: relative;
}
.testimonial-section p, .testimonial-section strong {
    font-size: 24px;
    line-height: 1.8;
}
.testimonial-section strong {
    display: block;
}
.testimonial-section p.name {
    font-size: 16px;
}
.testimonial-section span.quote-icon {
    display: block;
    background: url(/sites/default/files/forms/images/salesiq-leadgen-sprites.png);
    background-size: 800px;
    background-position: -481px -69px;
    width: 50px;
    height: 50px;
	margin-bottom: 15px;
}
.testimonial-section span.pattern {position: absolute;animation: rotate 8s infinite linear;-webkit-animation: rotate 8s infinite linear;-ms-animation: rotate 8s infinite linear;}
.testimonial-section span.pattern.plus {
	height: 20px;
	width: 20px;
}
.testimonial-section span.pattern.one {
    top: 40px;
    left: 80px;
}
.testimonial-section span.pattern.two {
    bottom: 90px;
    left: 240px;
}
.testimonial-section span.pattern.four {
}
.testimonial-section span.pattern.three {
    width: 16px;
    height: 16px;
    z-index: 1;
    left: 245px;
    top: 60px;
    color: #d676fa;
}
.testimonial-section span.pattern.four {
    width: 16px;
    height: 16px;
    opacity: 1;
    color: #f4af58;
    bottom: 95px;
    left: 55px;
}
.testimonial-section span.pattern.star::after {
    content: "*";
    position: absolute;
    top: -18px;
    font-size: 42px;
    left: 1px;
}
.testimonial-section span.pattern.plus::after, .testimonial-section span.pattern.plus::before {
    opacity: 0.8;
    background: #82defc;
}
.testimonial-section span.pattern.two.plus::after, .testimonial-section span.pattern.two.plus::before {
    background: #81ce3c;
}

.testimonial-section button.slick-prev {
    right: 660px;
}
.testimonial-section button.slick-next {
    right: auto;
    left: 425px;
}
.testimonial-section button.slick-next,
.testimonial-section button.slick-prev {
    bottom: -80px;
}

.wrapper .capture-section {
    background: #0f102f;
    color: #fff;
    position: relative;
    padding-bottom: 0;
}			
.capture-section .content-wrap {
	max-width: 900px;
}
.capture-section .title {
    margin: 0 auto 3em;
    text-align: center;
    max-width: 950px;
}
.capture-main {
    position: relative;
    z-index: 1;
}
.capture-section::after {
    position: absolute;
    left: 0;
    right: 0;
    height: 60px;
    background: #fff;
    content: "";
    bottom: -1px;
}
.capture-section img {
    display: block;
    max-width: 750px;
}
/*
.capture-section ul {
    width: 500px;
}
*/
.capture-section ul li {
    position: relative;
    padding: 8px 0;
    opacity: 0;
    transition: all 1s;
    -webkit-ransition: all 1s;
}
.capture-content ul li p {
    background: #16193d;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 50px;
	margin: 0;
}	
.capture-content ul li span {
    width: 40px;
    height: 40px;
    border: 2px solid #163156;
    display: inline-block;
    border-radius: 50%;
    position: relative;
	margin-right: 20px;
}
.capture-content ul li span::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 2px solid #163156;
    width: 15px;
    height: 15px;
    background: red;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.capture-content {
    position: absolute;
    bottom: 150px;
    right: -50px;
}
.capture-content ul li:nth-child(2) span::before{
	background: #1eaefc;
}
.capture-content ul li:nth-child(3) span::before{
	background: #1ed068;
}
.capture-content ul li:nth-child(4) span::before{
	background: #fc6520;
}
.capture-content ul li:nth-child(5) span::before{
	background: #8a56fe;
}
.capture-section ul li:nth-child(1){
	right: 40px;
}
.capture-section ul li:nth-child(2){
	right: 15px;
}
.capture-section ul li:nth-child(3){
	
right: 5px;
}
.capture-section ul li:nth-child(4){
	right: 8px;
}
.capture-section ul li:nth-child(5){
	right: 28px;
}
.capture-section span.pattern {
    display: block;
    background: url(/sites/default/files/forms/images/salesiq-leadgen-sprites.png);
    background-size: 930px;
    background-position: -150px -76px;
    width: 140px;
    height: 205px;
    position: absolute;
    bottom: 18px;
    left: 75px;
    z-index: 1;
}

.cta-section .cta-content {
    margin: 0 auto;
    max-width: 750px;
    text-align: center;
    padding: 6em 0;
}

/***********Animate*************/

@keyframes rotate{
	0%{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	}
}
@-webkit-keyframes rotate{
	0%{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	}
}

@keyframes slideUpin{
	0%{
		transform: translateY(50px);
		-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
		opacity:0;	
	}
	100%{
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		opacity:1;	
	}
}
@-webkit-keyframes slideUpin{
	0%{
		transform: translateY(50px);
		-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
		opacity:0;	
	}
	100%{
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		opacity:1;	
	}
}
.gen-content{
	opacity: 0;
}
.middle-animated .gen-content{
	animation: slideUpin 1s ease .1s forwards;
}
.middle-animated .gen-content:nth-child(2){
	animation: slideUpin 1s ease .2s forwards;
}
.middle-animated .gen-content:nth-child(3){
	animation: slideUpin 1s ease .4s forwards;
}
.middle-animated .gen-content:nth-child(4){
	animation: slideUpin 1s ease .6s forwards;
}

.leadtemp-content{
	opacity: 0;
}
.bottom-animated .leadtemp-content:nth-child(2){
	animation: slideUpin 1s ease .2s forwards;
}
.bottom-animated .leadtemp-content:nth-child(3){
	animation: slideUpin 1s ease .4s forwards;
}
.bottom-animated .leadtemp-content:nth-child(4){
	animation: slideUpin 1s ease .6s forwards;
}
.bottom-animated .leadtemp-content{
	animation: slideUpin 1s ease .1s forwards;
}

.capture-section .middle-animated ul li:nth-child(2){
	transition-delay: 200ms;
}
.capture-section .middle-animated ul li:nth-child(3){
	transition-delay: 400ms;
}
.capture-section .middle-animated ul li:nth-child(4){
	transition-delay: 600ms;
}
.capture-section .middle-animated ul li:nth-child(5){
	transition-delay: 800ms;
}
.capture-section .middle-animated ul li{
	opacity: 1;
}


@media screen and (min-width:1024px) and (max-width:2500px) {
	.lead-banner-section {
		height: calc(90vh - 20px );
	}	
}
@media screen and (min-width:1920px) {
	.form-section::before {
		width: 47%;
	}
}
@media screen and (max-width:1366px) {
	.banner-img img {
		max-width: 550px;
		margin: 0 auto;
		display: block;
	}	
}
@media screen and (max-width:1280px) {
	.banner-img img {
		max-width: 600px;
		margin: 0 auto;
		display: block;
	}
	h1 {
		font-size: 60px;
	}
	body h2 {
		font-size: 36px;
	}
	.lead-template-section .template-details div {
		flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		max-width: 40%;
	}
}
@media screen and (max-width:1199px) {
	.i18n-ar .lead-gen-section span.ani-flw {
		display: none;
	}
	.other-lang h1 {
		font-size: 32px;
	}
	.other-lang .visitor-section h2,body.other-lang h2 {
		font-size: 28px;
	}
	.other-lang .lead-gen-section h4 {
		font-size: 16px;
	}
	.other-lang .form-section .form-title h2 {
		font-size: 24px;
	}
	.other-lang .lead-template-section ul.features-list {
		width: 430px;
	}
	.other-lang .lead-template-section .features-list h4 {
		font-size: 18px;
	}
	.other-lang .capture-content {
		right: -50px;
	}

	h1 {
		font-size: 45px;
	}
	body h2, .form-section .form-title h2,.visitor-section h2 {
		font-size: 30px;
	}
	.lead-banner-section {
		height: auto;
		padding: 4em 0 5em;
	}
	.wrapper div.form-section {
		padding: 7em 0;
	}
	.form-section .form-title h2, .form-section .form-title a{
		margin-left:0;
	}
	
	.lead-banner-section .banner-content {
		margin-top: -30px;
	}
	.banner-img img {
		max-width: 450px;
	}
	.wrapper > div {
		padding: 4em 0;
	}
	.wrapper .lead-gen-section .rows {
		align-items: center;
		-ms-flex-align: center;
	}
	.visitor-section h2 {
		font-size: 36px;
	}
	.visitor-section h2 span {
		display: block;
	}
	.form-section span.ani-3 {
		left: 35px;
	}
	.lead-gen-section .gen-content {
		max-width: 45%;
		margin: 8px;
	}
	.lead-gen-section .gen-main {
	    max-width: 100%;
	}
	
	.lead-template-section .template-details div {
		flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		max-width: 45%;
		margin: 10px;
	}
	.lead-template-section .template-details h4 {
		font-size: 18px;
	}
	.form-section button.slick-next {
	    right: 225px;
	}
	.form-section button.slick-prev {
	    right: 270px;
	}
	.wrapper .testimonial-section {
		padding: 5em 0 9em;
	}

	.testimonial-section .content-wrap {
		max-width: 100%;
	}
	.testimonial-section button.slick-prev {
		right: 590px;
	}
	.testimonial-section button.slick-next {
		left: 390px;
	}
	.capture-main {
		position: relative;
		z-index: 1;
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-moz-transform: scale(0.8);
		transform-origin: center;
	}
	.capture-section img {
		display: block;
		max-width: 610px;
	}
	.capture-content {
		bottom: 90px;
		right: 80px;
	}
	.capture-section::after {
		height: 40px;
	}
	
	.cta-section .cta-content {
		padding: 4em 0;
	}
}
@media screen and (max-width:1023px) {
	.other-lang .lead-template-section ul.features-list {
		width: 100%;
	}
	.other-lang .capture-section img {
		margin-left: -80px;
	}
	.other-lang .capture-content {
		right: -140px;
	}
	.other-lang .capture-section ul li:nth-child(1) {
		right: 45px;
	}
	.other-lang .wrapper .capture-section {
		overflow-x: hidden;
	}
	.i18n-ar .lead-template-section .features-list li {
		padding-right: 0;
	}
	.i18n-ar div, .i18n-ar h1, .i18n-ar h2, .i18n-ar h4, .i18n-ar p, .i18n-ar span {
		text-align: center;
	}
	.i18n-ar .lead-gen-section .gen-main {
		margin: 0 auto;
	}
	.rows > div {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}
	h1 span {
		font-family: var(--zf-secondary-bold);
	}
	.lead-banner-section {
		height: auto;
		padding: 4em 0;
	}
	.banner-img img {
		display: none;
	}
	.lead-banner-section .rows .col-1 {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 500px;
		margin: 0 auto;
		text-align: center;
	}
	.lead-banner-section .banner-content p {
		margin: 0 auto 15px;
	}
	.visitor-section .rows > div {
		padding: 0 15px;
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}
	.visitor-section h2 {
		text-align: center;
		max-width: 100%;
	}
	.visitor-section img {
		max-width: 400px;
		display: block;
		margin:0 auto 30px;
	}
	.visitor-section .visitor-details {
		text-align: center;
	}
	.wrapper .lead-gen-section {
		padding: 3em 0 7em;
	}	
	.lead-gen-section .rows > div {
		max-width: 100%;
		flex: 0 0 100%;
		-ms-flex: 0 0 50%;
	}
	.lead-gen-section .rows > div.col-2 {
		max-width: 700px;
		margin: 0 auto;
	}
	.lead-gen-section .why-content {
		margin: 0 auto;
		text-align: center;
		max-width: 540px;
	}
	.lead-gen-section .gen-main {
		max-width: 500px;
		margin: 30px auto 0;
	}
	.form-section .rows .form-title {
		max-width: 600px;
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		position: relative;
		z-index: 10;
		margin: 0 auto 30px;
		text-align: center;
	}
	.wrapper div.form-section {
		padding: 4em 0;
	}
	.slick-dots li.slick-active {
		background: #05a4f6;
		border: 1px solid #04a4f6;
	}
	.form-slider .item.sub,
	.form-section .form-main span,
	.form-main::before,
	.form-section::before{
		display: none;
	}
	.form-section .rows .form-main {
		max-width: 100%;
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		position: inherit;
		padding: 0;
	}
	.form-section .slick-list {
		overflow: hidden;
	}
	.form-section {
		position: relative;
		overflow: visible;
	}
	.form-section .form-slider {
		position: inherit;
		left: 0;
	}
	.form-section .item.slick-slide {
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
	}
	.form-section .item {
		margin: 20px 20px;
	}
	.form-section .content-wrap {
		position: inherit;
	}
	.form-main button.slick-prev {
		bottom: 40px;
		left: 60px;
	}
	.form-main button.slick-next {
		bottom: 40px;
		left: 100px;
	}
	.wrapper .form-section {
		padding-bottom: 7em;
	}
	.testi-img,
	.lead-template-section span.arrow,
	.col-2.heading-sec,
	.testimonial-section span.pattern,
	.capture-section span.pattern{
		display: none;
	}
	.testi-content {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}
	.lead-template-section ul.features-list {
		width: 100%;
	}
	.lead-template-section ul.features-list li {
		position: relative;
		border: 0;
		padding: 0 0 90px;
	}
	.lead-template-section ul.features-list li:last-child {
		padding-bottom: 0;
	}
	.lead-template-section ul.features-list p {
		display: block;
	}
	.lead-template-section .accord-content {
		position: relative;
		opacity: 1;
		visibility: visible;
	}
	.lead-template-section ul.features-list li h4, .lead-template-section ul.features-list li p {
		max-width: 500px;
		margin: 0 auto;
		text-align: center;
		display: block;
	}
	.lead-template-section .accord-content {
		margin: 30px auto 0;
		max-width: 600px;
	}
	.lead-template-section .template-details div{
		max-width: 40%;
	}
	
	.lead-template-section .template-details {
		justify-content: center;
		-ms-flex-pack: center;
	}
	.capture-content {	
		right: -70px;
	}
	.wrapper .testimonial-section,.wrapper .capture-section {
		padding: 3em 0;
	}
		
	.capture-section::after{
		display: none;				
	}
	.capture-main {
		width: 730px;
	}
	.slick-dots {
		bottom: -30px;
	}
	
}

@media screen and (max-width:767px) {
	.other-lang .capture-content {
		right: 0;
		width: 100%;
	}
	.other-lang .capture-content ul li span {
		display: none;
	}
 	.other-lang .capture-content ul li p {
		font-size: 15px;
		position: relative;
		left: 0;
	}
	.other-lang .capture-section ul li, .other-lang .capture-section ul li:nth-child(2n+2) {
		text-align: center;
		width: 100%;
		display: block;
	}
	.other-lang .capture-section ul li:nth-child(1) {
		right: 0;
	}
	.i18n-ar .capture-section div ul li {
		text-align: center;
	}
	.main-container-wrapper #mini-panel-product_menu {
		background: #0e0f2e;
	}
	.main .ptmenu #mini-panel-product_menu .menu-icon-help-header .product-title a, .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header .product-title a, .main-container-wrapper .ptmenu #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a {
		color: #fff;
	}
	h1 {
		font-size: 36px;
	}
	.wrapper > div, .wrapper .lead-gen-section {
		padding: 3em 0;
	}
	.visitor-section h2 span {
		display: inline-block;
	}
	.visitor-section img {
		max-width: 280px;
	}
	.lead-gen-section .gen-content:nth-child(2n+1), .lead-template-section .template-details div:nth-child(2n+1) {
		position: relative;
		top: 0;
	}
	.capture-img,.lead-gen-section span.ani-flw {
		display: none;
	}
	.capture-section .title h2 span {
		display: inline;
	}
	.capture-content {
		right: 0;
		position: relative;
		bottom: 0;
	}
	.capture-section ul li:nth-child(1), .capture-section ul li:nth-child(2), .capture-section ul li:nth-child(4), .capture-section ul li:nth-child(5) {
		right: 0;
		left: 0;
	}
	.capture-main {
		transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
	}
	.capture-content ul {
		display: flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		justify-content: space-between;
		-ms-flex-pack: space-between;
	}
	.capture-content ul li span {
		margin-right: 8px;
	}
	.lead-gen-section .gen-content,
	.lead-template-section .template-details div {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 260px;
		margin: 10px auto;
	}
	.testimonial-section p, .testimonial-section strong {
		font-size: 20px;
	}
	.capture-main {
		width: 100%;
	}

}
@media screen and (max-width:480px) {
	.capture-section ul li:nth-child(2n+2) {
		justify-content: flex-end;
		-ms-flex-pack: flex-end;
		flex: 0 0 100%;
		max-width: 100%;
		display: flex;
		display: -ms-flexbox;
	}
	.lead-banner-section .banner-content p {
		max-width: 340px;
	}
}