.category-wrap:nth-child(2) .addon-wrap .field-addons-image.addon-image {
    display: none;
}
.addons-integration-wrap > .content-wrap.animated > .content-wrap {
    max-width: 350px;
    text-align: center;
}

.api-integration a::after{
    display:none;
}
a.learn::before{
       content: '';
    width: 100%;
    height: 1px;
    background: #03a9f5;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.integration-part > p {
    max-width: 750px;
  }
  .integration-part+.content-wrap {    max-width: 250px;}
  .addon-image img{
      max-width: 150px;
  }
  .addons-integration-wrap > .content-wrap.animated > .content-wrap.remote-illustration {
      max-width: 650px;
      margin: 0 auto;
  }
  .remote-illustration img {
      margin: 80px 0 0;
  }
  .category-wrap > ul{
    width: 100%;
    text-align: center;
  }
  .category-wrap > ul li
  {
      width: 33.33%;
  }
  .category-wrap > ul li .addon-wrap{
     min-height: 250px;
  }
  .category-wrap > ul li .addon-wrap p {
      margin: 0 auto 10px;
      min-height: 150px;
      padding: 0 20px;
  }
  .category-wrap > ul li a
  {
      position: relative;
      padding: 0 0 5px;
  }
  .category-wrap > ul li a::after {
      content: '';
      width: 100%;
      height: 1px;
      background: #03a9f5;
      display: inline-block;
      position: absolute;
      left: 0;
      bottom: 0;
  }
  
  .category-wrap:nth-child(2) {
  max-width: 900px;
  margin: 50px auto 0;
  border: 0;
  padding: 0;
  }
  .category-wrap:nth-child(2) > ul li {
      width: 100%;
  background: #f7f7f7;
  margin-bottom: 50px;
  }
  
  .category-wrap:nth-child(2) > ul li .addon-wrap{
  border: 0;
  min-height: auto;
  padding: 40px;
  }
  .category-wrap:first-child ul li:nth-child(8) .addon-image img {
      max-width: 100px;
  }
  .category-wrap:nth-child(2) > ul li .addon-wrap p{
      margin-bottom:10px;
  }
  
    .assist-integration > ul{
      width: 100%;
    }
    .assist-integration > ul li .addon-wrap{
       min-height: 250px;
    }
    .assist-integration > ul li .addon-wrap{
       border-left:none;
    }
    .assist-integration {
      max-width: 900px;
      margin: 0 auto 0;
      border: 0;
      padding: 120px 0;
      text-align: center;
    }
    .assist-integration > ul li {
        width: 100%;
    background: #f7f7f7;
    margin-bottom: 50px;
    }
    
    .assist-integration > ul li .addon-wrap{
    border: 0;
    min-height: auto;
    padding: 40px;
    }
    .assist-integration .addon-image img {
        max-width: 100px;
    }
    .assist-integration > ul li .addon-wrap p{
        margin-bottom:10px;
    }
  
  .errortext{color:#a94442;font-size:12px}
  .contact-wrap{margin:60px 0;}
  .contact-wrap .content-wrap{max-width:720px; margin: 0 auto;}
  .content-wrap h1{
      max-width: 600px;
  }
  .contact-form{
      max-width: 600px;
      margin: 40px auto 0;
      overflow: hidden;
      text-align: left;
  }
  .contact-form form > div{
    margin: 0 0 15px;
    position: relative;
    float: left;
}
.form-block {
    width: 100%;
}
.form-block span
{
    font-size: 14px;
}

  .contact-form input + span{position:absolute; top:8px; right:10px; color:#f0483e}
  .contact-form p + span{float: left;margin-left: 6px; color:#f0483e}

  .contact-form input[type=text], .contact-form textarea{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    resize: none;
    border: 1px solid #e4e4e4;
    position: relative;
    background: transparent;
    border-radius: 4px;
  }

  .button{color:#fff; border:none; margin-top:20px; display:inline-block}
  


  .form-block.form-cmmt {
    width: 100%;
}
.contact-form div.form-btn {
    width: 100%;
    text-align: center;
    margin: 0;
}
  .dropdown1 {
      
      width: 100%;
  }
  .dropdown1 select {
      -moz-appearance: none;
  -webkit-appearance: none;
      background-color: #fff;
      background-image: none;
      border: 1px solid #e4e4e4;
      border-radius: 4px;
      box-shadow: none;
      float: left;
      font-size: 14px;
      padding: 8px 6px;
      transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
      width: 100%;
      line-height:24px;
      background-position: 98% center;
      background-repeat: no-repeat;
      background-size: 16px;
  box-sizing:border-box;
  }
  .dropdown1 select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000;
  }

  .sign_agree
  {
      padding: 0 0 20px;
  }
  
  .button
  {
      position: relative;
      display: inline-block;
      font-size: 16px;
      line-height: 50px;
      padding: 0 60px;
      background: #f0483e;
      text-align: center;
      text-transform: uppercase;
      transition: all 0.5s ease 0s;
      margin: 10px 0 0;
      color: #fff;
      border: none;
      border-bottom: none;
      cursor: pointer;
      width: auto;
      font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
  }
  .contact-form .headline{
      font-family: var(--zf-primary-semibold);
  }
  
  .api-integration
  {
      background: #f7f7f7;
      padding: 120px 0; 
      text-align: center;
  }
  .api-integration p
  {
      max-width: 945px;
      margin: 40px auto;
  }
  .api-integration a
  {
  position: relative;
  padding: 0 0 5px;	
  }
  .api-integration a::after {
      content: '';
      width: 100%;
      height: 1px;
      background: #03a9f5;
      display: inline-block;
      position: absolute;
      left: 0;
      bottom: 0;
  }
  @media only screen and (max-width: 991px) and (min-width: 768px){
  .category-wrap > ul li .addon-wrap{
    min-height: 275px;
  }
  .assist-integration > ul li .addon-wrap{
      min-height: 275px;
    }
  
    .category-wrap > ul li {
      width: 45%;
  }
  .api-integration p {
      max-width: 675px;
      margin: 40px auto;
  }
  
  }
  @media only screen and (max-width: 768px){
  .category-wrap > ul li .addon-wrap{
     min-height: 150px;
  }
  .assist-integration > ul li .addon-wrap{
       min-height: 150px;
    }
  }
  @media only screen and (max-width: 767px)
  {
      .category-wrap>ul li:last-child .addon-wrap, .category-wrap>ul li:nth-child(2n) .addon-wrap
      {
          border-right: 1px solid #ececec;
      }
      .category-wrap > ul li {
          width: auto;
      }
      .api-integration
      {
          padding: 60px 0;
      }
      .api-integration p {
          max-width: 675px;
          margin: 20px auto;
          padding: 0 40px;
      }
      .assist-integration {
          max-width: 550px;
          margin: 0 auto;
          padding: 60px 0;
          }
   .category-wrap > ul li .addon-wrap p {
              min-height: 80px;
          }
      .addons-integration-wrap {
      padding: 80px 0 40px;
  }
  }
  @media only screen and (max-width: 480px){
  /*.dropdown1 select{
  width:94%;
  }*/
  }
  
.api-integration a::after{
    display:none;
}
.api-integration a.learn::after{
    display:block;
}
.i18n-ar .integration-part h1 {
    text-align: center;
}
.i18n-ar .integration-part > p{
text-align: center;
}
.i18n-ar .category-wrap>ul li .addon-image, .i18n-ar .category-wrap>ul li .addon-wrap, .i18n-ar .footer-sec-wrap .product-links h4 {
    text-align: center;
}
.i18n-ar .category-wrap > ul li .addon-wrap p{
    text-align: center;
}
.i18n-ar .api-integration h2 {
    text-align: center;
}
.i18n-ar .content-wrap.animated h2 {
    text-align: center;
}
.i18n-ar .content-wrap.animated p {
    text-align: center;
}