.signupbtn.disabledClass {
  opacity: 0.35;
}
.z-product>a img{min-height:48px}
@media only screen and (max-width: 480px){
.i18n-de .header-part>span {
font-size: 10px; }
}
/*Arabic style starts*/
.i18n-ar p.zcountry-info.zshow {
  text-align: right;
}
/*Arabic style ends*/
.testimonial-content {
margin-top: 120px !important;
text-align: left;
max-width: 76%;
}
.signup-testimonial-wrap:after,.signup-testimonial-wrap{
background: #000;
}
.signup-cont h2{
margin-bottom: 20px;
max-width: 350px;
}
.signup-cont h3{
font-size: 20px;
margin-bottom: 10px;
padding-left: 32px;
position: relative;
}
.signup-cont p, .signup-cont h3, .signup-cont h2{
  text-wrap: pretty;
}
.signup-cont p{
padding-left: 32px;
}
.signup-cont li{
position: relative;
padding-bottom: 10px;
margin-bottom: 10px;
padding-top: 10px;
}
.signup-cont li::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 1.5px;
width: 100%;
background: linear-gradient(to right, #4285f4, #ea4335); /* blue to red */
}
.signup-cont h3:before, .signup-cont h3:after {
background: #fff;
content: "";
width: 9px;
height: 3px;
position: absolute;
top: 14px;
left: 2px;
transform: rotate(45deg);
}
.signup-cont h3:before {
width: 16px;
top: 11px;
left: 6px;
transform: rotate(-42deg);
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
  .signup-form {
    margin-left: 500px;
  }
  .signup-testimonial-wrap{
    width: 500px;
  }
  .header-part>span.login-text {
    width: calc(100% - 500px);
}
.testimonial-content {
  margin-top: 100px !important;
}
}
@media only screen and (max-width: 991px){
  .testimonial-content{
    margin-top: 0 !important;
  }
}