div.chat-widget {
    z-index: 123456
}

html {
    scroll-behavior: smooth;
}

h2 {
    font-family: var(--zf-primary-bold);
    font-size: 43px
}

.content-wrap {
    max-width: 1200px
}

.zwc-survey-detail-page {
    background: unset;
    padding: 50px 0 0
}

.z-temp-bread-crumb>div>a {
    color: #575757;
    font-size: 15px
}

.z-temp-bread-crumb>div>a::before,
.z-temp-bread-crumb>div>a::after,
.zwc-temp-img-sec::after,
.zwc-temp-img-sec::before {
    display: none
}

.zwc-template-heading-cont-sec {
    display: flex;
    align-items: center;
    position: relative
}

.sponsors-list,
.trusted-sponsors label {
    border: 1px solid #96BBE7;
}

.zwc-cont-sec h1 {
    font-family: var(--zf-secondary-extrabold)
}

.zwc-template-heading-cont-sec>div.zwc-cont-sec {
    width: 58%;
    padding-right: 0;
    text-align: left
}

.zwc-template-heading-cont-sec>div {
    width: 42%;
    text-align: center;
    position: unset
}

.zwc-template-heading-cont-sec .zwc-temp-img-sec {
    position: relative
}

.zwc-cont-sec h1,
.zwc-cont-sec p {
    width: 595px;
    max-width: 100%
}

.zwc-cont-sec p {
    width: 624px;
    margin: 20px 0 25px;
}

.zwc-temp-img-bg {
    position: relative
}

.zwc-temp-img-sec .template-preview-image {
    box-shadow: unset
}

.zwc-cont-sec a,
.cta-wrap a,
.zwc-iframe-cta-button a,
.zwc-middle a {
    padding: 15px 40px;
    border-radius: 4px
}

.zwc-iframe-cta-button {
    text-align: center
}

a.zwc-see-template-action {
    color: #b971c4;
    border-bottom: 3px solid #b971c4;
    text-transform: initial;
    font-size: 18px;
    cursor: pointer;
}

.zwc-see-template-action::after,
.zwc-see-template-action::before {
    background: #b971c4
}

.survey-access .act-btn {
    padding: 13px 46px;
    border-radius: 4px
}

.links-plot a {
    display: inline-block;
    padding: 34px 10px;
    width: 100%;
    color: #000;
    min-height:100%;
}

.zwc-iframe-qs-time {
    display: flex;
    flex-wrap: wrap
}

.zwc-iframe-ctn {
    display: none
}

.zwc-template-heading-cont-sec .zwc-temp-img-sec .template-preview-image {
    z-index: 1;
    max-width: 560px;
    width: 100%
}

span.zwc-brk-points {
    display: block;
    padding-top: 12px;
}

.zwc-template-action-wrap a.zwc-see-template-action {
    font-family: var(--zf-secondary-bold);
}

.zwc-use-this-template-btn.act-btn.cta-btn,
.footer-cta-sec a {
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 0;
}

.zwc_bottom_cta {
    background: #26354A;
    padding: 100px 0;
    color: #fff;
}

.footer-cta-sec {
    text-align: center;
}

.footer-cta-sec h2 {
    font-size: 48px;
    font-family: var(--primaryfont-bold);
    margin-bottom: 20px;
    max-width: 830px;
    margin: 0 auto 30px;
}

.sponsors-logo-wrap {
    box-shadow: #668dca 0px -81px 0px inset;
}

/* End trusted brands */

.zwc-row p,
.zwc-row li {
    font-size: 18px;
}

.zwc-form-grp-numbers {
    line-height: 1;
}

.zwc-form-types-list {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.left-label {
    width: 240px;
}

.left-label span {
    font-size: 18px;
}

.right-num span {
    display: flex;
    border: 1px solid #a5a5a5;
    border-radius: 100%;
    padding: 5px 10.06px;
    width: 32px;
    height: 32px;
    align-items: center;
}

.right-num {
    display: flex;
    gap: 25px;
}

.zwc-row li {
    position: relative;
    padding-left: 55px;
    list-style-type: none;
    margin-bottom: 20px;
}

.zwc-row ol li:before {
    background: #66ac5a;
    width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 100%;
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
}

.zwc-row ol li:after {
    content: '';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    width: 5.8px;
    height: 11.6px;
    display: inline-block;
    z-index: 1;
    transform: rotate(44deg);
    left: 14px;
    top: 7px;
}

span.zwc-svg-icon svg path {
    fill: rgb(252, 190, 30);
}

@media only screen and (min-width: 992px) {
    .zwc-faq-image {
        opacity: 0;
        transform: translate(-30px, 0);
        transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86) 0s
    }

    .animated .zwc-faq-image {
        opacity: 1;
        transform: translate(0, 0)
    }
}

.zwc-see-template-action::after,
.zwc-see-template-action::before {
    height: 1px
}

.zwc-survey-captions-wrap {
    text-align: center;
    color: #fff;
}

@keyframes anim1 {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes anim2 {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes anim3 {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes anim4 {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

.zwc-survey-captions-wrap h2 {
    margin-bottom: 25px;
    margin: 0 auto 25px;
    max-width: 870px;
}

.zwc-status-survey-captions {
    background: #5E89CC;
    padding: 106px 0 20px
}

.zwc-survey-captions-wrap p {
    width: 910px;
    max-width: 100%;
    margin: 0 auto
}

.zwc-iframe-section iframe {
    width: 674px;
    max-width: 100%
}

.zwc-iframe-section .zwc-iframe {
    background: #b971c4;
    padding: 70px 0;
    text-align: center;
    position: relative;
    line-height: 0;
    display: flex
}

.zwc-iframe-section {
    box-shadow: #5E89CC 0px 530px 0px inset;
    padding-bottom: 100px
}

.related-topics {
    border-top: 0
}

.zwc-iframe-type {
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    max-width: 400px
}

.zwc-type-name h6 {
    display: block;
    font-size: 36px;
    color: #fff;
    font-family: var(--zf-primary-extrabold);
    margin-right: 3px;
    margin-bottom: 3px;
    width: 100%;
    text-align: left
}

.zwc-type-name {
    display: block;
    line-height: 1
}

.zwc-type-name label {
    color: #fff;
    font-size: 20px;
    font-family: var(--zf-secondary-semibold);
    margin-top: 3px
}

.zwc-survey-status-content {
    padding: 10px 0 0
}

.zwc-status-text-wrap p.zwc-emp-status-paragraph {
    width: 907px;
    max-width: 100%
}

.zwc-emp-status-icon img {
    width: 32px
}

.zwc-emp-status-icon span {
    display: flex;
    align-items: center;
    justify-content: center
}

.zwc-status-text-sec h6 {
    font-size: 20px;
    line-height: 32px;
    font-family: var(--zf-primary-bold);
    margin-bottom: 10px
}

.zcw-flex-wrap.zwc-flex-wrap-status-head {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 30px;
}

.zcw-flex-wrap.zwc-flex-wrap-status-head>div:first-child {
    width: 56%;
}

.zcw-flex-wrap.zwc-flex-wrap-status-head>div:last-child {
    width: 30%;
}


.zcw-flex-wrap.zcw-zwc-emp-status-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2%;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 80px
}

.zwc-emp-status-wrap {
    max-width: 49%;
    background: #fafafa;
    padding: 60px 80px;
    margin-bottom: 30px;
    border-radius: 10px
}

.zwc-emp-status-wrap.emp-status-full-width-wrap {
    max-width: 100%;
}

.zwc-emp-status-plot {
    padding: 0
}

.zwc-status-text-sec {
    margin-top: 15px
}

.zwc-status-text-sec p {
    font-size: 17px;
    line-height: 32px;
    max-width: 100%
}

.zwc-practice-accordion-section {
    background: #263ba7;
    padding: 120px 0;
    margin: 100px 0 0
}

.zwc-img-with-accordion {
    display: flex;
    margin: 100px 0 0
}

.zwc-accordion-left {
    width: 36%
}

.zwc-accordion-right {
    width: 64%;
    padding-left: 60px
}

.zwc-accord-wrap h2 {
    /* max-width: 70%; */
    color: #fff;
    margin: 0 auto 20px;
    text-align: center;
}

.zwc-faq-accordion .zwc-accordion-content {
    display: none;
    opacity: 0;
}

.zwc-faq-accordion .zwc-accordion .zwc-accordion_head::before {
    content: "+";
    position: absolute;
    left: 33.5px;
    font-size: 25px;
    top: 21.5px;
    color: #fff
}

.zwc-faq-accordion .zwc-accordion.active .zwc-accordion_head::before {
    content: "";
    left: 34.5px;
    background: #000;
    height: 2px;
    width: 11px;
    top: 40.2px
}

.zwc-faq-accordion .zwc-accordion .zwc-accordion_head::after {
    content: "";
    position: absolute;
    left: 28px;
    top: 28.5px;
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    border-radius: 100%
}

.zwc-faq-accordion .zwc-accordion {
    position: relative;
    padding: 25px 30px 25px 72px;
    cursor: pointer;
    border: 2px solid transparent;
    overflow: hidden;
}

.zwc-accordion.active {
    box-shadow: rgba(108, 126, 144, 0.16) 0px 5px 20px;
    border: 2px solid #fff;
    border-radius: 10px;
    background: #fff
}

.zwc-faq-accordion .zwc-accordion.active .zwc-accordion_head::after {
    border-color: #000
}

.active .zwc-accordion_head h4 {
    color: #000
}

.zwc-accordion_head h4 {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff
}

.zwc-accordion.active h4 {
    font-family: var(--zf-primary-bold)
}

.zwc-faq-accordion .zwc-accordion.active .zwc-accordion-content {
    display: block;
    color: #000;
    opacity: 1;
}



.zwc-faq-accordion {
    width: 671px;
    max-width: 100%
}

.zwc-faq-accordion .zwc-accordion::after {
    content: "";
    background: #552f5b;
    position: absolute;
    top: 0;
    width: calc(100% - 39px);
    height: 1px;
    left: 30px
}

.zwc-faq-accordion .zwc-accordion:last-child::before {
    content: "";
    background: #463efc;
    position: absolute;
    top: unset;
    bottom: 0;
    width: calc(100% - 39px);
    height: 1px;
    left: 30px
}

.zwc-faq-accordion .zwc-accordion.active::after,
.zwc-faq-accordion .zwc-accordion:first-child::after {
    opacity: 0
}

.zwc-faq-accordion .zwc-accordion.active::after {
    opacity: 0
}

.zwc-accordion.active+.zwc-accordion::after {
    opacity: 0
}

.zwc-faq-accordion .zwc-accordion.zwc-end-accordion.active::before {
    opacity: 0
}

.zwc-accordion.active .zwc-accordion_head {
    padding-bottom: 15px
}

.links-plot {
    text-align: center;
    margin-left: 19px;
   height:auto;
}

.links-plot:first-child {
    margin-left: 0
}

.links-plot label {
    font-size: 17px;
    line-height: 25px;
    font-family: var(--zf-secondary-semibold);
    margin-bottom: 18px;
    display: block;
    min-height: 50px
}

.rel-list-1 {
    background: #d3ffcf;
}

.more-templates h2 {
    text-align: center;
    margin-bottom: 0
}

.related-survey-template {
    padding: 100px 0
}

.template-links {
    margin: 60px 0 0
}

.related-survey-template .slick-prev {
    left: -22px;
    background: #fff;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid #666c79
}

.slick-prev::before {
    top: 7px;
    left: 17px
}

.slick-prev::after {
    bottom: 8px;
    left: 17px
}

.related-survey-template .slick-next {
    right: -3px;
    background: #fff;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid #666c79
}

.slick-track {
    display: flex
}

.end-cta-section {
    background: #26354a;
    text-align: center;
    color: #fff;
    padding: 105px 0;
    border-radius: 0
}

.cta-wrap h2 {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 26px
}

.product-header-top {
    z-index: 100000
}

.header-title {
    font: 24px / 1.5 Zoho_Puvi_Regular, sans-serif;
    color: #3495f5
}

.form-header {
    background-color: transparent
}

.form-header .header-branding {
    align-items: flex-start;
    padding-left: 15px
}

.zwc-cont-sec .zwc-template-main-category a {
    padding: 0 11px 0 0
}

.z-temp-bread-crumb .category-dropdown {
    display: none
}

.zwc-survey-detail-page .zwc-cont-sec .template-level1-category a,
.zwc-survey-detail-page .zwc-cont-sec .template-name label {
    padding: 0 11px;
    position: relative
}

.current-page {
    display: none
}

.template-name::before {
    width: 1.5px;
    height: 13px;
    background: #575757;
    content: "";
    position: absolute;
    left: -2px;
    top: 4.5px
}

.template-name label {
    font-size: 15px;
    font-family: var(--zf-secondary-semibold);
    color: #000;
    top: 2px
}

.z-temp-bread-crumb {
    margin-bottom: 22px
}

.template-name label::before {
    width: 1.5px;
    height: 13px;
    background: #575757;
    content: "";
    position: absolute;
    left: -1px;
    top: 2px
}

.template-level1-category::before {
    width: 1.5px;
    height: 13px;
    background: #575757;
    content: "";
    position: absolute;
    left: -1px;
    top: 6px
}

.zwc-template-action-wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -60px
}

.z-temp-bread-crumb .template-name {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 10px;
    position: relative;
    top: 2px;
    font-family: var(--zf-secondary-semibold);
    color: #000
}

.zwc-template-heading-cont-sec {
    padding: 10px 0 170px
}

.zwc-iframe-section .zwc-iframe {
    background: #622838;
}

.zwc-iframe-part {
    max-width: 100%;
    padding-top: 80px
}

.zwc-iframe-qs-time>div {
    width: 100%;
    flex-wrap: wrap;
    border-top: 2px solid #525fff;
    padding: 20px 40px;
    position: relative
}

.zwc-type-name {
    display: flex;
    align-items: center
}

.zwc-type-name:last-child {
    margin-right: 0;
    border-bottom: 1px solid #617FAB;
}

.zwc-emp-status-plot span {
    background: url("/sites/zweb/images/survey/templates/new-feature-sprite.png") 6px 2px / 327px no-repeat;
    width: 60px;
    height: 60px;
    position: relative;
    /* top: 20px; */
}

.zwc-emp-status-icon {
    width: 63px;
    height: 70px;
    border-radius: 100%
}
.zwc-emp-status-plot .zwc-emp-status-icon.ins-feedback span {
    background-position:0 0;
}
.zwc-emp-status-plot .zwc-emp-status-icon.real-user span {
    background-position: -73px 0;
}
.zwc-emp-status-plot .zwc-emp-status-icon.confidence span {
    background-position: -144px 0;
}
.zwc-emp-status-plot .zwc-emp-status-icon.usability span {
    background-position: -202px 0;
}
.zwc-emp-status-plot .zwc-emp-status-icon.advocacy span {
    background-position: -272px 0;
}

.zwc-iframe-type-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.slick-next::after,
.slick-next::before,
.slick-prev::after,
.slick-prev::before {
    width: 1.3px !important;
    height: 13px !important;
    background: #000 !important
}

.slick-next::before {
    top: 8px;
    right: 18px
}

.slick-next::after {
    bottom: 7px;
    right: 18px
}

.z-temp-bread-crumb>div:hover a {
    color: #b971c4
}

.zwc-iframe-type .zwc-iframe-ctn {
    display: block;
    margin-left: 70px
}

.zwc-iframe-type .zwc-iframe-ctn a {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.5
}

.both-up-down span {
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 15px 10px 12px;
    border-radius: 5px;
    position: relative;
    color: rgba(0, 0, 0, 0.3);
    font-size: 15px
}

.both-up-down span::before {
    transform: rotate(45deg);
    right: 4px
}

.both-up-down span::before,
.both-up-down span::after {
    content: "";
    width: 12px;
    height: 1.5px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 18px;
    margin: auto;
    transition: transform .2s ease 0
}

.both-up-down span::after {
    transform: rotate(-45deg)
}

.both-up-down span::before {
    right: 26px
}

.drop_down_part ul {
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px 15px 8px 12px
}

.template-dropdown-list {
    position: relative
}

.drop_down_part {
    position: absolute;
    top: 101%;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 30px)
}

.show .drop_down_part {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    transition: all 500ms ease-in-out 0
}

.survey-template-dropdown {
    display: none
}

.drop_down_part li a {
    font-size: 14px;
    color: rgba(61, 60, 60, 0.7)
}

.zwc-iframe-type .zwc-iframe-ctn {
    display: block;
    margin-left: 70px
}

.zwc-iframe-type .zwc-iframe-ctn a {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.5
}

.both-up-down span {
    display: block;
    background: #f8f6f6;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 5px;
    position: relative
}

.both-up-down span::before {
    transform: rotate(45deg);
    right: 4px
}

.both-up-down span::before,
.both-up-down span::after {
    content: "";
    width: 9px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 18px;
    margin: auto;
    transition: transform .2s ease 0
}

.both-up-down span::after {
    transform: rotate(-45deg)
}

.both-up-down span::before {
    right: 24px
}

.drop_down_part ul {
    background: #f6f6f6;
    border: 1px solid #ccc;
    padding: 8px 15px 10px 12px
}

.template-dropdown-list {
    position: relative
}

.drop_down_part {
    position: absolute;
    top: 101%;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 30px)
}

.show .drop_down_part {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    transition: all 500ms ease-in-out 0
}

.zwc-form-group {
    display: block;
    margin-bottom: 20px
}

.zwc-form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none
}

.zwc-form-group input.zcw-input-text,
.zwc-form-group textarea {
    display: block;
    border: 1px solid #a5a5a5;
    padding: 10px 70px
}

select#select {
    display: block;
    border: 1px solid #a5a5a5;
    padding: 10px 20px;
    width: 280px;
}

.zwc-form-group textarea {
    height: 100px
}

.form-group {
    display: block;
    margin-bottom: 20px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
}

.questions-frame .form-group label {
    position: relative;
}

.form-group label::before {
    content: "";
    appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px, rgba(0, 0, 0, 0.05) 0px -15px 10px -12px inset;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 100%;
    top: -1.5px;
}

.zwc-questions-frame .zwc-form-group label {
    position: relative
}

.zwc-form-group label::before {
    content: "";
    appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px, rgba(0, 0, 0, 0.05) 0px -15px 10px -12px inset;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 100%;
    top: -1.5px
}

.zwc-iframe-part h2 {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-align: left;
    text-align: center
}

.zwc-static-frame-header {
    background: #5E89CC;
    padding: 22px 60px;
    color: #000;
}

.zwc-iframe-static-check {
    width: 804px;
    padding: 0 0 0 100px
}

.zwc-static-frame-body {
    background: #fff;
    padding: 30px 0;
    user-select: none
}

.zwc-questions-frame {
    text-align: left;
    padding: 20px 40px
}

.zwc-questions-frame p {
    font-family: var(--zf-secondary-semibold);
    max-width: 450px;
    margin-bottom: 12px;
}

.iframe-st {
    background: #555ae8;
    padding: 70px 0
}

.zwc-middle {
    transition: all .5s ease 0;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 123;
    display: flex
}

.zwc-iframe-section .zwc-iframe:hover .zwc-middle {
    opacity: 1
}

.zwc-iframe-section .zwc-iframe .zwc-static-frame-body {
    opacity: .3
}

.zwc-static-frame-body {
    transition: all .5s ease 0
}

div.zwc-iframe-type .zwc-iframe-ctn {
    display: none;
    margin-left: 70px
}

.show .drop_down_part {
    z-index: 12;
    width: 100%
}

.zwc-middle a {
    line-height: 30.5px
}

.template-links .slick-dots li.slick-active {
    background: #5aa9f1;
    width: 7px;
    height: 7px;
    border: 1px solid #e2f1ff
}

.template-links .slick-dots li {
    width: 7px;
    height: 7px;
    background: #e2f1ff
}

.view_more {
    text-align: center;
    margin: 25px 0 0
}

.view_more a {
    color: #1ca8fc;
    font-size: 18px;
    line-height: 25px;
    border-bottom: 2px solid #1ca8fc;
    font-family: var(--zf-secondary-semibold)
}

.zwc-frame-overlay {
    position: relative
}

.joinCliqForm,
.registerForm {
    opacity: 0;
    transition: all 400ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.joinCliqForm {
    position: fixed;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100111;
    visibility: hidden;
    pointer-events: none;
    height: 100%
}

.interest-based-form.joinCliqForm .registerForm {
    height: 650px;
    max-height: calc(100% - 60px);
    position: absolute;
    width: 750px
}

.joinCliqForm .registerForm {
    max-height: calc(100% - 40px);
    position: absolute;
    width: 750px;
    max-width: 95%;
    margin: auto;
    background: #fff;
    border-radius: 7px;
    transform: scale(0.5);
    inset: 0
}

.joinCliqForm,
.registerForm {
    opacity: 0;
    transition: all 400ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.registerForm.show,
.request_city.show {
    transform: scale(1);
    opacity: 1;
    display: block;
    pointer-events: auto
}

.joinCliqForm .registerForm.show {
    transform: scale(1);
    opacity: 1
}

.joinCliqForm.show {
    visibility: visible;
    opacity: 1;
    display: block;
    pointer-events: auto
}

.joinCliqForm .webFormClose {
    position: absolute;
    width: 33px;
    height: 33px;
    background: #fff;
    text-align: center;
    padding: 3px 0;
    box-sizing: border-box;
    border-radius: 50%;
    top: -16px;
    right: -13px;
    transition: all .5s ease 0;
    cursor: pointer;
    border: 1px solid #000
}

.joinCliqForm .webFormClose::before,
.joinCliqForm .webFormClose::after {
    content: "";
    width: 2px;
    height: 18px;
    background: #000;
    display: block;
    margin: auto;
    transform: translateX(-50%);
    position: absolute;
    left: 49%;
    top: 7px
}

.joinCliqForm .webFormClose::before {
    transform: rotate(45deg)
}

.joinCliqForm .webFormClose::after {
    transform: rotate(-45deg)
}

.joinCliqForm iframe {
    overflow-y: scroll;
    height: calc(100% - 72px);
    padding: 15px !important
}

.zwc-middle a {
    background: #f0483e;
    color: #fff;
    padding: 12px 30px;
    line-height: 1.5;
    border: 1px solid transparent;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 1;
    font-size: 15px;
    text-transform: initial;
    font-family: var(--zf-secondary-semibold);
    display: inline-block;
    width: 225px
}

div.zwc-middle .zwc-preview-template {
    margin-right: 15px;
    background: #000
}

.zwc-iframe iframe {
    display: none
}

.zwc-questions-frame .zwc-form-group:last-child {
    margin-bottom: 0
}

a.zwc-see-template-action::before,
a.zwc-see-template-action::after {
    display: none
}

.zwc-survey-detail-page .zwc-cont-sec .template-level1-category a {
    top: 1px
}

.zwc-faq-section-wrap h3 {
    font-size: 24px;
    font-family: var(--zf-primary-bold)
}

.zwc-faq-section-wrap ul li {
    font-size: 17px;
    margin-bottom: 20px
}

.zwc-faq-section-wrap ul li strong {
    display: block;
    font-size: 20px
}

.zwc-row {
    margin-top: 70px
}

.zwc-faq-section-wrap {
    padding: 100px 0 100px;
    background: #fafafa;
}

.zwc-faq-section-wrap .content-wrap {
    max-width: 900px
}

.zwc-practice-accordion-section .content-wrap {
    max-width: 1100px
}

.zwc-ab {
    position: absolute;
    z-index: 1
}

.zwc-ab.zwc-acc-icon2 {
    bottom: -130px;
    z-index: 0;
    left: -26%;
    width: 580px;
}

.zwc-faq-image img {
    border-radius: 18px;
}

.zwc-ab.zwc-acc-icon1 {
    left: -8%
}

.zwc-practice-accordion-section {
    background: #284F8B;
    overflow: hidden
}

.zwc-iframe-section .zwc-iframe {
    background: #284F8B;
}

.zwc-iframe-qs-time>div {
    width: 100%;
    flex-wrap: wrap;
    border-top: 1px solid #617FAB;
    padding: 20px 40px 20px 80px;
}

.zwc-question.zwc-type-name,
.zwc-complete.zwc-type-name {
    background: #22457c;
}

.zwc-iframe-type span.zwc-svg-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 45px;
}

.zwc-iframe-type span.zwc-svg-icon svg {
    width: 100%;
    height: auto
}

.time.zwc-type-name {
    background: #2D1E2F
}

.zwc-faq-accordion .zwc-accordion::after,
.zwc-faq-accordion .zwc-accordion:last-child::before {
    background: #4e6280;
}

.zwc-faq-section-wrap ol {
    list-style-type: unset;
    list-style-position: outside;
    padding-left: 1px
}

.zwc-practice-accordion-section h2,
.zwc-practice-accordion-section p {
    text-align: center;
    color: #fff;
    max-width: 100%;
}

.zwc-practice-accordion-section p {
    max-width: 70%;
    margin: 0 auto 100px;
}

.zwc-static-frame-body iframe {
    display: block
}

.zcw-input-text {
    pointer-events: none;
}

@media only screen and (min-width: 1200px) {
    .zwc-iframe-qs-time>div {
        padding: 20px 40px 20px 105px;
    }

    .zwc-cont-sec h1 {
        font-size: 58px;
        line-height: 72px;
        margin-top: 40px;
    }

    .zwc-cont-sec p {
        font-size: 18px;
        line-height: 1.8
    }

    h2 {
        font-size: 48px
    }

    .zwc-survey-captions-wrap p,
    .zwc-emp-status-paragraph {
        font-size: 17px;
        line-height: 1.8
    }

    .zwc-img-with-accordion {
        margin: 40px 0 0
    }

    .zwc-practice-accordion-section {
        padding: 100px 0;
        margin: 100px 0 0;
        min-height: 717.5px
    }

    .zwc-template-heading-cont-sec>div {
        min-width: 500px
    }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .links-plot label {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 5px;
        min-height: 68px
    }

    .links-plot a {
        padding: 30px 15px
    }
}

@media only screen and (max-width: 1199px) {
    .zwc-iframe-static-check {
        padding: 0 0 0 50px
    }

    .zwc-iframe-part h2 {
        font-size: 20px
    }

    .zwc-emp-status-wrap {
        padding: 50px
    }

    .zwc-emp-status-wrap.emp-status-full-width-wrap {
        padding: 40px 80px
    }

    .zwc-iframe-type {
        max-width: 350px
    }

    .zwc-ab {
        display: none
    }

    .zwc-temp-img-sec .zwc-temp-img-bg .overlay-img img {
        width: 80px
    }

    .zwc-type-name h6 {
        font-size: 25px
    }

    .zwc-type-name label {
        font-size: 16px
    }

    .zwc-emp-status-plot {
        padding: 0
    }

    .zwc-practice-accordion-section {
        padding: 80px 0;
        margin: 50px 0 0
    }

    .links-plot {
        padding: 0;
        margin-left: 15px
    }

    .zwc-status-survey-captions {
        padding: 65px 0 15px
    }

    .zwc-iframe-section .zwc-iframe::after {
        width: 19%;
        left: 2px
    }

    .cta-wrap h2 {
        font-size: 31px
    }

    .slick-next,
    .slick-prev {
        top: 53%
    }

    .z-temp-bread-crumb>div {
        margin-bottom: 5px
    }

    .zwc-survey-detail-page .zwc-cont-sec .template-level1-category a,
    .zwc-survey-detail-page .zwc-cont-sec .template-name label {
        padding: 0 5px
    }

    .zwc-cont-sec .zwc-template-main-category a {
        padding: 0 8px 0 0
    }

    .zwc-iframe-part {
        padding-top: 45px
    }


    .sponsors-list {
        justify-content: space-between;
    }

    .footer-cta-sec h2,
    .zwc-faq-section-wrap h2,
    .more-templates h2,
    .zwc-practice-accordion-section h2,
    .zwc-survey-captions-wrap h2 {
        font-size: 40px;
    }

    .zwc_bottom_cta {
        padding: 80px 0;
    }

    .zwc-status-text-wrap h2 {
        font-size: 36px;
    }

    .zwc-img-with-accordion {
        margin: 70px 0 0;
    }

    .zwc-cont-sec h1 {
        font-size: 46px;
    }

    .zwc-row ol li:before {
        width: 22px;
        height: 22px;
        left: 4px;
        top: 2px;
    }

    .zwc-row ol li:after {
        width: 5.5px;
        height: 10.8px;
        left: 12px;
        top: 7px;
    }

    .zwc-row li {
        padding-left: 40px;
        margin-bottom: 17px;
    }

    .zwc-iframe-type span.zwc-svg-icon {
        left: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {

    .zwc-cont-sec h1,
    .zwc-cont-sec p {
        width: 400px
    }

    .zwc-accordion-left {
        width: 45%
    }

    .zwc-accordion-right {
        width: 55%;
        padding-left: 40px
    }

    .zwc-faq-accordion .zwc-accordion {
        padding: 34px 30px 27px 72px
    }

    .zwc-faq-accordion .zwc-accordion.active {
        padding: 34px 30px 35px 72px
    }

    .end-cta-section {
        padding: 80px 0
    }

    .zwc-template-heading-cont-sec {
        justify-content: space-between
    }

    .zwc-temp-img-sec .template-preview-image {
        max-width: 350px
    }

    .zwc-template-heading-cont-sec>div {
        width: 46%
    }

    .zwc-template-heading-cont-sec>div.zwc-cont-sec {
        width: 52%
    }

    .zwc-faq-accordion .zwc-accordion .zwc-accordion_head::after {
        top: 34px
    }

    .zwc-faq-accordion .zwc-accordion .zwc-accordion_head::before {
        top: 46.5px
    }

    .zwc-faq-accordion .zwc-accordion .zwc-accordion_head::before {
        top: 27px
    }

    .zwc-faq-accordion .zwc-accordion.active .zwc-accordion_head::before {
        top: 46.2px
    }

    .zwc-row {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .zwc-template-heading-cont-sec {
        flex-direction: column
    }

    .zwc-status-text-sec {
        margin-top: 5px;
    }

    .zwc-template-heading-cont-sec>div.zwc-cont-sec {
        width: 100%;
        text-align: center
    }

    .zwc-template-heading-cont-sec>div {
        width: 100%;
        text-align: center
    }

    .zwc-cont-sec p {
        width: 100%
    }

    .content-wrap,
    .zwc-practice-accordion-section .content-wrap,
    .zwc-faq-section-wrap .content-wrap,
    .zwc-iframe-section .content-wrap {
        max-width: 635px
    }

    .zwc-temp-img-sec .template-preview-image {
        margin-top: 0;
        width: 100%
    }

    .zwc-template-heading-cont-sec>div.zwc-temp-img-sec {
        max-width: 460px
    }

    .zwc-template-heading-cont-sec>div.zwc-temp-img-sec {
        margin: 50px auto 0
    }

    .zwc-temp-img-bg {
        padding: 0
    }

    .zwc-iframe-section .zwc-iframe::after {
        display: none
    }

    .zwc-template-heading-cont-sec {
        padding: 0 5% 40px;
        margin: 0 auto
    }

    .zwc-status-text-wrap {
        padding-left: 0
    }

    .zwc-img-with-accordion {
        flex-direction: column;
        margin-top: 40px
    }

    .zwc-accordion-left {
        width: 100%;
        text-align: center;
        margin-bottom: 30px
    }

    .zwc-faq-image img {
        width: 200px
    }

    .zwc-accordion-right {
        width: 100%;
        padding-left: 0
    }

    .end-cta-section {
        padding: 60px 0
    }

    .zwc-cont-sec a,
    .cta-wrap a,
    .zwc-iframe-cta-button a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .zwc-status-text-sec {
        width: calc(100% - 20px)
    }

    .zwc-status-text-sec {
        margin-left: 0px
    }

    .zwc-status-text-sec h6 {
        font-size: 18px;
        margin-bottom: 8px
    }

    .zwc-status-text-sec p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 0;
    }

    .zwc-emp-status-plot {
        padding: 0 0 0;
    }

    .zwc-survey-status-content {
        padding: 40px 0 0
    }

    .related-survey-template {
        padding: 50px 0
    }

    .zwc-template-action-wrap {
        position: relative;
        bottom: unset;
        margin-top: 30px
    }

    .zwc-status-survey-captions {
        padding: 65px 0;
    }

    .zwc-survey-captions-wrap p {
        width: 558px;
    }

    .zwc-iframe-section .zwc-iframe {
        padding: 50px 0 10px
    }

    .zwc-iframe-type {
        top: unset;
        bottom: 0
    }

    .zwc-iframe-section {
        padding-bottom: 0;
    }

    .zwc-emp-status-plot span {
        top: 6px
    }

    .zwc-accordion-left {
        display: none
    }

    .zwc-practice-accordion-section {
        padding: 80px 0 60px
    }

    .template-links {
        margin: 40px 0 0
    }

    .z-temp-bread-crumb {
        display: none
    }

    .zwc-type-name {
        flex-direction: column
    }

    .zwc-iframe-type .zwc-iframe-ctn {
        margin-left: 50px
    }

    .zwc-iframe-section iframe {
        /* border: 3px solid #465396; */
        padding-bottom: 0;
        background: #fff
    }

    .zwc-iframe-section .zwc-iframe {
        background: transparent
    }

    .zwc-iframe-type .zwc-iframe-type-wrap {
        flex-direction: column
    }

    .survey-template-dropdown {
        display: block;
        margin: 30px 0 0
    }

    .joinCliqForm .registerForm {
        max-height: calc(100% - 100px)
    }

    .slick-next,
    .slick-prev {
        top: 47%
    }

    .zwc-iframe-part {
        padding-top: 0
    }

    .zwc-iframe-section {
        background: #2D1E2F;
        box-shadow: unset;
        /* margin-top: 40px; */
    }

    .zwc-iframe-type {
        position: relative
    }

    div.zwc-iframe-type .zwc-iframe-ctn {
        display: block;
        margin-left: 0;
        margin-top: 32px;
        margin-bottom: 30px
    }

    .zwc-iframe iframe {
        display: inline-block
    }

    .zwc-iframe-static-check {
        display: none
    }

    .zwc-practice-accordion-section {
        margin: 30px 0 0
    }

    a.zwc-see-template-action {
        border-bottom: 1.5px solid #b971c4;
        font-size: 18px
    }

    .zwc-faq-accordion .zwc-accordion .zwc-accordion_head::before {
        top: 22.8px
    }

    .zwc-iframe-section .zwc-iframe {
        width: 100%;
        display: block
    }

    .zwc-iframe-section iframe {
        width: 100%
    }

    .zwc-iframe-qs-time {
        display: flex;
        width: 100%;
        flex-wrap: unset
    }

    .zwc-iframe-type {
        max-width: 100%;
        width: 100%
    }

    .zwc-type-name h6 {
        text-align: center
    }

    .zcw-flex-wrap.zwc-flex-wrap-status-head {
        flex-wrap: wrap
    }

    .zcw-flex-wrap.zwc-flex-wrap-status-head>div,
    .zcw-flex-wrap.zwc-flex-wrap-status-head>div:first-child {
        width: 100%
    }

    .zcw-flex-wrap.zwc-flex-wrap-status-head>div:last-child {
        display: block;
    }

    .zwc-emp-status-wrap {
        width: 100%;
        max-width: 100%
    }

    .zwc-emp-status-wrap.emp-status-full-width-wrap {
        padding: 50px
    }

    .zwc-practice-accordion-section p {
        max-width: 540px;
        margin: 0 auto 20px
    }

    .zwc-row {
        margin-top: 40px
    }

    .footer-cta-sec h2 {
        font-size: 32px;
    }

    .zwc_bottom_cta {
        padding: 70px 0;
    }

    .sponsors-list {
        justify-content: center;
    }

    .zwc-survey-trust-brands-wrap {
        padding: 30px 0 0;
    }

    .zwc-template-action-wrap {
        margin-top: 15px;
    }

    .trusted-sponsors {
        max-width: 570px;
        margin: 0 auto;
    }

    .zcw-flex-wrap.zcw-zwc-emp-status-wrap {
        margin-top: 50px;
    }

    .zwc-iframe-type span.zwc-svg-icon svg {
        transform: scale(0.8);
    }

    .zwc-iframe-qs-time>div {
        justify-content: center;
    }

    .zwc-iframe-type span.zwc-svg-icon {
        left: 30px;
    }

    .zwc-cont-sec h1 {
        font-size: 42px;
    }

    .footer-cta-sec h2,
    .zwc-faq-section-wrap h2,
    .more-templates h2,
    .zwc-practice-accordion-section h2,
    .zwc-survey-captions-wrap h2 {
        font-size: 34px;
    }

    .zwc-survey-captions-wrap h2 {
        max-width: 570px;
    }

    .zwc-flex-wrap-status-head h2,
    .zwc-status-text-wrap p.zwc-emp-status-paragraph {
        text-align: center;
        max-width: 510px;
        margin-left: auto;
        margin-right: auto;
    }

    .zwc-status-text-wrap p.zwc-emp-status-paragraph {
        width: 570px;
        max-width: 100%;
    }

    .zwc-emp-status-plot {
        text-align: center;
    }

    .zwc-emp-status-icon {
        margin: auto;
    }

    .zwc-emp-status-plot span {
        margin: auto;
    }

    .zcw-flex-wrap.zwc-flex-wrap-status-head>div:last-child {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .zwc-type-name:last-child {
        border-bottom: none;
    }
}

@media only screen and (max-width: 767px) {
    .zwc-iframe-qs-time>div {
        padding: 5px 0 20px 0;
    }



    .zwc-practice-accordion-section h2,
    .zwc-practice-accordion-section p {
        max-width: 100%;
        text-align: center;
    }

    .zcw-flex-wrap.zwc-flex-wrap-status-head {
        gap: 10px;
    }

    .zwc-use-this-template-btn.act-btn.cta-btn,
    .footer-cta-sec a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .zwc-row li {
        padding-left: 35px;
        margin-bottom: 15px;
    }

    .zwc-faq-section-wrap ol {
        padding-left: 0;
    }

    .zwc-iframe-type span.zwc-svg-icon {
        display: block;
    }

    .zwc-iframe-type span.zwc-svg-icon {
        left: 15px;
    }

    .zwc-iframe-type span.zwc-svg-icon svg {
        transform: scale(0.6);
    }

    .zwc-iframe-type span.zwc-svg-icon {
        position: relative;
        left: 0;
    }

    .zwc-row ol li:before {
        width: 20px;
        height: 20px;
        left: 4px;
        top: 3px;
    }

    .zwc-row ol li:after {
        width: 5px;
        height: 9px;
        left: 12px;
        top: 7px;
    }

    .zwc-faq-section-wrap {
        padding: 20px 0
    }

    .zwc-template-heading-cont-sec {
        width: 100%;
        padding: 0 0 40px
    }

    .zwc-iframe-type {
        flex-direction: column
    }

    .zwc-type-name h6 {
        font-size: 18px
    }

    .zwc-type-name label {
        font-size: 12px
    }

    .zwc-type-name:last-child {
        margin-bottom: 0
    }

    .zwc-status-text-sec h6 {
        font-size: 17px;
        line-height: 1.5
    }

    .zwc-practice-accordion-section {
        padding: 60px 0
    }

    .links-plot {
        margin-left: 0;
        margin-bottom: 0
    }

    .links-plot label {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 0;
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .slick-next,
    .slick-prev {
        top: 43% !important
    }

    .links-plot {
        padding: 0;
        box-sizing: border-box
    }

    .cta-wrap h2 {
        font-size: 25px;
        line-height: 1.6
    }

    .zwc-iframe-section .zwc-iframe {
        background: unset;
        padding-top: 10px
    }

    .template-links {
        margin: 25px 0 0
    }

    .z-temp-bread-crumb .template-name {
        display: inline-block
    }

    .z-temp-bread-crumb {
        text-align: center
    }

    .zwc-iframe-section .zwc-iframe {
        padding-top: 30px
    }

    .zwc-iframe-type {
        padding: 0px 0 10px 0;
    }

    .zwc-status-text-wrap {
        text-align: center
    }

    .zwc-emp-status-wrap {
        text-align: left;
        padding: 30px
    }

    .zwc-accordion_head h4 {
        font-size: 17px
    }

    .zwc-faq-accordion .zwc-accordion.active .zwc-accordion-content {
        display: block;
        font-size: 15px;
        height: 100% !important
    }

    .zwc-faq-accordion .zwc-accordion {
        padding: 25px 25px 25px 60px
    }

    .zwc-faq-accordion .zwc-accordion .zwc-accordion_head::after {
        left: 13px;
        top: 22.5px;
        width: 20px;
        height: 20px
    }

    .zwc-faq-accordion .zwc-accordion.active .zwc-accordion_head::before {
        left: 19px;
        height: 2px;
        width: 10px;
        top: 33px;
        font-size: 15px
    }

    .zwc-faq-accordion .zwc-accordion .zwc-accordion_head::before {
        left: 18px;
        font-size: 22px;
        top: 17.5px
    }

    .links-plot a {
        padding: 20px 10px
    }

    .template-level1-category::before,
    .template-name label::before {
        display: none
    }

    .z-temp-bread-crumb {
        margin-bottom: 10px
    }

    .zwc-survey-detail-page {
        padding: 25px 0 0
    }

    .zwc-cont-sec p {
        margin: 10px 0 20px
    }

    .zwc-cont-sec h1 {
        margin-bottom: 15px
    }

    .z-mobile-menu-v2 {
        z-index: 99911
    }

    .zwc-img-with-accordion {
        margin: 20px 0 0
    }

    .zwc-faq-accordion .zwc-accordion {
        padding: 22px 20px 22px 23px
    }

    .z-temp-bread-crumb {
        display: none
    }

    div.zwc-template-heading-cont-sec>div.zwc-temp-img-sec {
        display: flex;
        flex-direction: column;
    }

    .zwc-temp-img-sec .zwc-temp-img-bg .overlay-img img {
        width: 42px
    }

    .overlay-img {
        top: 45%;
        left: -14px
    }

    .zwc-temp-img-sec .zwc-temp-img-bg .people-2.overlay-img img {
        width: 48px
    }

    .people-2.overlay-img {
        left: -4px
    }

    .people-3.overlay-img {
        right: 8px
    }

    .zwc-template-heading-cont-sec>div.zwc-temp-img-sec {
        max-width: 350px
    }

    .people-4.overlay-img {
        right: -18px
    }

    .links-plot span {
        transform: scale(0.6)
    }

    .zwc-static-frame-header {
        padding: 18px
    }

    .zwc-survey-category-inner-page h2 {
        font-size: 27px
    }

    .zwc-survey-category-inner-page .zwc-iframe-part h2 {
        font-size: 18px
    }

    .zwc-questions-frame {
        padding-left: 22px
    }

    .zwc-frame-overlay .zwc-form-group label {
        font-size: 15px
    }

    .zwc-form-group label::before {
        padding: 6px;
        top: -1px
    }

    .zwc-questions-frame p {
        margin-bottom: 11px
    }

    .zwc-status-survey-captions {
        background: unset
    }

    .zwc-iframe-part {
        padding-top: 25px;
        margin: 0 0 0;
        padding-bottom: 15px
    }

    .zwc-iframe-section .zwc-iframe {
        padding-bottom: 0
    }

    .zwc-iframe-type {
        position: relative
    }

    .zwc-type-name {
        margin-right: 0
    }

    .zwc-iframe-static-check {
        border: 2px solid #555ae8
    }

    .zwc-middle {
        display: none
    }

    .zwc-frame-overlay:hover .zwc-static-frame-body {
        opacity: 1
    }

    .zwc-iframe-static-check {
        width: auto;
        display: none
    }

    div.zwc-iframe-type .zwc-iframe-ctn {
        display: block;
        margin-left: 0;
        margin-top: 20px
    }

    .slick-initialized .slick-slide {
        margin: 0 5px
    }

    .related-survey-template .slick-prev {
        left: -7px
    }

    .related-survey-template .slick-next {
        right: -3px
    }

    .survey-template-dropdown {
        margin: 20px 0 0
    }

    .links-plot a {
        width: auto
    }

    .zwc-status-text-sec {
        width: 100%
    }

    .slick-dotted.slick-slider {
        margin-bottom: 18px
    }

    .view_more {
        margin: 10px 0 0
    }

    .view_more a {
        font-size: 15px
    }

    .related-survey-template {
        padding: 50px 0 30px
    }

    .end-cta-section {
        border-radius: 0
    }

    .related-survey-template .slick-dotted.slick-slider {
        margin-bottom: 0
    }

    .zwc-iframe-type .zwc-iframe-ctn a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .zwc-accordion.active {
        margin-top: 15px
    }

    .zwc-iframe iframe {
        display: inline-block
    }

    .zwc-faq-accordion .zwc-accordion.active .zwc-accordion_head::before,
    .zwc-faq-accordion .zwc-accordion .zwc-accordion_head::after,
    .zwc-faq-accordion .zwc-accordion .zwc-accordion_head::before {
        display: none
    }

    .related-survey-template .slick-prev,
    .related-survey-template .slick-next {
        width: 20px;
        height: 20px
    }

    .related-survey-template .slick-next::after,
    .related-survey-template .slick-next::before,
    .related-survey-template .slick-prev::after,
    .related-survey-template .slick-prev::before {
        left: 8.5px;
        height: 7px !important
    }

    .related-survey-template .slick-prev::after,
    .related-survey-template .slick-prev::before {
        left: 7.5px;
    }

    .related-survey-template .slick-prev::after {
        bottom: 3.5px
    }

    .related-survey-template .slick-prev::before {
        top: 3.2px
    }

    .related-survey-template .slick-next::before {
        top: 3px
    }

    .slick-next::after {
        bottom: 0px;
    }

    .related-survey-template .slick-next::after {
        top: 7.5px
    }

    .zwc-emp-status-plot .zwc-emp-status-icon.esi-4 span {
        left: 0
    }

    .zwc-template-heading-cont-sec .zwc-cont-sec h1 {
        text-align: center;
        width: auto
    }

    .zwc-status-text-sec p {
        margin-bottom: 10px
    }

    .zwc-status-text-sec {
        margin-top: 0px
    }

    .zwc-faq-section-wrap h3 {
        font-size: 20px;
    }

    .zwc-row p,
    .zwc-row li {
        font-size: 16px;
    }

    .zwc-emp-status-wrap.emp-status-full-width-wrap {
        padding: 30px
    }

    .sponsors-logo-wrap {
        box-shadow: unset;
    }

    .zwc-emp-status-plot {
        padding: 0;
        text-align: center;
    }

    .zwc-emp-status-icon {
        margin: 0 auto;
    }

    .zcw-flex-wrap.zcw-zwc-emp-status-wrap {
        margin-top: 30px;
    }

    .zwc-accordion .zwc-accordion_head {
        text-align: center;
        padding-bottom: 7px;
    }

    .zwc-accordion-content {
        text-align: center;
    }

    .zwc-faq-section-wrap h2 {
        font-size: 27px;
    }

    .zwc-row {
        margin-top: 25px;
    }

    .zwc-emp-status-icon>span {
        transform: scale(0.8);
    }

    .footer-cta-sec h2 {
        font-size: 27px;
    }

    .zwc_bottom_cta {
        padding: 50px 0;
    }

    .zwc-status-text-wrap h2 {
        font-size: 27px;
    }

    .zwc-cont-sec h1 {
        font-size: 32px;
    }

    .zwc-temp-img-bg {
        order: 2;
    }

    .zwc-template-action-wrap {
        margin-top: 0;
        order: 1;
        margin-bottom: 20px;
    }

    .zwc-template-heading-cont-sec>div.zwc-temp-img-sec {
        margin: 15px auto 0;
    }

    .zcw-flex-wrap.zwc-flex-wrap-status-head>div:last-child {
        width: 240px;
    }
}

@media only screen and (max-width: 480px) {
    .zwc-iframe-type-wrap {
        flex-direction: column
    }

    .zwc-type-name {
        margin-right: 0
    }

    .zwc-iframe-section .zwc-iframe {
        padding-top: 0
    }

    .zwc-iframe-section iframe {
        width: 100%
    }

    .zwc-iframe-part iframe {
        min-width: 250px;
        width: 100%
    }

    .links-plot label {
        font-size: 10px;
        line-height: 14px
    }

    .zwc-template-heading-cont-sec>div.zwc-temp-img-sec {
        max-width: 270px
    }

}

.related-survey-template .zwc-related-products-item span {
    display: block;
    background: url(/sites/zweb/images/survey/templates/feature-feedback.svg) 0px 0px / 705px;
    width: 74px;
    height: 74px;
    margin: auto;
    background-repeat: no-repeat
}

.zwc-related-products-item.zcw-product-satisfaction-survey span {
    background-position: 0 0;
}
.zwc-related-products-item.zcw-service-satisfaction-survey {
    background: #E2EAFD;
}
.zwc-related-products-item.zcw-service-satisfaction-survey span {
    background-position: -78px 0;
}
.zwc-related-products-item.zcw-customer-feedback-survey {
    background: #FEEDD6;
}
.zwc-related-products-item.zcw-customer-feedback-survey span {
    background-position: -153px 0;
    width: 68px;
}
.zwc-related-products-item.zcw-b2b-client-satisfaction-survey {
    background: #FFECEA;
}
.zwc-related-products-item.zcw-b2b-client-satisfaction-survey span {
    background-position: -221px 0;
    width: 79px;
}
.zwc-related-products-item.zcw-brand-feedback-survey {
    background: #FBE6FD;
}
.zwc-related-products-item.zcw-brand-feedback-survey span {
    background-position: -301px 0;
    width: 78px;
}
.zwc-related-products-item.zcw-new-product-feedback-survey {
    background: #E6F4FC;
}
.zwc-related-products-item.zcw-new-product-feedback-survey span {
    background-position: -380px 0;
    width: 80px;
}
.zwc-related-products-item.zcw-new-service-feedback-survey {
    background: #EFE8FD;
}
.zwc-related-products-item.zcw-new-service-feedback-survey span {
    background-position: -460px 0;
    width: 79px;
}
.zwc-related-products-item.zcw-software-evaluation-survey {
    background: #D6FEF3;
}
.zwc-related-products-item.zcw-software-evaluation-survey span {
    background-position: -540px 0;
    width: 88px;
}
.zwc-related-products-item.zcw-technical-documentation-satisfaction-survey {
    background: #FFF7CE;
}
.zwc-related-products-item.zcw-technical-documentation-satisfaction-survey span {
    background-position: -632px 0;
}
