p {
  letter-spacing: -0.1px;
}
/* banner start */
.banner {
  text-align: center;
  background-color: #EDF6FF;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-position: center;
}

.banner::before {
    content: '';
    background-image: url(/sites/zweb/images/zoho_general_pages/gsuite_sites_banner_bg_ele1.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 150px;
    height: 230px;
    position: absolute;
    bottom: calc(50% - 115px);
    left: 6%
}

.banner::after {
    content: '';
    background-image: url(/sites/zweb/images/zoho_general_pages/gsuite_billing_banner_bg_ele2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 250px;
    height: 175px;
    position: absolute;
    bottom: 12%;
    right: 4%
}

.banner .content-wrap {
  padding: 130px 0 150px;
  position: relative;
}

.page_ttl {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 25px;
}

.page_ttl span,.page_ttl span a {
  font-size: 16px;
  color: #333;
	letter-spacing: -0.3px;
}

.page_ttl .di_ar {
  font-size: 18px;
  padding: 0 5px;
}

.page_ttl span.active {
  font-family: var(--zf-secondary-medium);
	color: #010101;
}

.banner .innr h1 {
  font-size: 54px;
  line-height: 1.2;
	width: 60%;
  margin: 0 auto 15px;
}

.banner .innr p {
  color: #333;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: -0.5px;
  max-width: 50%;
  margin: 0 auto 30px auto;
}

.banner .learnMorebtn {
  background: transparent;
  border: 1px solid #fff;
  transition: background-color .3s ease;
  margin-top: 30px;
  font-family: var(--zf-secondary-medium);

}
.arrow-icon.white:hover::after{
  transform: translateX(5px) scale(1.1);
}

/* banner end */


/* second fold start */
.second_section {
  position: relative;
  padding: 100px 0;
}

h2 {
  font-size: 40px;
  letter-spacing: -1.5px;
  text-align: center;
  line-height: 1.2;
  color: var(--primary-color);
  width: 100%;
  margin: 0 auto;
}

.second_section .innr img {
  max-width: 800px;
  width: 100%;
  margin: 50px auto 40px;
  display: block;
}

.second_section .innr p {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

/* second fold end */



/* tab sec start */
.tab .leftside .livespan {
  position: relative;
  top: 70px;
}

.tab .leftside .movLine {
  background-color: var(--redclr);
  height: 58px;
  width: 2px;
  position: absolute;
  left: -0.5px;
  z-index: 1;
  transition: all 1s ease;
  top: 0;
  border-radius: 10px;
}

.tab .leftside ul {
  border-left: 1px solid #ccc;
  margin-bottom: 60px;
  position: relative;
}

.tab .leftside ul li {
  font-size: 16px;
  padding: 5px 10px 5px 28px;
  transition: color 1s ease;
  cursor: pointer;
  position: relative;
  text-align: left;
  letter-spacing: -0.2px;
  margin: 12px 0 12px;
  color: var(--secondary-color);
}

.tab .leftside li.selected {
  color: var(--highlight-color);
  font-family: var(--zf-secondary-medium);
}

.tab {
  padding-bottom: 100px;
  border-top: 1px solid #ECEDF4;
  background: rgb(247,249,253); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(247,249,253,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(247,249,253,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(247,249,253,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.zwc-wrapper .tab .content-wrap{
  overflow: visible;
}

.tab h1{
	margin: 120px 0 0;
	text-align: center;
}

.tab .leftside {
  position: absolute;
  left: 0;
  width: 310px;
  /* top: 70px; */
  height: 100%;
  padding-bottom: 120px;
}

.tab .leftside .leftnav {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 130px;
}

.tab .rightside {
  margin-left: 460px;
  width: calc(100% - 500px);
}

.tab .rightside h3 {
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 1.3;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}

.tab .rightside p {
  font-size: 18px;
  width: 78%;
  margin-bottom: 40px;
}

.tab .rightside img {
  width: 650px;
margin-bottom: 45px;
}

.tab .rightside .right_cnt {
  padding: 70px 0;
  border-bottom: 1px solid #E8E8E8;
}

.tab .rightside .right_cnt:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.tab .rightside .right_cnt:first-child{
  padding-top: 100px;
}

/* tab sec end */


/* why_choose section start */
.why_choose {
  padding: 100px 0;
  position: relative;
}

.why_choose:before {
  content: "";
  background-color: #0A73C0;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 42%);
  z-index: 0;
  width: 100%;
}

.why_choose:after {
  content: "";
  background-color: #F7F9FD;
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 58%);
  z-index: -1;
  width: 100%;
}

.why_choose h4 {
  font-size: 44px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -1.5px;
  width: 62%;
  margin: 0 auto 70px;
  color: #fff;
}

.why_choose .box_wrap {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  padding: 70px;
  background-color: #fff;
  border: 1px solid #E7EDF4;
}

.why_choose .box_wrap .clm_wrap {
  width: 26%;
  /* padding: 70px 0; */
}

.why_choose .box_wrap .clm_wrap.third_clm {
  width: 26%;
}

.why_choose .box_wrap .clm_wrap img {
  max-height: 60px;
  margin-bottom: 30px;
}

.why_choose .box_wrap .sec_ttl {
  font-size: 28px;
  margin-bottom: 14px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  width: 100%;
}

/* why_choose section end */

/*testimonial sec start*/
.play-button {
  position: relative;
  bottom: -10px;
  right: 0;
  left: 0;
  margin-top: 10px;
  text-align: center;
  /* padding-left: 30px; */
}

.play-button-icon span {
  font-size: 16px;
  position: relative;
  cursor: pointer;
  padding-left: 35px;
}

.play-button span::before {
  content: '';
  position: absolute;
  background: url(//www.zohowebstatic.com/sites/zweb/images/zoho_general_pages/zh-newhome-sprite.png) left top no-repeat;
  background-position: -9px -30px;
  width: 40px;
  height: 36px;
  top: calc(50% - 20px);
  left: -10px;
  background-size: 350px auto;
  transform: scale(0.8);
  transition: transform .4s ease;
}
.play-button-icon span:hover::before{
  transform: scale(1);
}
.testimonial_wrap .left img:hover + .play-button span::before{
  transform: scale(1);
  /* background-color: #000; */
}
span.word_bk {
  display: block;
}
.testimonial-text {
  width: 100%;
  font-weight: 300;
  margin-bottom: 30px;
}

.highlightselection {
  background-color: #fff3e4;
}

.author-name {
  font-size: 18px;
  display: flex;
  align-items: center;
  font-family: var(--zf-secondary-medium);
}

.author-name em {
  line-height: 1;
  font-size: 13px;
  padding: 3px 5px;
  background-color: #EEF5FD;
  border: 1px solid #D3E5FA;
  color: #333;
  margin-left: 5px;
}

.author-role {
  font-size: 14px;
  color: var(--secondary-color);
  display: inline-block;
  padding-top: 2px;
  line-height: 1.5;
}
.testimonial_wrap {
  padding: 100px 0 100px;
  background: #fff;
}

.testimonial_wrap .zh-top-head {
  width: 100%;
  text-align: center;
  margin: 0 0 60px;
}

.testimonial_wrap .innr_wrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.testimonial_wrap .left {
  /* border-right: 1px solid #e7ebf0; */
  position: relative;
  /* margin-right: 100px; */
  width: 50%;
  align-items: center;
  /* padding: 0px 100px 15px 0; */
}

.testimonial_wrap .right {
  width: 60%;
  border-left: 1px solid #e7ebf0;
  padding-left: 10%;
}

.testimonial_wrap .left img {
  width: 45%;
  max-width: 300px;
  /* margin-left: 20%; */
  display: flex;
  margin: 0 auto;
  cursor: pointer;
}

.zwc-wrapper .testimonial_wrap .content-wrap {
  max-width: 900px;
}
.zh-top-head {
  font-size: 50px;
  overflow: hidden;
  color: var(--primary-color);
  margin-top: 10px;
  line-height: 1.2;
  letter-spacing: -1.5px;
  width: 90%;
  margin: 10px auto 0px;
}

/* Onestop Solutions */
.zh-one-stop-solutions{
  background: #F7F9FD;
  padding: 0 0 60px;
}
.zh-one-stop-solutions .innr{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.zh-title-solutions{
  flex: 0 0 35%;
  max-width: 35%;
}
.zh-title-solutions h4{
  letter-spacing: -1.76px;
  font-size: 44px;
  font-family: var(--primaryfont-regular);
  line-height: 52px;
}
.zh-solution-sprite{
  width: 45px;
  height: 45px; 
  margin: 0 0 28px 0;
  background: url('https://www.zohowebstatic.com/sites/zweb/images/zoho_general_pages/zp-global-icon-sprite-2x.png'); 
  background-repeat: no-repeat;
  background-size: 760px auto;
}
.zh-sl-books{
  background-position: -4px -4px;
}
.zh-sl-invoice{
  background-position: -269px -112px;
  background-size: 672px auto;
}
.zh-sl-expenses{
  background-position: -769px -91px;
  background-size: 1353px auto;
  width: 42px; 
}
.zh-sl-subscriptions{
  background-position: -802px -100px;
  background-size: 1488px auto;
  width: 40px;
  height: 48px;
}
.zh-sl-inventory {
    background-position: -633px -91px;
    background-size: 1353px auto;
    width: 42px;
}
.zh-solutions-list-item a{
  font-family: var( --zf-secondary-medium);
  font-size: 13px;
  background: transparent;
  border: 1px solid var(--highlight-color);
  margin: 36px 0 0 0; 
  padding: 12px 48px 12px 20px;
  transition: background-color .3s ease;
  color: var(--highlight-color);
  padding-right: 46px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
}
.zh-solutions-list{
  flex: 1;
  padding: 10px 0 0 130px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.zh-solutions-list-item{
  flex: 0 0 42%;
  max-width: 42%;
  margin: 0 20px 80px 20px;
}
.zh-solutions-list-item h6{
  font-size: 28px;
  line-height: 37px;
  letter-spacing: -0.84px;
  color: #010101;
  margin: 0 0 16px 0;
}
.zh-solutions-list-item ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.zh-solutions-list-item ul li{
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  font-family: var(--primaryfont-regular);
  position: relative; 

}
.zh-solutions-list-item ul li:before{
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #F60314;
  top: 13px;
  left: auto;
  border-radius: 100%;
}
.zh-solutions-list-item ul li span{
  display: inline-block;
  margin-left: 15px;
}

/* footer section start */
.footer-signup {
  position: relative;
  background-color: #f3f5f9;
}

.footer-signup {
  display: none;
}

.footer-signup.goo_expense {
  display: block;
}

.fs-inner-wrap {
  padding: 70px 0 0;
  text-align: center;
}

.footer-signup h6 {
  width: 90%;
  margin: 0 auto 30px;
  letter-spacing: -1px;
  line-height: 1.2;
}

.footer-signup .zh-btn {
  max-width: 276px;
}

.zh-access.zh-btn,
.umain .zh-sign.zh-btn {
  display: inline-block;
}

.gw-icon {
  background: url(/sites/zweb/images/zoho_general_pages/gsuite_sprite.svg) no-repeat;
  width: 80px;
  height: 65px;
  background-size: 1520px;
  margin-bottom: 30px
}

.gw-icon.gw-cloud-brown {
  background-position: 0 -140px;
  width: 70px;
}

.gw-icon.gw-android-green {
  background-position: -1067px 0;
  width: 70px
}

.gw-icon.gw-signon-yellow {
  background-position: -757px 0;
}

.gw-icon.gw-signon-brown {
    background-position: -235px -3px;
}

.gw-icon.gw-chrome-extn-green {
    background-position: -268px -141px;
}

.gw-icon.gw--yellow {
    background-position: -503px -75px;
}

/* footer section end */
.zwc-wrapper .to-animate {
  opacity: 0;
}
.zwc-wrapper .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 30px, 0);
      transform: translate3d(0, 30px, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
@keyframes fadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 30px, 0);
      transform: translate3d(0, 30px, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  transition: all 0.5s ease-in;
}
@-webkit-keyframes slideInRight {
  from {
    opacity: 0;
      -webkit-transform: translate3d(150px, 0, 0);
      transform: translate3d(150px, 0, 0);
      visibility: visible;
  }
  to {
    opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
      -webkit-transform: translate3d(150px, 0, 0);
      transform: translate3d(150px, 0, 0);
      visibility: visible;
  }
  to {
    opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@media only screen and (max-width: 1280px) {
  .zh-title-solutions h4{
    font-size: 40px;
    line-height: 48px;
  }
  .banner .innr p{
    max-width: 62%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .tab .rightside p{
    width: 90%;
  }
  .banner::before{
    width: 120px;
    left: 4%;
  }
  .banner::after{
    width: 200px;
    height: 135px;
  }
  .zh-title-solutions{
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 0 0 50px 0;
  }
  .zh-solutions-list{
    flex: 0 0 600px;
    padding: 0;
    justify-content: space-between; 
    align-items: center;
    align-items: flex-start;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .zh-title-solutions h4{
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
  .zh-solutions-list-item{
    flex: 0 0 42%;
    max-width: 42%;
    margin: 0 20px 80px 20px; 
  } 
  .zh-solutions-list-item h6{
    font-size: 24px;
    line-height: 33px;
  }
  .banner .innr h1{
    width: 70%;
  }
}
@media only screen and (max-width: 1100px) {
  .banner .innr h1 {
      font-size: 42px;
      width: 67%;
      line-height: 1.2;
  }
  .banner .innr p{
    max-width: 67%;
    margin-left: auto;
    margin-right: auto;
  }
  .second_section .innr p{
    width: 80%;
  }
  .tab .rightside {
      margin-left: 400px;
  }
  .footer-signup h6 {
      width: 100%;
  }
  .why_choose .box_wrap .sec_ttl {
      width: 100%;
  }
  .why_choose .box_wrap {
      padding: 50px;
  }
  .why_choose h4{
    width:67%;
  }
}
@media only screen and (max-width: 1023px) {
  .banner .innr h1 { 
    width: 76%; 
}
  .banner .innr p{
    max-width: 76%; 
  }
  .why_choose .box_wrap {
      flex-flow: column;
      justify-content: center;
      align-items: center;
      background-color: unset;
      border: unset;
  }
  .why_choose .box_wrap .clm_wrap,
  .why_choose .box_wrap .clm_wrap.third_clm {
      text-align: center;
      width: 90%;
  }
  .why_choose h4 {
      color: var(--primary-color);
      width: 76%;
      margin: 0 auto;
  }
  .why_choose:before,
  .why_choose:after {
      content: unset;
  }
  .why_choose .box_wrap {
      padding: 0 50px 0;
  }
  .why_choose {
      border-top: 1px solid #e7ebf0;
      background-color: #f7f9fd;
  }
  .why_choose .box_wrap .clm_wrap {
      padding: 50px 0 0 0;
  }
  .tab{
    padding-top: 90px;
  }
  .tab .leftside {
      display: none;
  }
  .tab .rightside {
      width: calc(78%);
      margin: 0 auto;
      text-align: center;
  }
  .tab .rightside p {
      width: 100%;
      margin: 0 auto 30px;
  }
  .tab .rightside .right_cnt:first-child {
      padding-top: 0;
      margin: 0;
  }
  .banner::before{
    width: 80px;
  }
  .banner::after {
    width: 140px;
    height: 100px;
  }
  .gw-icon {
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 900px) {
  .banner .innr h1 { 
    width: 80%; 
  }
  .testimonial_wrap .content-wrap{
    max-width: 90%;
  }
  .testimonial_wrap .left{
    width: 40%;
  }
  .testimonial_wrap .left img{
    width: 65%;
  }
  .testimonial_wrap .right{
    padding-left: 5%;
  }
  .why_choose h4 {
    width: 97%;
  }
}
@media only screen and (max-width: 767px) {
  .banner .innr h1{
    font-size: 36px;
    width: 90%;
  }
  .banner .innr p{
    max-width: inherit;
    margin-left: auto;
    margin-right: auto;
  }
  .tab .rightside h3,
  .why_choose h4,
  .zh-top-head, h2 {
      font-size: 32px;
  }
  .why_choose .box_wrap .sec_ttl {
      font-size: 24px;
  }
  .footer-signup h6 {
      font-size: 36px;
  }
  .why_choose .box_wrap {
      padding: 0;
  }
  .why_choose h4 {
      /* width: 100%; */
  }
  .tab .rightside {
      width: calc(90%);
  }
  .second_section .innr p {
      width: 90%;
  }
  .banner .content-wrap {
      padding: 100px 0;
  }
  .zwc-wrapper .to-animate {
    opacity: 1;
  }
  .banner::before,.banner::after{
    display: none;
  }
  .zh-title-solutions h4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 740px) {
  .banner .innr h1{
    width: 100%;
  }
  .testimonial_wrap .innr_wrap{
    flex-direction: column;
  }
  .testimonial_wrap .right{
    padding-left: 0;
    border-left: 0;
  }
  .testimonial_wrap .right{
    width: 80%;
    margin-top: 40px;
    padding: 0;
    text-align: center;
  }
  .testimonial_wrap .right .author-name {
    justify-content: center;
  }
  .second_section,.tab,.why_choose{
    padding: 70px 0;
  }
  .testimonial_wrap{
    padding-bottom: 80px;
  }
  .second_section .innr p,.tab .rightside{
    width: 100%;
  }
  .zh-solutions-list{
    flex: 0 0 290px;
    max-width: 290px;
  }
  .zh-solutions-list-item{
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .banner .content-wrap {
    padding: 100px 0 70px;
  }
  .banner .innr h1 {
      font-size: 28px;
      letter-spacing: -1px;
  }
  .footer-signup h6{
    font-size: 28px;
  }
  .why_choose h4{
    width: 100%;
  }
  .testimonial_wrap .right{
    width: 90%;
  }
  .learnMorebtn{
    line-height: 1.4;
  }
  .zh-btn{
    line-height: 1.2;
  }
  .testimonial_wrap .left {
    width: 50%;
  }
  .tab .rightside h3, .why_choose h4, .zh-top-head, h2{
    font-size: 28px;
  }
  .banner .innr p{
    font-size: 18px;
  }
}
@media only screen and (max-width: 430px) {
  .learnMorebtn{
    font-size: 13px;
    padding: 17px 28px 17px 10px;
  }
  .learnMorebtn.arrow-icon::after{
    right: 8px;
  }
  .second_section .innr h2 br{
    display: none;
  }
  .zh-btn{
    font-size: 13px;
  }
  .banner .innr p{
    line-height: 1.5;
  }
}