@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Work+Sans:wght@100..900&display=swap');
.ccl-elements-container {
    display: none;
}
body, body.logged-in.admin-bar {
    overflow-x: hidden;
    padding-top: 75px;
}
/* Quiz Banner CSS */
.quiz-banner-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.quiz-left-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz-left-col img {
    width: 100%;
    position: relative;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* first css */
.quiz-bottom-bar {
    padding: 15px 0;
    display: none;
    padding-left: 40px;
    padding-right: 40px;
}
.quiz-container {
    margin-bottom: 0;
}
.quiz-bottom-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.quiz-bottom-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #1f2937;
    font-weight: 500;
}

.quiz-bottom-item .icon {
    font-size: 16px;
    display: flex;
}
.piq-card {
    max-width: 100%;
    margin: auto;
    padding: 40px 40px 60px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    animation: piqIn .28s cubic-bezier(.4,0,.2,1);
    padding-top: 20px;
    padding-bottom: 10px;
}

.piq-hero-content {
    margin-bottom: 25px;
    padding-top: 40px;
}
.quiz-feature-list {
    display: flex;
    align-items: center;
    gap: 0px;
    flex-direction: column;
    width: 33.33333%;
}
.quiz-feature {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 30px 0;
    gap: 25px;
    margin-top: 0;
    justify-content: space-between;
}
.quiz-feature-title {
    font-size: 18px;
    font-weight: 700;
    color: #0A1128;
    font-family: "Work Sans", sans-serif;
    line-height: 28px;
}
.quiz-feature-list .quiz-small-text {
    color: #363737;
    font-size: 10px;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 15px;
    font-family: "Work Sans", sans-serif;
}
.quiz-feature-icon svg {
    display: block;
}
.piq-hero-bottom {
    border-top: none;
    padding-top: 0;
    width: 100%;
    position: relative;
}
.piq-hero-top {
    padding: 0;
}
.quiz-review-list {
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.quiz-review-list .piq-hero-review {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    color: #363737;
    line-height: 24px;
    border-left: 4px solid #C1A27080;
    padding-left: 25px;
    background: #EFE9D433;
    padding-top: 15px;
    padding-bottom: 15px;
}
.quiz-review-list .piq-hero-review p {
    font-style: italic;
}

.piq-client-name {
    font-size: 14px;
    color: #363737;
    font-style: italic;
    margin-top: 10px;
}
/* end */

/* step */
.piq-screen {
    display: none;
}
.piq-screen.piq-active {
    display: block;
}
@keyframes piqIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to   {
        opacity: 1;
        transform: translateY(0);
    }
}

/* â”€â”€â”€ HERO screen â”€â”€â”€ */
.piq-hero {
    text-align: center;
}
.piq-hero-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    color: #15803D;
    background: #F0FDF4;
    border: 1px solid #BBF7D0;
    border-radius: 20px;
    padding: 5px 14px;
    margin-bottom: 20px;
}
.quiz-review-text {
    background: #C1A270;
    max-width: 183px;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 16px;
    padding: 6px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.piq-hero-h {
    font-size: 40px;
    font-weight: 600;
    color: #363737;
    line-height: 48px;
    margin-bottom: 20px;
    font-family: Oswald, sans-serif;
}
.piq-hero-sub {
    color: #363737;
    font-size: 16px;
    line-height: 27px;
}
.piq-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 20px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
    font-family: Oswald, sans-serif;
    background: #D37935;
}
.piq-cta-btn:hover {
    background: #555556;
}
.piq-cta-btn:active {
    background: #D37935;
}
.piq-cta-btn .piq-arrow {
    font-size: 18px;
    transition: transform .2s;
    display: inline-block;
    height: 12px;
    line-height: 12px;
    width: 13px;
    position: relative;
    top: -2px;
}
.piq-cta-btn .piq-arrow svg {
    width: 13px;
}
.piq-cta-btn:hover .piq-arrow {
    transform: translateX(3px);
}
.piq-trust-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.piq-trust-icon {
    margin-right: 10px;
}
.piq-trust-item {
    width: 33.33%;
    padding: 10px;
    color: #363737;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 15.5px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
}

.piq-trust-item:after {
    border-right: 1px solid #C1A27033;
    content: "";
    height: 31px;
    right: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.piq-trust-item:last-child:after {
    opacity: 0;
}

.piq-trust-icon svg {
    display: inline-block;
}


.piq-top-bar {
    /*position: sticky;
    top: 85px;*/
    background: #fff;
    z-index: 99;
    /*    padding-top: 15px;*/
}
/* top bar */
.piq-top-bar-inner {
    max-width: 900px;
    margin: 0 auto 15px;
}
.quiz-right-col .piq-topbar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #363737;
    line-height: 20px;
    font-family: "Work Sans", sans-serif;
}
.piq-topbar p {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
/* stepper */
.piq-stepper{
    display:flex;
    align-items:flex-start;
    overflow-x:auto;
    scrollbar-width:none
}
.piq-stepper::-webkit-scrollbar{
    display:none
}
.piq-stp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    position: relative;
    min-width: 44px;
    margin-top: 10px;
}
.piq-sl {
    position: absolute;
    top: 14px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.0);
    z-index: 0;
    opacity: 0;
}
.piq-stp:last-child .piq-sl{
    display:none
}
.quiz-right-col .piq-sc {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    z-index: 1;
    position: relative;
    background: #fff;
    border: 2px solid rgb(0 0 0 / 10%);
    color: #90a1b9;
    background: #e2e8f0;
    opacity: 0;
    display: none;
}
.piq-active-stp .piq-sc {
    background: #155dfc;
    color: #fff;
    border-color:  #155dfc;
    position: relative;
}
.piq-active-stp .piq-sc::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    border: 4px solid #2563eb82;
    left: -5px;
    top: -5px;
    background: transparent;
    z-index: -1;
    border-radius: 50%;
}
.piq-done-stp .piq-sc{
    background:#2563EB;
    border-color:#2563EB;
    color:#fff
}
.quiz-right-col .piq-sn {
    font-size: 0px;
    color: #E6E8EA;
    margin-top: 5px;
    text-align: center;
    line-height: 0px;
    width: 64.5px;
    height: 8px;
    font-size: 0;
    background: #E6E8EA;
    border-radius: 8px;
}
.quiz-right-col .piq-active-stp .piq-sn{
    color: #C1A270;
    background: #C1A270;
}
.quiz-right-col .piq-done-stp .piq-sn {
    background: #C1A270;
}

/* progress bar */
.piq-prog-track{
    height:4px;
    background:#E5E7EB;
    margin:10px 0 0
}
.quiz-right-col .piq-prog-track {
    display: none;
    opacity: 0;
}

.piq-prog-fill{
    height:4px;
    background:#111827;
    transition:width .4s ease
}

/* call bar */
.piq-callbar {
    background: #2563EB;
    color: #fff;
    text-align: center;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}
.piq-callbar p {
    display: flex;
    align-items: center;
    gap: 8px;
}
.piq-callbar br {
    display: none;
}
/* card */

.piq-card-icon-wrap {
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
.piq-card-icon-wrap svg {
    width: 48px;
    height: 48px;
    display: inline-block;
}
.piq-card-icon-wrap.piq-trust-row-right-ok svg {
    background-color: #dbeafe;
    border-radius: 50%;
    padding: 13px;
    width: 64px;
    height: 64px;
}
.quiz-right-col .quiz-page .piq-card-title {
    font-size: 24px;
    font-weight: 600;
    color: #363737;
    text-align: center;
    margin-bottom: 40px;
    line-height: 31px;
    font-family: Oswald, sans-serif;
}
.piq-card-title-right{
    font-size: 36px;
}
.piq-card-foot {
    text-align: center;
    font-size: 14px;
    color: #62748e;
    margin-top: 15px;
    border: 1px solid #0000001A;
    background: #f3f3f3;
    padding-bottom: 2px;
}
/* 2x2 icon card grid */
.piq-icon-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}

.quiz-right-col .quiz-page .piq-icon-opt {
    border: 1px solid #C1A2704D;
    border-radius: 5px;
    padding: 7px 10px;
    cursor: pointer;
    text-align: center;
    background: #EFE9D433;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    font-size: 16px;
    font-weight: 700;
    color: #363737;
    transition: border-color .15s,background .15s;
    font-family: Lato, sans-serif;
}
.quiz-right-col .quiz-page .piq-icon-opt:hover{
    border-color: #C1A270;
    background: #EFE9D433;
}
.quiz-right-col .quiz-page .piq-icon-opt.piq-sel{
    border-color: #d37935;
    background: #EFE9D433;
    color: #000;
}
.piq-ico {
    width: 16px;
    height: 16px;
    color: #2563eb;
    display: inline-block;
}
/* view all */
.piq-view-all-row{
    text-align: center;
    margin-bottom: 20px
}
.step-start-wrap-info {
    overflow: auto;
    max-height: 630px;
}
.quiz-right-col .quiz-page .piq-view-all-btn {
    background: none;
    border: none;
    color: #D37935;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    letter-spacing: -0.15px;
    font-family: Lato, sans-serif;
}
/* list options */
.piq-list-opts {
    display:flex;
    flex-direction:column;
    gap:10px;
    margin-bottom:6px
}
.quiz-right-col .piq-lo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 15px;
    border: 1px solid #CED4DA;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #363737;
    text-align: center;
    line-height: 16px;
    transition: all 0.3s ease;
    font-family: Lato,sans-serif;
    background: #ffffff;
}
.quiz-right-col .piq-lo:hover {
    border-color: #C1A270;
    background: #EFE9D433;
    color: #363737;
}

.quiz-right-col .piq-lo.piq-sel {
    border-color: #C1A270;
    background: #EFE9D433;
    font-weight: 700;
    color: #363737;
}
/* interstitial trust rows */
.piq-trust-rows {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 18px;
}

.piq-trust-row {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 0;
    padding: 13px 16px;
    font-size: 14px;
    font-weight: 600;
    background: #EFE9D433;
    line-height: normal;
}
.piq-trust-row .info-icon {
    height: 45px;
    width: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #C1A2704D;
    padding-top: 2px;
    background: #EFE9D433;
}
.piq-trust-row .info-icon svg polyline {
    stroke: #C1A270;
}
.piq-trust-row  .place-info {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.piq-trust-row  .place-info span {
    color: #314158;
    display: block;
    font-weight: 400;
}
/* quote block */
.piq-quote-block {
    background: #ffffff;
    border-radius: 0;
    padding: 24px 20px;
    margin-bottom: 15px;
    text-align: left;
    border: 1px solid #C1A2704D;
    border-left: 4px solid #C1A2704D;
}
.piq-quote-block .piq-quote-attr {
    font-size: 14px;
    font-style: italic;
}
.piq-quote-text {
    font-size: 16px;
    color: #314158;
    font-style: italic;
    margin-bottom: 4px;
}
.piq-quote-attr{
    font-size:14px;
    color:#45556c
}
.piq-testimonial .piq-test-attr {
    font-style: italic;
    font-size: 14px;
}

.piq-screen .piq-card .piq-quote-block {
    margin-top: 40px;
}
.piq-screen .piq-card .piq-view-all-row + .piq-quote-block {
    margin-top: 20px;
}

/* continue dark button */
.piq-continue-dark {
    display: block;
    width: 100%;
    padding: 12px 15px;
    background: #D37935;
    color: #fff;
    border: none;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    transition: all .15s;
    line-height: normal;
}
.piq-continue-dark:hover{
    background: #555556;
}
/* first css */

/* Steps Call Bar */
.quiz-callbar {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    background: #363737;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    font-family: "Work Sans", sans-serif;
}
.quiz-callbar svg, .quiz-callbar img {
    width: 15px;
    height: 15px;
    margin-right: 8px;
}

.quiz-left-col img {
    max-height: 934px;
}

.quiz-right-col .quiz-page {
    padding-top: 0px;
    position: relative;
    width: 100%;
    max-height: 934px;
    min-height: 934px;
    overflow: hidden;
}

.quiz-banner-section {
    height: auto;
}
.quiz-right-col .wpcf7 {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.quiz-right-col .wpcf7 .piq-top-bar {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
}

.quiz-right-col .piq-topbar span:last-child {
    opacity: 0;
    display: none;
}
div#piq-exp-grid br {
    display: none;
}
.quiz-right-col .piq-icon-grid.piq-exp-grid svg {
    stroke: #C1A270;
    position: relative;
}

.quiz-right-col .quiz-page .piq-icon-opt .icon-wrap {
    height: 45px;
    width: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #C1A2704D;
    padding-top: 2px;
    background: #EFE9D433;
}
.quiz-right-col .quiz-page .back-btn-step {
    color: #363737;
    border: 1px solid #363737;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    background: transparent;
    padding: 3px 9px;
    cursor: pointer;
    font-family: "Work Sans", sans-serif;
    letter-spacing: -0.6px;
    margin-left: 0px;
    top: 8px;
    position: relative;
}
.quiz-right-col .quiz-page .back-btn-step:hover {
    background: #D37935;
    border-color: #D37935;
    color: #fff;
}
.quiz-right-col .quiz-page .back-btn-step:hover svg path {
    stroke: #fff;
}
/* cf7 step css */

/* results page */
.piq-results-wrap{
    text-align:center
}
.piq-results-check-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #dcfce7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.piq-results-check-icon svg {
    width: 48px;
    height: 48px;
    display: inline-block;
}
.piq-results-h {
    font-size: 30px;
    font-weight: 600;
    color: #363737;
    margin-bottom: 15px;
    line-height: 44px;
}
.piq-results-sub {
    font-size: 16px;
    color: #45556C;
    margin-bottom: 20px;
    font-weight: 400;
}
.piq-results-video-label {
    font-size: 14px;
    font-weight: 600;
    color: #314158;
    margin-bottom: 15px;
}
.piq-video-thumb {
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    border: 0;
    padding: 0;
    display: block;
    width: 50%;
    padding-left: 15px;
}
.piq-video-thumb a img {
    width: 100%;
}
.piq-video-thumb a {
    position: relative;
    display: block;
}
.piq-video-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: rgb(255 255 255 / 90%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s ease;
}
.piq-video-thumb a:hover .piq-video-play {
    transform: scale(1.05);
}
.piq-video-play svg {
    width: 40px;
    height: 40px;
    display: block;
}
.piq-results-video-note {
    font-size: 14px;
    color: #45556C;
    margin-bottom: 20px;
    font-weight: 400;
}
.piq-results-wrap .piq-cta-dark{
    display:block;
    width:100%;
    padding:16px;
    background: #D37935;
    color:#fff;
    border:none;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 700;
    cursor:pointer;
    font-family:inherit;
    margin-bottom:8px;
    transition: all .15s
}
.piq-cta-dark:hover{
    background: #555556;
}
.piq-results-timing {
    margin-bottom: 15px;
    font-size: 14px;
    color: #45556c;
}
.piq-call-outline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 8px 10px;
    background: #fff;
    border: 2px solid #155dfc;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #155dfc;
    cursor: pointer;
    font-family: inherit;
    margin-bottom: 6px;
}
.piq-call-outline:hover {
    color: #fff;
    background: #155dfc;
}
.piq-call-outline:hover svg{
    stroke: #fff;
}
.piq-results-call-note {
    font-size: 14px;
    color: #45556c;
    margin-bottom: 30px;
}
.piq-comp-list {
    text-align: left;
    background: #fcf9fa;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
}
.piq-comp-title {
    font-size: 18px;
    font-weight: 600;
    color: #1d293d;
}
.piq-comp-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #314158;
    margin-top: 10px;
}
.piq-stats-row {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
    gap: 15px;
}
.piq-stat {
    text-align: center;
    background: #fcf9fa;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
}
.piq-stat-num {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #314158;
}
.piq-stat-lbl{
    font-size:11px;
    color:#9CA3AF
}
.piq-testimonial {
    background: #ffffff;
    border-radius: 0;
    padding: 24px 20px;
    margin-bottom: 15px;
    text-align: left;
    border: 1px solid #C1A2704D;
    border-left: 4px solid #C1A2704D;
}
.piq-test-text {
    font-size: 16px;
    color: #314158;
    font-style: italic;
    margin-bottom: 4px;
}
.piq-test-attr {
    font-size: 14px;
    color: #45556c;
}
.piq-urgency {
    font-size: 16px;
    color: #314158;
    font-weight: 600;
    margin-top: 30px;
}
/* contact form */
.piq-contact-wrap {
    text-align: center;
}
.piq-contact-wrap .piq-what-next {
    font-size: 16px;
    font-weight: 500;
    color: #314158;
    margin-top: 0;
    margin-bottom: 15px !important;
}
.piq-video-and-left-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    position: relative;
}
.piq-steps-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    width: 50%;
}
.piq-steps-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 4px;
    font-size: 16px;
    background: #EFE9D433;
    padding: 9px;
}
.piq-steps-list li strong {
    font-weight: 700;
    color: #363737;
    display: block;
    font-size: 14px;
    line-height: 16px;
}
.piq-steps-list li p {
    font-size: 10px;
    line-height: 16px;
    color: #314158;
    margin-top: 5px;
}
.piq-step-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2563EB;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.piq-one-step {
    font-size: 18px;
    color: #314158;
    margin-bottom: 30px;
    font-weight: 700;
}
.piq-one-step-label {
    color: #314158;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px !important;
}
.piq-call-now-row{
    margin-bottom:14px
}
.piq-call-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: transparent;
    border: 1px solid #363737;
    border-radius: 0;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #363737;
    font-family: inherit;
    width: 100%;
    margin: auto;
    cursor: pointer;
}
.piq-call-chip:hover {
    background: #D37935;
    border: 1px solid #D37935;
    color: #fff;
}
.piq-call-chip svg {
    width: 20px;
    height: 20px;
    display: inline-block;
}
.piq-call-chip:hover svg path {
    fill: #fff;
}
.piq-fields {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
    text-align: left;
    margin-top: 20px;
}
.piq-fg{
    display:flex;
    flex-direction:column;
    gap:4px
}
.piq-fl {
    font-size: 14px;
    font-weight: 700;
    color: #363737;
    margin: 0;
}
.piq-contact-wrap .small-text-expert {
    font-size: 14px;
    font-weight: 400;
    color: #45556C;
    margin-top: 15px;
}
.piq-contact-wrap .piq-fields .row {
    gap: 20px 0;
}
.piq-funnel .piq-fg input[type="text"], .piq-funnel .piq-fg input[type="email"], .piq-funnel .piq-fg input[type="tel"],
.piq-funnel input.wpcf7-text, .piq-funnel input.wpcf7-email, .piq-funnel input.wpcf7-tel {
    margin: 0;
    box-shadow: none !important;
    width: 100%;
    padding: 9px 14px;
    border-radius: 0;
    background: #fff;
    font-size: 14px;
    color: #000;
    outline: none !important;
    font-family: inherit;
    border: 1px solid #CED4DA;
}
.piq-funnel input:focus{
    border-color:#2563EB;
    box-shadow:0 0 0 3px rgba(37,99,235,.12)
}
.piq-funnel input::placeholder{
    color:#D1D5DB
}
.piq-funnel input.wpcf7-not-valid{
    border-color:#EF4444
}
.piq-funnel .wpcf7-not-valid-tip{
    font-size:12px;
    color:#EF4444;
    margin-top:3px;
    display:block
}
.piq-trust-chips {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
    background: #fcf9fa;
    padding: 20px;
    border-radius: 10px;
}
.piq-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #314158;
    font-weight: 600;
}
.piq-submit-btn, .piq-funnel .wpcf7-submit {
    display: block;
    width: 100%;
    padding: 8px;
    background: #D37935;
    color: #fff;
    border: none;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    margin-bottom: 15px;
}
.piq-funnel .wpcf7-submit:hover {
    background: #555556;
}
.piq-submit-note {
    font-size: 14px;
    color: #45556c;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 50px;
}
.piq-urgency-red {
    font-size: 14px;
    color: #f54a00;
    text-align: center;
    font-weight: 600;
    margin: 20px 0 50px !important;
}
.piq-final-quote{
    background:#F9FAFB;
    border-radius:10px;
    padding:14px;
    text-align:center;
    font-size:13px;
    color:#374151;
    font-style:italic
}
.piq-final-attr{
    color:#9CA3AF;
    font-size:12px;
    margin-top:4px
}
.piq-funnel .wpcf7-spinner{
    display:none!important
}
.quiz-right-col {
    display: flex;
}
.piq-continue-dark .piq-arrow {
    margin-left: 4px;
}
.quiz-container, .quiz-form-wraper, .quiz-form-wraper .piq-funnel, .quiz-form-wraper .piq-funnel .piq-screen, .quiz-form-wraper .piq-funnel .piq-screen .piq-hero{
    height: 100%;
}
.quiz-right-col .quiz-page .quiz-bottom-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
}
.quiz-form-wraper .piq-funnel .piq-screen .piq-hero .piq-trust-list {
    position: absolute;
    width: 100%;
    bottom: 30px;
}
.piq-steps-list li p:first-child {
    margin: 0;
}

.page-template-template-home .custom-review-listing {
    background-size: cover !important;
    background-position: center !important;
    background-color: #cbac78;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@media (min-width: 1500px) {
    .quiz-right-col .wpcf7 {
        padding-top: 10px;
    }
    .quiz-left-col {
        display: flex;
        align-items: center;
        justify-content: center;
        -ms-flex: 0 0 calc(100% - 600px);
        flex: 0 0 calc(100% - 600px);
        max-width: calc(100% - 600px);
    }
    .quiz-right-col {
        -ms-flex: 0 0 600px;
        flex: 0 0 600px;
        max-width: 600px;
        margin-left: auto;
    }
}
@media(max-width:1199px){
    .quiz-right-col .quiz-page .piq-icon-opt {
        font-size: 14px;
        line-height: 1.3;
    }
    .piq-card, .quiz-bottom-bar, .quiz-right-col .wpcf7 .piq-top-bar {
        padding-left: 20px;
        padding-right: 20px;
    }
    .quiz-bottom-bar .piq-trust-item {
        padding: 6px;
        font-size: 10px;
        line-height: 12.5px;
        position: relative;
    }
}

@media(max-width: 991px){
    .quiz-right-col .quiz-page {
        position: relative;
        width: 100%;
        height: auto;
        min-height: inherit;
        padding-top: 0;
        max-height: inherit;
    }
    .quiz-right-col .quiz-page .quiz-bottom-bar {
        position: relative;
        bottom: 0;
    }
    .quiz-left-col img {
        max-height: inherit;
        height: auto;
    }
    .quiz-container, .quiz-form-wraper, .quiz-form-wraper .piq-funnel, .quiz-form-wraper .piq-funnel .piq-screen, .quiz-form-wraper .piq-funnel .piq-screen .piq-hero {
        height: auto;
    }
    .quiz-form-wraper .piq-funnel .piq-screen .piq-hero .piq-trust-list {
        position: relative;
        width: 100%;
        bottom: 0;
    }
}
@media(max-width: 767px){
    .step-start-wrap-info {
        overflow: inherit;
        max-height: inherit;
    }
    .piq-results-sub {
        font-size: 16px;
        line-height: 27px;
    }
    .piq-trust-item:after {
        opacity: 0;
    }
    .piq-trust-icon {
        margin-right: 7px;
        width: 20px;
    }
    .piq-hero-content {
        padding-top: 20px;
    }
    .quiz-right-col .piq-sn {
        width: 90%;
    }
    .piq-hero-h {
        font-size: 30px;
        line-height: 1.3;
    }
    .piq-hero-sub br {
        display: none;
    }
    .piq-cta-btn {
        width: 100%;
        padding: 20px 10px;
        font-size: 22px;
        font-weight: 600;
    }
    .quiz-review-list .piq-hero-review p {
        line-height: 24px;
        font-size: 16px;
    }
    .piq-quote-text {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:575px){
    .piq-video-and-left-info {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        position: relative;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .piq-steps-list {
        list-style: none;
        padding: 0;
        margin-bottom: 0px;
        text-align: left;
        width: 100%;
    }
    .piq-video-thumb {
        position: relative;
        cursor: pointer;
        margin-bottom: 10px;
        border: 0;
        padding: 0;
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .piq-video-and-left-info .piq-results-video-note {
        margin-top: 15px;
        margin-bottom: 10px !important;
    }
    .piq-trust-item {
        padding: 0;
    }
    .quiz-bottom-bar-inner {
        gap: 15px;
    }
    .piq-callbar {
        padding: 10px 10px;
        font-size: 14px;
    }
    .piq-video-play {
        width: 40px;
        height: 40px;
    }
    .piq-video-play svg {
        width: 20px;
        height: 20px;
    }
    .piq-stats-row {
        flex-wrap: wrap;
    }
    .piq-results-h {
        font-size: 30px;
    }
    .piq-card{
        padding:22px 14px 18px;
        border-radius:12px
    }
    .piq-card-title{
        font-size:18px
    }
    .piq-sn{
        font-size:9px
    }
    .piq-stepper{
        padding:8px 4px 0
    }
    .quiz-bottom-bar .piq-trust-item {
        padding: 0 5px;
    }
}
/* end */