:root {
    scroll-behavior: auto;
}

@keyframes spin {
    100% {
        transform: rotate( 360deg );
    }
}

.blockUI.blockOverlay {
    z-index: 99 !important;
    width: calc(100% + 2px) !important;
    height: calc(100% + 2px) !important;
    top: -1px !important;
    left: -1px !important;
}

.blockUI.blockOverlay::before {
    height: 34px !important;
    width: 34px !important;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../img/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75);
    z-index: 99 !important;
}

.wpcf7-spinner {
    display: none;
}

.cust-inp input, .cust-textarea textarea {
    width: 100%;
}

.text-image-sect .btn-wrap .btn {
    margin-top: 1.5em;
    margin-left: 8px;
    margin-right: 8px;
}

