body, html, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}
.mb-35 {
  margin-bottom: 35px;
}
.disb {
  display: inline-block;
}
.section-one {
  position: relative;
  padding: 40px 60px 0;
  background: #ffffff;
  box-sizing: border-box;
}
.bnr-section {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 100px;
  display: flex;
  align-items: center;
}
.bnr-left-sec {
  width: 60%;
  box-sizing: border-box;
}
.bnr-right-sec {
  margin: 0;
  box-sizing: border-box;
  position: unset;
  top: 10px;
  right: -19px;
}
.widget-video {
  width: 600px;
}
.bnr-header {
  font: 60px/1.1 var(--zf-primary-extrabold);
  color: #212121;
  padding: 0 0 15px;
  box-sizing: border-box;
}
.hgh-txt {
  color: #0b5b42;
  display: inline-block;
}
.bnr-description {
  font: 22px/1.6 var(--zf-primary-regular);
  color: #212121;
  padding: 0 0 30px;
  max-width: 555px;
  width: 100%;
  box-sizing: border-box;
}
.act-btn.cta-btn {
  font: 16px/1.2 var(--zf-primary-semibold);
  border-radius: 16px;
}
.btn-ele {
  min-width: 350px;
  margin-right: 0px;
}
.watch-btn {
  opacity: 1;
  visibility: visible;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  padding: 10px 20px 10px 45px;
  border-radius: 16px;
  font: 18px/1.2 var(--zf-primary-semibold);
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  cursor: pointer;
  min-width: 221px;
  text-align: center;
}
.watch-btn::before {
  content: '';
  position: absolute;
  left: 38px;
  top: 61%;
  right: 0;
  transform: translateY(-50%);
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-left: 10px solid #111;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  width: 0;
  text-align: center;
  display: inline-block;
  height: 0;
  margin-top: -5px;
  margin-left: -2px;
  border-radius: 1px;
}
.txt-cnv-img {
  position: absolute;
  top: 96px;
  right: 59px;
}
.top-section-par {
  padding: 0px;
}
.top-section {
  margin: 0 auto;
  padding: 60px 75px 140px;
  box-sizing: border-box;
  max-width: 1170px;
  background-color: #0b5b42;
  border-radius: 52px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  text-align: center;
}
.top-section-cnt {
  font: 40px/1.7 var(--zf-primary-bold);
  color: #fef5e8;
}
.top-section-pg-name {
  font: 48px/1 var(--zf-primary-bold);
  color: #d9ae52;
  letter-spacing: -1.2px;
  padding: 0 0 25px;
}
.top-section-name-mob {
  display: none;
}
.top-section .hide-web {
  display: none;
  font: 20px/1.6 var(--zf-primary-regular);
  color: #ffffff;
}
.bold-txt {
  font: 20px/1.6 var(--zf-primary-bold);
}
.guided-conv-box {
  width: 100%;
  max-width: 1190px;
  border-radius: 52px;
  position: relative;
  margin: 0px auto 0;
}
.bottom-section {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  background-color: #073c2c;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom-left-radius: 52px;
  border-bottom-right-radius: 52px;
  padding: 0 0 60px;
}
.bottom-left-sec {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px 0px 75px;
  box-sizing: border-box;
}
.bottom-sec-desc {
  color: #fff5e7;
  font: 20px/1.6 var(--zf-primary-regular);
  max-width: 600px;
  margin: 0 auto;
}
.bottom-right-sec {
  width: calc(100% - 475px);
  position: relative;
  /* background-image: url(//cdn.zoho.com.cn/sites/zweb/images/desk/images/browser-screen.svg); */
  margin: 0 auto;
  transition: all 0.5s;
}
.add-animation-cls {
  opacity: 1;
  background-position: top 0 left 0px;
}
.browser-screen-img {
  border-bottom-right-radius: 52px;
}
.user-popup-section {
  position: relative;
  width: 100%;
  height: 100%;
}
.user-popup-img {
  display: block;
  transition: ease-in 0.5s;
  width: 870px;
  height: 100%;
  margin: -105px auto 0;
  border-radius: 20px !important;
}
.user-popup-img-animation-class {
  opacity: 1;
  transform: translateY(0px);
}
.user-desktop-btn-img {
  background-image: url(//cdn.zoho.com.cn/sites/zweb/images/desk/images/desktop-button.svg);
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 26px;
  right: 40px;
  transform: scale(1);
  transition: 0.5s;
}
.btn-img-add-animation-cls {
  animation: btn-animate 0.3s;
  /* transform: scale(0.8); */
}
.click-button {
  animation: btn-animate 0.3s;
}
@keyframes btn-animate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.clk-blnk {
  position: absolute;
  right: 38px;
  bottom: 22px;
  width: 52px;
  height: 52px;
  background: #d9ae52;
  border-radius: 50%;
  opacity: 1;
  animation: pulse-border 0.25s ease-out forwards;
  display: none;
}
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
/* mobile section style starts */
.mobile-sec-par {
  background-image: url('//cdn.zoho.com.cn/sites/zweb/images/desk/images/browser-screen.svg');
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}
.mob-browser-screen {
  border-radius: unset;
}
.mob-user-popup-img {
  position: absolute;
  right: -70px;
  top: -50px;
  transition: 1s;
  width: 505px;
  height: 100%;
  box-shadow: 0px 0px 22px 0px hsl(0deg 0% 0% / 14%);
  border-radius: 16px;
}
.user-mob-btn-img {
  position: absolute;
  right: 65px;
  bottom: 37px;
  transition: width 1s;
}
/* mobile section style ends */
/* .section-three{
    margin-top: -528px;
  } */
.section-two {
  background-color: #fef5e6;
  background-repeat: repeat;
  box-sizing: border-box;
  background-size: 150px 150px;
  position: relative;
  padding: 0px 0px 140px;
}
.custom-flow-section {
  width: 100%;
  max-width: 1015px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 110px;
  box-sizing: border-box;
}
.section-header {
  font: 48px/1.1 var(--zf-primary-bold);
  color: #212121;
  padding: 0 0 20px;
  letter-spacing: -1.2px;
}
.section-para {
  font: 18px/1.4 var(--zf-primary-regular);
  color: #212121;
  padding: 0 0 40px;
  max-width: 720px;
  margin: 0 auto;
}
.section-para-second {
  padding: 0 0 40px;
  max-width: 720px;
  margin: 0 auto;
}
.italic {
  font: 12px / 1.4 var(--zf-primary-regular);
  font-style: italic;
}
.custom-flow-tab, .custom-flow-mobile {
  display: none;
}
.pre-template-sec .sub-section {
  padding: 85px 30px 0;
  box-sizing: border-box;
}
 .sub-section-inner.sub-section-inner-top{
    padding: 110px 0;
}
.sub-section-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 100px;
  box-sizing: border-box;
}
.sub-section-inner-second {
  padding-bottom: 0;
}
.left-right-section {
  display: flex;
  max-width: 1015px;
  text-align: left;
  align-items: center;
}
.section-left {
  max-width: calc(100% - 540px);
}
.section-gap {
  margin-right: 50px;
}
.right-section .section-gap {
  margin-left: 50px;
  margin-right: unset;
}
.section-right {
  width: unset;
}
.hyper-link {
  font: 20px / 1 var(--zf-secondary-medium);
  color: #d8ae52;
  text-decoration: underline;
}
.box-shadow-cls {
  border-radius: 16px;
  box-shadow: 0 0 22px 0 rgb(0 0 0 / 14%);
}
.image-section-div {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.floating-screen-image {
  position: absolute;
  right: -65px;
  top: 70%;
  width: 45%;
  transform: translateY(-50%);
  animation: intefloat 2s linear infinite reverse;
}
.truly-section {
  position: relative;
  width: 900px;
  background-color: #fff5e7;
  border-radius: 16px;
  margin: 30px 0 0;
}
.text-to-speech-img {
  position: unset;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@keyframes intefloat {
  0% {
    transform: translatey(-50%);
  }
  50% {
    transform: translatey(-52%);
  }
  100% {
    transform: translatey(-50%);
  }
}
.floating-screen-dsktp-sec {
  display: block;
}
.section-three {
  background-color: #0b5a44;
  position: relative;
  padding: 0 0 460px;
  margin: -375px auto 0;
}
.gd-for-mob-users-sec {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 135px 0 0;
  box-sizing: border-box;
}
.gd-video-sec {
  padding: 0 0 113px;
  max-width: 915px;
  margin: 0 auto;
}
.gd-section-header {
  color: #fff5e7;
  padding: 0 0 20px;
}
.gd-section-description {
  color: #fff5e7;
  font: 18px/1.5 var(--zf-primary-regular);
  padding: 0 0 15px;
  max-width: 720px;
  margin: 0 auto;
}
.gd-for-mob-users-sec video {
  border-radius: 16px;
}
.gd-features-sec {
  max-width: 915px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 340px 0 0;
}
.left-feature-sec {
  width: 44%;
  text-align: left;
}
.left-feature-sec:nth-child(odd) {
  margin-right: 45px;
}
.left-feature-sec:nth-child(even) {
  margin-left: 45px;
}
.left-feature-sec img {
  padding: 0 0 20px;
}
.left-feature-sec-header {
  font: 30px/1.3 var(--zf-primary-bold);
  color: #fff5e7;
  padding: 0 0 15px;
}
.left-feature-sec-desc {
  font: 18px/1.6 var(--zf-primary-regular);
  color: #fff5e7;
  padding: 0 0 30px;
}
.feature-section-sprite {
  background-image: url(//cdn.zoho.com.cn/sites/zweb/images/desk/zd-instant-messaging-sprite-2x.png);
  background-size: 1331px auto;
  display: inline-block;
  background-repeat: no-repeat;
}
.feature-img-1 {
  background-position: -18px -15px;
  width: 175px;
}
.feature-img-2 {
  background-position: -215px -22px;
  width: 169px;
}
.feature-img-3 {
  background-position: -422px -25px;
  width: 172px;
}
.feature-img-4 {
  background-position: -623px -7px;
  width: 177px;
}
.section-four {
  width: 100%;
  background-color: #fef5e6;
}
.customer-section {
  max-width: 1170px;
  width: 100%;
  position: relative;
  margin: -368px auto 0;
  background-color: #0b1625;
  border-radius: 52px;
  padding: 85px 0px;
  box-sizing: border-box;
}
.customer-slider-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 995px;
}
.customer-details-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 995px;
}
.customer-testimonials-label {
  width: 36%;
  margin-right: 55px;
  border-right: 1px solid rgb(11, 91, 67);
}
.customer-testimonials-label-cnt {
  font: 38px/1.2 var(--zf-primary-bold);
  color: #818a93;
  margin-right: 30px;
}
/* .customer-testimonials-label span{
    color: #d8ad52;
  } */
.customer-testimonials {
  width: 57%;
}
.customer-testimonials-cnt {
  font: 30px/1.4 var(--zf-primary-regular);
  color: #d8ae52;
  box-sizing: border-box;
}
.cstmr-details-sec {
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  padding: 80px 0 0;
}
.customer-logo {
  background-image: url('//cdn.zoho.com.cn/sites/zweb/images/desk/images/hamilton-logo-01.png');
  width: 150px;
  height: 51px;
  display: none;
}
.cstmr-logo-1 {
  background-position: -823px -64px;
  width: 162px;
  height: 87px;
}
.cstmr-img-1 {
  background-position: -10.5px -10px;
  width: 105px;
  height: 117px;
}
.cstmr-logo-2 {
  background-position: -1057px -67px;
  width: 97px;
  height: 82px;
}
.cstmr-img-2 {
  background-position: -125.5px -10px;
  width: 105px;
  height: 117px;
}
.cstmr-lft {
  width: 40%;
}
.cstmr-info {
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.cstmr-name {
  font: 22px/1.4 var(--zf-primary-semibold);
  color: #fff5e7;
  display: inline-block;
  padding-left: 25px;
  position: relative;
  vertical-align: middle;
}
.cstmr-dsgn {
  font: 20px/1.4 var(--zf-primary-regular);
  display: block;
  padding-left: 0px;
}
.cstmr-lft-mob, .cstmr-info-mob, .customer-testimonials-label hr, .floating-screen-mobile, .floating-screen-tab {
  display: none;
}
.cstmr-info-mob {
  align-items: center;
  padding-left: 15px;
}
/* slick customized css */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.slick-dots {
  position: absolute;
  bottom: -210px;
  right: -25px;
  text-align: end;
  z-index: 9;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  border-color: rgb(33, 33, 33);
  background: rgb(255, 247, 235);
  opacity: 0.302;
}
.slick-dots li.slick-active {
  width: 10px;
  height: 10px;
  border-color: rgb(33, 33, 33);
  background: rgb(255, 247, 235);
  border-radius: 50%;
  opacity: 1;
}
/* .slick-slide{
    height: auto;
  } */
.customer-details-section .slick-dots, .slider-slick .slick-dots {
  display: none !important;
}
/* slick customized css end */
.customer-slider-section img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-section {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 130px 0 140px;
  box-sizing: border-box;
}
.footer-section-header {
  color: #0b5b42;
  padding: 0 0 35px;
  font: 48px/1.1 var(--zf-primary-extrabold);
}
.footer-section-para {
  font: 32px/1 var(--zf-secondary-medium);
  color: #212121;
  padding: 0 0 65px;
  box-sizing: border-box;
  display: none;
}
.btns-sec {
  display: flex;
  justify-content: center;
  max-width: 740px;
  margin: 0 auto;
}
.btns-sec a {
  min-width: 350px;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
  padding: 10px 25px 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btns-sec a.cmpr-btn {
  font-size: 18px;
  margin-left: 30px;
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  font-family: var(--zf-primary-semibold);
  background-color: transparent;
}
/* custom flow animation section */
.custom-flow-animation-section {
  position: relative;
  height: 580px;
  display: block;
  margin: 40px 0 0;
}
.paths {
  fill: none;
  stroke: black;
  stroke-dasharray: 5;
  stroke-linejoin: round;
}
.mask-line {
  fill: none;
  stroke: white;
  stroke-width: 0.8;
  stroke-dasharray: 2500;
  stroke-dashoffset: 2500;
  animation: dash 5s linear forwards;
}
@keyframes dash {
  from {
    stroke-dashoffset: 2500;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.rounded-button-section {
  position: absolute;
  left: 225px;
  right: 0px;
  bottom: 38px;
}
.animate-rounded-btn {
  transition: ease-in 0.5s;
  transform: scale(1);
}
.mobile-chat-section {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  opacity: 1;
  z-index: 1;
  /* transform: translateY(10px); */
}
.dot-image-section {
  position: absolute;
  left: 290px;
  bottom: 112px;
  z-index: 1;
  opacity: 0;
}
.type-mail-box-section {
  position: absolute;
  left: 55px;
  right: 0;
  margin: 0 auto;
  bottom: 112px;
  opacity: 0;
}
.mail-id-box-section {
  position: absolute;
  left: -248px;
  top: 165px;
  right: 0px;
  margin: 0 auto;
  opacity: 0;
}
.selection-box-section {
  position: absolute;
  left: 250px;
  right: 0;
  top: -44px;
  margin: 0 auto;
  opacity: 0;
}
.selection-box-one-section {
  position: absolute;
  left: 209px;
  top: 5px;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}
.selection-box-two-section {
  position: absolute;
  top: 5px;
  right: 198px;
  margin: 0 auto;
  opacity: 0;
}
.select-tick-section {
  position: absolute;
  right: 306px;
  top: 10px;
  z-index: 1;
  opacity: 0;
  transform: translateY(-5px);
}
.selection-box-three-section {
  position: absolute;
  top: 5px;
  right: 58px;
  margin: 0 auto;
  opacity: 0;
}
.selected-card-section {
  position: absolute;
  right: 0px;
  top: 225px;
  margin: 0 auto;
  opacity: 0;
}
.add-anime-tick-class {
  opacity: 1;
  transition: 0.1s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 1s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(0px);
}
.add-anime-chat-cls {
  opacity: 1;
  transition: 1s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 1s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* transform: translateY(0px); */
}
.add-anim-cls {
  opacity: 1;
  transition: .7s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 1s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(0px);
}
.anim-lst {
  opacity: 0;
}
.anim-init {
  transition: .7s opacity cubic-bezier(.25, .46, .45, .94), 1s transform cubic-bezier(.25, .46, .45, .94);
}
/* custom flow animation section ends */
.zd-bc-links {
  list-style-type: none;
  max-width: 1170px;
  margin: 0 auto;
  width: 90%;
  padding: 20px 0 0
}
.zd-bc-links li {
  display: inline-block;
  margin: 0 25px 0 0;
  font: 12px/1.2 var(--zf-primary-semibold);
  color: #000;
  text-transform: uppercase;
  position: relative;
  z-index: 2
}
.zd-bc-link a {
  color: #00000073;
  position: relative;
  display: inline-block
}
.zd-bc-link a:before {
  content: ">";
  position: absolute;
  right: -15px;
  display: inline-block
}
.zd-bc-link a:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  bottom: -4px;
  height: 1px;
  width: 0;
  background: #1e0101;
  transition: all .3s linear
}
.zd-bc-link a:hover {
  color: #000;
  opacity: 1
}
.zd-bc-link a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transition: all .2s linear
}
.arw_lnk span:before {
  width: 8px;
  height: 8px;
}
.arw_lnk span {
  background: #d8ae52;
  width: 12px;
  height: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 7px;
  transition: all ease .35s;
}
.btns-sec .cmpr-btn.arw_lnk span {
  background: #000;
  margin: 0 0 0 7px;
}
.arw_lnk span:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #d8ae52;
  transform: rotate(-45deg);
  border-left: 0;
  border-top: 0;
  top: -3px;
  right: 0;
}
.btns-sec .cmpr-btn.arw_lnk span:before {
  border-color: #000;
}
.arw_lnk:hover span {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
.act-btn.arw_lnk span {
  background: #fff;
  margin: -4px 0 0 7px
}
.btns-sec .act-btn.arw_lnk span {
  margin-top: 0
}
.act-btn.arw_lnk span:before {
  border-color: #fff;
}
.learn-more-sec {
  padding: 20px 0 0;
}
.learn-more {
  color: #089949;
  font: 24px / 1.4 var(--zf-secondary-medium);
}
.learn-more span:before {
  border-color: #089949;
}
.learn-more.arw_lnk span {
  background: #089949;
}
/*  slider mnenu  */
.nav-menu {
  max-width: 660px;
  margin: 0 auto;
  padding: 0 0 30px;
}
.menu-con {
  position: relative;
  display: inline-block;
  padding: 0;
  border-bottom: 1px solid #c2c2c2;
}
.menu-option {
  float: left;
  list-style-type: none;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  font: 18px / 1.4 var(--zf-primary-regular);
  letter-spacing: -0.18px;
}
.slider-act {
  color: #0b5b42;
  font: 18px / 1.4 var(--zf-secondary-medium);
}
.menu-option:before {
  width: 100%;
  height: 1px;
  content: '';
  left: 0;
  bottom: -1px;
  position: absolute;
  background: #c2c2c2;
}
.menu-option:after {
  content: '';
  position: absolute;
  height: 18px;
  width: 1px;
  background: #c2c2c2;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
}
.slider-act:before {
  content: '';
  background: #0b5b42;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
  position: absolute;
}
.menu-option:last-child:after, .cstmr-img-1, .cstmr-img-2 {
  display: none !important
}
.slider-two {
  z-index: 9;
}
.anim-init, .anim-init1 {
  transition: .7s opacity cubic-bezier(.25, .46, .45, .94), 1s transform cubic-bezier(.25, .46, .45, .94)
}
.anim-ele, .anim-eles {
  opacity: 0;
  transform: translateY(20px)
}
.left-feature-sec .feature-section-sprite {
  height: 162px;
}
.other-lang .customer-section.anim-con1 {
    display: none;
}
.other-lang .section-three {
    padding: 0 0 100px;
}
.other-lang .nav-menu {
    max-width: max-content;
}
.other-lang .section-header {
    font-size: 32px;
}
.other-lang .btns-sec a.cmpr-btn {
    min-width: max-content;
}
.i18n-ar .top-section *,.i18n-ar .sub-section-inner *,.i18n-ar .footer-section * {
    text-align: center;
}
.i18n-ar .section-gap {
    margin-left: 50px;
    margin-right: unset;
}
.i18n-ar .left-right-section *{
    text-align: right;
}
.i18n-ar .left-feature-sec:nth-child(even) {
    margin-right: 45px;
    margin-left: unset;
}

.i18n-ar .arw_lnk span:before {
    border-left: 2px solid #d8ae52;
    transform: rotate(45deg);
    top: -3px;
    left: 0;
    right: unset;
    border-right: 0;
}
.i18n-ar .zd-bc-link a:before {
    left: -15px;
    right: unset;
}
.i18n-ar .footer-section {
    max-width: 650px;
}
@media only screen and (max-width:1280px) {
  .break-br-mob {
    display: none;
  }
  .bnr-section {
    max-width: 1050px;
    padding: 0 0 70px;
  }
  .section-two {
    position: relative;
    padding: 0 60px 120px;
    box-sizing: border-box;
  }
  .bnr-left-sec {
    width: 70%;
  }
  .bnr-description {
    max-width: 520px;
  }
  .section-three {
    padding: 0px 0 480px;
  }
  .customer-section {
    max-width: 1050px;
    padding: 85px 70px;
  }
  .bottom-left-sec {
    max-width: 420px;
  }
}
@media only screen and (max-width: 1170px) {
  .bnr-section {
    padding: 0 0 40px;
  }
  .bnr-description {
    max-width: 450px;
  }
.other-lang .section-header {
        font-size: 30px;
    }
}
@media only screen and (max-width:1200px) {
  .break-br-mob, .txt-cnv-img, .break-br-header {
    display: none;
  }
  .anim-ele, .anim-eles {
    opacity: 1;
    transform: translateY(0)
  }
  .section-one {
    position: relative;
    background: none;
  }
  .bnr-section {
    max-width: 60%;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 0px 60px;
    display: block;
  }
  .bnr-left-sec {
    width: 100%;
    padding: 0 0 0px;
  }
  .bnr-header {
    font: 52px/1.1 var(--zf-primary-extrabold);
  }
  .bnr-description {
    font: 20px/1.6 var(--zf-primary-regular);
    max-width: 100%;
    margin: 0 auto;
  }
  .bnr-right-sec {
    position: unset;
    margin-top: 35px;
  }
  .bottom-left-sec {
    display: none;
  }
  .user-desktop-btn-img {
    bottom: 29px;
  }
  .top-section {
    text-align: center;
    max-width: 768px;
    padding: 85px 60px 140px;
  }
  .top-section-cnt {
    font: 36px/1.2 var(--zf-primary-bold);
    padding: 0 0 20px;
  }
  .top-section-pg-name {
    padding: 0 0 25px;
    font: 46px/1 var(--zf-primary-bold);
  }
  .bottom-section {
    max-width: 768px;
    margin: 0 auto;
  }
  .bottom-right-sec {
    text-align: right;
    width: calc(100% - 100px);
    margin: 0 auto 0;
    padding-left: 0px;
    opacity: 1;
  }
  .user-popup-img {
    transform: translate(0, 0px);
    display: block;
  }
  .section-two {
    padding: 0px 60px 95px;
    box-sizing: border-box;
  }
  .sub-section {
    padding: 100px 30px 0;
  }
  .pre-template-sec .sub-section {
    padding: 100px 30px 0;
  }
  .guided-conv-box {
    margin: 0 auto;
    position: unset;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
  }
  .mob-browser-screen {
    border-bottom-right-radius: 52px;
  }
  .top-section .hide-web {
    display: block;
    padding: 0 0 35px;
  }
  .custom-flow-section, .sub-section-inner {
    padding: 100px 0px 0;
  }
  .sub-section-inner.sub-section-inner-top {
    padding: 100px 0 0;
}
  .section-three {
    padding: 0px 0 60px;
  }
  .gd-for-mob-users-sec {
    padding: 95px 0px 0;
  }
  .gd-section-description {
    padding: 0 0 15px;
  }
  .customer-section {
    max-width: 100%;
    border-radius: unset;
    padding: 85px 0px 85px 90px;
    margin: 0 auto;
  }
  .customer-slider-section {
    max-width: unset;
  }
  .customer-testimonials-label {
    width: 30%;
    margin-right: 50px;
  }
  .customer-testimonials-label-cnt {
    font: 32px/1.3 var(--zf-primary-bold);
    margin-right: 45px;
  }
  .customer-testimonials {
    width: 57%;
  }
  .customer-testimonials-cnt {
    font: 26px/1.4 var(--zf-primary-regular);
  }
  .testimonial-circle-dsktp {
    display: none;
  }
  .testimonial-circle-tab {
    display: block;
  }
  .floating-screen-mobile {
    display: none;
  }
  .footer-section {
    padding: 85px 0px;
  }
  .other-lang .section-three {
        padding: 60px 0;
    }
    .i18n-ar .bnr-left-sec *, .i18n-ar .bnr-left-sec {
        text-align: center;
    }
}
@media only screen and (max-width:1080px) {
  .custom-flow-tab {
    display: block;
    margin: 0 auto;
  }
  .custom-flow-animation-section {
    display: none;
  }
  .section-header {
    font: 42px/1 var(--zf-primary-bold);
  }
  .footer-section-header {
    font: 42px/1.1 var(--zf-primary-extrabold);
  }
  .gd-section-header {
    max-width: 520px;
    margin: 0 auto;
  }
  .gd-for-mob-users-sec {
    max-width: unset;
  }
  .truly-section {
    width: 100%;
    background-color: transparent;
    height: 100%;
  }
  .text-to-speech-img {
    position: unset;
  }
  .left-feature-sec-header {
    font: 24px/1.3 var(--zf-primary-bold);
  }
  .gd-video-sec {
    max-width: 720px;
    margin: 0 auto;
  }
  .left-feature-sec {
    width: 41%;
  }
  .floating-screen-mobile {
    display: none;
  }
  .footer-section-para {
    font: 32px/1 var(--zf-secondary-medium);
    padding: 0 0 40px;
  }
  .slick-dots {
    position: absolute;
    bottom: -246px;
    right: 0px;
    left: -520px;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
  }
}
@media only screen and (max-width: 992px) {
    .right-section .section-gap{
        margin: 0;
    }
  .bnr-section {
    max-width: 71%;
  }
  .customer-section {
    border-radius: unset;
    padding: 85px 0px 85px 55px;
    box-sizing: border-box;
  }
  .left-right-section {
    flex-direction: column;
  }
  .right-section{
    flex-direction: column-reverse;
  }
  .sub-section-inner-second.left-right-section {
    flex-direction: column-reverse;
  }
  .section-gap {
    margin-right: 0px;
  }
  .section-left {
    max-width: unset;
    text-align: center;
  }
  .section-right {
    display: block;
    margin: 0 auto;
  }
  .menu-option {
    font: 16px / 1.4 var(--zf-primary-regular);
  }
  .slider-act {
    font: 16px / 1.4 var(--zf-secondary-medium);
  }
   .i18n-ar .section-left *{
        text-align: center;
    }
    .i18n-ar .section-gap {
        margin-left: 0;
        margin-right: unset;
    }
.other-lang .menu-option {
        padding: 10px;
    }
}
@media only screen and (max-width: 900px) {
  .slick-dots {
    position: absolute;
    bottom: -55px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
    left: 0;
  }
  .slick-dots li {
    margin: 0 20px;
  }
  .customer-details-section {
    display: none;
  }
  .cstmr-lft-mob, .cstmr-info-mob {
    display: block;
  }
  .cstmr-info-mob {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-left: 0px;
  }
  .cstmr-lft-mob {
    width: 100%;
    text-align: center;
    padding: 40px 0 0px;
  }
  .customer-section {
    border-radius: unset;
    padding: 95px 60px;
    box-sizing: border-box;
  }
  .customer-testimonials-label {
    width: 90%;
    border-right: 0px solid rgb(237, 50, 55);
    margin: 0 auto;
    text-align: center;
  }
  .customer-testimonials-label-cnt {
    font: 32px/1.2 var(--zf-primary-bold);
    margin: 0;
  }
  .customer-testimonials-label span {
    display: inline-block;
  }
  .customer-testimonials {
    width: 100%;
  }
  .customer-testimonials-label hr {
    margin: 35px auto 0;
    display: block;
    border: 0.1px solid #0b5b42;
    width: 40%;
  }
  .customer-testimonials-cnt {
    font: 24px/1.5 var(--zf-primary-regular);
    padding: 35px 0 15px;
    text-align: center;
  }
  .customer-logo {
    margin: 0 auto;
    display: block;
  }
  .testimonial-red-circle {
    display: none;
  }
  .testimonial-red-circle, .testimonial-circle-dsktp, .testimonial-circle-tab {
    display: none;
  }
  .footer-section {
    padding: 95px 0px;
  }
  .learn-more-sec {
    text-align: center;
    padding: 20px 0 25px;
  }
  .cstmr-name {
    padding-left: 0px;
  }
}
@media only screen and (max-width:767px) {
.pre-template-sec .sub-section {
    padding: 60px 20px 0;
  }
  .watch-btn {
    margin-top: 25px;
  }
  .zd-bc-links, .floating-screen-dsktp-sec, .act-btn.cta-btn, .body-umain .act-btn.cta-btn {
    display: none;
  }
  .mb-35 {
    margin-bottom: 0px;
  }
  .break-br-mob {
    display: none;
  }
  .section-one {
    padding: 60px 0 0;
  }
  .bnr-section {
    max-width: 100%;
    padding: 0 25px 40px;
  }
  .bnr-header {
    font: 32px/1.1 var(--zf-primary-extrabold);
    padding: 0 0 15px;
    letter-spacing: -0.8px;
  }
  .bnr-description {
    max-width: 100%;
    font: 18px/1.5 var(--zf-primary-regular);
    padding: 0px 0px 20px;
  }
  .bnr-right-sec {
    margin-top: 0px;
  }
  .top-section-par {
    padding: 0px;
  }
  .top-section {
    padding: 60px 25px 160px;
    border-radius: unset;
    max-width: unset;
    margin: 0px auto 0;
  }
  .top-section-cnt {
    font: 24px/1.2 var(--zf-primary-bold);
    padding: 0 0 25px;
  }
  .top-section-pg-name {
    font: 34px/1 var(--zf-primary-bold);
    padding: 0 0 30px;
    display: none;
  }
  .top-section-name-mob {
    display: inline;
    padding: 0;
  }
  .top-section .hide-web {
    display: block;
    font: 18px/1.6 var(--zf-primary-regular);
    padding: 0 0 20px;
  }
  .bottom-section {
    max-width: unset;
    border-radius: unset;
  }
  .bottom-sec-desc {
    max-width: unset;
  }
  .bottom-right-sec {
    margin: 0 auto;
    max-width: calc(100% - 50px);
    height: unset;
  }
  .user-popup-img {
    position: unset;
    height: unset;
    display: block;
    margin: -130px auto 0;
    border-radius: 8px !important;
  }
  .browser-screen-img {
    border-radius: unset;
  }
  .section-two {
    padding: 0 0 70px;
    background-image: none;
  }
  .custom-flow-tab {
    display: none;
  }
  .custom-flow-mobile {
    display: block;
    margin: 0 auto;
  }
  .sub-section {
    padding: 85px 30px 0;
  }
  .pre-template-sec .sub-section {
    padding: 70px 30px 0;
  }
  .custom-flow-section, .sub-section-inner {
    padding: 60px 30px 0px;
  }
  .section-three {
    margin: 0;
    padding: 60px 30px;
  }
  .sub-section-inner {
    padding: 60px 20px 0;
  }
  .sub-section-inner-second {
    padding: 60px 5px 0;
  }
  .guided-conv-box {
    max-width: 100%;
    border-radius: unset;
  }
  .section-para, .section-para-second {
    max-width: 100%;
  }
  .nav-menu {
    max-width: calc(100% - 20px);
  }
  .menu-con {
    border-bottom: 1px solid #c2c2c2;
  }
  .first-menu.menu-con {
    border-bottom: 0px solid #c2c2c2;
  }
  .menu-option {
    font: 16px / 1.4 var(--zf-primary-regular);
    padding: 10px 10px;
  }
  .user-desktop-btn-img {
    left: 300px;
    bottom: 22px;
  }
  .first-menu .menu-option::before, .first-menu .menu-option:after, .first-menu .menu-option {
    display: none;
  }
  .first-menu .menu-option.slider-act {
    display: block;
  }
  .slider-act {
    font: 16px / 1.4 var(--zf-secondary-medium);
  }
  .mobile-sec-par, .mob-browser-screen {
    border-radius: unset;
  }
  .mob-user-popup-img {
    position: absolute;
    right: -70px;
    top: -50px;
    transition: 1s;
    width: 505px;
    height: 100%;
  }
  .custom-flow-animation-section {
    display: none;
  }
  .section-header {
    font: 28px/1 var(--zf-primary-bold);
    padding: 0 0 20px;
  }
  .cstmr-info-mob, .cstmr-name {
    padding: 0;
    display: block;
  }
  .pt {
    padding: 20px 0 0;
  }
  .customer-testimonials-label span {
    display: initial;
  }
  .slider-one .slick-dots {
    display: block !important;
  }
  .resource-section {
    padding: 110px 20px 0;
  }
  .slick-dots li.slick-active, .slick-dots li.slick-active {
    border-color: #0b5b42;
    background: #0b5b42;
  }
  .slick-dots li.slick-active {
    width: 15px;
    height: 15px;
  }
  .gd-for-mob-users-sec {
    padding: 80px 0 0;
  }
  .gd-section-header {
    max-width: 310px;
    padding: 0 0 20px;
  }
  .gd-section-description {
    font: 18px/1.5 var(--zf-primary-regular);
    padding: 0 0 15px;
  }
  .gd-video-sec {
    padding: 0 0 70px;
  }
  .gd-features-sec {
    width: 100%;
    display: block;
    padding: 0px 0 0;
  }
  .left-feature-sec {
    width: 100%;
    text-align: center;
    padding: 0 0 50px;
  }
  .left-feature-sec:nth-child(even) {
    margin: 0px;
  }
  .gd-features-sec .left-feature-sec:last-child {
    padding: 0 0 0px;
  }
  .left-feature-sec-desc:last-child {
    padding: 0;
  }
  .customer-section {
    padding: 60px 30px 120px;
    text-align: center;
  }
  .customer-slider-section {
    display: block;
  }
  .floating-screen-tab {
    display: none;
  }
  .floating-screen-mobile {
    display: block;
  }
  .customer-testimonials-label {
    width: 100%;
    border-right: 0px solid rgb(237, 50, 55);
  }
  .customer-testimonials-label-cnt {
    font: 26px/1.2 var(--zf-primary-bold);
    margin: 0;
  }
  .customer-testimonials {
    width: 100%;
  }
  .customer-testimonials-label hr {
    margin: 35px auto 0;
    display: block;
    border: 0.1px solid #0b5b42;
    width: 40%;
  }
  .customer-testimonials-cnt {
    font: 22px/1.5 var(--zf-primary-regular);
    padding: 35px 0 0;
  }
  .testimonial-red-circle {
    display: none;
  }
  .footer-section {
    max-width: 100%;
    padding: 60px 30px;
  }
  .footer-section-header {
    font: 28px/1.1 var(--zf-primary-extrabold);
    padding: 0 0 20px;
  }
  .footer-section-para {
    font: 24px/1.3 var(--zf-secondary-medium);
  }
  .gd-for-mob-users-sec video, .box-shadow-cls {
    border-radius: 8px;
  }
  .anim-lst {
    opacity: 1;
  }
  .btns-sec {
    display: block;
    margin: 0 auto;
    max-width: 320px;
  }
  .btns-sec a.cmpr-btn {
    margin-left: 0px;
    min-width: 290px;
  }
  .slick-dots li {
    width: 13px;
    height: 13px;
  }
  .slick-dots li.slick-active {
    width: 17px;
    height: 17px;
  }
  .customer-section .slick-dots li, .customer-section .slick-dots li.slick-active, .customer-section .slick-dots li.slick-active {
    border-color: #ffffff;
    background: #ffffff;
  }
    .other-lang .section-header {
        font-size: 26px;
    }
    .other-lang .section-three {
        padding: 40px 0;
    }
    .i18n-ar .left-feature-sec *, .i18n-ar .left-feature-sec{
        text-align: center;
    }
    .i18n-ar .left-feature-sec:nth-child(even),.i18n-ar .left-feature-sec:nth-child(odd) {
        margin: 0;
    }
}
@media only screen and (max-width: 480px) {
    .other-lang .btns-sec a.cmpr-btn {
        min-width: auto;
    }
}

@media only screen and (max-width: 390px) {
  .user-desktop-btn-img {
    left: 288px;
    bottom: 32px;
  }
}
@media only screen and (max-width: 350px) {
  .user-desktop-btn-img {
    left: 255px;
    bottom: 58px;
  }
}