.error404 .page_header {
    background: #103045;
}
@media (max-width:992px)  {
    .error404 .page_cover {
        margin-top: 0 !important;
    }
}

.archive.author .page_cover {
    margin-bottom: 0;
    margin-top: 0px !important;
}

.archive.author .cz_view_author_posts {
    display: none;
}

.archive.author .cz_posts_container.cz_posts_template_1 {
    margin-top: 59px !important;
}

.archive.author .footer-bio {
    display: none !important;
}

.single.single-post .footer-bio {
    display: none !important;
}

.form-inventory .wpcf7-form-control.wpcf7-textarea {
    height: 92px;
}
.form-inventory .codedropz-upload-container {
    padding: 2px 10px;
}
.form-inventory .codedropz-upload-inner h3 {
    font-size: 15px;
    line-height: 13px;
    font-weight: normal;
    font-family: 'Nunito Sans';
}

.codedropz-upload-handler {
    border: 2px dashed #000000 !important;
}

@media only screen and (max-width: 992px) {
    .mobile-reverse-column {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (min-width:768px)  {
    .top-section {
        margin-top: 26px;
    }
}
@media (max-width:992px)  {
    .top-section {
        margin-top: 20px;
    }
}
@media (max-width:768px)  {
    .top-section {
        margin-top: -10px;
    }
}
@media (max-width:480px)  {
    .top-section {
        margin-top: 20px;
    }
}

.breath a {
    animation: shadow-pulse-custom 2s infinite;
}

@keyframes shadow-pulse-custom {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    70% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}

/* .grecaptcha-badge { visibility: hidden; }  <-- REMOVED THIS LINE! */

.checklist-cta-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.checklist-cta-inner-section {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

@media (max-width:1084px)  {
    .checklist-cta-section {
        padding-top: 113px !important;
        padding-bottom: 90px !important;
    }
    .checklist-cta-inner-section {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .checklist-cta-img .cz_image_in {
        margin-top: -50px !important;
        margin-bottom: -50px !important;
    }
}

@media (max-width:991px)  {
    .checklist-cta-img .cz_image_in {
        margin-top: -26px !important;
        margin-bottom: -26px !important;
    }
    .checklist-cta-section {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
}

@media (max-width:768px)  {
    .checklist-cta-img .cz_image_in {
        margin-top: -80px !important;
        margin-bottom: 36px !important;
    }
    .checklist-cta-inner-section {
        margin-top: 75px !important;
    }
}

.wpcf7-form-control-wrap.upload-file-385 {
    background: #fff;
}

.wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 16px;
    font-weight: normal;
}

@media (min-width:768px)  {
    div.wpcf7-response-output {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -35px;
    }
}

.service-box-img .service-icon {
    max-height: 170px !important;
}

#LeadboosterContainer {
    bottom: 80px !important;
    right: 12px !important;
}

.single.single-post #page_content {
    margin-top: 138px;
}

.archive.category #page_content {
    margin-top: 138px;
}

.service_text .cz_wpe_content {
    overflow: hidden;
}

/* wpform-quote css code  */

.wpform-quote button.wpforms-page-button.wpforms-page-next {
    background-color: #103045 !important;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: auto;
    margin-left: auto;
    display: block;
    min-width: 210px;
}

.wpform-quote .wpforms-submit {
    font-size: 22px !important;
    text-align: center;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-right: auto;
    margin-left: auto;
    background-color: #103045 !important;
    display: block;
    padding: 18px 20px !important;
    height: auto !important;
}

#wpforms-submit-4342 .wpforms-submit:hover {
    background: #000 !important;
}