* {
  margin: 0;
  padding: 0;
}
.social-main {
  width: 100%;
  margin: 0 auto;
}
.social-header {
  padding: 80px 0 0;
  text-align: center;
  position: relative;
}
img {
  width: 100%;
}
.sales-header-cont {
  max-width: 940px;
  width: 100%;
  margin: 0px auto;
  margin-bottom: 50px;
}
.logo-sec {
  text-align: left;
  margin-bottom: 10px;
  position: absolute;
  top: 35px;
  left: 40px;
}
img.zoho-logo {
  display: inline-block;
  vertical-align: middle;
  width: 82px;
  padding: 0 3px 0 5px;
}
.crm-logo-txt {
  color: #000;
  display: inline-block;
  vertical-align: top;
  font-family: var(--zf-primary-semibold);
  margin-left: 1px;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 1px;
  margin-top: 7px;
  line-height: 24px;
}
h1 {
  font-size: 52px;
  color: #000;
  font-family: var(--zf-primary-bold);
}
.social-header p {
  font-size: 20px;
  font-family: var(--zf-primary-light);
  color: #000;
  margin-top: 30px;
  line-height: 28px;
}
.cta-section{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
.banner-vid-mob {
    display: inline-block;
    vertical-align: middle;
    padding: 9.5px 20px;
    margin-left: 25px;
    margin-top: 0;
    border: 1px solid #0067ff;
    text-transform: uppercase;
}
.zcpopup-controller {
    display: flex;
    cursor: pointer;
    align-items: center;
}
.mob_vid-icn {
    position: relative;
    transition: all ease .42s;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #0067ff;
    display: inline-block;
    vertical-align: middle;
    background: 0 0;
    border-radius: 0;
}
.bnr-mob-vid-txt {
    font: 16px/1.5 var(--zf-primary-semibold);
    color: #0067ff;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}
.multi-act-btn {
  position: relative;
  display: inline-block;
  font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin: 0;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.umain .access-button.multi-act-btn {
  display: inline-block;
  text-decoration: none;
}
.social-value {
  padding: 110px 0 30px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.social-value-sec {
  width: 50%;
  float: left;
}
h2 {
  font-size: 36px;
  font-family: var(--zf-primary-bold);
}
.cB {
  clear: both;
}
.percnt-list {
  font-family: var(--zf-primary-semibold);
  font-size: 18px;
  color: #000;
  margin-top: 30px;
}
.percnt-list li {
  list-style-type: none;
  margin-bottom: 18px;
  vertical-align: middle;
  /*
  -webkit-transform: translateY(20px) rotate(3deg);
  -ms-transform: translateY(20px) rotate(3deg);
  transform: translateY(20px) rotate(3deg);
*/
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: transform 0.65s ease, opacity 0.65s ease;
  -o-transition: transform 0.65s ease, opacity 0.65s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.percnt-list li.anim {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
.box {
  height: 12px;
  width: 12px;
  background: #033c5a;
  display: inline-block;
  margin-right: 20px
}
h3 {
  font-size: 26px;
  color: #000;
  font-family: var(--zf-primary-bold);
  position: relative;
}
h4 {
  font-size: 18px;
  color: #000;
  font-family: var(--zf-primary-semibold);
  position: relative;
}
.blue-line {
  background: #03a9f5;
  width: 60px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 140%;
}
.social-diff {
  padding: 40px;
  box-shadow: 2px 2px 10px #e3e3e3;
  margin-top: 55px;
  border-radius: 4px;
  min-height: 424px;
  max-width: 510px;
  box-sizing: border-box;
  width: 100%
}
#diff-sec {
  padding: 10px 0 125px;
}
.social-customer {
  padding: 125px 0;
  box-sizing: border-box;
  background: #2aa3ef;
  color: #fff;
}
.customer-inner {
  max-width: 1120px;
  margin: 0 auto;
}
.custm-list {
  position: relative;
  height: 500px;
}
.custm-list li {
  background: #fff;
  padding: 40px 30px;
  font-size: 15px;
  font-family: var(--zf-primary-light);
  color: #000;
  list-style: none;
  width: 255px;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 24px;
  position: absolute;
}
.custm-list li:nth-child(1) {
  top: 65px;
      left: 10px;
}
.custm-list li:nth-child(2) {
  top: 0;
  right: 0
}
.custm-list li:nth-child(3) {
  top: 265px;
       left: 10px;
}
.custm-list li:nth-child(4) {
  bottom: 0;
  right: 0;
}
.social-cust-sec {
  width: 46%;
  display: inline-block;
  vertical-align: middle;
}
.social-cust-sec:nth-child(2) {
  margin-left: 50px;
  width: 49%;
}
/*testimonial css*/



.testimonial {
  padding: 80px 25px;
  background: #f8f8f8;
  text-align: center;
}
.testimonial-con {
  max-width: 640px;
  widows: 85%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.testimonial-slide-con {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}
.sl-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: 0.3s all ease;
  padding: 0;
  width: 46px;
  height: 46px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  pointer-events: all;
  box-shadow: 0 5px 8px 1px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 5px 8px 1px rgba(0,0,0,0.2);
  -webit-box-shadow: 0 5px 8px 1px rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 9;
}
.sl-arrow.right {
  right: 0;
}
.sl-arrow.left {
  left: 0;
}
.sl-arrow .sld-arrow {
  background: url(https://www.zoho.com/crm/onboarding/images/slider-arrow-icn.svg) no-repeat center;
  width: 18px;
  height: 14px;
  margin: 18px 0 0;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  transform: rotate(90deg);
}
.sl-arrow .sld-arrow.slider-left-arrow {
  transform: rotate(270deg);
}
.slide-dots-con {
  padding-top: 35px;
  text-align: center;
}
.dots {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
}
.dots.active {
  background: #000;
}
.sec-testimo {
  width: 100%;
  max-width: 1000px;
  position: absolute;
  padding: 0 50px;
  box-sizing: border-box;
  color: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.sec-testimo p {
  font-size: 22px;
  line-height: 38px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}
.testi-name {
  margin-top: 25px;
  font-family: var(--zf-primary-bold) !important;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.sec-testimo span {
  font-family: var(--zf-primary-regular);
}
.testi-sprite {
  background-image: url(https://www.zoho.com/crm/lp/images/blueprint-testimo.png);
  display: inline-block
}
.face-img {
  background-position: -841px 0;
  width: 85px;
  height: 64px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 35px;
}
.custlogo-img {
  background-position: -399px -15px;
  width: 143px;
  height: 35px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 22px;
}
.rook-img {
  background-position: -562px -19px;
  width: 120px;
  height: 26px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 22px;
}
/**************************************************************************************/
.social-benefits {
  padding: 125px 0 40px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.benefit-cont {
  max-width: 900px;
  margin: 0 auto;
}
.social-benefits .customer-inner {
  max-width: 1270px;
}
.benefit-posi {
  width: 100%;
  box-shadow: 0px 10px 50px rgba(59, 89, 152, 0.15);
  padding: 60px 0 90px;
  border-radius: 4px;
  background: #fff;
  max-width: 1270px;
  position: relative;
  z-index: 1;
  margin: 65px 0 -80px;
}
.benefit-list {
  padding: 0 25px 0 20px;
       text-align:left;
}
.benefit-list li {
  list-style: none;
  padding: 60px 15px 0;
  font-size: 18px;
  width: 33.33%;
  text-align: left;
  box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
}
.benefit-posi h2 {
  font-size: 34px;
  font-family: 'Roboto Slab', serif;
  font-weight: 350;
}
.list-numeric {
  float: left;
  width: 23px;
  font-size: 25px;
  color: #d3d3d3;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  margin-right: 20px;
}
.list-sec {
  float: left;
  max-width: 320px;
  width: 100%;
  margin-top: 3px;
}
.list-sec h3 {
  font-size: 24px;
}
.social-percnt {
  padding: 180px 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: #3b5998;
  position: relative;
}
.social-percnt .customer-inner {
  max-width: 1115px;
  z-index: 1;
  position: relative;
}
.mount-bg {
  position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  max-width: 1440px;
}
.animi-sec {
  text-align: left;
  float: left;
  margin-right: 50px;
}
.animi-sec span {
  font-size: 54px;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  display: block;
  margin-top: 35px;
}
.animi-sec p {
  font-size: 16px;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  line-height: 24px;
  margin-top: 5px;
  font-weight: 500;
}
.social-interact {
  padding: 125px 25px;
  text-align: center;
  background: #f8f8f8;
}
.show-social {
  display: none !important;
}
.smb-socialanim {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.smb-social {
  display: inline-block;
  width: 100%;
  max-width: 900px;
  margin-top: 50px;
  margin-bottom: -4px;
}
.smb-twt {
  position: absolute;
  bottom: -4%;
  width: 51%;
  left: -14.2%;
  -webkit-transform: translateX(-6rem);
  transform: translateX(-6rem);
  transition: .9s ease-in-out;
}
.animate-social {
  transform: translateX(0) !important;
}
.smb-fb {
  position: absolute;
  bottom: 5%;
  width: 46%;
  right: -9.2%;
  -webkit-transform: translateX(6rem);
  transform: translateX(6rem);
  transition: .9s ease-in-out;
}
.sec-img {
  display: inline-block;
  width: 100%;
  max-width: 900px;
  margin-top: 50px;
}
.footer-sec {
  font-size: 12px;
  padding: 15px 25px;
  text-align: center;
  font-family: var(--zf-primary-regular);
  color: #333;
}
.bottom-cta-con {
  padding: 0 30px 90px;
  text-align: center;
}
.bottom-cta-con p {
  font-size: 32px;
  font-family: var(--zf-primary-bold);
  line-height: 50px;
  margin: 0 auto;
}
.soci-bansec, .testi-con-inner{
  position: relative;
}
#el_PWOKjegXQG {
  max-width: 265px;
  position: absolute;
  bottom: 22%;
  right: 5%;
}
#el_OU1ah83vx7 {
  max-width: 350px;
  position: absolute;
  bottom: 22%;
  left: 5%;
}
#el_PiwwK2z2x {
  max-width: 230px;
  position: absolute;
  bottom: 10%;
  left: 42%;
}
.diff-mL {
  margin-left: 30px;
       display:inline;
}
.prcnt-htxt {
  color: #fff;
  text-align: left;
        font-size:21px;
}
.media-anim, .audience-img {
  -webkit-transform: translateY(10rem);
  transform: translateY(10rem);
  transition: .9s ease-in-out;
  opacity: 0;
}
.img-animate {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#list-stats .social-value-sec {
  width: 48%;
}
#list-stats .social-value-sec:nth-child(2) {
  width: 45%;
}
#diff-sec h2 {
  text-align: center;
  margin-bottom: 90px;
}
/*svg css*/

@-webkit-keyframes el_v0Dy5Jc5dVw_Animation {
43.33% {
opacity: 0;
}
56.67% {
opacity: 1;
}
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes el_v0Dy5Jc5dVw_Animation {
43.33% {
opacity: 0;
}
56.67% {
opacity: 1;
}
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes el_v0Dy5Jc5dVw_Pc1VgNTkKmc_Animation {
43.33% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
0% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes el_v0Dy5Jc5dVw_Pc1VgNTkKmc_Animation {
43.33% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
0% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@-webkit-keyframes el_v0Dy5Jc5dVw_BNxAKeHoV_Animation {
43.33% {
-webkit-transform: translate(-20px, -40px);
transform: translate(-20px, -40px);
}
0% {
-webkit-transform: translate(-20px, -40px);
transform: translate(-20px, -40px);
}
100% {
-webkit-transform: translate(-20px, -40px);
transform: translate(-20px, -40px);
}
}
@keyframes el_v0Dy5Jc5dVw_BNxAKeHoV_Animation {
43.33% {
-webkit-transform: translate(-20px, -40px);
transform: translate(-20px, -40px);
}
0% {
-webkit-transform: translate(-20px, -40px);
transform: translate(-20px, -40px);
}
100% {
-webkit-transform: translate(-20px, -40px);
transform: translate(-20px, -40px);
}
}
@-webkit-keyframes el_T-ZrcDCi6s2_Animation {
43.33% {
opacity: 0;
}
60% {
opacity: 0;
}
82.22% {
opacity: 1;
}
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes el_T-ZrcDCi6s2_Animation {
43.33% {
opacity: 0;
}
60% {
opacity: 0;
}
82.22% {
opacity: 1;
}
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes el_T-ZrcDCi6s2_CVEn9C_4Nkp_Animation {
43.33% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
70% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
82.22% {
-webkit-transform: scale(0.75, 0.75);
transform: scale(0.75, 0.75);
}
93.33% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
0% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes el_T-ZrcDCi6s2_CVEn9C_4Nkp_Animation {
43.33% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
70% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
82.22% {
-webkit-transform: scale(0.75, 0.75);
transform: scale(0.75, 0.75);
}
93.33% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
0% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@-webkit-keyframes el_T-ZrcDCi6s2_nWHB5xYEg_Animation {
43.33% {
-webkit-transform: translate(-20px, -40px);
transform: translate(-20px, -40px);
}
0% {
-webkit-transform: translate(-20px, -40px);
transform: translate(-20px, -40px);
}
100% {
-webkit-transform: translate(-20px, -40px);
transform: translate(-20px, -40px);
}
}
@keyframes el_T-ZrcDCi6s2_nWHB5xYEg_Animation {
43.33% {
-webkit-transform: translate(-20px, -40px);
transform: translate(-20px, -40px);
}
0% {
-webkit-transform: translate(-20px, -40px);
transform: translate(-20px, -40px);
}
100% {
-webkit-transform: translate(-20px, -40px);
transform: translate(-20px, -40px);
}
}
@-webkit-keyframes el_Gof2--1pJb0_Animation {
6.67% {
opacity: 0;
}
33.33% {
opacity: 1;
}
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes el_Gof2--1pJb0_Animation {
6.67% {
opacity: 0;
}
33.33% {
opacity: 1;
}
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes el_Gof2--1pJb0_ay7C6tecU_Animation {
6.67% {
-webkit-transform: scale(0, 0);
transform: scale(0, 0);
}
33.33% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
0% {
-webkit-transform: scale(0, 0);
transform: scale(0, 0);
}
100% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes el_Gof2--1pJb0_ay7C6tecU_Animation {
6.67% {
-webkit-transform: scale(0, 0);
transform: scale(0, 0);
}
33.33% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
0% {
-webkit-transform: scale(0, 0);
transform: scale(0, 0);
}
100% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@-webkit-keyframes el_Gof2--1pJb0_L1QGLN-Kr_Animation {
6.67% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
33.33% {
-webkit-transform: translate(-20px, -40px);
transform: translate(-20px, -40px);
}
0% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
100% {
-webkit-transform: translate(-20px, -40px);
transform: translate(-20px, -40px);
}
}
@keyframes el_Gof2--1pJb0_L1QGLN-Kr_Animation {
6.67% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
33.33% {
-webkit-transform: translate(-20px, -40px);
transform: translate(-20px, -40px);
}
0% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
100% {
-webkit-transform: translate(-20px, -40px);
transform: translate(-20px, -40px);
}
}
#el_OU1ah83vx7 * {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}
#el_axn4czAS9pf, #el_RO0VNfLBueT, #el_Wvu2QoQhwqD{
  fill: #da4c43;
}
#el_-Vz6PNwgOt3 {
  opacity: 0.1;
}
#el_b9Cn-WUZJ6n {
  fill: #bababa;
}
#el_NW1t6fkAw6x {
  fill: #3d3d3d;
}
#el_nOgKW0-xEbz {
  fill: #c6e7f4;
}
#el_yk4b4SNfLnR {
  fill: #838383;
}
#el_Kz1dKoFZMch {
  fill: #e4e4e4;
}
#el_zkmUGTmYP1- {
  fill: #393939;
}
#el_qFg1GEDAoMJ {
  fill: #d2d2d2;
}
#el_Ej13X7sEbXY {
  fill: #4b1813;
}
#el_8U4DbaoCjO3, #el_Hc2ThYgUotn {
  fill: #193462;
}
#el_7H-dxLyc7TV {
  fill: #8a8a8a;
}
#el_VRG02xD-RJ2 {
  fill: #3394ba;
}
#el_bEyf7zapu6S {
  fill: #1e3f75;
}
#el_2rF0MN1oMOp {
  fill: #545454;
}
#el_evr7zaYFyr1 {
  fill: #222;
}
#el_3xXfcRQN4d4 {
  fill: #a8daef;
}
#el_27rZ_QBvepP {
  fill: #5dc3eb;
}
#el_-BxrG-sMOua {
  fill: #e43636;
}
#el_pq9MlituBWU {
  fill: #82d1f1;
}
#el_mSLf_5kyO9r {
  fill: #a4e4fd;
}
#el_Z90EEk0TMPS {
  fill: #28477c;
}
#el_Gof2--1pJb0 {
  fill: #f8fdff;
  opacity: 1;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
#el_OU1ah83vx7.active-anim #el_Gof2--1pJb0 {
  -webkit-animation-name: el_Gof2--1pJb0_Animation;
  animation-name: el_Gof2--1pJb0_Animation;
}
#el_OU1ah83vx7.active-anim #el_T-ZrcDCi6s2 {
  -webkit-animation-name: el_T-ZrcDCi6s2_Animation;
  animation-name: el_T-ZrcDCi6s2_Animation;
}
#el_71na6q8Cv1c {
  fill: none;
  stroke: #00669e;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#el_JmnEsJ61XjO {
  fill: #f8fdff;
  stroke: #00669e;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#el_v0Dy5Jc5dVw, #el_T-ZrcDCi6s2{
  opacity: 1;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
#el_OU1ah83vx7.active-anim #el_v0Dy5Jc5dVw {
  -webkit-animation-name: el_v0Dy5Jc5dVw_Animation;
  animation-name: el_v0Dy5Jc5dVw_Animation;
}
#el_ERDY5xKLVJu {
  opacity: 0.3;
}
#el_WznicnVRVmp {
  fill: #00669e;
}
#el_OU1ah83vx7.active-anim #el_Gof2--1pJb0_L1QGLN-Kr {
  -webkit-animation-name: el_Gof2--1pJb0_L1QGLN-Kr_Animation;
  animation-name: el_Gof2--1pJb0_L1QGLN-Kr_Animation;
}
#el_OU1ah83vx7.active-anim #el_Gof2--1pJb0_ay7C6tecU {
  -webkit-animation-name: el_Gof2--1pJb0_ay7C6tecU_Animation;
  animation-name: el_Gof2--1pJb0_ay7C6tecU_Animation;
}
#el_OU1ah83vx7.active-anim #el_T-ZrcDCi6s2_nWHB5xYEg {
  -webkit-animation-name: el_T-ZrcDCi6s2_nWHB5xYEg_Animation;
  animation-name: el_T-ZrcDCi6s2_nWHB5xYEg_Animation;
}
#el_OU1ah83vx7.active-anim #el_T-ZrcDCi6s2_CVEn9C_4Nkp {
  -webkit-animation-name: el_T-ZrcDCi6s2_CVEn9C_4Nkp_Animation;
  animation-name: el_T-ZrcDCi6s2_CVEn9C_4Nkp_Animation;
}
#el_v0Dy5Jc5dVw_BNxAKeHoV, #el_T-ZrcDCi6s2_nWHB5xYEg, #el_Gof2--1pJb0_L1QGLN-Kr {
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  -webkit-transform: translate(-20px, -40px);
  transform: translate(-20px, -40px);
}
#el_OU1ah83vx7.active-anim #el_v0Dy5Jc5dVw_BNxAKeHoV {
  -webkit-animation-name: el_v0Dy5Jc5dVw_BNxAKeHoV_Animation;
  animation-name: el_v0Dy5Jc5dVw_BNxAKeHoV_Animation;
}
#el_v0Dy5Jc5dVw_Pc1VgNTkKmc, #el_T-ZrcDCi6s2_CVEn9C_4Nkp, #el_Gof2--1pJb0_ay7C6tecU {
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#el_OU1ah83vx7.active-anim #el_v0Dy5Jc5dVw_Pc1VgNTkKmc {
  -webkit-animation-name: el_v0Dy5Jc5dVw_Pc1VgNTkKmc_Animation;
  animation-name: el_v0Dy5Jc5dVw_Pc1VgNTkKmc_Animation;
}


/*svg css for tweet*/
  
@-webkit-keyframes el_Xsygh_aIm7_Rf8bvvgq-3T_Animation {
 50% {
 -webkit-transform: translate(-10px, -10px);
 transform: translate(-10px, -10px);
}
 96.67% {
 -webkit-transform: translate(0px, -40px);
 transform: translate(0px, -40px);
}
 0% {
 -webkit-transform: translate(-10px, -10px);
 transform: translate(-10px, -10px);
}
 100% {
 -webkit-transform: translate(0px, -40px);
 transform: translate(0px, -40px);
}
}
 @keyframes el_Xsygh_aIm7_Rf8bvvgq-3T_Animation {
 50% {
 -webkit-transform: translate(-10px, -10px);
 transform: translate(-10px, -10px);
}
 96.67% {
 -webkit-transform: translate(0px, -40px);
 transform: translate(0px, -40px);
}
 0% {
 -webkit-transform: translate(-10px, -10px);
 transform: translate(-10px, -10px);
}
 100% {
 -webkit-transform: translate(0px, -40px);
 transform: translate(0px, -40px);
}
}
 @-webkit-keyframes el_Xsygh_aIm7_Animation {
 50% {
 opacity: 0;
}
 96.67% {
 opacity: 1;
}
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes el_Xsygh_aIm7_Animation {
 50% {
 opacity: 0;
}
 96.67% {
 opacity: 1;
}
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-webkit-keyframes el__x984ZiGcP_yZQ0M-vXeW_Animation {
 43.33% {
 -webkit-transform: translate(0px, 0px);
 transform: translate(0px, 0px);
}
 90% {
 -webkit-transform: translate(40px, 0px);
 transform: translate(40px, 0px);
}
 0% {
 -webkit-transform: translate(0px, 0px);
 transform: translate(0px, 0px);
}
 100% {
 -webkit-transform: translate(40px, 0px);
 transform: translate(40px, 0px);
}
}
 @keyframes el__x984ZiGcP_yZQ0M-vXeW_Animation {
 43.33% {
 -webkit-transform: translate(0px, 0px);
 transform: translate(0px, 0px);
}
 90% {
 -webkit-transform: translate(40px, 0px);
 transform: translate(40px, 0px);
}
 0% {
 -webkit-transform: translate(0px, 0px);
 transform: translate(0px, 0px);
}
 100% {
 -webkit-transform: translate(40px, 0px);
 transform: translate(40px, 0px);
}
}
 @-webkit-keyframes el__x984ZiGcP_Animation {
 43.33% {
 opacity: 0;
}
 90% {
 opacity: 1;
}
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes el__x984ZiGcP_Animation {
 43.33% {
 opacity: 0;
}
 90% {
 opacity: 1;
}
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-webkit-keyframes el_LFxA19ISIv_JQF80MzTfS_Animation {
 40% {
 -webkit-transform: translate(10px, -10px);
 transform: translate(10px, -10px);
}
 86.67% {
 -webkit-transform: translate(50px, -60px);
 transform: translate(50px, -60px);
}
 0% {
 -webkit-transform: translate(10px, -10px);
 transform: translate(10px, -10px);
}
 100% {
 -webkit-transform: translate(50px, -60px);
 transform: translate(50px, -60px);
}
}
 @keyframes el_LFxA19ISIv_JQF80MzTfS_Animation {
 40% {
 -webkit-transform: translate(10px, -10px);
 transform: translate(10px, -10px);
}
 86.67% {
 -webkit-transform: translate(50px, -60px);
 transform: translate(50px, -60px);
}
 0% {
 -webkit-transform: translate(10px, -10px);
 transform: translate(10px, -10px);
}
 100% {
 -webkit-transform: translate(50px, -60px);
 transform: translate(50px, -60px);
}
}
 @-webkit-keyframes el_LFxA19ISIv_Animation {
 40% {
 opacity: 0;
}
 86.67% {
 opacity: 1;
}
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes el_LFxA19ISIv_Animation {
 40% {
 opacity: 0;
}
 86.67% {
 opacity: 1;
}
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
#el_-69Wz_kHUr {
  isolation: isolate;
}
#el_PiwwK2z2x.active-anim #el_LFxA19ISIv {
  -webkit-animation-name: el_LFxA19ISIv_Animation;
  animation-name: el_LFxA19ISIv_Animation;
}
#el_PiwwK2z2x.active-anim #el_Xsygh_aIm7 {
  -webkit-animation-name: el_Xsygh_aIm7_Animation;
  animation-name: el_Xsygh_aIm7_Animation;
}
#el_6dwQ2UYOHi {
  fill: #2ac47e;
}
#el_PiwwK2z2x.active-anim #el__x984ZiGcP {
  -webkit-animation-name: el__x984ZiGcP_Animation;
  animation-name: el__x984ZiGcP_Animation;
}
#el_1a0meYRxqS {
  fill: #e5204c;
}
#el_YU8-Aq5dzaF {
  fill: #2aa3ef;
  mix-blend-mode: multiply;
}
#el_ZetoH7m_du9, #el_o0g7Xru0S5 {
  fill: #2aa3ef;
}
#el_d9UGDAMq1bX {
  fill: #0081c1;
}
#el_ZizjgRQJwpd {
  fill: #2cb9ff;
  mix-blend-mode: multiply;
}
#el_-sXPRCaxT4v {
  fill: #ca3e40;
}
#el_5n57FrkDmng {
  fill: #266289;
}
#el_E4XxbhaX83k {
  fill: #535252;
}
#el_DpxoJM9vcG5 {
  fill: #6a6868;
}
#el_4xX4VmKB8_2, #el_8oEY8FvkAZP, #el_ywUEjnWvB50, #el_FE3S1xcmoH7, #el_B8wlRuEooCR {
  fill: #103e5c;
}
#el_9_ayirxAsMU {
  fill: #262626;
}
#el_ZsI4NxMMuAN {
  fill: #e14043;
}
#el_yJov1tu9IMm {
  fill: #422320;
}
#el_xU4U50msjhk {
  fill: #727272;
}
#el_Di7EWUi7Iss {
  fill: #fc0d1b;
}
#el_7JHR43MpJkr {
  fill: #ededed;
}
#el_-eJ_uKLG2pU {
  fill: #0b3651;
}
#el_BWBhIdz4RE3 {
  fill: #0b2639;
}
#el_8pA64l9_R-K {
  fill: #ffcd52;
}
#el_z26MfwStOxI {
  fill: #e36163;
}
#el_LFxA19ISIv_JQF80MzTfS {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  -webkit-transform: translate(50px, -60px);
  transform: translate(50px, -60px);
}
#el_PiwwK2z2x.active-anim #el_LFxA19ISIv_JQF80MzTfS {
  -webkit-animation-name: el_LFxA19ISIv_JQF80MzTfS_Animation;
  animation-name: el_LFxA19ISIv_JQF80MzTfS_Animation;
}
#el__x984ZiGcP_yZQ0M-vXeW {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  -webkit-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}
#el_PiwwK2z2x.active-anim #el__x984ZiGcP_yZQ0M-vXeW {
  -webkit-animation-name: el__x984ZiGcP_yZQ0M-vXeW_Animation;
  animation-name: el__x984ZiGcP_yZQ0M-vXeW_Animation;
}
#el_Xsygh_aIm7_Rf8bvvgq-3T {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  -webkit-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}
#el_PiwwK2z2x.active-anim #el_Xsygh_aIm7_Rf8bvvgq-3T {
  -webkit-animation-name: el_Xsygh_aIm7_Rf8bvvgq-3T_Animation;
  animation-name: el_Xsygh_aIm7_Rf8bvvgq-3T_Animation;
}

/*svg css for fb*/
@-webkit-keyframes el_53B1MAmCI6T_BX599GuGm_Animation {
 40% {
 -webkit-transform: translate(10px, -10px);
 transform: translate(10px, -10px);
}
 86.67% {
 -webkit-transform: translate(40px, -60px);
 transform: translate(40px, -60px);
}
 0% {
 -webkit-transform: translate(10px, -10px);
 transform: translate(10px, -10px);
}
 100% {
 -webkit-transform: translate(40px, -60px);
 transform: translate(40px, -60px);
}
}
 @keyframes el_53B1MAmCI6T_BX599GuGm_Animation {
 40% {
 -webkit-transform: translate(10px, -10px);
 transform: translate(10px, -10px);
}
 86.67% {
 -webkit-transform: translate(40px, -60px);
 transform: translate(40px, -60px);
}
 0% {
 -webkit-transform: translate(10px, -10px);
 transform: translate(10px, -10px);
}
 100% {
 -webkit-transform: translate(40px, -60px);
 transform: translate(40px, -60px);
}
}
 @-webkit-keyframes el_53B1MAmCI6T_Animation {
 40% {
 opacity: 0;
}
 86.67% {
 opacity: 1;
}
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes el_53B1MAmCI6T_Animation {
 40% {
 opacity: 0;
}
 86.67% {
 opacity: 1;
}
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-webkit-keyframes el_fxeHyoA3Z0s_-saI2nJRS_Animation {
 50% {
 -webkit-transform: translate(-10px, -10px);
 transform: translate(-10px, -10px);
}
 96.67% {
 -webkit-transform: translate(-10px, -40px);
 transform: translate(-10px, -40px);
}
 0% {
 -webkit-transform: translate(-10px, -10px);
 transform: translate(-10px, -10px);
}
 100% {
 -webkit-transform: translate(-10px, -40px);
 transform: translate(-10px, -40px);
}
}
 @keyframes el_fxeHyoA3Z0s_-saI2nJRS_Animation {
 50% {
 -webkit-transform: translate(-10px, -10px);
 transform: translate(-10px, -10px);
}
 96.67% {
 -webkit-transform: translate(-10px, -40px);
 transform: translate(-10px, -40px);
}
 0% {
 -webkit-transform: translate(-10px, -10px);
 transform: translate(-10px, -10px);
}
 100% {
 -webkit-transform: translate(-10px, -40px);
 transform: translate(-10px, -40px);
}
}
 @-webkit-keyframes el_fxeHyoA3Z0s_Animation {
 50% {
 opacity: 0;
}
 96.67% {
 opacity: 1;
}
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes el_fxeHyoA3Z0s_Animation {
 50% {
 opacity: 0;
}
 96.67% {
 opacity: 1;
}
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-webkit-keyframes el_xp4PnmJi2ix_ocOhilCyr_Animation {
 43.33% {
 -webkit-transform: translate(0px, 0px);
 transform: translate(0px, 0px);
}
 90% {
 -webkit-transform: translate(30px, 0px);
 transform: translate(30px, 0px);
}
 0% {
 -webkit-transform: translate(0px, 0px);
 transform: translate(0px, 0px);
}
 100% {
 -webkit-transform: translate(30px, 0px);
 transform: translate(30px, 0px);
}
}
 @keyframes el_xp4PnmJi2ix_ocOhilCyr_Animation {
 43.33% {
 -webkit-transform: translate(0px, 0px);
 transform: translate(0px, 0px);
}
 90% {
 -webkit-transform: translate(30px, 0px);
 transform: translate(30px, 0px);
}
 0% {
 -webkit-transform: translate(0px, 0px);
 transform: translate(0px, 0px);
}
 100% {
 -webkit-transform: translate(30px, 0px);
 transform: translate(30px, 0px);
}
}
 @-webkit-keyframes el_xp4PnmJi2ix_Animation {
 43.33% {
 opacity: 0;
}
 90% {
 opacity: 1;
}
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes el_xp4PnmJi2ix_Animation {
 43.33% {
 opacity: 0;
}
 90% {
 opacity: 1;
}
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
#el_PWOKjegXQG *, #el_PiwwK2z2x *  {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}
#el_n18qDzYnnSK, #el_CqN0HuHB6eS, #el_uXEJ05kS6LL {
  fill: #ffecd4;
}
#el_LjxBxv8KfSJ {
  fill: #3b5998;
}
#el_DIUve0DaCt6, #el_aMlgvl4wrAN, #el_6d_bNoy5_5p, #el_j6EgagzmaEv, #el_-F_Z3f23m0b, #el_y2cZP80tz_7, #el_msK9gIrzU1R, #el_4i90jVWfuhc, #el_a3NUCOVnJbX, #el_g-R6bQ2Ik0x, #el_GLzLquLVkY9, #el_L1t4F0LlXn6 {
  fill: #fdbba3;
}
#el_412lFZQMsKl {
  fill: #23c8c2;
}
#el_fcOLbbuTiV_, #el_1flAOvC6CYS {
  fill: #dffffd;
}
#el_6PChzWRBTVN, #el_NLPCaJ8x2Cn {
  fill: #8c481a;
}
#el_EfrIuOMWz6w {
  fill: #8e9192;
}
#el_A9AtVTqppwq {
  fill: #373737;
}
#el_x1dMnC4XXnl, #el_xCI7Q32Cjru {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#el_QKBBxNer3bG, #el_U9Qi7Sc3kEh, #el_z3bgHI5naIC, #el_SuVpsDLsWne {
  fill: #fff3e1;
}
#el_PWOKjegXQG.active-anim #el_53B1MAmCI6T {
  -webkit-animation-name: el_53B1MAmCI6T_Animation;
  animation-name: el_53B1MAmCI6T_Animation;
}
#el_LGSXtLJ3ZjB {
  fill: #ffda6a;
}
#el_bgKVmAVVQYA {
  -webkit-mask: url(#mask);
  mask: url(#mask);
}
#el_PWOKjegXQG.active-anim #el_fxeHyoA3Z0s {
  -webkit-animation-name: el_fxeHyoA3Z0s_Animation;
  animation-name: el_fxeHyoA3Z0s_Animation;
}
#el_7A30wY0sSyw {
  fill: #458cff;
}
#el_xp4PnmJi2ix, #el_fxeHyoA3Z0s, #el_53B1MAmCI6T, #el__x984ZiGcP, #el_Xsygh_aIm7, #el_LFxA19ISIv {
  opacity: 1;
}
#el_PWOKjegXQG.active-anim #el_xp4PnmJi2ix {
  -webkit-animation-name: el_xp4PnmJi2ix_Animation;
  animation-name: el_xp4PnmJi2ix_Animation;
}
#el_YYQRzCqUDPt, #el_5T9yetGj-Xn {
  fill: #f55065;
}
#el_lzKJ9QBokmX, #el_oxps7Vs3EiL, #el_BURM4giSn5d, #el_KX7sIa9Wvfx, #el_5dccuCh52-, #el_v9xJYTGOtD, #el_AHsUDCKMxyK, #el_8F5spMGFRg, #el_U_B6gj0c11F, #el_kNb-d5E_CQZ, #el_snU-jbCrekS, #el_Klgp6bEs0Oe, #el_ko9WAQyhnY8 {
  fill: #fff;
}
#el_NSOg1cw4aJT, #el_2-c_E1xFZyo, #el__aNRN9ukCC9 {
  fill: #2e9793;
}
#el_bxhIio_ut6G, #el_TuWwAtnkNEf, #el_oTm-k1WQIDH, #el_xXZwUoAoIYV, #el_py3dbIQkTpM {
  fill: #f1a388;
}
#el_lT0NAQB_Sxc, #el_Cdm0GFVRHVp, #el_knGfa710OOj, #el_lHIrzVBTmb7 {
  fill: #ef6e70;
}
#el_XJLTbjncvKy, #el_595ssUasi8P, #el_TkMrMkWdgbi {
  fill: #d94246;
}
#el_xp4PnmJi2ix_ocOhilCyr {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  -webkit-transform: translate(30px, 0px);
  transform: translate(30px, 0px);
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
#el_PWOKjegXQG.active-anim #el_xp4PnmJi2ix_ocOhilCyr {
  -webkit-animation-name: el_xp4PnmJi2ix_ocOhilCyr_Animation;
  animation-name: el_xp4PnmJi2ix_ocOhilCyr_Animation;
}
#el_fxeHyoA3Z0s_-saI2nJRS {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  -webkit-transform: translate(-10px, -40px);
  transform: translate(-10px, -40px);
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
#el_PWOKjegXQG.active-anim #el_fxeHyoA3Z0s_-saI2nJRS {
  -webkit-animation-name: el_fxeHyoA3Z0s_-saI2nJRS_Animation;
  animation-name: el_fxeHyoA3Z0s_-saI2nJRS_Animation;
}
#el_53B1MAmCI6T_BX599GuGm {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  -webkit-transform: translate(40px, -60px);
  transform: translate(40px, -60px);
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
#el_PWOKjegXQG.active-anim #el_53B1MAmCI6T_BX599GuGm {
  -webkit-animation-name: el_53B1MAmCI6T_BX599GuGm_Animation;
  animation-name: el_53B1MAmCI6T_BX599GuGm_Animation;
}



.st0{opacity:0.2;}
  .st1{fill:#C6D4E3;}
  .st2{fill:none;stroke:#5C5C5C;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
  .st3{fill:#033C5A;}
  .st4{fill:#34AFB7;}
  .st5{fill:#E44057;}
  .st6{fill:#EAA307;}
  .st7{fill:#1697C4;}
  .st8{fill:#111111;}


.start-hid {
  opacity: 0;
}
.flight-animi {
  width: 42px;
  position: absolute;
  top: 6%;
  left: -10%;
  transition: 1.5s ease-in-out;
}
.baloon-animi {
  width: 50px;
  position: absolute;
  right: 10%;
  top: 0;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
 0% {
 transform: translatey(0px);
}
 50% {
 transform: translatey(-20px);
}
 100% {
 transform: translatey(0px);
}
}
.anim-lft {
  -webkit-transform: translateX(10rem);
  transform: translateX(10rem);
  transition: .9s ease-in-out;
}
.social-customer .anim-lft {
  -webkit-transform: translateX(-10rem);
  transform: translateX(-10rem);
}
.mov-left {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
.social-percnt .social-value-sec:nth-child(1){
   width:47%
}
.social-percnt .social-value-sec:nth-child(2){
   width:51%
}
.small-screen {
display: block ;
}
.tool-tip {
    padding: 6px 15px;
    background: #fff;
    color: #333;
    font-size: 14px;
    position: absolute;
    top: 100%;
    display: none;
    border: 1px solid #03a9f5;
    width: auto;
  border-radius: 4px;
}
.tool-tip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #00aafc;
    top: 102%;
    left: 50%;
    transform: translateX(-50%);
}
.tool-tip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
    top: 100%;
    left: 50%;
    transform: translateX(-51%);
}

.tool-tip span{
    font-size: 12px;
    color: #333;
      font-family: var(--zf-primary-regular);
  }

.stats-cls{
  height: 400px;
    float: right;
    max-width: 495px;
  }
.bottom-promo, .big-bg, .umain .socact-btn, .access-button.multi-act-btn{
display:none;
}
.lang-ar .sales-header-cont h1,.lang-ar .social-header p,.lang-ar .sales-header-cont,.lang-ar .benefit-cont h2,.lang-ar .benefit-cont p ,.lang-ar .benefit-posi h2,.lang-ar .customer-inner,.lang-ar .bottom-cta-con p,.lang-ar .bottom-cta-con {
    text-align: center;
}
.lang-ar .social-value-sec, .fR {
    float: right;
}
.lang-ar .box {
        margin:0 0 0 20px;
}
.lang-ar .blue-line {
        right: 0;
        left: unset;
}
.lang-ar .social-cust-sec:nth-child(2) {
    margin:0 50px 0 0;
}
.lang-ar .custm-list li:nth-child(3), .lang-ar .custm-list li:nth-child(1) {
        right: 10px;
        left: unset;
}
.lang-ar .custm-list li:nth-child(4), .lang-ar .custm-list li:nth-child(2) {
        left: 0;
        right: unset;
}
.lang-ar .list-numeric {
    float: right;
    margin:0 0 0 20px;

}
.lang-ar .animi-sec {
    float: right;
    margin: 0 0 0 50px;
}
.lang-fr .social-percnt .social-value-sec:nth-child(1) {
    width: 46%;
}
.other-lang .custm-list li {
    padding: 17px 30px;
}
.lang-de .animi-sec {
    margin-right: 30px;
}
.lang-es-xl .animi-sec {
    margin-right: 12px;
}
.lang-pt-br .animi-sec {
    margin-right: 21px;
}
.lang-th .animi-sec, .lang-fr .animi-sec {
    margin-right: 13px;
}
.lang-id .animi-sec {
    margin-right: 35px;
}
.i18n-ar .banner-vid-mob {
margin-right:25px;
margin-left:0px;
}
.i18n-ar .custm-list {
height: 340px;
}
.i18n-ar .custm-list li:nth-child(1) {
    top: 48px;
}
.i18n-ar .custm-list li:nth-child(3) {
    top: 162px;
}
/*media query starts*/
@media screen and (min-width: 1700px) {
    .small-screen{
    display: none;
  }
    .big-bg{
    display: block;
  }
  .banr-scrn{
  width: 1440px;
    margin: 0 auto;
    display: block;
    height: 100%;
    position: relative;
    top: -88px;
}
.social-percnt {
    padding: 130px 0 140px;
}
#el_OU1ah83vx7,#el_PWOKjegXQG{
 margin-bottom:85px;
}
}

@media screen and (min-width: 1680px) {
#el_OU1ah83vx7 {
    left: 6%;
}
#el_PWOKjegXQG {
    right: 8%;
}
.mount-bg{
display:none;
}

}
@media screen and (max-width: 1260px) {
.benefit-posi {
    width: 96%;
    margin:  65px auto -75px;
  }
}
@media screen and (max-width: 1120px) {
#list-stats .social-value-sec {
  width: 45%;
}
.social-value {
  padding: 50px 0 40px;
  width: 94%;
}
#diff-sec .social-value-sec {
  width: 45%;
}
.diff-mL {
  margin-left: 8px;
     
}
h3 {
  font-size: 24px;
}
.customer-inner {
  width: 94%;
}
.customer-inner .social-cust-sec {
  width: 40%;
}
.social-cust-sec:nth-child(2) {
  margin-left: 47px;
  width: 52%;
}
.social-percnt .social-value-sec:nth-child(1) {
  width: 40%;
}
.animi-sec {
  margin-right: 30px;
}
.social-percnt .social-value-sec {
  width: 55%;
}
.benefit-posi {
  width: 92%;
}
}

@media screen and (max-width: 1080px) {
.customer-inner .social-cust-sec {
  width: 94%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 68px;
}
.social-cust-sec:nth-child(2) {
  width: 550px;
  display: block;
  margin: 0 auto;
}
.show-social {
  display: block !important;
}
.smb-socialanim {
  display: none !important;
}
.social-percnt {
  padding: 120px 0;
}
.social-percnt .social-value-sec:nth-child(2) {
    width: 55%; 
}
.social-diff {
    min-height: 500px;
    }
}
@media screen and (max-width: 1030px) {

#el_OU1ah83vx7{
 max-width: 300px;
 left: 3%;
}
#el_PiwwK2z2x {
    max-width: 200px;
    bottom: 5%;
}
#el_PWOKjegXQG {
    max-width: 225px;
    right: 3%;
}

}

@media screen and (max-width: 1023px) {
  
  .media-anim, .audience-img {
    -webkit-transform: inherit; 
     transform: inherit; 
     transition: inherit; 
     opacity: 1; 
}
  .percnt-list li{
    opacity: 1;
  }
.stats-cls {
    height: 400px;
    float: none;
    width: 100%;
    display: inline-block;
}
.anim-lft {
    -webkit-transform: inherit; 
    transform: inherit; 
    transition: inherit; 
}
.social-customer .anim-lft {
    -webkit-transform:inherit; 
    transform: inherit;
}

  }

@media screen and (max-width: 992px) {
.sales-header-cont {
  width: 94%
}
h1 {
  font-size: 40px;
}
.social-header p {
  font-size: 18px;
}
.social-value {
  width: 94%;
}
h3 {
  font-size: 23px;
}
.social-interact {
  padding: 50px 0;
}
.benefit-cont {
  width: 94%;
}
.animi-sec {
  margin-right: 30px;
  display: block;
  float: none;
  text-align: center;
}
.social-percnt .social-value-sec:nth-child(1) {
  width: 40%;
  display: block;
  float: none;
  margin: 0 auto;
  text-align: center;
}
.social-percnt .social-value-sec {
  width: 40%;
  display: block;
  float: none;
  margin: 0 auto;
  text-align: center;
}
.prcnt-htxt {
  text-align: center;
  margin-top: 70px;
}
.social-percnt {
  padding: 90px 0 100px;
}
.soci-bansec{
display:none;
}
}

@media screen and (max-width: 950px) {
#list-stats .social-value-sec {
  width: 90%;
  display: block;
  float: none;
  margin: 0 auto;
}
#list-stats .social-value-sec:nth-child(2) {
  width: 90%;
  display: block;
  float: none;
  margin: 0 auto;
}
#diff-sec .social-value-sec {
  width: 55%;
  display: block;
  float: none;
  margin: 0 auto;
}
.diff-mL {
  margin-left: 8px;
  margin-top: 50px;
        display:block;
}
.benefit-list li {
  list-style: none;
  padding: 60px 15px 0;
  font-size: 18px;
  width: 50%;
  text-align: left;
  float: none;
  box-sizing: border-box;
  margin: 0 auto;
  min-width: 400px;
}
.benefit-list {
       text-align:center;
}
.banr-scrn{
display:none;
}
.mov-left {
     -webkit-transform: inherit !important; 
     transform: inherit !important; 
}
.anim-lft {
     -webkit-transform: inherit; 
     transform: inherit; 
     transition: inherit; 
}
.social-customer .anim-lft{
  -webkit-transform: inherit !important; 
     transform: inherit !important; 
  }
.stats-cls {
    height: 400px;
    float: none;
    width: 100%;
    display: inline-block;
}
}

@media only screen and (max-width: 767px) {
.testimonial {
  padding: 60px 0 !important;
}
.sec-testimo {
  padding: 0 25px;
}
.sec-testimo p {
  font-size: 16px !important;
  line-height: 26px;
}
#diff-sec {
    padding: 10px 0 60px;
}
.social-customer {
    padding: 50px 0 60px;
}
.social-benefits {
    padding: 50px 0 40px;
}
.benefit-posi h2 {
    font-size: 30px;
    width: 89%;
    margin: 0 auto;
}
.customer-inner {
    text-align: center;
}
}

@media screen and (max-width: 650px) {
.lang-ar .social-cust-sec:nth-child(2) {
margin:auto;
}
.i18n-ar .custm-list {
height:100%;
}
.i18n-ar .social-percnt .social-value-sec:nth-child(1) {
width:100%;
}
.lang-ar .animi-sec {
margin:auto;
float:unset;
text-align:center;
}
.i18n-ar .animi-sec p, .i18n-ar .animi-sec span, .i18n-ar .prcnt-htxt  {
text-align:center;
}
#diff-sec .social-value-sec {
  width: 80%;
  display: block;
  float: none;
  margin: 0 auto;
}
h2 {
  font-size: 30px;
}
p {
  font-size: 16px;
}
.logo-sec {
  text-align: center;
  margin-bottom: 10px;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.custm-list li {
  background: #fff;
  padding: 40px 30px;
  font-size: 16px;
  font-family: var(--zf-primary-light);
  color: #000;
  list-style: none;
  width: 255px;
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 24px;
  position: inherit;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}
.custm-list li:first-child {
  margin-top: 0;
}
.custm-list {
  position: inherit;
  height: inherit;
  margin: 0 auto;
  width: 100%;
}
.social-cust-sec:nth-child(2) {
  width: auto;
}
.social-percnt .social-value-sec {
  width: 90%;
}
.social-percnt .social-value-sec:nth-child(1) {
  width: 100%;
}
.social-percnt .social-value-sec:nth-child(2) {
  width: 100%;
}
.flight-animi{
display:none;
}
.baloon-animi{
display:none;
}
.animi-sec span {
    font-size: 48px;
}
.bottom-cta-con p {
    font-size: 28px;
   line-height: 40px;
  }
  .percnt-list li {
    font-size: 15px;
}
}

@media screen and (max-width: 450px) {
.benefit-list li {
  min-width: 300px;
}
#diff-sec h2 {
  margin-bottom: 60px;
}
.banner-vid-mob {
    margin: 30px 30px 0px;
}
}

@media screen and (max-width: 360px) {
.benefit-list li {
     min-width: 200px;
    width: 100%;
}
}