.zw-template-inner *, .zw-template-inner :after, .zw-template-inner :before {
    box-sizing: border-box;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.zgdprform-opt-container {
    padding-top: 15px;
}
.zwf_formgroup .error {
    color: #f87435;
    margin: 0;
    padding: 5px 0 0 0px;
    text-align: left;
    display: none;
    font: 13px/1 var(--zf-primary-regular);
    opacity: .8;
}
.zwf_formgroup.invalid .error{
    display: block;
}
.privacylink {
    color: #0067ff;
}
*, p, h1, h2, h3, h4, li, ul {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    box-sizing: border-box;
}
.in-blk {
    display: inline-block;
}
.zsiq_floatmain {
   display: none !important;
}

.main-container {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
.sections {
    position: absolute;
    left: 100%;
}
.quiz-start {
    width: 100%;
    height: 100vh;
    background-image: url(/sites/zweb/images/crm/images/background-2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2939dd;
    display: flex;
    justify-content: space-between;
    left: 0;
}
.quiz-start-left {
    padding: 80px;
    width: 60%;
    position: relative;
    z-index: 5;
}
.quiz-start-left::before {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    right: -37px;
    bottom: 0;
    width: 457px;
    height: 531px;
    z-index: -1;
}
.quiz-start-left.bg_lazy_loaded::before {
   background-image: url(/sites/zweb/images/crm/images/character-image-2x.png);
}
.zoho-logo {
    width: 169px;
    height: 54px;
    display: block;
    margin-bottom: 35px;
}
.zoho-logo.bg_lazy_loaded {
    background-image: url(/sites/zweb/images/crm/images/sprite-2x.png);
    background-size: 442px auto;
    background-position: -31px -19px;
}
h1 {
    font: 82px/1.05 var(--zf-primary-extrabold);
    color: #ffffff;
    letter-spacing: -3px;
    text-shadow: 0px 8px 0px #000000;
}
.sub-cont1 {
    font: 20px/1.6 var(--zf-primary-regular);
    color: #ffffff;
    max-width: 350px;
    margin: 45px 0px 20px;
}
.highlight-txt {
    font: 22px/1 var(--zf-primary-semibold);
    color: #ffd200;
    padding: 15px 30px;
    background-color: #01204f;
    border-radius: 20px;
    width: 365px;
}
.sub-cont2 {
    font: 20px/1.4 var(--zf-primary-regular);
    color: #e1ecfb;
    max-width: 530px;
    margin-top: 30px;
}
.copy-txt {
    font: 12px/1.6 var(--zf-primary-regular);
    color: #b4d1fc;
    width: max-content;
    position: absolute;
   bottom: 0px;
    padding: 10px 0px;
}
.copy-txt .ZPprivacy li a {
    color: #b4d1fc;
}
.copy-txt.gry-txt {
    color: #7c7c7d;
    left: 80px;
}
.copy-txt.gry-txt .ZPprivacy li a {
    color: #7c7c7d;
    left: 80px;
}
.r-g-f .zw-only-copyright .content-wrap {
    padding: 0px;
    width: 100%;
}
.zw-only-copyright p {
    padding: 0px;
}
.quiz-start-right {
    padding: 0px 60px 0px 115px;
    width: 40%;
    background-color: #f0fcfd;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.quiz-intro {
    position: absolute;
    left: 0;
    padding: 0px 60px 0px 115px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column; 
}
.quiz-intro-inner {
    width: 100%;
   margin: 0 auto;
}
.callback-btn-sec {
      padding: 100px 30px;
}
.callback-btn-sec p {
      font: 22px / 1.4 var(--zf-primary-semibold);
    text-align: center;
    padding-bottom: 20px;
}
.request-btn {
     background: #0067ff;
    color: #fff;
    position: relative;
    text-align: center;
    padding: 12px 30px;
    width: max-content;
    display: block;
    border-radius: 30px;
    font-size: 20px;
    font-family: var(--zf-primary-semibold);
    margin: 0 auto;
    cursor: pointer;
    line-height: 1;
    box-shadow: 2.571px 3.064px 0 0 #000;
}
.quiz-form {
    padding: 80px 30px 90px;
   background: #f0fcfd;
    width: 100%;
    display: flex;
    justify-content: center;
}
.quiz-form-inner{
   width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.quiz-works {
    font: 18px/1.4 var(--zf-primary-bold);
    margin-bottom: 30px;
}
.quiz-intro-inner ul li {
    font: 16px/1.5 var(--zf-primary-regular);
    text-indent: -20px;
    margin-bottom: 20px;
    padding-left: 20px;
}
.note-sec {
    font: 12px/1.5 var(--zf-primary-regular);
    margin-bottom: 50px;
}
.zwfp_formgroup label {
    font: 13px/1 var(--zf-primary-regular);
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 25px;
    position: relative;
}
.country label{
   width: 100%;
}
.zgdprform-countrylist-container, .zgdprform-state-container {
    width: 48%;
}
div.zgdprform-state-container {
     margin-top: 0px;
}
div.zgdprform-state-container .globalstatecode, div.zgdprform-countrylist-container .globalcountrycode {
   border-radius: 5px;
}
.captcha-sec {
    margin-top: 25px;
}
.captcha-box {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #e4e4e4;
    overflow: hidden;
}
.zwf_formgroup .d-flex {
        display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 70px;
    width: 70%;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    overflow: hidden;
}
.zwf_form_sec img[id^="imgid"] {
    border: 0;
    margin: 0;
}
.zwf_webform img[id^="imgid"] {
    border: 0;
    margin: 0;
}
.zwf_formgroup .d-flex a {
    position: relative;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.captcha-box #captha-field {
   border: 0;
    border-right: 1px solid #dedede;
    max-height: unset;
    background: #fff;
    padding: 10px 20px;
    width: 50%;
    font-size: 20px;
}
.sign_agree {
  margin-top: 15px;
}
.quiz-start-btn {
    width: 180px;
    height: 180px;
    background-color: #ffd200;
    box-shadow: 2.571px 3.064px 0px 0px rgba(0, 0, 0);
    border: 1px solid #000;
    border-radius: 50%;
    font: 22px/180px var(--zf-primary-semibold);
    text-align: center;
    position: absolute;
    right: -90px;
    cursor: pointer;
    top: calc(50% - 90px);
    z-index: 2;
}
.move-left-0 {
    animation: moveLeft0 1s ease-in-out forwards;
}
.move-left-100 {
    animation: moveLeft100 1s ease-in-out forwards;
}
@keyframes moveLeft0 {
    from{
        left: 100%;
    } to {
        left: 0;
    }
}
@keyframes moveLeft100 {
    from{
        left: 0;
    } to {
        left: -100%;
    }
}
.move-right-0 {
    animation: moveRight0 1s ease-in-out forwards;
}
.move-right-100 {
    animation: moveRight100 1s ease-in-out forwards;
}
@keyframes moveRight0 {
    from{
        left: -100%;
    } to {
        left: 0;
    }
}
@keyframes moveRight100 {
    from{
        left: 0;
    } to {
        left: 100%;
    }
}
.click-act {
    animation: btnClick 0.15s ease-in-out forwards;
}
@keyframes btnClick {
    0%{
        transform: scale(1);
    } 50% {
        transform: scale(0.95);
    } 100% {
        transform: scale(1);
    }
}
.fade-out {
    animation: fadeOut 0.5s ease-in-out forwards;
}
@keyframes fadeOut {
    0%{
        transform: scale(1);
    } 100% {
        transform: scale(0);
        display: none;
    }
}
.form-title-wrap {
    width: 100%;
}
.form-title {
    font: 36px/1.3 var(--zf-primary-bold);
    display: block;
    max-width: 600px;
    text-align: center;
    margin: 0 auto 50px;
}
.form-subtxt {
    font: 20px/1.75 var(--zf-primary-regular);
}
.form-highlights {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.form-highlights li {
    position: relative;
    margin-bottom: 20px;
    font: 20px / 1.75 var(--zf-primary-regular);
    width: 50%;
    padding-left: 30px;
}
.form-highlights li:last-child {
    margin-bottom: 0px;
}
.form-highlights li span {
    font-family: var(--zf-primary-bold);
}
.form-highlights li::before {
    content: '';
    position: absolute;
    background-image: url(/sites/zweb/images/crm/images/sprite-2x.png);
    background-size: 442px auto;
    background-position: -31px -228px;
    width: 19px;
    height: 19px;
    left: 0px;
    top: 8px;
}
.form-lable {
    font: 14px/1.6 var(--zf-primary-regular);
    margin-bottom: 15px;
    color: #666666;
    display: block;
}
.form-wrapper {
width: 45%;
}
.quiz-form-inner .zwf_email {
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    font: 16px/1 var(--zf-primary-regular);
    padding: 10px 0px;
}
.zwf_description {
    background: none;
    border: 1px solid #000;
    width: 100%;
    font: 16px/1 var(--zf-primary-regular);
    padding: 10px;
    margin-top: 30px;
    border-radius: 6px;
    height: 45px;
    resize: vertical;
}

.quiz-sec {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 100%;
}
.quiz-selection-sec {
   display: block;
    padding: 60px 30px 100px;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 100%;
}
.quiz-selection-sec-title {
    display: flex;
    justify-content: center;
}
.quiz-selection-sec-title h2{
     margin-bottom: 0;
    font: 44px/1.2 var(--zf-primary-semibold);
    text-align: center;
}
.quiz-selection-sec-title p{
      font: 14px/1.2 var(--zf-primary-semibold); 
      color: #737373;
}
.qus-list-cont {
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
    margin: 50px auto 0px;
}
.qus-colms {
     width: 32.5%;
}
.qus-col-box {
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 4px 8.28px 0.72px rgba(101, 100, 100, 0.26);
  padding: 25px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
.qus-col-box.active-box {
    background-color: rgb(240, 252, 253);
}
.box-active-box {
   position: absolute;
    background-position: -62px -228px;
    background-image: url(/sites/zweb/images/crm/images/sprite-2x.png);
    background-size: 442px auto;
    width: 19px;
    height: 19px;
    display: block;
    right: 15px;
    top: 15px;
}
.qus-col-box.active-box .box-active-box{
    background-position: -31px -228px;
}
.qus-col-box p{
  margin-top: 5px;
}
.continue-btn-sec {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(243,242,242,0.7);
   display: none;
}
.continue-btn-wrap {
        max-width: 2300px;
       padding: 0px 30px;
       display: flex;
    align-items: center;
    justify-content: flex-end;
   margin: 0 auto;
    height: 100%;
    width: 100%;
}
.continue-btn {
    width: 200px;
    height: 38px;
    border: 1px solid #000;
    box-shadow: 2.571px 3.064px 0 0 #000;
    background-color: #ffd200;
    border-radius: 5px;
    display: block;
    font: 15px/38px var(--zf-primary-semibold);
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.edition-quiz-illus {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 15%;
    z-index: -1;
}
.quiz-sec.illust-active .edition-quiz-illus, .quiz-sec.illust-active::after,.shadow-box.illust-active {
    animation: illusMove 1s ease-in-out forwards;
}
@keyframes illusMove {
    from{
        right: 0%;
    } to {
        right: 40%;
    }
}
.shadow-box {
    box-shadow: 0px 0px 9.4px 0.6px rgba(0, 0, 0, 0.2);
    height: 100%;
    position: absolute;
    right: 0%;
}
.question-sec {
    width: 60%;
    padding: 130px 80px 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.select-btn {
     font: 15px/1 var(--zf-primary-semibold);
     position: absolute;
     top: 60px;
     left: 80px;
     cursor: pointer;
}
.select-icon.bg_lazy_loaded {
    background-image: url(/sites/zweb/images/crm/images/sprite-2x.png);
    background-size: 442px auto;
    background-position: -32px -258px;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    display: inline-block;
}
.question-sec .zoho-logo{
    background-position: -31px -89px;
}
h2 {
    font: 38px/1.2 var(--zf-primary-semibold); 
    max-width: 600px;
    margin-bottom: 45px;
}
    .quiz-4 h2, .quiz-5 h2 {
         margin-bottom: 15px;
     }
   .qus-sub-title {
          margin-bottom: 20px;
    display: block;
    font: 14px/1.2 var(--zf-primary-regular);
    color: #7c7c7d;
}
.option-icon {
    background-repeat: no-repeat;
    display: inline-block;
    background-position: -64px -155px;
    width: 24px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
}
.option-icon.bg_lazy_loaded {
    background-image: url(/sites/zweb/images/crm/images/sprite-2x.png);
    background-size: 442px auto;
}
.active-icon.bg_lazy_loaded {
    background-position: -31px -155px;
}
.option-txt {
    font: 22px/1 var(--zf-primary-regular); 
    vertical-align: middle;
}
.qus-bottom-sec {
    display: flex;
}
.scroll-txt {
  padding-top: 30px;
  font: 14px/1.2 var(--zf-primary-regular);
  color: #7c7c7d;
  display:none;
}
.next-btn-sec {
    width: max-content;
    position: relative;
}
.prev-btn-sec {
    margin-right: 30px;
}
.next-btn, .prev-btn {
    width: 200px;
    height: 38px;
    border: 1px solid #000;
    box-shadow: 2.571px 3.064px 0px 0px rgb(0, 0, 0);
    background-color: rgb(255, 210, 0);
    border-radius: 5px;
    display: block;
    font: 15px/38px var(--zf-primary-semibold);
    text-align: center;
    text-transform: uppercase;
    opacity: 0.5;
    cursor: pointer;
    position: relative;
}
.next-btn {
    pointer-events: none;
}
.prev-btn {
    opacity: 1;
}
.bg-layer {
    position: absolute;
    height: 100%;
    display: block;
    background-color: rgb(255, 210, 0);
    border-radius: 5px;
    top: 0;
    z-index: -1;
    width: 0;
    transition: 0.5s linear;
}
.bg-layer.finish-layer, .next-btn.finish-btn {
    background-color: #eee;
}
.tooltip-box {
    width: 150px;
    background-color: #434343;
    border-radius: 5px;
    font: 10px/1.4 var(--zf-primary-semibold);
    padding: 6px 30px;
    color: #d4d4d4;
    text-align: center;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.tooltip-box::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #434343;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%,0) rotate(45deg);
}
.sub-qus-sec {
    width: 40%;
    position: relative;
}
.main-qus-sec {
    width: 100%;
    height: 100%;
    overflow: scroll;
    background-color: #f3fcfd;
    position: absolute;
    left: 100%;
}
.sub-qus-title {
    background-color: #b6eefb;
    text-align: center;
    text-transform: uppercase;
    font: 18px/1.4 var(--zf-primary-bold);
    padding: 20px 0px;
}
.main-features {
    padding: 30px 55px;
}
.main-note {
    font: 16px/1.5 var(--zf-primary-semibold);
}
.main-note span{
    color: #ff0000;
}
.flex-form-sec {
   display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-form-sec .zwf_formgroup {
    width: 48%;
}
.flex-form-sec input {
    border-radius: 5px;
    padding: 10px 10px;
    font-size: 13px;
    border: 1px solid #e4e4e4;
   width: 100%;
}
label span.red-str {
  color: red;
}
label span.hgt-mrk {
   font: 14px/1.5 var(--zf-primary-regular);
}
.main-features-fixed,.country {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}
.main-feature-cont {
    background-color: #d5f4fb;
    border: 1px solid #bbd9e0;
    border-radius: 10px;
    text-align: center;
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85px;
    font: 16px/1.4 var(--zf-primary-regular);
    margin-bottom: 20px;
    padding: 0px 42px;
}
.main-feature-cont.ful-wdth {
   width: 100%;
}
.full-box-feature {
     background-color: #d5f4fb;
    border: 1px solid #bbd9e0;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    font: 16px / 1.4 var(--zf-primary-regular);
    margin-bottom: 20px;
    padding: 20px;
    margin-top: 20px;
}
.inner-title {
   font: 16px / 1.4 var(--zf-primary-bold);
   margin-bottom: 20px;
}
.inner-box {
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-box .main-feature-cont {
   background: #fff;
}
.sub-features-title{
     font: 16px/1.4 var(--zf-primary-semibold);
     color: #0067ff;
     padding-bottom: 30px;
}
.sub-features-container {
    position: relative;
}
.sub-features-overlay {
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 2;
}
.overlay-content {
    background-color: #f0fcfd;
    color: #000;
    font: 16px/1.4 var(--zf-primary-regular);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 80%;
  max-width: 350px;
}
.sub-features-options {
    padding: 30px 55px;
    position: absolute;
    top: 0;
    width: 100%;
}
.sub-qus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.sub-qus:last-child {
    margin-bottom: 0px;
}
.sub-qus-options li, .qus-options li {
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
}
.sub-qus-options li:last-child {
    margin-right: 0px;
}
.sub-qus-options .option-txt {
    font: 16px/1 var(--zf-primary-regular);
    vertical-align: middle;
}
.sub-qus-options .option-icon {
    width: 19px;
    height: 19px;
}
.sub-qus-options .option-icon.bg_lazy_loaded {
    background-image: url(/sites/zweb/images/crm/images/sprite-2x.png);
    background-size: 442px auto;
    background-position: -124px -158px;
}
.option-icon.active-sub-icon.bg_lazy_loaded {
    background-position: -97px -158px;
}
.sub-qus p {
    width: 48%;
    font: 18px/1.3 var(--zf-primary-regular);
}
.sub-qus-options{
    width: 43%;
}
.feedback-sec {
    display: none;
    padding: 50px 30px 150px;
    height: auto;
}
.feedback-sec h2{
    max-width: 1200px;
    text-align: center;
    margin: 0 auto 50px;
}
.feedback-sec .crm-logo{
    background-image: url(/sites/zweb/images/crm/images/sprite-2x.png);
    background-size: 442px auto;
    background-position: -31px -89px;
    width: 169px;
    height: 54px;
    display: block;
    margin: 0px auto 25px;
}
.feedback-form-sec {
         margin: 0 auto;
        max-width: 500px;
}
.feedback-sec .form-wrapper {
    width: 100%;
}
.form-btn-grps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
   margin-top: 30px;
}
.feedback-sec .submit-btn {
    width: 48%;
    height: 38px;
    border: 1px solid #000;
    box-shadow: 2.571px 3.064px 0 0 #000;
    background-color: #ffd200;
    border-radius: 5px;
    display: block;
    font: 16px / 1 var(--zf-primary-semibold);
    cursor: pointer;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.feedback-sec .skip-btn {
     width: 48%;
    height: 38px;
    border: 1px solid #000;
    box-shadow: 2.571px 3.064px 0px 0px rgb(0, 0, 0);
    background-color: #ffffff;
    border-radius: 5px;
    display: block;
    font: 16px / 1 var(--zf-primary-semibold);
    cursor: pointer;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.result-sec {
    display: none;
    padding-top: 100px;
}
.zwf_success_alert {
	display: none;
        margin: 0px auto 0;
        height: 42px;
        position: fixed;
        z-index: 9999;
        width: 100%;
        left: 0;
        top: 0;
}
.zwf_success_alert .zwf_scs_txt {
	font-size: 16px;
        display: block;
        text-align: center;
        font-family: var(--zf-primary-regular);
        color: #fff;
}
.zwf_success_alert .zwf_close_icn{
	font-size: 13px;
        cursor: pointer;
        color: #fff;
        font-family: var(--zf-primary-regular);
        position: absolute;
        top: 15px;
        right: 12px;
}
.retest-btn {
        width: 100px;
    height: 30px;
    text-align: center;
    font: 12px/32px var(--zf-primary-bold);
    background-color: #0067ff;
    color: #fff;
    cursor: pointer;
    position: fixed;
    transform: rotate(270deg) translateY(-50%);
    right: -50px;
    top: 50%;
    z-index: 10;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
}
.result-top {
    max-width: 600px;
    margin: 0 auto;
}
.zoho-logo-cent {
    width: 169px;
    height: 54px;
    display: block;
    margin: 0px auto 35px;
    text-align: center;
}
.zoho-logo-cent.bg_lazy_loaded {
    background-image: url(/sites/zweb/images/crm/images/sprite-2x.png);
    background-size: 442px auto;
    background-position: -31px -89px;
}
.thanx-txt {
    font: 28px/1.4 var(--zf-primary-regular);
    text-align: center;
    display: block;
    max-width: 400px;
    margin: 0 auto 30px;
}
.rec-txt {
    font: 22px/1.8 var(--zf-primary-regular);
    color: #444444;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.plans-sug {
    display: flex;
    justify-content: center;
    max-width: 600px;
    margin: 25px auto 0px;
   align-items: center;
}
.plans {
    background-color: #dafafb;
    box-shadow: 2.571px 3.064px 0px 0px rgb(0, 0, 0);
    border-radius: 5px;
    border: 1px solid #000000;
    padding: 40px;
    width: 48%;
}
.plans-divid {
   display: block;
   margin: 0px 30px;
   font: 20px/1 var(--zf-primary-bold);
}
.plan-title {
    display: block;
    text-align: center;
    font: 20px/1.3 var(--zf-primary-regular);
}
.plan-price {
    display: block;
    text-align: center;
    font: 34px/1.3 var(--zf-primary-bold);
}
.plan-des {
    display: block;
    text-align: center;
    font: 14px/1.9 var(--zf-primary-regular);
}
.signup-btn {
    width: 200px;
    height: 38px;
    border: 1px solid #000;
    box-shadow: 2.571px 3.064px 0px 0px rgb(0, 0, 0);
    background-color: #f0483e;
    border-radius: 5px;
    display: block;
    font: 15px/38px var(--zf-primary-semibold);
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 25px;
    color: #fff;
}
.choice-txt {
    font: 12px/1.3 var(--zf-primary-regular);
    color: #878787;
    text-align: center;
    max-width: 235px;
    float: right;
    margin-top: 10px;
}
.selection-section {
    max-width: 900px;
    margin: 0px auto 0px;
    clear: both;
    position: relative;
}
.selection-title {
    font: 28px/1.4 var(--zf-primary-regular);
    display: block;
    text-align: center;
}
.clr-indication {
    display: flex;
    justify-content: flex-end;
    padding-top: 35px;
}
.clr-yes, .clr-maybe, .clr-default{
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 14px;
}
.clr-yes span , .clr-maybe span, .clr-default span {
    width: 22px;
    height: 22px;
    background-color: #e3fbe1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.clr-maybe span {
    background-color: #fbf6e1;
}
.clr-default span {
    background-color: #e1f9fb;
}
.selction-table {
    margin-top: 45px;
    position: relative;
    border: 1px solid #dadada;
    border-radius: 10px;
}
.table-active {
    position: absolute;
    height: 100%;
    width: 17%;
    top: 0;
    left: 0;
    border: 1px solid #666;
    box-shadow: 0px 0px 3px 0px #cccccc;
    border-radius: 10px;
    display: block;
    z-index: 1;
}
.selction-table ul, .selction-table div {
    display: flex;
    background-color: #ffffff;
    border-bottom: 1px solid #cac8c8;
    padding: 18px 0px;
    padding-left: 20px;
}
.selction-table ul {
    background-color: #e1f9fb;
    padding-left: 0;
}
.selction-table ul:last-child {
     border-radius: 0px 0px 10px 10px;
}
.selction-table ul.row-1{
        position: sticky;
        top: 0;
    border-radius: 10px 10px 0px 0px;
   background-color: #ededed;
}
.selction-table ul.row-1 li , .selction-table div{
        font: 18px/1.4 var(--zf-primary-bold);
}
.col-1 {
    width: 28%;
    padding-left: 20px;
}
.row1.col-1 {
    font: 18px/1.4 var(--zf-secondary-medium);
}
.col-2,.col-3,.col-4,.col-5 {
    width: 18%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tick-icon{
    width: 18px;
    height: 18px;
    display: block;
}
.tick-icon.bg_lazy_loaded {
    background-image: url(/sites/zweb/images/crm/images/sprite-2x.png);
    background-size: 442px auto;
    background-position: -156.5px -158.5px;
}
.grn-clr {
    background-color: #e3fbe1 !important;
}
.pink-clr {
    background-color: #fbf6e1 !important;
}
.tabel-desc {
    font: 12px/1.4 var(--zf-primary-regular);
    margin-top: 15px;
    text-align: center;
}
.main-feature-cont .bold-txt, .note-sec span, .sub-qus p span, .choice-txt span, .tabel-desc span{
    font-family: var(--zf-primary-bold);
}

.down-cta-sec {
    width: max-content;
    margin: 0 auto;
    padding: 70px 0px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.down-btn, .compare-btn, .feedback-btn {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 2.571px 3.064px 0px 0px rgb(0, 0, 0);
    border: 1px solid #000;
    text-transform: uppercase;
    font: 15px/40px var(--zf-primary-semibold);
    width: 220px;
    height: 40px;
    display: block;
    text-align: center;
    cursor: pointer;
}
.compare-btn {
    border-radius: 5px;
    background-color: #ffd200;
    color: #000;
}
.feedback-btn {
    border-radius: 5px;
    background-color: #f0483e;
    color: #fff;
    margin-left: 30px;
    display: none;
}
.down-btn span {
    display: inline-block;
     background-image: url(/sites/zweb/images/crm/images/sprite-2x.png);
    background-size: 442px auto;
    width: 18px;
	height: 17px;
    background-position: -190px -159px;
    margin-left: 10px;
}
.progress-bar {
    position: absolute;
    width: 200px;
    bottom: 80px;
    left: 80px;
    border-radius: 10px;
    height: 10px;
    border: 1px solid #c8c7c7;
    z-index: 10;
    display: none;
    overflow: hidden;
}
.progress-bar span{
    display: block;
    background-color: #ccccca;
    width: 0%;
    height: 10px;
    transition: 0.5s linear;
}
.final-copy {
        color: #7c7c7d;
    font: 12px/1.6 var(--zf-primary-regular);
    text-align: center;
    display: block;
    padding-bottom: 30px;
}
.zw-only-copyright.final-copy ul li a {
    color: #7c7c7d;
}
.non-umain .buy-btn, .body-umain .start-btn, .mobile-show {
    display: none;
}
.zw-only-copyright {
     padding-left: 30px;
     padding-right: 30px;
}

/* Other lang starts */  
.i18n-de .quiz-star-main-sec h1 {
    font-size: 40px;
}
.i18n-de .form-btn-grps * {
    font-size: 15px;
}
.i18n-de .quiz-star-main-sec h1 {
    font-size: 40px;
    text-shadow: none;
}
/* Other lang ends */

@media only screen and (min-width: 1500px) {
.quiz-start-right {
    width: 45%;
}
    .quiz-start-left {
       width: 55%;
        display: flex;
        justify-content: center;
       align-items: center;
    }
    .quiz-star-main-sec {
        max-width: 700px;
    }
.quiz-intro-inner {
    max-width: 700px;
}
}

@media only screen and (max-width: 1730px) {
    .sub-qus {
        display: block;
    }
.main-feature-cont {
    height: auto;
    padding: 10px 30px;
}
    .sub-qus p {
       margin-bottom: 10px;
       width: 100%;
    }
    .sub-qus-options {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-height: 800px){
   .sub-cont1 {
    max-width: 600px;
   }
h1 {
    font: 64px/1.05 var(--zf-primary-extrabold);
}
.quiz-start-left {
    padding: 40px;
}
.quiz-intro {
    padding: 0 40px 0 70px;
}
.quiz-start-btn {
    width: 120px;
    height: 120px;
    font: 16px/120px var(--zf-primary-semibold);
    right: -60px;
}
.feedback-sec {
    padding: 30px 30px 150px;
}
.feedback-sec h2 {
    font: 30px / 1.2 var(--zf-primary-semibold);
   margin: 0 auto 30px;
}
}

@media only screen and (min-width: 1200px) and (max-height: 700px){
.quiz-star-main-sec {
    max-width: 550px;
}
.quiz-start-left {
    padding: 60px;
}
h1 {
    font: 48px/1.05 var(--zf-primary-extrabold);
    letter-spacing: 0px;
}
.quiz-start-left {
        align-items: flex-start;
         justify-content: flex-start;
}
.zoho-logo {
    margin-bottom: 20px;
}
.sub-cont1 {
    font: 16px/1.6 var(--zf-primary-regular);
    margin: 30px 0 20px;
    max-width: 420px;
}
.highlight-txt {
    font: 20px/1 var(--zf-primary-semibold);
    width: 335px;
}
.sub-cont2 {
    font: 16px/1.4 var(--zf-primary-regular);
    margin-top: 20px;
    max-width: 420px;
}
.question-sec {
    padding: 40px 80px 120px;
}
h2 {
    font: 30px/1.2 var(--zf-primary-semibold);
    margin-bottom: 20px;
}
}

@media only screen and (max-width: 1500px) {
    .quiz-start-left::before {
    right: -88px;
    bottom: -80px;
    transform: scale(0.7);
}
}

@media only screen and (max-width: 1200px) {
.sections {
    position: static;
}
.scroll-txt {
   display: none;
}
    .main-container {
        overflow: auto;
        height: auto;
    }
    .quiz-start-left::before{
        display: none;
    }
section.move-right-0, section.move-left-0 {
    display: block;
    animation: none;
}
section.move-right-100, section.move-left-100 {
    display: none;
     animation: none;
}
    .quiz-start {
        display: block;
        height: auto;
        background-size: auto;
        background-image: none;
    }
    .quiz-start-left {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
.bg_lazy_loaded.quiz-start-left {
        background-image: url(/sites/zweb/images/crm/images/background-2x.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .quiz-start-left .zoho-logo {
        margin: 35px auto;
    }
    .sub-cont1 {
        max-width: 700px;
        margin: 45px auto 20px;
    }
    .highlight-txt {
        margin: 0 auto;
    }
    .sub-cont2 {
        max-width: 700px;
        margin: 30px auto 0px;
    }
    .quiz-start-right {
        width: 100%;
        border-radius: 0px;
        padding: 80px;
    }
    .quiz-intro {
        position: static;
        padding: 0px;
    }
    .quiz-start-btn {
        position: static;
        height: 45px;
        border-radius: 5px;
        width: 220px;
        display: block;
        margin: 0 auto;
        font: 14px/45px var(--zf-primary-semibold);
        text-transform: uppercase;
    }
    .next-btn, .prev-btn {
        font: 14px/38px var(--zf-primary-semibold);
    }
.main-features-fixed {
    justify-content: flex-start;
}
    .main-feature-cont {
        width: 30%;
        height: auto;
        padding: 20px;
        margin: 0px 1.5% 20px;
    }
    h2 {
        max-width: 100%;
        font: 30px/1.2 var(--zf-primary-semibold);
        margin-bottom: 30px;
    }
    .copy-txt {
        position: static;
        color: #000;
        text-align: center;
        width: 100%;
        padding: 50px 0px 0px;
        display: block;
    }
 .feedback-sec .copy-txt {
        padding: 90px 0px 50px;
    }
.feedback-sec {
    padding: 50px 30px 0px;
}
.copy-txt .ZPprivacy li a {
    color: #000;
}
    .quiz-sec {
        position: static;
        display: none;
        padding: 80px;
        height: auto;
    }
.quiz-selection-sec {
        position: static;
        display: none;
        padding: 120px 80px 80px;
        height: auto;
    }
    .shadow-box {
        display: none;
    }
 .sub-features-options {
        opacity: 0.3;
        pointer-events: none;
        position: static;
    }
    .main-qus-sec {
        position: static;
        overflow: inherit;
    }
    .question-sec {
        width: 100%;
        padding: 0px;
        margin-bottom: 80px;
    }
    .sub-qus-sec {
        width: 100%;
    }
    .qus-bottom-sec {
        justify-content: center;
        margin: 40px 30px 0px;
    }
    .edition-quiz-illus {
        display: none;
    }
    .sub-features-overlay {
        position: absolute;
    }
    .qus-cont {
        position: sticky;
        top: 0;
    }
    .selection-section {
        padding: 0px 30px;
    }
.quiz-form-inner{
   display: block;
}
.form-highlights {
    margin: 20px auto;
}
.form-title {
   font-size: 32px;
}
.form-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.quiz-form .submit-btn {
    margin: 40px auto 0;
}
}

@media only screen and (max-width: 991px) {
    .quiz-selection-sec {
    padding: 90px 30px 80px;
}
.feedback-form-sec {
    max-width: 500px;
}
.qus-col-box {
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 0 1px 2.28px 0.72px rgb(101 100 100 / 26%);
}
.callback-btn-sec {
      padding: 70px 30px;
}
.down-cta-sec {
    padding: 70px 0;
}
}

@media only screen and (max-width: 767px) {
   .quiz-start {
     display: none;
}
.main-container {
    overflow: unset;
    padding: 80px 0px 0px 25px;
}
.turwrn-msgsec {
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block !important;
}
    .turwrn-msgcnt {
    max-width: 290px;
    width: 100%;
    background: #0066fe;
    color: #fff;
    padding: 30px 25px 100px;
    border-radius: 8px;
    box-sizing: border-box;
}
.turwrn-msg1 {
    font: 24px/1.4 var(--zf-primary-bold);
    position: relative;
    z-index: 1;
}
.turwrn-mobmsg {
    display: block;
    font: 17px/1.2 var(--zf-primary-bold);
    max-width: 180px;
    width: 100%;
    padding-top: 75px;
    position: relative;
    z-index: 1;
}
.turwrn-msgsec::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(/sites/zweb/images/crm/crm-tour-phone-bg.png);
    background-size: cover;
    width: 290px;
    height: 352px;
    border-bottom-left-radius: 8px;
}
.turwrn-illus {
    position: absolute;
    right: 0;
    bottom: -48px;
}
.tur-mncnt {
    margin: 50px 0 100px 30px;
    height: unset !important;
}
.form-highlights li {
    width: 100%;
    font: 18px / 1.75 var(--zf-primary-regular);
}
}

/* de codes starts */
@media only screen and (max-width: 1200px) {
    .i18n-de .quiz-start-btn {
        margin: 50px auto 20px; 
    }
    .i18n-de section.move-right-100, .i18n-de section.move-left-100 {
        display: none;
        animation: none;
    }
    .i18n-de .plans-sug {
        flex-direction: column;
        gap: 50px;
    }
    .i18n-de .result-sec .result-top {
        text-align: center;
    }
    .i18n-de span.choice-txt {
        float: none;
    }
    .i18n-de .zw-only-copyright, .i18n-de .copy-txt .ZPprivacy li a {
            color: #fff;
    }
    .i18n-de .question-sec .zoho-logo {
        background-image: url(/sites/zweb/images/crm/images/sprite-2x.png);
        background-size: 350px auto;
        background-position: -20px -64px;
        margin-top: 30px;
    }
    .i18n-de span.option-txt {
        font-size: 18px;
    }
.i18n-de .selction-table-container {
    overflow: scroll;
}
.i18n-de .selction-table {
    width: 800px;
}
.i18n-de span.thanx-txt {
    font-size: 24px;
}
}
@media only screen and (max-width: 991px) {
    .i18n-de .qus-col-box {
        padding: 40px 20px 30px;
    }
    .i18n-de .quiz-selection-sec {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 481px){
    .i18n-de .plans{
        width: 60%;
    }
    .i18n-de .plans > div a{
        text-align: center;
        margin: 25px auto 0;
    }
}
@media only screen and (max-width: 767px) {
    .i18n-de .quiz-start {
        display: block;
    }
    .i18n-de .main-container {
        overflow: auto;
        padding: 0;
    }
.i18n-de .qus-colms {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}
.i18n-de .qus-list-cont {
    flex-direction: column;
}
.i18n-de .qus-col-box {
    flex: 1;
}
.i18n-de .continue-btn-sec {
    bottom: 50px;
}
.i18n-de .main-features-fixed {
    flex-direction: column;
}
.i18n-de .main-feature-cont {
    width: 100%;
}
.i18n-de .quiz-sec {
    padding: 40px;
}
.i18n-de h2 {
    font-size: 26px;
}
.i18n-de .option-txt {
    font-size: 18px;
}
.i18n-de .select-btn {
    left: 40px;
}
.i18n-de .zoho-logo {
    margin-top: 90px;
}
    .i18n-de .zoho-logo.bg_lazy_loaded {
        background-image: url(/sites/zweb/images/crm/images/sprite-2x.png);
        background-size: 300px auto;
        background-repeat: no-repeat;
        background-position: -19px -6px;
        width: 145px;
        height: 50px;
    }
    .i18n-de .form-btn-grps {
        flex-direction: column;
        gap: 20px;
    }
    .i18n-de .form-btn-grps * {
        width: 100%;
    }
.i18n-de .quiz-start-left {
    padding:30px;
}
.i18n-de .main-features {
    padding: 30px 30px;
}
}
@media only screen and (max-width: 480px){
    .i18n-de .plans{
        width: 85%;
    }
    .i18n-de .plans > div a {
        text-align: center;
        margin: 25px auto 0;
    }
}
/* de codes end */