.all-features{display:none;}
.features-item .cont-part p a {
    text-decoration: none;
}
.image-part>div img {
    border: none;
    box-shadow: none;
}
/* Arabic Style Start */
.i18n-ar h1, .i18n-ar p, .i18n-ar h2{
    text-align: center;
}
/* Arabic Style End */
/*add module*/
.features-header-promo{
      position: relative;
      width: 90%;
      margin: 0 auto;
      max-width: 1060px;
      padding: 100px 0 0;
}
ul.featlist {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin-bottom: 40px
}
.header-top .content-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}
.header-top .cont-part {
	width: 45%
}
.header-top .img-part {
	width: 50%;
	text-align: right
}
.content-wrap {
	max-width: 1170px
}
.feature-section p {
	color: #222;
	max-width: 750px;
	margin: 0 auto 100px
}
.feature-section#feat3 .content-wrap,.feature-section#feat2 .content-wrap {
	max-width: 1080px
}
.header-top h1 {
	font-size: 56px;
	max-width: 850px;
	letter-spacing: -0.3px
}
.header-top .imgpart {
	position: relative;
	z-index: 1
}
.bottomtxt p {
	display: none;
	min-height: 250px;
	font-size: 16px;
	color: #222;
	padding: 30px 0 0 20px
}
.bottomtxt p.active {
	display: block
}
.header-top h1,.header-top p {
	margin: 0 auto 30px
}
.header-top p {
	max-width: 700px
}
.featlist li {
	width: 23%;
	padding: 50px;
	background: #f1f5f7;
	border: 1px solid #e5ecef;
	margin: 0 10px 0 0;
	border-radius: 6px;
	display: inline-block;
	vertical-align: top;
	min-height: 130px;
	font-family: var(--zf-secondary-regular)
}
.featlist li span {
	display: block;
	background: url('/sites/default/files/people/zp-feature-sprite.png') no-repeat;
	background-size: 850px auto;
	width: 50px;
	height: 50px;
	background-position: -480px -4px;
	margin-bottom: 20px
}
.featlist li:nth-child(2) span {
	background-position: -45px -7px
}
.featlist li:nth-child(3) span {
	background-position: -585px -4px
}
.featlist li:nth-child(4) span {
	background-position: -640px -2px
}
.feature-section {
	padding: 120px 0 0
}
/*add module End */
/* QA */
section.faq-section{
    max-width: 1170px;
    margin: 0 auto;
    text-align: left;
    width: 96%;
}
section.faq-section h2{
    text-align: center;
}
.faq-accordian {
    max-width: 900px;
    margin: 60px auto 0;
    counter-reset: number;
}

.faq-accordian li {
    border-top: 1px solid #ccc;
    padding: 30px 0px;
    cursor: pointer;
}
.faq-accordian>li:first-child{
    border: none;
    padding-top: 0px;
}
.faq-accordian h4 {
    position: relative;
    color: #03a9f5;
    margin: 0;
    padding-right: 30px;
    font-size: 21px;
}

.i18n-ar .faq-accordian h4 {
    padding: 0 0 0 30px;
}

.faq-accordian h4.active {
    color: #1975d2;
}

/*.faq-accordian h4:before {
    counter-increment: number;
    content: counter(number) ". ";
}*/

.faq-accordian h4:after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 19px;
    line-height: 28px;
}

.i18n-ar .faq-accordian h4:after {
    left: 0;
    right: inherit;
}

.faq-accordian h4.active:after {
    content: '-';
}

.faq-accordian p {
    margin: 0;
    font-size: 15px;
    padding: 10px 30px 0 0;
    display: none;
}

.i18n-ar .faq-accordian p {
    padding: 10px 0 0 30px;
}

.faq-accordian p.active {
    display: block;
}
/* QA Ends */