*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-top {
  padding: 80px 0 0;
}

.header-top .img-part img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

img{
    width: 100%;
}


.content-wrap {
  max-width: 1170px;
}

.header-top h1 {
  font-size: 60px;
  font-family: gilroyregular;
}

.header-top p span {
  font-family: proxima_novasemibold;
}


.client-img li{
background: url('/sites/default/files/people/people-client-sprite.png') no-repeat;
background-size: auto 45px;
width: 120px;
height: 45px;
display: inline-block;
margin: 0 40px 20px;
}

.client-img li:first-child {
  margin-left: 0;
}

.client-img li:last-child {
  margin-right: 0;
}

.client-img li.medlife {
background-position: 0 0;
width: 115px;
}

.client-img li.spicejet {
background-position: -148px 0;
width: 85px;
}

.client-img li.lennox {
background-position: -266px 0;
width: 110px;
}

.client-img li.gep {
background-position: -422px 0;
width: 80px;
}

.client-img li.fetchr {
background-position: -554px 0;
width: 90px;
}

.client-img li.bayt {
background-position: -674px 0;
width: 90px;
}

.client-img li.cabot {
background-position: -812px 0;
width: 100px;
}

.client-img li.nissan {
background-position: -916px 0;
width: 130px;
}

.client-img {
margin: 90px 0;
}


.header-top .cont-part p {
  max-width: 530px;
}

.zsection {
  padding: 70px 0 ;
}


.zsection.topwrap {
/*  background: #333;*/
  color: #fff;
  padding: 150px 0 0;
  text-align: center;
  max-width: 90%;
  margin: 0 auto 80px;
  position: relative;
}

.zsection.topwrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 740px;
  background: url('/sites/default/files/people/zp-remote-pattern.jpg') repeat;
  background-size: 400px auto;
}

.zsection.topwrap h2 {
  font-size: 54px;
  font-family: gilroyregular;
}

#feat1 .img-part img{
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display:block;
}

.zsection h2 {
  font-size: 46px;
  font-family: gilroyregular;
}

.zsection.topwrap img{
    max-width: 1000px;
    margin: auto;
}

.zsection.topwrap .cont-wrap {
  /*max-width: 800px;*/
  margin: 0 auto;
}

.zsection.topwrap .cont-wrap  p{
  margin: 0 auto 100px;
  max-width: 660px;
}




.zsection .content-wrap, .header-top .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-top .cont-part , .header-top .img-part {
  width: 50%;
} 

.zsection .cont-part {
  width: 35%;
}
.zsection .img-part {
  width: 60%;
}



.zsection.deliver span {
  display: inline-block;
  position: relative;
  width: 38%;
  margin: 10px;
  vertical-align: top;
  text-align: center;
  border-radius: 8px;
  -webkit-box-shadow: 5px 8px 17px 0px rgba(176, 176, 176, 0.19);
          box-shadow: 5px 8px 17px 0px rgba(176, 176, 176, 0.19);
  margin-bottom: 10px;
}
em.join {
    display: block;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    height: 50px;
    font-style: normal;
    line-height: 45px;
    color: #59ab5f;
    font-family: proxima_novasemibold;
    bottom: 0;
  }

.zsection.deliver span em.icon-img {
    background: url('/sites/default/files/people/deliversprite.png') no-repeat;
    background-size: 390px auto;
    width: 130px;
    height: 110px;
    display: block;
    margin: 0 auto 10px;
}


.zsection.deliver span:nth-child(4){
    -webkit-box-shadow: none;
            box-shadow: none;
}

.zsection.deliver .img-part {
    text-align: center;
}

.zsection.deliver span h4{
    position: relative;
    z-index: 2;
    font-family: gilroybold;
    font-size: 18px;
}

.zsection.deliver span em.icon-img {
    background: url('/sites/default/files/people/deliversprite.png') no-repeat;
    background-size: 390px auto;
    width: 130px;
    height: 110px;
    display: block;
    margin: 0 auto 10px;
}

.zsection.deliver span:nth-child(1) {
    background: #fff5e3;
    padding: 40px 30px 70px;
}

.zsection.deliver span:nth-child(2){
    background: #feebef;
    padding: 40px 30px 70px;
}
.zsection.deliver span:nth-child(3){
    background: #e2f4fe;
    padding: 40px 30px 70px;
}

.zsection.deliver span:nth-child(3) em {
    background-position: -140px 0;
}

.zsection.deliver span:nth-child(2) em {
    background-position: -253px 0;
    background-size: 370px auto;
}
.zsection.deliver span:nth-child(4) em {
    background: #3f68d4;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-style: normal;
    text-align: center;
    position: relative;
    line-height: 58px;
    color: #fff;
    font-size: 35px;
    font-family: gilroybold;
    margin: 60px auto 20px;
    display: inline-block;
}

.zsection.deliver span:nth-child(4) h4 {
    font-size: 16px;
    color: #3f68d4;
}

.zsection.deliver span:nth-child(4) em::before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    border: 2px dotted #3f68d4;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.zsection.deliver span:nth-child(4){
  box-shadow: none;
    padding: 40px 40px 50px;
    background: #f5f5f5;
}

.zsection.deliver span:nth-child(4) em, .zsection.deliver span:nth-child(4) em::before, .zsection.deliver span:nth-child(4) h4 {
  opacity: 0.5;
}


.bottom-cta-wrap {
  padding: 100px 0;
  background: #fff5e4;
  margin-top: 130px;
} 


.bottom-cta-section {
  background: #333;
  padding: 80px 0;
  color: #fff;
  position: relative;
  z-index: 1;
  max-width: 1360px;
  margin: 0 auto;
}




.bottom-cta-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/sites/default/files/people/zp-remote-pattern.jpg') repeat;
  background-size: 400px auto;
  z-index: -1;
}

.bottom-cta-section p {
  max-width: 640px;
  margin: 0 auto 20px;
}

.bottom-cta-section .content-wrap h2{
  font-size: 40px;
  max-width: 800px;
  margin: 0 auto 30px;
}


/* rating section starts*/

.rating-section {
  text-align: center;
  padding: 0 ;
  width: 100%;
  max-width: 950px;
  margin: 50px auto;
}
.rating-section h2 {
  margin-bottom: 15px;
  font: 38px/1.2 proxima_novasemibold;
}



.rating-section h2 span {
  color: #ff4e3b;
  opacity: 0;
}
.rating-section.line-animated h2 span {
  opacity: 1;
}
.rating-section h3 span {
  color: #ff4e3b;
  font-family: proxima_novasemibold;
}
.rating-section h3 {
  display: inline-block;
}
.rating-section.common-section .content-wrap {
  padding: 60px 0 100px;
}
.rating-section ul {
  /* max-width: 560px; */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rating-section ul li .img-leads {
  background-image: url('/sites/default/files/people/bamboo-sprite.png');
  background-size: 600px auto;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  height: 20px;
}
.rating-section ul li {
  opacity: 0;
  display: inline-block;
  margin-bottom: 8px;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  min-width: 230px;
}
.line-animated.rating-section ul li:nth-child(1) {
  animation: justOpacity 1s ease-out 1s forwards;
}
.line-animated.rating-section ul li:nth-child(2) {
  animation: justOpacity 1s ease-out 1.5s forwards;
}
.line-animated.rating-section ul li:nth-child(3) {
  animation: justOpacity 1s ease-out 2s forwards;
}
.line-animated.rating-section ul li:nth-child(4) {
  animation: justOpacity 1s ease-out 2.5s forwards;
}
.line-animated.rating-section ul li:nth-child(5) {
  animation: justOpacity 1s ease-out 3s forwards;
}
.line-animated.rating-section ul li:nth-child(1) .stars-container:after {
  animation: starRateOne 0.5s ease-out 1.3s forwards;
}
.line-animated.rating-section ul li:nth-child(2) .stars-container:after {
  animation: starRateOne 0.5s ease-out 1.8s forwards;
}
.line-animated.rating-section ul li:nth-child(3) .stars-container:after {
  animation: starRateOne 0.5s ease-out 2.3s forwards;
}
.line-animated.rating-section ul li:nth-child(4) .stars-container:after {
  animation: starRateTwo 0.5s ease-out 2.8s forwards;
}
.line-animated.rating-section ul li:nth-child(5) .stars-container:after {
  animation: starRateThree 0.5s ease-out 3.3s forwards;
}
.rating-section ul li .capterra {
  background-position: 0 0;
  width: 98px;
  height: 24px;
}
.rating-section ul li .getapp {
  background-position: -100px 0;
  width: 79px;
}
.rating-section ul li .gtwo {
  background-position: -216px 0;
  background-size: 461px auto;
  width: 29px;
  height: 30px;
}
.rating-section ul li .crozdesk {
  background-position:-193px 0;
  width: 112px;
  background-size: 650px auto;
  height: 26px;
}


.stars-container {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 14px;
  letter-spacing: 2px;
}
.stars-container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\2605\2605\2605\2605\2605';
  color: #d0d0d0;
}
.stars-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '\2605\2605\2605\2605\2605';
  color: #f9a826;
  overflow: hidden;
  transition: ease all 3s;
  width: 0;
}
.counter-star {
  display: block;
  text-align: center;
  font-weight: 300;
  color: #888;
  font-size: 12px;
  margin-left: 13px;
background: #fff;
padding: 8px 4px;
border-radius: 7px;
max-width: 60px;
margin-left: auto;
}
.current-value {
  font-size: 16px;
  color: #000;
  font-family: gilroybold;
}
.common-section .content-wrap {
  padding: 120px 0 120px;
}


.common-section ul li div {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.common-section ul li div:nth-child(2){
  width: 45%;
}

/*Stat Width*/
@keyframes starRateOne {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 88%;
    opacity: 1;
  }
}
@-webkit-keyframes starRateOne {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 88%;
    opacity: 1;
  }
}
@-moz-keyframes starRateOne {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 88%;
    opacity: 1;
  }
}
/*Stat Width*/
@keyframes starRateTwo {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 82%;
    opacity: 1;
  }
}
@-webkit-keyframes starRateTwo {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 82%;
    opacity: 1;
  }
}
@-moz-keyframes starRateTwo {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 82%;
    opacity: 1;
  }
}
@keyframes starRateThree {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 80%;
    opacity: 1;
  }
}
@-webkit-keyframes starRateThree {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 80%;
    opacity: 1;
  }
}
@-moz-keyframes starRateThree {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 80%;
    opacity: 1;
  }
}
@keyframes justOpacity {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes justOpacity {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-moz-keyframes justOpacity {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}


/* rating section ends*/

.bottom-cta-section h2 {
  max-width: 960px;
  margin: 0 auto 30px;
  font-family: gilroyregular;
}

.gridpart .cont-wrap{
  max-width: 670px;
  margin: 0 auto;
  text-align: center;
}


.zsection.gridpart .content-wrap{
  display: block;
}

.gridpart .col-block{
  display: inline-block;
  width: 33%;
  vertical-align: top;
  padding: 0 30px;
  margin-top: 50px;
}




.gridpart .col-block p{
    font-size: 16px;
}

.gridpart .col-block h3 {
  font-family: gilroymedium;
  font-size: 32px;
}


.col-block img {
    margin-bottom: 20px;
}

.col-block .col-img1 {
  max-width: 225px;
}

.col-block .col-img2 {
  max-width: 258px;
  margin-bottom: 50px;
}

.col-block .col-img3 {
  max-width: 240px;
}

@media screen and (min-width: 1599px){
  .bottom-cta-section h2{
    font-size: 46px;
  }
}


@media screen and (min-width: 1499px) {
  .act-btn{
    padding: 15px 40px;
  }

  .zsection.deliver span h4 {
    font-size: 16px;
  }

}

@media screen and (max-width: 1499px){
  .header-top {
    padding: 50px 0 0;
  }
}


@media screen and (max-width: 1400px) {


  .header-top p, .zsection p, .bottom-cta-section p  {
    font-size: 16px;
  }

em.join{
    display: block;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    height: 50px;
    font-style: normal;
    line-height: 45px;
    color: #59ab5f;
    font-family: proxima_novasemibold;
    bottom: 0;
}

.zsection.deliver span:nth-child(4){
    -webkit-box-shadow: none;
            box-shadow: none;
}

.zsection.deliver span h4{
    position: relative;
    z-index: 2;
    font-family: gilroybold;
    font-size: 18px;
}

.zsection.deliver span em.icon-img {
    background: url('/sites/default/files/people/deliversprite.png') no-repeat;
    background-size: 390px auto;
    width: 130px;
    height: 110px;
    display: block;
    margin: 0 auto 10px;
}



.zsection.deliver span:nth-child(1) {
    background: #fff5e3;
    padding: 40px 30px 70px;
}

.zsection.deliver span:nth-child(2){
    background: #feebef;
    padding: 40px 30px 70px;
}
.zsection.deliver span:nth-child(3){
    background: #e2f4fe;
    padding: 40px 30px 70px;
}

.zsection.deliver span:nth-child(3) em {
    background-position: -140px 0;
}

.zsection.deliver span:nth-child(2) em {
    background-position: -253px 0;
    background-size: 370px auto;
}
.zsection.deliver span:nth-child(4) em {
    background: #3f68d4;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-style: normal;
    text-align: center;
    position: relative;
    line-height: 58px;
    color: #fff;
    font-size: 35px;
    font-family: gilroybold;
    margin: 60px auto 20px;
    display: inline-block;
}

.zsection.deliver span:nth-child(4) h4 {
    font-size: 16px;
    color: #3f68d4;
}

.zsection.deliver span:nth-child(4) em::before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    border: 2px dotted #3f68d4;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.rating-section ul li{
   margin-right: 10px;
 }

 .rating-section ul {
   justify-content: center;
 }


 .trust-brands-wrap{
   width: 55%;
 }

 .rating-section ul li{
   min-width: 224px;
 }
 .header-top h1 {
   font-size: 54px;
 }

.zsection.topwrap h2 {
  font-size: 46px;
}

.zsection h2 {
  font-size: 42px;
}

.bottom-cta-wrap {
  margin-top: 60px;
}

.bottom-cta-wrap .content-wrap {
  padding: 0;
}

.zsection.topwrap {
  padding: 80px 0;
}

.bottom-cta-wrap h2 {
  font-size: 42px;
  max-width: 680px;
}

.bottom-cta-wrap {
  margin-top: 90px;
}

.zsection {
  padding: 60px 0;
}

.zsection.topwrap{
    margin: 0 auto;
}

.zsection.topwrap img{
    max-width: 840px;
}
 
#feat1 .img-part img{
    max-width: 350px;
}

.zsection.topwrap .cont-wrap p{
    margin: 0 auto 40px;
}

}




@media screen and (max-width: 1299px){
   .header-top h1{
     font-size: 50px;
   }

   .zsection.topwrap h2 {
     font-size: 42px;
   }

   .client-img {
     margin: 90px auto;
   }

   .client-img li {
     margin: 0 20px 20px;
   }

   .bottom-cta-section p {
     max-width: 620px;
   }
}

@media screen and (min-width: 1200px) and (max-width: 1399px){
  .zsection .img-part img {
    max-width: 600px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .gridpart .cont-wrap{
    max-width: 580px;
  }
}

@media screen and (min-width: 992px){
  .zsection.left-image .cont-part{
    padding-left: 20px;
  }

  .zsection.right-image .cont-part{
    padding-right: 20px;
  }

  .gridpart .col-block:nth-child(2) {
        padding-left: 0;
    }

    .gridpart .col-block:nth-child(4){
        padding-right: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px){

  #feat1 .img-part img {
    max-width: 380px;
  }

  .content-wrap {
    width: 90%;
  }

  .zsection.deliver span h4 {
    font-size: 15px;
  }

  .zsection.deliver span:nth-child(1), .zsection.deliver span:nth-child(2), .zsection.deliver span:nth-child(3){
    padding: 40px 20px 70px;
  }

  .rating-section ul li {
    margin: 10px 10px 0;
  }

  .zsection.right-image .cont-part {
    padding-right: 40px;
  }

  .zsection.left-image .cont-part {
    padding-left: 40px;
  }

  .zsection.deliver span {
    width: 43%;
  }

  .header-top .img-part img{
    padding-left: 40px;
  }

  .bottom-cta-wrap h3 {
    font-size: 30px;
  }
}




@media screen and (max-width: 991px){
  .zsection.deliver span:nth-child(4){
    padding: 40px 40px 55px;
  }

  .header-top .img-part img {
    margin-top: 60px;
  }

  .bottom-cta-wrap h3 {
    font-size: 32px;
  }

  .rating-section ul li:nth-child(4), .rating-section ul li:nth-child(3){
  margin-top: 10px;
}

.rating-section {
   padding: 0;
   width: 100%;
 }  
 .rating-section h2 {
   font-size: 32px;
 }
 .rating-section ul {
   max-width: 740px;
   display: block;
   margin: 0 auto;
 }
 .rating-section ul li {
   display: inline-block;
   margin: 40px 30px 0;
 }
 .rating-section.common-section .content-wrap {
   padding: 100px 0 50px;
 }

 .rating-section ul li{
 margin: 10px 30px 0;
 }

 .rating-section ul li {
   margin: 10px 10px 0;
 }

.rating-section {
  max-width: 500px;
}

.bottom-cta-wrap h2 {
  max-width: 490px;
}

.zsection.deliver span h4{
    font-size: 16px;
}



.bottom-cta-section p {
  max-width: 580px;
}

.zsection .cont-part, .zsection .img-part , .header-top .cont-part, .header-top .img-part{
  width: 100%;
  text-align: center;
}

.header-top .cont-part p {
  margin: 0 auto 20px;
}

.header-top .img-part img {
  max-width: 400px;
  width: 100%;
}

.client-img ul {
  text-align: center;
}

.header-top h1 {
  font-size: 42px;
  max-width: 480px;
  margin: 0 auto 30px;
}

.client-img {
  margin: 30px auto;
}

.zsection.topwrap {
  padding: 80px 20px;
}

.zsection.topwrap {
  margin: 0 auto 30px;
}

.zsection .cont-part {
  max-width: 540px;
  margin: 0 auto;
}

.zsection .cont-part {
  order: 1;
}

.zsection .img-part {
  order: 2;
}

.zsection h2, .zsection.topwrap h2 {
  font-size: 34px;
}


.bottom-cta-section {
  padding: 80px 20px;
}

.bottom-cta-wrap .content-wrap h2{
  max-width: 420px;
  font-size: 30px;
}

.client-img {
  max-width: 610px;
}

.zsection .cont-part p {
  margin-bottom: 40px;
}

  .gridpart .col-block {
    width: 100%;
    max-width: 500px;
    margin: 70px auto;
    display: block;
    text-align: center;
  }

  .zsection.topwrap .cont-wrap p{
    margin: 0 auto 50px;
  }

  .zsection.topwrap:before{
    height: 440px;
  }

  .col-block .col-img2{
    margin-bottom: 20px;
  }

  .bottom-cta-wrap{
    padding: 100px 0 0;
  }


}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
  .zsection.deliver span:nth-child(4) {
    padding: 40px 30px 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px){
  .zsection.deliver span {
      width: 32%;
  }

  .img-part img {
    max-width: 580px;
  }

  .zsection {
    padding: 40px 0;
  }

  .zsection.topwrap img{
    max-width: 590px;
  }

  .zsection.topwrap{
    padding: 80px 20px 20px;
  }

  .gridpart .col-block{
    max-width: 600px;
  }

}


@media screen and (max-width: 767px) {
  .zsection.deliver span h4{
      font-size: 16px;
  }

  .zsection.deliver span:nth-child(4){
    display: none;
  }

  .zsection.deliver span{
    width: 270px;
  }

  .rating-section h3 {
  border: none
}
.rating-section h2 {
  font-size: 24px;
}
.rating-section .content-wrap {
  padding-bottom: 20px;
}
.rating-section.common-section .content-wrap {
  padding: 60px 0 50px;
}

.zsection {
  padding: 30px 0;
}

.header-top .img-part img, #feat1 .img-part img{
  max-width: 340px;
}

.header-top .img-part img {
  margin-top: 30px;
}

.zsection.topwrap:before{
    content: none;
}

.zsection.topwrap{
    background: #333;
}

  .gridpart .col-block p{
    margin-bottom: 80px;
  }

}



@media screen and (max-width: 480px){
  .zsection.deliver span{
      width: 270px;
  }

  .rating-section.common-section .content-wrap {
  padding-bottom: 0;
}
.rating-section h3 {
  max-width: 320px;
}

.bottom-cta-wrap h2{
  max-width: 380px;
}

.bottom-cta-wrap h2 {
  font-size: 34px;
}

.header-top .img-part img {
  max-width: 300px;
}

.gridpart .col-block{
    text-align: left;
}

.gridpart .col-block{
    margin: 40px auto;
}

.bottom-cta-wrap h3{
    max-width: 300px;
    font-size: 28px;
    margin: 0 auto 20px;
}

}
#features-1{display: none;}
#feat1 .new_add{max-width: 670px; margin: 0 auto;  padding-bottom: 40px;text-align: center;}
.zsection.topwrap .cont-wrap{width: 1020px;}
.new_add01{width: 50%;  float: left; }
.zsection.topwrap .cont-wrap .new_add01:first-child{padding-right:30px;}
.zsection.topwrap .cont-wrap .new_add01:nth-child(2){padding-left:30px;}