<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  padding:0;
  margin:0;
  box-sizing: border-box;
}
ol, ul {
 list-style: none;
 padding: 0;
 margin: 0;
}
blockquote, q {
 quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
 content: none;
}
:focus {
 outline: 0;
}
ins, a {
 text-decoration: none;
}
del {
 text-decoration: line-through;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
h1,h2,h3{
 font-weight: normal;
 color:#333;
}
.clearfix {
 clear: both;
 width: 100%;
}
img{
  width: 100%;
}
.fl{
  float:left;
}
.fr{
  float:right;
}
.no-margin{
 margin:0 !important;
}
.mt10{
 margin-top:10px !important;
}
.mt20{
 margin-top:20px !important;
}
.mt30{
 margin-top:30px !important;
}
.mb10{
 margin-bottom: 10px !important;
}
.mb20{
 margin-bottom: 20px !important;
}
.mb30{
 margin-bottom:30px !important;
}
.dis-inbl{
 display: inline-block !important;
}
.dis-block{
 display:block !important;
}
.text-center{
  text-align: center;
}
.zs-lp .hide{
  display: none !important;
}
.container.zs-lp{
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-size: 14px;
  margin:0;
  padding:0;
  color:#383838;
}
.container{
  overflow: hidden;
}
.zs-lp .red-clr{
  color: #de5456;
}
.zs-lp h2,
.zs-lp h3,
.zs-lp h4,
.zs-lp p{
  margin-bottom: 0;
}
.zs-lp p a,.zs-lp span a {
    color: #567fc2;
}
.footer-wrapper {
    display: none;
}
.zs-lp .wrapper{
  margin:0 auto;
  width: 100%;
  max-width: 1040px;
}
.zs-lp section{
  position: relative;
  z-index: 1;
}
.zs-lp header {
  position: fixed;
  width: 100%;
  height: 80px;
  padding: 0 30px;
  background: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
  z-index: 34;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.2s ease;
}
.zs-lp header.active{
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.02);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.02);
}
.zs-lp header.active .signup &gt; a{
  background: #de5456;
  color: #ffffff !important;
}
.zs-lp .product-logo{
  background: url(/sites/zweb/images/commonroot/zoho-logo-web.svg) no-repeat scroll left top / 70px auto;
}
.zs-lp header .product-logo {
  color: #361b4b;
  display: inline-block;
  font-size: 21px;
  line-height: 28px;
  margin: 27px 30px 25px 30px;
  padding-left: 80px;
  position: relative;
  text-decoration: none;
  height: auto;
}
.zs-lp .signup-button {
  background: #de5456;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  width: 250px;
  padding: 20px;
  text-align: center;
  display: inline-block;
  margin-top: 40px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  text-transform: uppercase;
  font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
}
.zs-lp header .signup-button{
  font-size: 14px;
  height: 41px;
  margin-top: 19px;
  line-height: 20px;
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #de5456;
  color: #de5456;
  max-width: 240px;
  min-width: 150px;
  padding: 10px 20px;
  width:auto;
}
.zs-lp header .signup-button:hover {
  background: #de5456;
  color: #ffffff;
}
.zs-lp .signup-button:hover {
    box-shadow: 0 5px 20px rgb(234, 93, 95,0.3);
}
.zs-lp .to-animate{
  opacity: 0;
}
/* common classess end */
 .zs-lp .banner{
   background: #ffffff;
   width: 100%;
   margin-top: 80px;
   overflow: hidden;
 }
 .zs-lp .banner .wrapper{
  margin:0 auto;
  width: 100%;
  max-width: 1300px;
 }
 .zs-lp .banner .banner-cntn{
      max-width: 100%;
    padding: 120px 0 140px 45px;
    display: inline-block;
 }
 .zs-lp .banner .banner-cntn .main-txt{
   font-size: 60px;
   line-height: 70px;
   letter-spacing: -1px;
   margin-bottom: 30px;
   display: block;
   font-family: var(--zf-primary-bold);
   text-transform: uppercase;
 }
 .zs-lp p{
   font-size: 20px;
   font-weight:300;
 }
 .zs-lp .line-ele,
 .zs-lp .line-ele::after{
   background: #ea5d5f;
   width: 0px;
   height: 4px;
   display: block;
   border-radius: 10px;
   position: relative;
   transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
   transition-duration: 0.6s;
   transition-delay: 0.01s;
 }
 .zs-lp .line-ele::after{
   content: '';
   width: 2px;
   left: 0px;
   position: absolute;
   top: 0;
 }
 .zs-lp .line-ele.extn{
   width: 78px;
 }
 .zs-lp .line-ele.extn::after{
   width: 15px;
   left: 81px;
 }
 .zs-lp header .to-animate{
   visibility: hidden;
 }
 .zs-lp header.device-opt .to-animate{
   visibility: visible;
 }
 .zs-lp header .signup-button.use-this-button,
 .zs-lp header.active .signup-button.use-this-button{
   background: #000000;
   color: #ffffff;
   border: 1px solid #000000;
 }
 .zs-lp .banner .banner-cntn .signup-button,.zs-lp .cntn-part.zoho-offer .signup-button{
   color: #ffffff;
   width: 220px;
   margin-top: 50px;
 }
 .zs-lp header .use-this-button:hover,
 .zs-lp .banner .banner-cntn .signup-button:hover,.zs-lp .cntn-part.zoho-offer .signup-button:hover{
border-color: transparent;
cursor: pointer;
-webkit-box-shadow: 7px 11px 34px rgb(243, 82, 84, 0.34);
-moz-box-shadow: 7px 11px 34px rgb(243, 82, 84, 0.34);
-ms-box-shadow: 7px 11px 34px rgb(243, 82, 84, 0.34);
-o-box-shadow: 7px 11px 34px rgb(243, 82, 84, 0.34);
box-shadow: 7px 11px 34px rgb(243, 82, 84, 0.34);
transform: scale(1.01);
 }
 .zs-lp header .use-this-button:hover, .tempButtons .useThisBtn:hover,.zs-lp .device-part .use-this-button:hover {
    box-shadow: 0 11px 30px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 11px 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 11px 30px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 11px 30px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 11px 30px rgba(0, 0, 0, 0.2);
}
.zs-lp .cntn-part.zoho-offer .signup-button:hover{
  box-shadow: 0 11px 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 11px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 11px 30px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 11px 30px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 11px 30px rgba(0, 0, 0, 0.2);
}
 .zs-lp .banner .banner-cntn .signup-button::after{
   content: '';
   background: url(/sites/zweb/images/survey/buy-response-arrowdown.png) 0/100% no-repeat;
   width: 9px;
   height: 16px;
   display: inline-block;
   margin: -2px 0 0 20px;
   vertical-align: middle;
   transition: all ease 0.5s;
   -webkit-animation: translateY 1s infinite alternate;
   animation: translateY 1s ease-in-out infinite alternate;
 }
 .zs-lp .banner .banner-lt,
 .zs-lp .banner .banner-rt{
   width: 50%;
 }
 .zs-lp .banner .banner-rt .banner-rt-wrapper{
   position: relative;
   max-width: 660px;
 }
 .zs-lp .banner .banner-img{
   width: 90%;
   float: right;
 }
 .zs-lp .banner .banner-rt-wrapper .imagedown{
  background: url(/sites/zweb/images/survey/zslp-temp-npo-banner-imagedown.jpg) 0/100% no-repeat;
  position: relative;
    width: 80%;
    left: 220px;
    height: 750px;
    background-size: cover;
    background-position: top;

}
.zs-lp .banner .banner-rt-wrapper .imagecolor{
  background: #000;
    position: absolute;
    width: 290px;
    height: 80%;
    right: 230px;
    top: 185px;
    opacity: 0.3;
}
.zs-lp .banner .banner-rt-wrapper .dot-ele{
    position: relative;
    width: 200px;
    height: 200px;
    float: left;
    overflow: hidden;
}
/*.zs-lp .banner .banner-rt-wrapper .dot-ele::before {
    content: '';
    background: url(/sites/zweb/images/survey/zslp-temp-customer-black-dot.png) 0/100% no-repeat;
    position: absolute;
    left: -60px;
    top: -70px;
    width: 100%;
    height: 100%;
    z-index: 5;
    filter: invert(1);
    opacity: 0.5;
}*/
.zs-lp .banner .banner-rt-wrapper .imageup{
  background: url(/sites/zweb/images/survey/zslp-temp-volunteer-satisfaction-survey-banner-imageup.jpg) 0/100% no-repeat;
  position: absolute;
  width: 70%;
  height: 70%;
  right: 270px;
  top: auto;
  bottom: 0;
  box-shadow: 0 11px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 11px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 11px 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 11px 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 11px 30px rgba(0, 0, 0, 0.1);
  background-size:cover;
  z-index: 8;
  background-position: top;
}
 /* Device custmoziable start*/
 .zs-lp .device-part{
   background: #F2F2F2;
   width: 100%;
   overflow: hidden;
 }
 .zs-lp .device-part .device-header{
   background: #ffffff;
   border-top: 1px solid #e8e8e8;
   border-bottom: 1px solid #e8e8e8;
   box-shadow: 0 -3px 15px 0 rgba(0,0,0,.02);
   -webkit-box-shadow: 0 -3px 15px 0 rgba(0,0,0,.02);
   height: 60px;
   opacity: 0;
   visibility: hidden;
   transition: all 0.4s ease;
   margin-top: -60px;
 }
  .zs-lp .device-part.iframeVisible .device-header{
    opacity: 1;
    visibility: visible;
  }
   .zs-lp .device-part.iframeVisible .device-header{
    margin-top: 0;
   }
 .zs-lp .device-part .device-header .device-txt{
   font-size: 16px;
   font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
   line-height: 26px;
   padding: 16px 0;
   float: left;
   width: 25%;
   box-sizing: border-box;
 }
 .zs-lp header.device-opt .zp-home-left{
   display: none;
 }
 .zs-lp .device-part .device-header .optimize-devices{
   font-size: 0;
   width: 50%;
   box-sizing: border-box;
   float: left;
   text-align: center;
 }
 .zs-lp header .optimize-devices{
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   margin: 0 auto;
   width: 310px;
   padding: 11px 0px;
 }
 .zs-lp .optimize-devices .device-icon{
   padding: 17px;
   display: inline-block;
   cursor: pointer;
 }
 .zs-lp .optimize-devices .device-icon.active{
   background: #ea5d5f;
 }
 .zs-lp .optimize-devices .device-icon.active i{
   filter: invert(1);
   opacity: 1;
 }
 .zs-lp .optimize-devices .device-icon i{
   width: 24px;
   height: 24px;
   display: inline-block;
   opacity: 0.5;
 }
 .zs-lp .optimize-devices .device-icon .desktop{
   background: url(/sites/zweb/images/survey/zslp-temp-desktop.svg) 0/100% no-repeat;
 }
 .zs-lp .optimize-devices .device-icon .tablet{
   background: url(/sites/zweb/images/survey/zslp-temp-tablet.svg) 0/100% no-repeat;
 }
 .zs-lp .optimize-devices .device-icon .tab-landscape{
   background: url(/sites/zweb/images/survey/zslp-temp-tablet-port.svg) 0/100% no-repeat;
 }
 .zs-lp .optimize-devices .device-icon .mobile{
   background: url(/sites/zweb/images/survey/zslp-temp-mobile.svg) 0/100% no-repeat;
 }
 .zs-lp .optimize-devices .device-icon .mobile-landscape{
   background: url(/sites/zweb/images/survey/zslp-temp-mobile-port.svg) 0/100% no-repeat;
 }
 .zs-lp .device-part .device-header .use-this-wrapper{
   width: 25%;
   box-sizing: border-box;
   margin: 0;
   display: block;
 }
 .zs-lp .device-part .use-this-wrapper{
   text-align: center;
 }
 .zs-lp .device-part .use-this-button,.tempButtons .useThisBtn{
   background: #191919;
   color: #ffffff;
   border-radius: 2px;
   display: inline-block;
   padding: 8px 30px;
   cursor: pointer;
   margin: 10px 0;
   text-transform: uppercase;
   font-size: 12px;
   transition: all 0.2s ease 0s;
   -webkit-transition: all 0.2s ease 0s;
   -ms-transition: all 0.2s ease 0s;
 }
 .zs-lp .device-part .use-this-wrapper{
   margin: 30px 0;
   display: none;
 }
 .zs-lp .device-part .iframe-part iframe{
   height: 670px;
 }
 .zs-lp .device-part .iframe-part{
   max-width: 1090px;
   background: #fff;
   padding: 30px;
   border: 1px solid #e5e5e5;
   border-radius: 20px;
   margin: 90px auto -84px;
   box-shadow: 0 0 30px 10px rgba(0,0,0,.02);
   -webkit-box-shadow: 0 0 30px 10px rgba(0,0,0,0.02);
   position: relative;
   transition: ease 0.3s all 0s;
   overflow: auto;
 }
  .zs-lp .device-part.iframeVisible .iframe-part,.zs-lp .device-part.iframeVisible .iframe-part.mobile{
    margin-bottom: 90px;
  }
/* .zs-lp .device-part.iframeVisible .iframe-part{
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 30px 10px rgba(0,0,0,.02);
  -webkit-box-shadow: 0 0 30px 10px rgba(0,0,0,0.02);
 }*/
 .zs-lp .device-part .iframe-part.tablet{
   max-width: 768px;
   padding: 80px 30px;
 }
 .zs-lp .device-part .iframe-part.tab-landscape{
   max-width: 930px;
   padding: 30px 80px;
 }
 .zs-lp .device-part .iframe-part.mobile{
   max-width: 480px;
   padding: 80px 30px;
   margin-bottom: -260px;
 }
 .zs-lp .device-part .iframe-part.mob-landscape{
   max-width: 736px;
   height: 414px;
   padding: 30px 80px;
 }
 .zs-lp .device-part .iframe-part::after{
   content: '';
   position: absolute;
   width: 12px;
   height: 12px;
   border-radius: 100%;
   background: #e1e1e1;
   top: 9px;
   left: 0;
   right: 0;
   margin: 0 auto;
   opacity: 0;
 }
 .zs-lp .device-part .iframe-part.tablet::after,
 .zs-lp .device-part .iframe-part.mobile::after{
   top: 40px;
 }
 .zs-lp .device-part .iframe-part.tab-landscape::after,
 .zs-lp .device-part .iframe-part.mob-landscape:after{
   top: 354px;
   left: 40px;
   right: auto;
 }
 .zs-lp .device-part .iframe-part.mob-landscape:after{
   top: 210px;
 }
 .zs-lp .device-part .iframe-part.mobile .iframe-inner,
 .zs-lp .device-part .iframe-part.mob-landscape .iframe-inner,
 .zs-lp .device-part .iframe-part.tablet .iframe-inner,
 .zs-lp .device-part .iframe-part.tab-landscape .iframe-inner{
   border: 1px solid #efefef;
   height: 672px;
   position: relative;
   overflow: hidden;
 }
  .zs-lp .device-part .iframe-part.desktop .iframe-inner{
    position: relative;
    overflow: hidden;
  }
 .zs-lp .device-part .iframe-part.mob-landscape .iframe-inner{
   height: 352px;
 }
 .zs-lp .device-part .iframe-part.mob-landscape iframe{
   height: 350px;;
 }
 .zs-lp .device-part .iframe-part iframe{
   min-width: auto;
   width: 100%;
 }
/* .frameimg:hover img{
   -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
 }*/
 .frameimg img{
  transition:all 0.5s ease;
/*   -webkit-filter: grayscale(0%);
  filter: grayscale(0%);*/
}
 .iframe-container{
  position: relative;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
 }
  .zs-lp .device-part.iframeVisible .iframe-container{
    opacity: 1;
    visibility: visible;
    z-index: 22;
  }
  .zs-lp .device-part.iframeVisible .iframe-part::after{
    opacity: 1;
   }
 .tempButtons{
  position: absolute;
  top: 45%;
  transform: translate(-50%,-50%);
  left: 50%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 15;
  text-align: center;
 }
 .frameimg{
  position: absolute;
  top:0;
  bottom: 0;
 }
 .frameimg:before{
  content: '';
  background:rgba(0,0,0,0);
  height: 100%;
  width: 100%;
  position:absolute;
  top:0;
  left:0;
  transition: background-color 0.4s ease;
  z-index: 12;
 }
 .frameimg:hover .tempButtons{
  opacity: 1;
  visibility: visible;
  top:50%;
 }
 .frameimg:hover:before{
    background:rgba(0,0,0,0.7);
 }
 .tempButtons .useThisBtn,.tempButtons .viewTempBtn{
  width: 225px;
  padding: 15px;
  border-radius: 0;
  font-size: 14px;
 }
 .tempButtons .useThisBtn{
   margin-left: 15px;
   background: #000;
 }
 .zs-lp .signup-button.useThisBtn:hover {
   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
 }
 .zs-lp .indicate{
   position: absolute;
   width: 8px;
   height: 8px;
   background: #de5456;
   border-radius: 100%;
   top: 15px;
   right: -4px;
   opacity: 0;
   -webkit-animation: wave 2s infinite;
   animation: wave 2s infinite;
   box-sizing: border-box;
   box-shadow: 0 0 0 0 rgba(222,84,86,.3);
 }
 /* Device custmoziable end*/
.zs-lp .cntn-part,.zs-lp .features,.zs-lp .using-customer,.zs-lp .zoho-offer{
  background: #ffffff;
  width: 100%;
}
.zs-lp .column-lt,
.zs-lp .column-rt{
  width: 50%;
  float: left;
  position: relative;
}
.zs-lp .cntn-part .wrapper,.zs-lp .cntn-part.measuring-patient.identify .wrapper,.zs-lp .features .wrapper,.zs-lp .cntn-part.zoho-offer .wrapper{
      border-top: 3px solid #000000;
    padding: 100px 30px;
    overflow: hidden;
}
.zs-lp .measuring-patient .wrapper{
      border-top:none;
}
.zs-lp .cntn-part .column-lt .img-part{
  margin-top: 10px;
  padding-right: 100px;
  position: relative;
}
.zs-lp .cntn-part .column-lt .img-part::after{
  content: '';
  background: url("/sites/zweb/images/survey/zslp-temp-customer-black-dot.png") 0/100% no-repeat;
  position: absolute;
  right: 60px;
  top: -45px;
  width: 160px;
  height: 160px;
  z-index: -1;
  opacity: 0.5;
}
.zs-lp .cntn-part .column-rt .cntn-title,.zs-lp .features .cntn-title,.zs-lp .features .cntn-subtitle,.zs-lp .using-customer .cntn-title,.zs-lp .zoho-offer .cntn-title{
font-size: 47px;
color: #383838;
line-height: 52px;
display: block;
max-width: 400px;
margin-bottom: 40px;
font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
font-weight: 300;
letter-spacing: -2px;
text-align: left;
}
.zs-lp .cntn-part .column-rt .cntn-title{
  width: 80%;
}
.zs-lp .cntn-part .column-rt p,.zs-lp .cntn-part .column-lt p,.zs-lp .features .column-rt p{
  margin-top: 30px;
  width: 90%;
}
.zs-lp .cntn-part .column-lt p{
  width: 95%;
}
.zs-lp .cntn-part .column-rt p:first-child{
  margin-top: 0px;
}
.zs-lp .sec-footer{
  background: #f8f8f8;
  text-align: center;
  padding: 100px 50px;
  margin-bottom: 170px;
}
.zs-lp .sec-footer .sec-footer-txt{
  font-size: 36px;
  line-height: 42px;
  color: #151515;
  font-family:"Merriweather";
  font-weight:400;
  letter-spacing: -1.3px;
  max-width: 560px;
  margin: 0 auto;
}
.zs-lp .footer{
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 52px 0;
    background: #ffffff;
  z-index: 0;
}
.zs-lp .zoho-logo{
    max-width: 80px;
    padding: 8px 0;
}
.zs-lp .footer-text{
    font-size: 13px;
    color: #111111;
    padding: 10px 0 0;
}
/********  Characteristics Section Starts ***********/
.zs-lp .zoho-offer{
  padding-top: 0;
}
.zs-lp .features .cntn-title,.zs-lp .features .cntn-subtitle,.zs-lp .using-customer .cntn-title{
  max-width: 100%;
  text-align: center;
  margin-bottom: 10px;
  display: block;
}
.zs-lp .features .cntn-subtitle,.zs-lp .zoho-offer .cntn-title{
  font-size: 22px;
  color: #555555;
  letter-spacing: -0.5px;
  font-family: var(--zf-primary-regular);
  width: 75%;
    line-height: 1.5;
    margin: 0 auto;
}
.zs-lp .features .cntn-subtitle::after{
  width: 150px;
  margin-left: 10px;
}
.zs-lp .feature-section-list{
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
}
.zs-lp .feature-section-list:last-child{
  padding: 50px 0 0;
}
/*feature sectionb container start*/
.zs-lp .feature-section-content{
      max-width: 700px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
    left: -75px;

}
.zs-lp .feature-section-content span{
    font-size: 20px;
    color: #555555;
    letter-spacing: -0.5px;
    font-family: var(--zf-primary-regular);
}
/*feature sectionb container end*/

.zs-lp .features .column-rt p{
  margin-top: 0;
}
.zs-lp .feature-section-list .column-lt,.zs-lp .feature-section-list .column-ct,.zs-lp .feature-section-list .column-rt{
  width: 25%;
  display: inline-block;
  float: left;
}

.zs-lp .feature-section-list .column-ct{
width: 38px;
text-align: center;
height: 38px;
background: #1e1e1e;
color: #fff;
font-size: 21px;
line-height: 38px;
margin: 10px 60px 0 30px;
}
.zs-lp .feature-section-list .column-rt{
width: calc(100% - 348px);
}
.zs-lp .seperate-line{
  max-width: 1000px;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  border-bottom: 1px solid #cccccc;
}
.zs-lp .feature-section-list .column-lt{
font-size: 28px;
color: #181818;
font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
font-weight: 400;
letter-spacing: -1px;
width: 220px;
}
.zs-lp .feature-section-list .column-rt .bold,.zs-lp .using-customer .bold{
  font-weight: 600;
}
.zs-lp .features .img-part{
  padding-top: 50px;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.zs-lp .features .img-part::after{
  content: '';
  background: url(/sites/zweb/images/survey/zslp-temp-round-dot.png) 0/100% no-repeat;
  position: absolute;
  right: -40px;
    top: 400px;
  width: 160px;
  height: 160px;
  z-index: -1;
}
.zs-lp .features p.last-txt,.zs-lp .using-customer p{
  text-align: center;
width: 70%;
  margin: 0 auto;
  padding: 80px 0 0;
}
/********  Characteristics Section Ends ***********/
/********  Using-Customer Section Starts ***********/
.zs-lp .using-customer p,.zs-lp .zoho-offer p{
    text-align: left;
    width: 98%;
    font-size: 19px;
    margin: 0;
    padding: 0;
   /* padding: 80px 0 0;*/
}
.zs-lp .using-customer .cntn-title,.zs-lp .zoho-offer .cntn-title{
  width: 80%;
  margin-bottom: 35px;
  text-align: left;
}
 .zs-lp .using-customer.brand .cntn-title{
  width: 100%;
 }
 .zs-lp .cntn-part.using-customer.brand .column-lt p{
  width: 88%;
 }
.zs-lp .using-customer img,.zs-lp .zoho-offer img{
  width: 100%;
  position: relative;
  left: -20px;
  top: -20px;
}
.zs-lp .using-customer .column-rt .img-part,.zs-lp .zoho-offer .column-lt .img-part{
  background: #f2f6f7;
  width: 75%;
  height: auto;
  position: relative;
  left: 100px;
}
.zs-lp .using-customer .column-rt {
  padding-top: 20px;
}
/********  Using-Customer Section Ends ***********/
/*templates section start before foter*/
.zs-lp .templates .cntn-title{
   font-size: 47px;
color: #383838;
line-height: 52px;
display: block;
max-width: 400px;
margin-bottom: 30px;
font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
font-weight: 300;
letter-spacing: -2px;
  }
.zs-lp .templates {
    padding-top: 0;
    background: #ffffff;
    width: 100%;
}
.zs-lp .templates .wrapper{
border-top: 3px solid #000000;
max-width: 1040px;
padding: 100px 0 100px;
}
.zs-lp .templates .column-lt {
    padding: 0 70px 0 0;
    text-align: right;
}
.zs-lp .templates .column-lt, .zs-lp .templates .column-rt {
    width: 50%;
    float: left;
}
.zs-lp .templates .cntn-title {
        text-align: center;
    margin: 0 auto;
    max-width: 850px;
}
.zs-lp .templates .cntn-title span {
  color: #ea5d5f;
}
.zs-lp .templates .cntn-subtitle{
  font-size: 19px;
  color: #383838;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
  width: 60%;
}
.zs-lp .templates .column-links {
  overflow: hidden;
  margin-top: 50px;
}
.zs-lp .templates .column-lt {
  padding: 0 70px 0 0;
  text-align: right;
  width: 30%;
}
.zs-lp .templates .column-lt img {
  width: 80%;
  max-width: 220px;
}
.zs-lp .templates .column-rt {
line-height: 2.5;
font-size: 19px;
width: 70%;
}
.zs-lp .templates .column-rt ul{
  float: left;
  width:50%;
}
.zs-lp .templates .column-rt li {
    font-size: 18px;
    padding: 0 0px 0 20px;
    position: relative;
}
.zs-lp .templates .column-rt a {
  color: #567fc2;
  transition: all 0.3s ease;
}
.zs-lp .templates .column-rt a:hover {
    color: #181818;
}
.zs-lp .templates .column-rt li a::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 1px;
    border-top: 1px solid #567fc2;
    margin-right: 10px;
    position: absolute;
    top: 21px;
    left: 0;
}
/*templates section end before footer*/
/********  zoho-offer Section Starts ***********/
.zs-lp .zoho-offer img{
  left: 20px;
}
.zs-lp .zoho-offer .column-lt .img-part{
  left: 0;
  padding-right: 0;
  top:20px;
}
.zs-lp .cntn-part.zoho-offer .signup-button{
  background: #000;
}
.zs-lp .cntn-part.zoho-offer .column-lt .img-part::after{
  content: none;
}
.zs-lp .cntn-part.zoho-offer .wrapper{
  padding:90px 30px 120px;
}
.zs-lp .zoho-offer a.know-more{
  font-size: 14px;
  color: #de5456;
  text-transform: uppercase;
  padding-top: 20px;
  transition: all 0.5s ease;
  font-family: var(--zf-primary-bold);
  display: inline-block;
}
.zs-lp .zoho-offer a::after{
  content: '';
   background: url(/sites/zweb/images/survey/buy-response-arrowdown.png) 0/100% no-repeat;
   width: 9px;
   height: 16px;
   display: inline-block;
   margin: -2px 0 0 20px;
   vertical-align: middle;
   transition: all ease-in-out 0.2s;
   filter: invert(1);
   transform: rotate(-90deg);
   transition: all 0.2s ease-in-out;
}
.zs-lp .zoho-offer a:hover::after{
   position: relative;
   left: 1px;
   transition: all 0.2s ease-in-out;
}
/********  zoho-offer Section Ends ***********/
/*customer survey easy with zoho survey -ask question start*/
.zs-lp .ask-question p{
  text-align: center;
    max-width: 65%;
    margin: 0 auto;
    padding: 30px 0 0;
}
.zs-lp .ask-question .img-part{
    padding-top: 30px;
    padding-bottom: 0px;
}
/*customer survey easy with zoho survey -ask question end*/
.zs-lp .great p{
  width: 83%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 0;
}
.zs-lp .great .bold-text{
  width: 210px;
  display: inline-block;
 font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
}
.zs-lp .great .dash{
  padding: 0 40px 0 20px;
}
.zs-lp .great ul{
  margin: 0 auto;
  max-width: 810px;
  padding: 40px 0 10px;
}
.zs-lp .great ul li{
  list-style-type: disc;
  font-size: 22px;
  line-height: 1.9;
}
.zs-lp .using-customer.research .wrapper{
      padding: 100px 30px 50px;
}
.zs-lp .vision{
  max-width: 1040px;
  margin: 0 auto;
}
.zs-lp .seperate-line {
    max-width: 1040px;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
}
.zs-lp .vision p{
    padding: 50px 30px 100px;
}

/********  Footer Section Starts ***********/
.zs-lp .footer-banner{
  background: url(/sites/zweb/images/survey/zslp-temp-npo-footer.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  margin-bottom: 184px;
  background-attachment: fixed;
  background-position: right top;
  padding: 120px 0;
  backface-visibility: hidden;
}
.zs-lp .survey-logo-bg{
  background: #ffffff;
padding: 25px;
box-shadow: 1px 6px 9px 2px rgba(0,69,134,0.3);
border-radius: 999px;
width: 60px;
height: 60px;
display: inline-block;
position: absolute;
left: calc(50% - 35px);
text-align: center;
padding: 10px;
}
.zs-lp .survey-logo{
  background: rgba(0, 0, 0, 0) url("/sites/zweb/images/producticon/survey.svg") no-repeat;
    background-size: auto auto;
height: 50px;
line-height: 30px;
display: inline-block;
position: absolute;
width: 40px;
left: calc(50% - 20px);
bottom: 10px;
height: 40px;
background-size: 100%;
 }
.zs-lp .zoho-survey{
  color: #ffffff;
font-size: 18px;
padding: 70px 0 50px;
display: inline-block;
font-weight: 400;
}
 .zs-lp .lst-banner{
  color: #f9f9f9;
}
.zs-lp .lst-banner-small{
font-size: 50px;
letter-spacing: -2px;
width: 60%;
margin: 0 auto 20px;
text-align: center;
font-family: var(--zf-primary-bold);
line-height: 1.1;
}
.zs-lp .lst-banner-big{
  font-size: 80px;
  line-height: 1;
}
.zs-lp .lst-banner .signup a{
  min-width: 240px;
  height: 64px;
  padding: 19px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.zs-lp .lst-banner .signup a:hover{
  border-color: transparent;
  -webkit-box-shadow: 0 11px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 11px 30px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 11px 30px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 11px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 11px 30px rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
}
/********  Footer Section Ends ***********/
/* media querry */
@media all and (max-width:1024px){
  .zs-lp .wrapper{
    width: 90%;
  }
  .zs-lp .banner .banner-cntn {
    max-width: 820px;
    padding: 0 30px 60px;
    display: inline-block;
}
.zs-lp .banner .banner-rt-wrapper .imagedown{
width: 60%;
left: 280px;
height: 660px;

}img {
    width: 80%;
}

  .zs-lp .banner .wrapper,.zs-lp .banner .banner-lt, .zs-lp .banner .banner-rt {
    width: 100%;
  }
  .zs-lp .banner .banner-cntn .main-txt{
    font-size: 50px;
    letter-spacing: -1px;
  }
  .zs-lp .banner .banner-rt .banner-rt-wrapper{
    max-width: 90%;
    right: 0%;
  }
  .zs-lp .optimize-devices .device-icon[data-viewport="desktop"]{
    display: none;
  }
  /********  banner, iframe and footer responsive Ends ***********/
}
@media all and (max-width:768px){
  .zs-lp header .signup-button.use-this-button{
    width: auto;
  }
  .zs-lp header .optimize-devices{
    width: 245px;
  }
  .zs-lp .banner .banner-cntn .main-txt{
    font-size: 40px;
    line-height: 46px;
  }
  .zs-lp p{
    font-size: 18px;
  }
  .zs-lp .device-part .device-header .device-txt,
  .zs-lp .device-part .device-header .use-this-wrapper{
    width: 32%;
  }
  .zs-lp .device-part .device-header .optimize-devices{
    width: 36%;
  }
  .zs-lp .lst-banner-small{
    width: 80%;
  }
  /********  banner, iframe and footer responsive Ends ***********/
   .zs-lp .column-lt,.zs-lp .column-rt,.zs-lp .templates .column-rt ul{
    width:100%;
  }
  .zs-lp .cntn-part .column-rt .cntn-title,
  .zs-lp .features .cntn-title,
  .zs-lp .using-customer .cntn-title,
  .zs-lp .templates .cntn-title{
    font-size: 38px;
    line-height: 42px;
    letter-spacing: -1px;
    margin-bottom: 30px;
  }
  .zs-lp .column-rt .cntn-title{
    padding-top: 40px;
  }
  .zs-lp .using-customer .column-rt .img-part{
    left:50px;
    top:0;
  }
  .zs-lp .features .cntn-subtitle::before, .zs-lp .features .cntn-subtitle::after{
    width:20%;
  }
  .zs-lp .features p.last-txt{
    width: 75%;
    padding: 40px 0 0;
  }
  .zs-lp .using-customer .column-lt{
    padding: 0px 0px 60px 30px;
  }
  .zs-lp .templates .column-lt,.zs-lp .templates .column-rt{
    width: 50%;
  }
  .tempButtons .useThisBtn{
    margin-left: 0;
  }
  .tempButtons{
    top: 30%;
  }
  .frameimg:hover .tempButtons{
    top: 35%;
  }
}
@media all and (max-width:767px){
  .zs-lp header{
    position: relative;
  }
  .zs-lp .device-part .device-header,
  .zs-lp header .optimize-devices,
  .zs-lp header .signup-button.use-this-button,
  .zs-lp .frameimg{
    display: none;
  }
  .zs-lp .banner{
    margin-top: 0;
  }
  .zs-lp .templates .column-lt, .zs-lp .templates .column-rt {
    width: 100%;
}
.zs-lp .banner .banner-cntn {
    padding: 30px;
    max-width: 100%;
}
.zs-lp .banner .banner-rt-wrapper .imagedown{
    width: 60%;
left: 150px;
height: 350px;
}
.zs-lp .banner .banner-rt-wrapper .imageup{
    right: 160px;
}
.zs-lp .lst-banner-small {
    font-size: 30px;
}
  .zs-lp .iframe-container{
    opacity: 1;
    visibility: visible;
    z-index: 22;
  }
  .zs-lp .device-part .iframe-part.mobile,.zs-lp .device-part.iframeVisible .iframe-part.mobile{
    margin-bottom: 0;
  }
  .zs-lp .device-part .use-this-wrapper{
    display: block;
  }
  .zs-lp .feature-section-list, .zs-lp .features .img-part, .zs-lp .cntn-part .wrapper, .zs-lp .features .wrapper, .zs-lp .cntn-part.using-customer .wrapper, .zs-lp .templates .wrapper, .zs-lp .cntn-part.measuring-patient.identify .wrapper{
    padding: 60px 30px;
  }
  .zs-lp .using-customer p,.zs-lp .great p,.zs-lp .ask-question p{
    padding: 0;
  }
  .zs-lp .footer{
    padding: 82px 0;
  }
  /********  banner, iframe and footer responsive Ends ***********/
}
/* @media all and (max-width:736px){
  .zs-lp .device-part .device-header,
  .zs-lp header .optimize-devices{
    display: none;
  }
} */
@media all and (max-width:414px){
  .zs-lp .banner .wrapper{
    padding: 0 30px;
  }
  .zs-lp header .product-logo{
    margin: 27px 0px 25px 0px;
  }
  .zs-lp header .signup-button{
    width: auto;
  }
  .zs-lp header .product-logo{
    background: url(/sites/zweb/images/commonroot/zoho-logo-web.svg) no-repeat scroll left top / 60px auto;
    padding-left: 70px;
    font-size: 18px;
    line-height: 24px;
  }
  .zs-lp .banner .banner-rt{
    display: none;
  }
  .zs-lp .banner .banner-cntn .signup-button{
    margin-top: 40px;
  }
  .zs-lp .banner .banner-cntn .main-txt,
  .zs-lp .cntn-part .column-rt .cntn-title{
    letter-spacing: 0;
  }
  .zs-lp .banner .banner-cntn{
    max-width: 100%;
    padding: 60px 0 100px 0;
  }
  .zs-lp .banner .signup.view-temp{
    float: none;
  }
  .zs-lp .device-part .iframe-part{
    margin: 0 auto;
  }
  .zs-lp .device-part .iframe-part{
    padding: 30px 20px;
  }
  .zs-lp .sec-footer .sec-footer-txt{
    font-size: 32px;
    letter-spacing: 0;
  }
  .zs-lp .zoho-logo{
    max-width: 70px;
  }
  .zs-lp .footer-text a{
    display: block;
  }
  .zs-lp .lst-banner-small{
    font-size: 36px;
  }
  .zs-lp .footer{
    padding: 72px 0;
  }
  /********  banner, iframe and footer responsive Ends ***********/
  .zs-lp .cntn-part{
    padding: 0;
  }
  .zs-lp .feature-section-list,
  .zs-lp .features .img-part,
  .zs-lp .cntn-part .wrapper, .zs-lp .features .wrapper, .zs-lp .cntn-part.using-customer .wrapper,.zs-lp .templates .wrapper,.zs-lp .cntn-part.measuring-patient.identify .wrapper{
    padding: 60px 0;
  }
  .zs-lp .cntn-part .column-lt .img-part{
    padding-right: 0;
    margin: 40px 0;
  }
  .zs-lp .cntn-part .column-lt .img-part::after {
    right: 0px;
    top: -25px;
  }
  .zs-lp .cntn-part .column-rt p{
    margin-top: 20px;
  }
  .zs-lp .column-rt .cntn-title{
    padding-top: 10px;
  }
  .zs-lp .cntn-part .column-rt p,.zs-lp .templates .column-lt,.zs-lp .using-customer p,.zs-lp .great p,.zs-lp .ask-question p{
    padding: 0;
  }
  .zs-lp .features .cntn-subtitle{
    font-size: 18px;
    line-height: 30px;
  }
  .zs-lp .features .cntn-subtitle::before, .zs-lp .features .cntn-subtitle::after{
    width: 0;
  }
  .zs-lp .features p.last-txt{
    padding-top: 20px;
    width: 100%;
  }
  .zs-lp .features .img-part::after{
    top: 0;
  }
  .zs-lp .features .img-part,.zs-lp .features .cntn-subtitle,.zs-lp .templates .column-lt, .zs-lp .templates .column-rt,
  .zs-lp .using-customer .cntn-title{
    width: 100%;
  }
  .zs-lp .using-customer .column-lt{
    padding-left: 0;
  }
  .zs-lp .using-customer .column-rt .img-part{
    left: 30px;
    width: 90%;
  }
  .zs-lp .templates .column-lt{
    text-align: center;
  }
  .zs-lp .templates .column-rt{
    padding: 20px 0 0 30px;
  }
  .zs-lp .great p{
    width: 88%;
  }
  .zs-lp .ask-question p{
    max-width: 88%;
  }
}
@media all and (max-width:375px){
  .zs-lp header{
    padding: 0 15px;
  }
  .zs-lp header .signup-button{
    font-size: 10px;
  }
  .zs-lp header .signup-button.use-this-button{
    width: auto;
  }
  .zs-lp .banner .banner-cntn .main-txt, .zs-lp .cntn-part .column-rt .cntn-title,.zs-lp .features .cntn-title,.zs-lp .using-customer .cntn-title,.zs-lp .templates .cntn-title{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .zs-lp .banner .banner-cntn p{
    margin-top: 30px;
  }
  .zs-lp .sec-footer .sec-footer-txt{
    font-size: 28px;
    line-height: 34px;
  }
  .zs-lp .footer-text{
    font-size: 12px;
  }
  .zs-lp .lst-banner-small{
    line-height: 1.1;
  }
  /********  banner, iframe and footer responsive Ends ***********/
}
/******** media querry ends ***********/

/* animations */
.animate-translateY {
  transition: all ease 0.5s;
  -webkit-animation: translateY 1s infinite alternate; /* Safari 4.0 - 8.0 */
  animation: translateY 1s ease-in-out infinite alternate;
}
@keyframes translateY {
    0 { transform: translateY(-10px);}
    50%   { transform: translateY(-5px);}
    100% { transform: translateY(5px);}
}
@-webkit-keyframes translateY {
    0 { transform: translateY(-10px);}
    50%   { transform: translateY(-5px);}
    100% { transform: translateY(5px);}
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes wave {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 20px rgba(255,255,255,0.05);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes wave {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 20px rgba(255,255,255,0.05);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes pulse {
  0%{transform:scaleX(1)}
  50%{transform:scale3d(1.05,1.05,1.05)}
  to{transform:scaleX(1)}
}
@keyframes pulse {
  0%{transform:scaleX(1)}
  50%{transform:scale3d(1.05,1.05,1.05)}
  to{transform:scaleX(1)}
}
.pulse{animation-name:pulse}
.zs-lp .footer-banner{
    margin-bottom: 0;
}
h1, h2, h3, .cntn-title, .lst-banner-small{
    font-weight: 500 !important;
}
p, li a, .cntn-subtitle{
    font-weight: 400 !important;
}
.zoho-survey{
    font-family: var(--zf-primary-semibold),sans-serif !important;
}</pre></body></html>