:root {
  --dark-clr: #1875AF;
  --light-clr: #f0f9ff;
}

.pagewrapper h3 + a {
  margin-bottom: 20px;
  display: block;
}

.zcr-semi-bold {
  font-family: var(--primaryfont-semibold);
}

.zcr-cs-center-align .zcr-cs-grid-wrap {
  max-width: 970px;
}

.zcr-cs-bnr-testimonial {
  max-width: 920px;
}

.zcr-cs-main-logo-wrap {
  max-width: 180px;
}

.zcr-cs-blue-prt {
  background: var(--light-clr);
  border-left: 8px solid var(--dark-clr);
}

.zcr-cs-customer-name {
  color: var(--dark-clr);
}

.zcr-cs-blue-margin {
  margin-bottom: 20px;
}

.zcr-cs-single-img {
  position: relative;
  padding: 25px 5px 5px;
  background: var(--light-clr);
  border-radius: 10px;
}

.zcr-cs-single-img:before, .zcr-cs-single-img:after {
  content: "";
  position: absolute;
  top: 10px;
  z-index: 1;
  background: var(--dark-clr);
  border-radius: 50px;
  height: 6px;
  width: 6px;
}

.zcr-cs-single-img:before {
  left: 20px;
  box-shadow: 22px 0 0 var(--dark-clr);
}

.zcr-cs-single-img:after {
  left: 31px;
}

.zcr-cs-single-img img {
  display: block;
  border-radius: 10px;
}

/* .zwc-rpa-new {
  display: flex;
  justify-content: space-between;
} */

.zcr-cs-card-cnt{
  display: block;
}
/* 
.zwc-rpa-new .zcr-cs-card-cnt {
  width: calc(100% - 70px);
}

.zwc-rpa-new.ext .zcr-cs-card-cnt {
  width: calc(100% - 110px);
} */

.zcr-cs-card-cnt a{
  text-decoration: underline;
  color: #000;
}

.zcr-cs-list-prt {
  margin-top: 30px;
} 

.zcr-cs-list-prt-arrow{
  display: flex;
}

.zcr-cs-list-prt-arrow li{
  position: relative;
  padding-right: 50px;
}

.zcr-cs-list-prt-arrow li::after{
   position: absolute;
   content: "";
   width: 15px;
   height: 2px;
   background: #000;
   top: 50%;
   transform: translateY(-50%);
   right: 20px;
}

.zcr-cs-list-prt-arrow li::before{
   position: absolute;
   content: "";
   width: 11px;
   height: 11px;
   border-bottom: 2px solid #000;
   border-left: 2px solid #000;
   top: 50%;
   right: 20px;
   transform: translateY(-50%) rotate(-135deg);
}

.zcr-cs-list-prt-arrow li:last-child{
  padding-right: 0;
}

.zcr-cs-list-prt-arrow li:last-child::before, .zcr-cs-list-prt-arrow li:last-child::after{
  display: none;
}

@media only screen and (max-width: 540px){
  .zcr-cs-list-prt-arrow{
    align-items: center;
  }
  .zcr-cs-list-prt-arrow li{
    font-size: 14px;
  }
}

