/* Template inner level page dropdown css */

.survey-detail-page {
    background: #f2f2f2;
}

.z-temp-bread-crumb,
.iframe-part {
    max-width: 960px;
    box-sizing: border-box
}

.z-temp-bread-crumb {
    text-align: center;
    margin: 0 auto;
    padding: 50px 30px 40px;
}

.z-temp-bread-crumb>div {
    display: inline-block;
    position: relative;
    font-size: 15px;
}

.z-temp-bread-crumb>div>a {
    color: #000;
    display: inline-block;
    padding: 0 35px 15px 10px;
    position: relative;
}

.z-temp-bread-crumb>div>a:after {
    content: '/';
    position: absolute;
    right: 0;
    top: 1px;
    width: 10px;
    height: 100%;
    vertical-align: middle;
    color: #999;
    font-size: 15px;
}

.z-temp-bread-crumb>div>a:before {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
    border-top: 6px solid #333;
    position: absolute;
    top: 10px;
    right: 20px;
}

.z-temp-bread-crumb>div:hover a:before {
    border-top: 6px solid #03a9f5;
}

.z-temp-bread-crumb>div:hover a {
    color: #03a9f5;
}

.z-temp-bread-crumb .category-dropdown {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50px;
    margin-left: -160px;
    width: 320px;
    opacity: 0;
    visibility: hidden;
    transition: 0.15s ease;
    -webkit-transition: 0.15s ease;
}

.z-temp-bread-crumb>div:hover .category-dropdown {
    top: 35px;
    opacity: 1;
    visibility: visible;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.z-temp-bread-crumb .category-dropdown ul {
    background: #fff;
    overflow: hidden;
    text-align: left;
}

.template-level1-category .category-dropdown {
    width: 960px;
    left: 50%;
    right: 0;
    margin-left: -430px;
}

.z-temp-bread-crumb .category-dropdown li {
    width: 100%;
    display: table;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
    height: 55px;
    color: #000;
    background: #fff;
}

.z-temp-bread-crumb .category-dropdown li:last-child {
    border-bottom: none;
}

.z-temp-bread-crumb .category-dropdown li a:hover {
    color: #03a9f5;
}

.z-temp-bread-crumb .category-dropdown li a {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 13px;
    color: #000;
}

.template-main-category .category-dropdown li a>span {
    color: #999;
}


/* CSS FOR Level 1 catagory dropdown */

.template-level1-category .category-dropdown li {
    width: 33.3333%;
    border-right: 1px solid #f2f2f2;
    float: left;
}

.template-level1-category .category-dropdown li:nth-child(3n+3) {
    border-right: none;
}

.template-level1-category li.view-all-templates {
    width: 100%;
    border: none;
    text-align: center;
}

.template-level1-category li.view-all-templates a {
    color: #03a9f5;
    font-size: 15px;
}

.z-temp-bread-crumb .template-name {
    margin-left: 10px;
}


/* CSS FOR Level 1 catagory dropdown ENDS*/

#mini-panel-survey_breadcrumbs-1 .z-temp-bread-crumb {
    text-align: center;
    margin: 0 auto;
    padding: 0 30px 50px;
    border: none;
}

.template-heading-cont-sec {
    text-align: center;
}

@media only screen and (max-width:991px) {
    .iframe-part>div {
        overflow: hidden;
        overflow-x: scroll
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .z-temp-bread-crumb .template-level1-category .category-dropdown {
        width: 650px;
        margin-left: -275px;
    }
    .template-level1-category .category-dropdown ul li:nth-child(3n+3) {
        border-right: 1px solid #f2f2f2;
    }
    .template-level1-category .category-dropdown ul li,
    .template-level1-category li.view-all-templates {
        width: 50%;
        text-align: left;
    }
    .template-level1-category li.view-all-templates {
        border-right: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
    }
}

@media only screen and (max-width:767px) {
    .z-temp-bread-crumb .category-dropdown,
    .z-temp-bread-crumb>div>a:before,
    .z-temp-bread-crumb>div.template-level1-category>a:after {
        display: none;
    }
    .z-temp-bread-crumb>div>a {
        padding: 0 15px;
        margin: 0 5px;
    }
    .z-temp-bread-crumb .template-level1-category>a {
        padding: 0;
        margin: 0;
    }
    .z-temp-bread-crumb .template-name {
        display: none;
    }
}


/* Template inner level page dropdown css ends */


/* BANNER SEC CSS */

.template-heading-cont-sec {
    display: table;
    width: 100%;
    padding: 10px 0 70px;
}

.template-heading-cont-sec>div {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    text-align: left;
    position: relative;
}

.template-heading-cont-sec>div.cont-sec {
    width: 65%;
    padding-right: 5%
}

.field-template-heading {
    max-width: 800px;
    width: 100%;
}

.template-description {
    max-width: 720px;
    width: 100%;
    margin: 15px 0 40px;
}

.use-template-btn,
.see-template-action {
   color: #fff;
    margin: 0;
    padding: 12px 35px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--zf-primary-semibold);
    cursor: pointer;
    display: inline-block;
    background: #03a9f5;
}
.template-action-wrap {
    text-align: center;
    margin-top: 30px;
}
.see-template-action {
    background: none;
    color: #fff;
    margin: 0;
    padding: 0;
    border: none;
    color: #000;
border-bottom: 1px solid #ccc;
position: relative;
}

.see-template-action:after, .see-template-action:before {
    position: absolute;
    width: 0%;
    content: "";
    height: 2px;
    left: 50%;
    bottom: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
background: #000;
}
.see-template-action:before {
    left: auto;
    right: 50%;
}
.see-template-action:hover:after, .see-template-action:hover:before {
    width: 50%;
}

.temp-img-sec .template-preview-image {
      box-shadow: -20px -20px 0 0 rgba(0, 0, 0, 0.051);
    max-width: 400px;
    width: 100%;
    position: relative;
    z-index: 8;
}

.temp-img-sec:after {
    content: '';
    background: url(/sites/default/files/survey/zslp-temp-customer-black-dot.png) 0/100% no-repeat;
    position: absolute;
    right: -70px;
    top: -60px;
    width: 160px;
    height: 160px;
    z-index: -1;
    opacity: 1;
    z-index: 7;
    transform: scale(0.75);
}


/* BANNER SEC CSS ENDS */


/* IFRAME CSS */

.iframe-part {
    margin: 0 auto 50px; 
}
.iframe-part h2 {
    text-align: center;
    margin: 20px auto 60px;
}
.iframe-part iframe {
    width: 100%;
    min-width: 300px
}

.use-this-template-bottom-sec {
    text-align: center;
    padding: 40px 0 20px;
}
 /* IFRAME CSS ENDS */


/*-------------------- Trust Brands Starts ------------------*/

.trust-brands-wrap {
    text-align: center;
    padding: 80px 0;
    background: #fff;
}

.trust-brands-wrap>.content-wrap:after,
.trust-brands-wrap>.content-wrap:before {
    content: '';
    position: absolute;
    left: 20%;
    width: 60%;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(215, 215, 215, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 50%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.trust-brands-wrap>.content-wrap:before {
    top: 15px;
}

.trust-brands-wrap>.content-wrap:after {
    bottom: 0;
    display: none
}

.trust-brands-wrap .content-wrap>p {
    position: relative;
    color: #666;
    padding: 0 10px;
    background: #fff;
    display: inline-block;
    margin-bottom: 0;
}

a.more-detail-link,
a.explore-more {
    border-bottom: 1px solid #03a9f5;
    padding: 0 0 2px
}

.trust-brands-wrap a.more-detail-link {
    font-size: 15px;
    padding: 0 0 1px;
}

.trust-brands-wrap ul {
    margin: 30px 0 0;
}

.trust-brands-wrap ul li {
    display: inline-block;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.trust-brands-wrap ul li span {
    display: inline-block;
    margin: 10px 40px;
    text-indent: -9999px
}

.trust-brands-wrap ul li:first-child span {
    margin-left: 0
}

.trust-brands-wrap ul li:last-child span {
    margin-right: 0
}

.trust-brands-wrap ul li span {
    background: url("/sites/default/files/zp-trust-brands-sprite.png") no-repeat 0 0;
    background-size: 1103px auto;
    height: 40px
}

.trust-brands-wrap ul li.tb-apple span {
    width: 28px;
    background-position: 0px -120px;
}

.trust-brands-wrap ul li.tb-adidas span {
    width: 46px;
    background-position: -28px -120px;
}

.trust-brands-wrap ul li.tb-hbo span {
    width: 35px;
    background-position: -74px -120px;
}

.trust-brands-wrap ul li.tb-credit-suisse span {
    width: 120px;
    background-position: -109px -120px;
}

.trust-brands-wrap ul li.tb-ge span {
    width: 30px;
    background-position: -229px -120px;
}

.trust-brands-wrap ul li.tb-nike span {
    width: 48px;
    background-position: -259px -120px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .trust-brands-wrap ul li span {
        margin: 10px 20px
    }
}

@media only screen and (max-width:767px) {
    .trust-brands-wrap ul li span {
        margin: 10px 20px
    }
}


/*--------------------- Trust Brands Ends -------------------*/


/* RELATED TOPICS CSS */

.related-topics {
    text-align: center;
   padding: 50px 0 70px;
    border-top: 1px solid #f2f2f2;
}

.related-topics h4 {
    margin-bottom: 30px;
}

.related-topics li {
    display: inline-block;
    margin: 10px 20px;
}

.related-topics li a {
    display: block;
    width: 100%;
    border: 1px solid #03a9f5;
    padding: 10px 10px;
    color: #000;
    margin: 0;
    font-size: 15px;
    border-radius: 45px;
    transition: 0.25s ease;
    -webkit-transition: 0.25s ease;
}

.related-topics li a:hover {
    color: #fff;
    background: #03a9f5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.14);
}


/* RELATED TOPICS CSS ENDS*/

@media only screen and (min-width:1600px) {
    h1 {
        font-size: 52px
    }
    .template-description {
        font-size: 19px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .content-wrap {
        width: 90%;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .template-heading-cont-sec {
        display: block;
        width: 90%;
        padding: 0 5% 60px;
    }
    .template-heading-cont-sec>div.cont-sec,
    .template-heading-cont-sec>div {
        width: 100%;
        text-align: center;
        padding-right: 0;
        display: block;
    }
    .template-heading-cont-sec>div.temp-img-sec {
        max-width: 500px;
        margin: 20px auto 40px;
    }
    .template-heading-cont-sec>div.cont-sec * {
        text-align: center;
        max-width: 100%;
    }
    .field-template-heading {
        margin: 0 auto 20px;
    }
    .template-description {
        margin: 15px 0 40px;
        width: 100%;
    }
    .temp-img-sec .template-preview-image {
        margin-top: 50px;
    }
    .related-topics li a {
        padding: 5px 10px;
        font-size: 13px;
    }
    .iframe-part {
        max-width: 90%;
    }
    .temp-img-sec:after {
        right: -20px;
        top: 0px;
    }
}

@media only screen and (max-width:767px) {
    .template-heading-cont-sec>div.temp-img-sec {
        display: none
    }
    .template-heading-cont-sec {
        display: block;
        width: 90%;
        padding: 0 5% 60px;
    }
    .template-heading-cont-sec>div.cont-sec,
    .template-heading-cont-sec>div {
        width: 100%;
        text-align: center;
        padding-right: 0;
        display: block;
    }
    .see-template-action {
        margin: 0 20px 25px;
    }
    .field-template-heading {
        margin: 0 auto 20px;
    }
    .temp-img-sec .template-preview-image {
        margin-top: 50px;
    }
    .iframe-part {
        max-width: 85%;
        display: block;
    }
    .related-topics {
        padding: 0px 0 70px;
    }
    .related-topics ul {
        max-width: 600px;
        margin: 0 auto;
    }
    .related-topics li {
        display: inline-block;
        color: #333;
        font-size: 13px;
        padding: 15px 35px 15px 10px;
        width: 84%;
        position: relative;
        border-bottom: 1px solid #f2f2f2;
        margin: 0 15px;
        box-sizing: border-box;
        font-family: var(--zf-primary-bold);
        transition: 0.5s ease all;
        text-align: left;
    }
    .related-topics li:after {
        content: '';
        position: absolute;
        top: 26px;
        right: 10px;
        width: 15px;
        height: 1px;
        background: #03a9f5;
    }
    .related-topics li:before {
        content: '';
        position: absolute;
        top: 22px;
        right: 10px;
        background: transparent;
        width: 8px;
        height: 8px;
        transform: rotate(45deg);
        border-right: 1px solid #03a0f5;
        border-top: 1px solid #03a0f5;
    }
    .related-topics li a {
        padding: 0;
        font-size: 13px;
        border: none;
    }
}

@media only screen and (max-width:480px) {
    .trust-brands-wrap {
        text-align: center;
        padding: 60px 0;
        background: #fff;
    }
    .related-topics li {
        width: 94%;
        padding: 15px 40px 15px 0%;
    }
}