.zlang-container,
.zgh-localization {
  display: none;
}

.signup-box span#zip-countryname-change,
.signup-box .za-tos-container label,
.signup-box .sign_agree,
.signup-box .sign_agree a,
.za-email-container a,
.socl-signup p,
.get-signup-plan label,
#czone-home .zfield-container.country-fld .placeholder,
.signup-box p.zcountry-info,
.za-country-container.za-country-container-arrow,
p.dc-info,
.signup-box .zgdprform-opt-container {
  color: #fff;
}

.signup-box h5,
.signup-box .dc-info,
.signup-box .sign_agree,
.signup-box label,
.signup-box .sign_agree a,
.signup-box p.zcountry-info,
.signup-box span#zip-countryname-change,
.signup-box .socl-signup p {
  color: #fff;
}

#signup-newsletter,
#signup-termservice,
.signup-box #signup-newsletter,
.signup-box #signup-termservice {
  border-color: #fff;
}

#mini-panel-product_menu .product-nav-links .menu > li > a,
#mini-panel-product_menu .product-nav-links li .nolink,
#mini-panel-product_menu .menu-icon-help-header .product-title a {
  color: #fff;
}

h1,
h1 + p {
  color: #fff;
}

.signup-box .error {
  color: #f10000;
}

.header-section,
#block-panels-mini-product-menu {
  background: #0f1824;
}
.header-section,
.zw-product-header {
  background: #0f1824;
}
.read-more-link {
  position: relative;
  padding-right: 5px;
}

.read-more-link:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 50px;
  background: #1975d2;
  top: 0;
  right: -22px;
  bottom: 0;
  margin: auto;
}

.read-more-link:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 0;
  margin: auto;
}

.slick-dots li.slick-active:before {
  animation: progresswidth 6s linear forwards;
  content: "";
  width: 40px;
  left: 0;
  position: absolute;
  background: #000000;
  opacity: 1;
  height: 8px;
  border-radius: 5px;
}

@keyframes progresswidth {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.slick-dots li {
  width: 20px;
  border-radius: 5px;
  background: #e0e0e0;
  height: 8px;
  border: none;
  position: relative;
}

.slick-dots li.slick-active {
  width: 35px;
  border: none;
  background: #e0e0e0;
}

.report-section {
  background: #1d1d1d;
  color: #fff;
}

.report-section .slick-dots {
  text-align: left;
  padding-top: 30px;
}

.report-section .slick-dots li {
  background: #e0e0e0;
}

.report-section .slick-dots li.slick-active:before {
  background: #8d8d8d;
}

.report-icon1 {
  width: max-content;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}

.report-icon1 {
  height: 74px;
  width: 170px;
  display: inline-block;
  background: url(/sites/zweb/images/analytics/analytics-home-sprite.png)
    no-repeat;
  background-size: 800px auto;
  background-position: -173px -3px;
}

.report-icon2 {
  height: 115px;
  width: 110px;
  display: inline-block;
  background: url(/sites/zweb/images/analytics/dresner.png) no-repeat;
  background-size: 150px auto;
  background-position: -22px -3px;
}

.report-section .content-wrap {
  max-width: 780px;
}

.report-section .read-more-link {
  margin-left: 0;
  margin-top: 30px;
}

.report-section .read-more-link::after {
  background-position: -611px -85px;
}

.report-section h2 {
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 33px;
}

/* Points Section */

.zwc-points-section {
    background-color: #FEF2F2;
    padding: 140px 0 200px;
    margin-bottom: 120px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.zwc-points-section .content-wrap {
    max-width: 1170px;
    margin: auto;
    right: -70px;
}
.zwc-points-section h2 {
    font-size: 50px;
    font-family: var(--primaryfont-bold);
    max-width: 430px;
    letter-spacing: -1px;
}
.zwc-points-section p{
   max-width: 430px; 
}
.zwc-points-section h2 span {
    display: block;
}
.zwc-points-section .zwc-points {
    display: flex;
    position: relative;
}
.zwc-points .zwc-points-cont{
    max-width: 485px;
    min-height: 365px;
    max-height: 430px;
    background-color: #fff;
    padding: 40px 60px;
    border-radius: 10px;
    margin: 0 0 20px;
    transform: translateY(40px);
}
.middle-animated .zwc-points-cont {
    transform: translateY(0px);
    transition: .3s ease-out;
}
.middle-animated .point-align div:first-child {
    transition-delay: .2s;
}
.middle-animated .point-align div:last-child {
    transition-delay: .4s;
}
.zwc-points .zwc-points-cont span::before {
    content: '';
    display: inline-block;
    background-image: url(/sites/zweb/images/analytics/business-intelligence/bi-page-sprite.svg);
    background-size: 450px;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 45px;
    height: 53px;
    margin-bottom: 10px;
}
.zwc-points .point-align div:first-child span::before {
    background-position: -44px 0;
    width: 50px;
    height: 51px;
}
.zwc-points .point-align div:last-child span::before {
    background-position: -85px 0;
    height: 49px;
    width: 53px;
    background-size: 400px;
}
.zwc-points .zwc-points-cont h3 {
    font-family: var(--primaryfont-bold);
    font-size: 28px;
    max-width: 250px;
}
.zwc-points .zwc-points-cont p {
    font-size: 18px;
}
.zwc-points .point-align {
    position: absolute;
    bottom: -75px;
    right: 180px;
}
.zwc-points .zwc-points-cont.left {
    position: relative;
    margin: 50px 20px 0 0;
    bottom: 10px;
}
/* Goal set section */
.zgoal-set-section {
  padding: 100px 0;
  background: #f8f8f8;
  margin-bottom: 40px;
}

.zgoal-set-section h2 {
  text-align: center;
  max-width: 670px;
  margin: 0 auto 20px;
}

.zgoal-set-section h2 + p {
  max-width: 690px;
  text-align: center;
  margin: 0 auto 15px;
}

.zgoal-set-section ul {
  display: grid;
  margin: 80px auto;
  grid-template-columns: 32% 32% 32%;
  gap: 20px;
  justify-content: space-between;
  max-width: 1000px;
}

.zgoal-set-section ul li {
  background: #fff;
  padding: 40px 35px;
  border-radius: 8px;
  border: 2px solid #f0f0f0;
}

.zgoal-set-section ul li h3 {
  font-family: var(--primaryfont-bold);
  font-size: 24px;
}
.zgoal-set-section ul li h3:before {
  content: "";
  width: 50px;
  height: 55px;
  display: block;
  margin: 0 0 15px;
  background: url(/sites/zweb/images/analytics/kpi-dashboard-sprite-icons.png);
  background-size: 298px auto;
}

.zgoal-set-section ul li h3.zpredict::before {
  width: 65px;
  background-position: -52px 0;
}
.zgoal-set-section ul li h3.zdecisions::before {
  width: 45px;
  background-position: -118px 0;
}

.zgoal-set-section ul li p {
  margin: 0;
}

.zgoal-btm-txt {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.zgoal-btm-txt p {
  font-family: var(--zf-secondary-medium);
}
.zgoal-btm-txt a {
  font-family: var(--primaryfont-semibold);
  border-bottom: 1px solid;
  padding: 0 0 1px;
  position: relative;
}

.zgoal-btm-txt a:after {
  content: "→";
  position: absolute;
  right: -18px;
  top: 0;
  transition: all 0.5s ease;
}
.zgoal-btm-txt a:hover:after {
  right: -30px;
}
/* KPI steps section */
.zkpi-steps-section {
  background: #fdf7f7;
  padding: 100px 0;
  text-align: center;
  margin-bottom: 80px;
}

.zkpi-steps-section ul {
  display: grid;
  margin: 80px auto;
  grid-template-columns: 27% 31% 28%;
  gap: 70px;
  justify-content: space-between;
  max-width: 1170px;
}

.zkpi-steps-section ul h3 {
  font-family: var(--primaryfont-bold);
}

.zkpi-steps-section ul h3:before {
  content: "";
  width: 40px;
  height: 55px;
  display: block;
  margin: 0 auto 30px;
  background: url(/sites/zweb/images/analytics/kpi-dashboard-sprite-icons.png);
  background-size: 298px auto;
}

.zkpi-steps-section ul p {
  max-width: 290px;
  margin: 0 auto;
}

.zkpi-steps-section ul h3.zimport:before {
  background-position: -162px 0;
}

.zkpi-steps-section ul h3.zvisualize:before {
  background-position: -202px 0;
  width: 43px;
}

.zkpi-steps-section ul h3.zdashboard:before {
  background-position: -246px 0;
  width: 52px;
}

.zkpi-steps-section ul li {
  position: relative;
}

.zkpi-steps-section ul li:not(:last-child):after {
  content: "";
  width: 35px;
  height: 2px;
  background: #000;
  position: absolute;
  right: -45px;
  top: 30px;
}

.zkpi-steps-section ul li:not(:last-child):before {
  content: "";
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  position: absolute;
  right: -45px;
  top: 27px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-radius: 1px;
}

.zkpi-steps-btm-txt {
  border: 2px solid #fae2e2;
  border-radius: 8px;
  max-width: 850px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 20px;
  box-sizing: border-box;
}

.zkpi-steps-btm-txt h3 {
  font-family: var(--primaryfont-bold);
}
.zkpi-steps-btm-txt .act-btn.cta-btn {
  padding: 12px 30px;
  font-size: 16px;
  margin: 10px 0 0;
}
/* zkpi btm section */
.bottom-section h2 {
  max-width: 700px;
}
.zkpi-btm-points {
  margin: 30px auto 50px;
  display: flex;
  max-width: 720px;
  gap: 40px;
  justify-content: center;
}

.zkpi-btm-points > span {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 20px;
  font-family: var(--zf-secondary-medium);
}

.zkpi-btm-points > span:before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 2px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  width: 15px;
  height: 6px;
  border-top: 2px solid #ff6e6e;
  border-right: 2px solid #ff6e6e;
}
.bottom-cta-section {
    text-align: center;
}
.common-section.bottom-cta-section {
    padding-top: 20px;
}
.modal {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
}
.content-wrap {
    max-width: 1170px;
}
.transY1 {
    transition-delay: 200ms;
}
/*faq-section*/
.common-section.faq-section {
  padding-top: 0;
}
.faq-section .content-wrap {
  max-width: 940px;
}
.faq-section h2 {
  font-family: var(--primaryfont-bold);
  text-align: center;
}
.i18n-en .faq-section h2 {
  font-size: 32px;
}
.z-accordian {
  text-align: left;
  margin-top: 70px;
}
.z-accordianBox {
  border-bottom: 1px solid #ccc;
}
.z-accordianBox h4 {
  margin: 0;
  padding: 25px 0 25px 0;
  position: relative;
  cursor: pointer;
  font-size: 18px;
}
.z-accordianBox h4.active {
  color: #000;
}
.z-accordianBox h4:before {
  content: "+";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  font-size: 18px;
  font-weight: 600;
  height: 25px;
  margin: auto;
}
.z-accordianBox h4.active:before {
  content: "-";
  right: 32px;
}
.z-accordianBox > ul {
  padding: 0 40px 25px 0;
  display: none;
}
.z-accordianBox > ul > li {
  position: relative;
}
.market-list li {
  list-style: disc;
  margin-top: 10px;
  margin-left: 15px;
}
.market-list li:last-child {
  margin-bottom: 10px;
}

.branding-section {
  margin-bottom: 90px;
}

.other-lang .zkpi-steps-section {margin-bottom: 0;}
.other-lang .zkpi-btm-points {display: none;}
.i18n-ja .connectors-section {
    display: none;
}

/*media-queries*/
@media only screen and (max-width: 992px) {
  .zgoal-set-section ul {
    grid-template-columns: 48% 48%;
    justify-content: center;
  }
  .zkpi-steps-section ul {
    grid-template-columns: 27% 26% 30%;
    gap: 50px;
    justify-content: center;
  }
  .zkpi-steps-btm-txt {
    max-width: 500px;
  }
  .bottom-section h2 {
    max-width: 600px;
  }
  .zkpi-btm-points {
    margin: 30px auto;
  }
  .zkpi-btm-points > span {
    font-size: 17px;
  }
  .zkpi-btm-points > span:before {
    width: 13px;
    height: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .main-container-wrapper
    #mini-panel-product_menu
    .menu-icon-help-header
    .product-title
    a {
    color: #fff;
  }
  .branding-section {
    margin-bottom: 60px;
  }
  .zgoal-set-section {
    padding: 60px 0;
  }
  .zgoal-set-section ul {
    grid-template-columns: 100%;
    max-width: 350px;
    margin: 40px auto;
  }
  .zkpi-steps-section {
    padding: 60px 0;
    margin-bottom: 0px;
  }
  .zkpi-steps-section ul {
    grid-template-columns: 100%;
    gap: 40px;
    margin: 40px auto;
  }
  .zkpi-steps-section ul li:not(:last-child):before,
  .zkpi-steps-section ul li:not(:last-child):after {
    display: none;
  }
  .zkpi-steps-btm-txt .act-btn.cta-btn {
    padding: 8px 30px;
    font-size: 14px;
    margin: 0px 0 0;
  }
  .zkpi-btm-points {
    gap: 10px 15px;
    flex-wrap: wrap;
    margin: 20px auto;
  }
  .zkpi-btm-points > span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .branding-section {
    padding-top: 60px;
  }

  .zkpi-steps-btm-txt {
    max-width: 300px;
  }
  .zkpi-btm-points > span {
    font-size: 12px;
    padding: 0 0 0 20px;
  }
  .zkpi-btm-points > span:before {
    width: 10px;
    height: 4px;
  }
  .z-accordianBox h4
  {
    padding: 25px 25px 25px 0;
  }
  .z-accordianBox h4:before,
  .z-accordianBox h4.active:before
  {
    right: 10px;
  }
}

/* Arabic style starts */
.i18n-ar .act-btn{padding: 10px 40px 10px 15px;}
.i18n-ar .act-btn.see-btn:before{left: unset;right: 7px;}
.i18n-ar .act-btn.see-btn:after{left: unset;right: 16px;}
.i18n-ar .zgoal-btm-txt *, .i18n-ar .zgoal-btm-txt, .i18n-ar .zkpi-steps-section *{text-align: center;}
.i18n-ar .zgoal-btm-txt a::after{left: -18px;right: unset;transform: scale(-1);}
.i18n-ar .zkpi-steps-section ul li:not(:last-child):after{left: -45px;right: unset;}
.i18n-ar .zkpi-steps-section ul li:not(:last-child):before{left: -45px; right: unset;transform: rotate(225deg);}
.other-lang .report-section{display: none;}
.i18n-ar .zkpi-btm-points>span{padding: 0 25px 0 0;}
.i18n-ar .zkpi-btm-points>span:before{left: unset;right: 0;}

@media only screen and (max-width: 991px){
    .i18n-ar .zright .zrow-wrap>div:nth-child(1){padding-left: 0;}
    .i18n-ar .zvideo-section, .i18n-ar .zvideo-section *{text-align: center;}
}
@media only screen and (max-width: 767px){
  .i18n-ar .z-accordianBox h4 {
    padding: 25px 0 25px 25px;
  }
  .i18n-ar .z-accordianBox h4:before,
  .i18n-ar .z-accordianBox h4.active:before
  {
    right: auto;
    left: 10px;
  }
}
.cta-btn {
    background: #f0483e;
    color: #fff;
}


@keyframes animate {
  0% {
    stroke-dashoffset: 2000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zwc-points-section {
  background-color: #fef2f2;
  padding: 140px 0 200px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.zwc-points-section .content-wrap {
  max-width: 1170px;
  margin: auto;
  right: -70px;
}
.zwc-points-section h2 {
  font-size: 50px;
  font-family: var(--primaryfont-bold);
  max-width: 430px;
  letter-spacing: -1px;
}
.zwc-points-section p {
  max-width: 430px;
}
.zwc-points-section h2 span {
  display: block;
}
.zwc-points-section .zwc-points {
  display: flex;
  position: relative;
}
.zwc-points .zwc-points-cont {
  max-width: 485px;
  min-height: 430px;
  max-height: 575px;
  background-color: #fff;
  padding: 40px 60px;
  border-radius: 10px;
  margin: 0 0 20px;
  transform: translateY(40px);
}
.zwc-points .zwc-points-cont span::before {
  content: "";
  display: inline-block;
  background-image: url(/sites/zweb/images/analytics/business-intelligence/bi-page-sprite.svg);
  background-size: 450px;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 45px;
  height: 53px;
  margin-bottom: 10px;
}
.zwc-points .point-align div:first-child span::before {
  background-position: -44px 0;
  width: 50px;
  height: 51px;
}
.zwc-points .point-align div:last-child span::before {
  background-position: -85px 0;
  height: 49px;
  width: 53px;
  background-size: 400px;
}
.zwc-points .zwc-points-cont h3 {
  font-family: var(--primaryfont-bold);
  font-size: 28px;
  max-width: 250px;
}
.zwc-points .zwc-points-cont p {
  font-size: 18px;
}
.zwc-points .point-align {
  position: absolute;
  bottom: -75px;
  right: 180px;
}
.zwc-points .zwc-points-cont.left {
  position: relative;
  margin: 50px 20px 0 0;
  bottom: 10px;
}
@media only screen and (max-width: 1499px) {
  .zwc-points-section h2 {
    font-size: 42px;
  }
  .zwc-points-section h2 {
    max-width: 380px;
  }
  .zwc-points-section p {
    max-width: 380px;
  }
}
@media only screen and (max-width: 1399px) {
  .zwc-points-section h2 {
    font-size: 40px;
  }
  .zwc-points .zwc-points-cont {
    max-width: 440px;
    min-height: 350px;
  }
  .zwc-points .point-align {
    position: relative;
    bottom: 220px;
    right: -50px;
    margin: 0 0 -310px 0;
  }
  .zwc-points-section h2 {
    margin-left: 35px;
    max-width: 360px;
  }
  .zwc-points-section p {
    margin-left: 35px;
    max-width: 360px;
  }
  .zwc-points .zwc-points-cont h3 {
    font-size: 26px;
  }
  .zwc-points .zwc-points-cont.left {
    right: -30px;
  }
  .zwc-points-section .content-wrap {
    right: -90px;
  }
  .zwc-points-section {
    padding: 110px 0 190px;
  }
  .zwc-points .zwc-points-cont.left {
    margin: 40px 0 0 0;
  }
  .zwc-points-section .content-wrap {
    max-width: 960px;
    right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .zwc-points-section .content-wrap {
    right: 0;
    max-width: 860px;
  }
  .zwc-points .point-align {
    bottom: 195px;
  }
  .zwc-points .zwc-points-cont {
    max-width: 390px;
    min-height: 350px;
    padding: 35px 40px;
  }
  .zwc-points .zwc-points-cont.left {
    margin: 40px 0 0 0;
  }
  .zwc-points-section h2 {
    font-size: 38px;
    max-width: 340px;
  }
  .zwc-points-section p {
    max-width: 340px;
  }
  .zwc-points-section {
    padding: 90px 0 200px;
  }
  .zwc-points .zwc-points-cont h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .zwc-points .zwc-points-cont {
    max-width: 380px;
  }
  .zwc-points .zwc-points-cont h3 {
    font-size: 25px;
  }
  .zwc-points .zwc-points-cont p {
    font-size: 15px;
  }
  .zwc-points-section h2 {
    font-size: 34px;
    max-width: 350px;
  }
  .zwc-points-section p {
    max-width: 350px;
  }
  .zwc-points-section {
    padding: 110px 0 200px;
  }
  .zwc-points .zwc-points-cont h3 {
    font-size: 22px;
  }
  .zwc-points-section {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
@media only screen and (max-width: 860px) {
  .zwc-points .zwc-points-cont {
    max-width: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .zwc-points-section h2 span {
    display: inline-block;
  }
  .zwc-points-section {
    padding: 65px 0;
  }
  .zwc-points-section .zwc-points {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .zwc-points .point-align {
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .zwc-points .zwc-points-cont.left {
    right: 0;
    margin: 40px 0 10px;
  }
  .zwc-points-section h2 {
    max-width: 480px;
    text-align: center;
    margin: auto;
  }
  .zwc-points-section p {
    max-width: 480px;
    text-align: center;
    margin: auto;
  }
  .zwc-points .zwc-points-cont {
    max-width: 410px;
    min-height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .zwc-points-section {
    padding: 70px 0;
  }
  .zwc-points-section h2 {
    font-size: 30px;
  }
  .zwc-points .zwc-points-cont {
    padding: 30px;
  }
  .zwc-points .zwc-points-cont {
    min-height: 340px;
  }
  .zwc-points-section h2 {
    font-size: 28px;
  }
}

/*faq-section*/


h1 + p {
  margin-bottom: 6px;
  font-weight: 700;
}
h1 {
  max-width: 770px;
}
.common-section.faq-section {
  padding-top: 20px;
}
.faq-section {
  text-align: center;
}
.faq-section .content-wrap {
  max-width: 940px;
}
.zia-icon.zia-icon7 {
  background-position: -220px 0;
}
.zia-icon {
  width: 60px;
  height: 60px;
  background: url(/sites/zweb/images/analytics/analytics-zia-icon-sprite.png)
    no-repeat;
  background-position-x: 0;
  background-position-y: 0;
  background-size: auto;
  font-size: 0;
  display: inline-block;
  margin-bottom: 20px;
  background-size: 750px auto;
  display: none;
}
.transY1 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.transY1,
.transY2,
.transY3,
.transY4,
.transY5 {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86);
  transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86);
  transition-delay: 0s;
}
.market-list li {
  list-style: disc;
  margin-top: 10px;
  margin-left: 15px;
}
.market-list li:last-child {
  margin-bottom: 10px;
}
.faq-section h2 {
  font-family: var(--primaryfont-bold);
}
.transY2 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.z-accordian {
  text-align: left;
  margin-top: 70px;
}
.transY3 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.z-accordianBox {
  border-bottom: 1px solid #ccc;
}
.z-accordianBox h3 {
  margin: 0;
  padding: 25px 0 25px 0;
  position: relative;
  cursor: pointer;
  font-size: 18px;
}
.z-accordianBox h3::before {
  content: "+";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  font-size: 18px;
  font-weight: 600;
  height: 25px;
  margin: auto;
}
.z-accordianBox h3.active:before {
  content: "-";
  right: 32px;
}
.z-accordianBox h3 {
  cursor: pointer;
  font-size: 18px;
}
.z-accordianBox > ul {
  padding: 0 0 25px;
  display: none;
}
.z-accordianBox > ul > li {
  position: relative;
    list-style: inside;
}
@media only screen and (min-width: 768px) {
  .common-section {
    padding: 100px 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .z-accordianBox h3 {
    padding: 25px 25px 25px 0;
  }
  .z-accordianBox h3.active:before,
  .z-accordianBox h3::before {
    right: 10px;
  }
}
.rating-table-inner{
    padding-top: 50px;
}
.testimonial-section{
    margin-top: 120px;
}