@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
    src: url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}
.lpc-iq button {
    width: 100%;
    background-color: #813b15;
    border: none;
}
.lpc-iq.step-one {
    padding: 0;
    background-color: #9c481a;
    transition: background-color 0.5s ease;
    text-align: center;
}
.lpc-iq.step-one .elementor-container,
.lpc-iq.step-one .icon,
.lpc-iq.step-one form,
.lpc-iq.step-one .heading-group,
.lpc-iq.step-one p {
    display: inline-block;
    vertical-align: middle;
}
.lpc-iq.step-one .elementor-container {
    height:151px;
    position: relative;
    width: calc(100% - 50px);
    transition: width .8s ease;
}
.lpc-iq.step-one .heading-group {
    margin: 0;
    font-family: "Bebas Neue",Sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    line-height: 29px;
    text-align: left;
    white-space: nowrap;
}
.lpc-iq.step-one .heading-group span {
    display: block;
    font-size: 48px;
    line-height: 32px;
    text-align: left;
    white-space: nowrap;
}
.lpc-iq.step-one .icon {
    font-size: 3em;
    color: rgba(255,255,255,.1);
}
.lpc-iq.step-one input {
    height: 50px;
    width: 160px;
    padding: 0 25px;
    border: none;
    font-family: "Montserrat",Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    color: #555;
    text-align: center;
}
.lpc-iq.step-one input::-webkit-outer-spin-button,
.lpc-iq.step-one input::-webkit-inner-spin-button { /* Chrome, Safari, Edge, Opera */
    -webkit-appearance: none;
    margin: 0;
}
.lpc-iq.step-one input[type=number] { /* Firefox */
    -moz-appearance: textfield;
}
.lpc-iq.step-one input::placeholder {
    font-size: 12px;
    font-weight: 600;
    color: #555;
    opacity: .5;
}
.lpc-iq.step-one p {
    margin-bottom: 0;
    margin-left: 12px;
    font-family: "Montserrat",Sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: left;
}
.post-text-complete {
    font-size: 16px !important;
}
.lpc-iq.step-one p.pre-text {
    text-align: left;
}
.lpc-iq.step-one p.post-text {
    width: 0;
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}
.lpc-iq .inner {
    width:100%;
}
.lpc-iq.step-one .inner > div {
    position: absolute;
    top: 45px;
}
.lpc-iq.step-one .flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.lpc-iq.step-two {
    padding: 25px 0;
    background-color: #a84f1f;
}
.lpc-iq.step-two .elementor-container {
    width: calc(100% - 50px);
}
.lpc-iq.step-two .flex {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex: 1;
    align-items: end;
    justify-content: left;
}
.lpc-iq.step-two .flex:first-child {
    margin-top: 0;
}
.lpc-iq.step-two .flex>div {
    margin-right: 5px;
    display: flex;
    flex-flow: column nowrap;
    flex: 1;
}
.lpc-iq.step-two .flex>div:last-child {
    margin-right: 0;
}
.lpc-iq.step-two .flex .flex-double {
    flex-grow: 2;
}
.lpc-iq label {
    margin-left: 10px;
    font-family: "Montserrat",Sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    opacity: .7;
}
.lpc-iq label.additional-info {
    margin-bottom:2px;
    font-size: 14px;
    opacity: .85;
}
.lpc-iq input,
.lpc-iq select,
.lpc-iq textarea {
    height: 50px;
    margin-top: 2px;
    padding: 0 15px;
    border: none;
    font-family: "Montserrat",Sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 50px;
    color: #555;
}
.lpc-iq select {
    text-transform: uppercase;
}
.lpc-iq .select {
    position: relative;
    display: inline-block;
    color:#555;
}
.lpc-iq .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.lpc-iq .select:after {
    position: absolute;
    top: 15px;
    right: 16px;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    pointer-events: none;
}

.lpc-iq.step-two input:disabled,
.lpc-iq.step-two select:disabled {
    background-color: rgba(255,255,255,.75);
}
.lpc-iq.step-two #iq-continue {
    margin-top:25px;
}
.lpc-iq.step-two .error-msg {
    padding: 5px 15px;
    margin: auto;
    display: block;
    background: #cc0000;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.lpc-iq.step-two input.error {
    background-color: #ff9797;
}


.lpc-iq.step-three {
    padding: 25px 0;
    background-color: #b45a29;
}
.lpc-iq.step-three .elementor-container {
    margin-top: 0;
    width: calc(100% - 50px);
}
.lpc-iq.step-three h3 {
    margin: 0;
    padding: 10px 25px 0;
    border: none;
    font-family: "Montserrat",Sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.lpc-iq.step-three .flex {
    width: 100%;
    margin-top: 0;
    display: flex;
    flex: 1;
    align-items: normal;
    justify-content: left;
}
.lpc-iq.step-three .flex.more-info,
.lpc-iq.step-three .flex.submit-button {
    margin-top: 20px;
}
.lpc-iq.step-three .flex .default-msg {
    font-size: .8rem;
}
.lpc-iq.step-three .flex>div {
    margin: 15px;
    display: flex;
    flex-flow: column nowrap;
    align-items: normal;
    flex: 1;
}
.lpc-iq.step-three .flex-container {
    box-shadow: 0 0 12px rgba(0,0,0,.5);
}
.lpc-iq.step-three .flex-container:nth-child(2) {
    /*margin-top: -15px;*/
}
.lpc-iq.step-three .upper {
    padding: 25px;
    border-radius:3px 3px 0 0;
    background-color:#222;
    color:#fff;
}
.lpc-iq.step-three .upper h3,
.lpc-iq.step-three .upper h5 {
    margin: 0;
    padding: 0;
    font-family: "Montserrat",Sans-serif;
    font-size: 27px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.lpc-iq.step-three .upper h5 {
    font-size: 12px;
    line-height: 12px;
}
.lpc-iq.step-three .lower {
    height: 100%;
    padding: 0 10px 20px;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    font-family: "Montserrat",Sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}
.lpc-iq.step-three .lower strong.top {
    text-align: center;
    display: block;
    margin: 20px 20px 0;
}
.lpc-iq.step-three .lower ul {
    padding: 25px 35px 17px;
    list-style: none;
}
.lpc-iq.step-three .lower li {
    margin-bottom: 5px;
}
.lpc-iq.step-three .lower .fa-li {
    position: relative;
    left: -5px;
    font-size: 1.25em;
}
.lpc-iq.step-three .lower .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #9c481a;
}
.lpc-iq.step-three .lower .fa-check:before {
    content: "\f00c";
}
.lpc-iq.step-three .clean-out {
    margin-bottom: 6px;
    font-size: 1.3em;
    font-weight: 600;
    font-style: italic;
    text-align: center;
}
.lpc-iq.step-three .price {
    padding: 15px 20px 6px;
    background: #eee;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    font-size: 28px;
    font-weight: 500 !important;
    text-align: center;
}
.lpc-iq.step-three .price strong {
    font-weight: 600;
    color: #000;
}
.lpc-iq.step-three strong.pricing {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 28px;
    font-weight: 600;
}
.lpc-iq.step-three .price strong em,
.lpc-iq.step-three strong.pricing em {
    position: relative;
    top: -8px;
    margin: 0 2px 10px 0;
    font-size: 13px;
    font-style: normal;
}
.lpc-iq.step-three .price span {
    display: block;
    font-size: 11px;
    font-weight: 500;
}
.lpc-iq.step-three .description {
    padding: 20px;
    text-align: center;
}
.lpc-iq.step-three .description strong {
    display: block;
    font-size: 1.2em;
    margin-bottom: 5px;
}
.lpc-iq.step-three .select-btn,
.lpc-iq.step-three .select-btn-x,
.lpc-iq.step-three .select-btn-service {
    display: block;
    width: auto;
    margin: 10px auto 20px;
    padding: 10px 40px;
    border: 2px solid #9c481a;
    background: #fff;
    font-family: "Montserrat",Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    color: #9c481a;
    white-space: normal;
}
.lpc-iq.step-three .select-btn.enabled {
    background: #9c481a;
    color: #fff;
}
.lpc-iq.step-three .lower .details {
    font-size: 11px;
    font-style: italic;
    text-align: center;
}
.lpc-iq.step-three .flex .flex-triple {
    flex-flow: row;
    flex: 1;
    flex-grow: 3;
}
.lpc-iq.step-three .flex .flex-triple .upper {
    width: calc(33% - 15px);
    padding: 40px;
    border-radius: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lpc-iq.step-three .flex .flex-triple .upper h3 span {
    display: inline-block;
    transform: scale(.7);
    top: -3px;
    position: relative;
}
.lpc-iq.step-three .flex .flex-triple .upper h5 {
    line-height: 12px;
    margin-bottom: 5px;
}
.lpc-iq.step-three .flex .flex-triple .lower {
    padding: 0 10px;
    flex: 1;
    border-radius: 0 3px 3px 0;
    text-align: center;
}
.lpc-iq.step-three .flex .flex-triple .lower.no-radius {
    border-radius: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lpc-iq.step-three .flex.termites .description {
    padding: 30px 20px 10px;
}
.lpc-iq.step-three .flex.termites .select-btn,
.lpc-iq.step-three .flex.termites-escrow .select-btn,
.lpc-iq.step-three .flex.termites .select-btn-x,
.lpc-iq.step-three .flex.termites-escrow .select-btn-x {
    padding: 10px 20px;
    font-size: 13px;
}
.lpc-iq.step-three .btn-clypb {
    padding: 0 20px;
    font-size: 11px;
    display: inline-block;
    width: auto;
    margin: 10px auto 20px auto;
    border: 2px solid #9c481a;
    background: #fff;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    color: #9c481a;
    letter-spacing: -.5px;
    border-radius: 5px;
}
.lpc-iq.step-three .flex.more-info {
    display: flex;
    flex-flow: column nowrap;
    flex: 1;
}
.lpc-iq.step-three .flex.more-info textarea {
    height: 100px;
    line-height: 1.4em;
    padding: 10px 20px;
}
.lpc-iq.step-two .agree,
.lpc-iq.step-three .agree {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin: 10px 20px;
}
.lpc-iq.step-two .agree a,
.lpc-iq.step-three .agree a {
    color: #fff;
    text-decoration: underline;
}
.lpc-iq.step-two .agree a:hover,
.lpc-iq.step-three .agree a:hover {
    color: rgba(255,255,255,.8);
}

.lpc-iq.privacy-policy {
    background-color: #813910;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 13px;
}
.lpc-iq.privacy-policy a {
    color: #fff3ec;
    text-decoration: underline;
}

.grecaptcha-badge { 
    z-index: 99999;
    visibility: hidden;
}

@media (max-width:1330px) {
    .lpc-iq.step-one p.post-text,
    .lpc-iq.step-one p.post-text-complete {
        font-size: 13px !important;
        line-height: 16px;
    }
}
@media (max-width:880px) {
    .lpc-iq.step-one p {
        font-size: 16px;
        line-height: 18px;
    }
    .lpc-iq.step-one p.post-text,
    .lpc-iq.step-one p.post-text-complete {
        font-size: 13px;
        line-height: 14px;
    }
}
@media (max-width:767px) {
    .lpc-iq.step-three .elementor-container {
        width: calc(100% - 20px);
    }
    .lpc-iq.step-one .elementor-container {
        height: 176px;
    }
    .lpc-iq.step-one .flex {
        display: block;
    }
    .lpc-iq.step-one .inner > div {
        top: 35px;
    }
    .lpc-iq.step-one p {
        margin-top: 20px;
        margin-left: 0;
        text-align: center !important;
    }
    .lpc-iq.step-one p.post-text {
        width: auto !important;
        font-size: 14px;
        line-height: 18px;
    }
    .lpc-iq.step-three .flex {
        flex-wrap: wrap;
    }
    .lpc-iq.step-three .flex>div {
        margin: 15px 0;
        flex: 100%;
        background-color: #ffffff;
        border-radius: 3px;
    }
    .lpc-iq.step-three .flex .flex-triple {
        display: block;
        background-color: #ffffff;
    }
    .lpc-iq.step-three .flex .flex-triple .upper {
        display: block;
        width: 100%;
        padding: 20px;
        border-radius: 3px 3px 0 0;
    }
    .lpc-iq.step-three .lower {
        height: auto;
    }
    .lpc-iq.step-three .lower ul {
    padding: 25px 15px 17px;
    }
}
@media (max-width:640px) {
    .lpc-iq.step-two .flex {
        flex-wrap: wrap;
    }
    .lpc-iq.step-two .flex>div {
        margin: 1%;
        flex: 48%;
    }
    .lpc-iq.step-two .flex>div:last-child {
        margin-right: 1%;
    }
}
@media (max-width:480px) {
    .lpc-iq.step-one .elementor-container {
        height: 251px;
        width: calc(100% - 20px);
    }
    .lpc-iq.step-one .icon {
        display: none;
    }
    .lpc-iq.step-one .heading-group {
        text-align: center;
    }
    .lpc-iq.step-one form {
        display: block;
        margin-top: 5px;
    }
    .lpc-iq.step-one input {
        width: 200px;
    }
}
