/* Page loader overlay */
.page-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Page loader spinner */
.page-loader-spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #03FF00;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.site-map-ggm-section .simple-sitemap-container input:checked + label {
    background-color: #03FF00 !important;
}
.site-map-ggm-section .simple-sitemap-container h3{
    font-weight: 600 !important;
    line-height: 12px;
    font-size: 15px;
}
.site-map-ggm-section .simple-sitemap-container label{
    padding: 15px;
    margin: -1px 29px 0 0;
}
.site-map-ggm-section h2 {
    text-align: center;
}
.site-map-ggm-section{
/*    padding: 100px 0 100px 0;*/
    background-color: #ffffff;
    color: #000000;
    font-weight: 400;
    position: relative;
}


.contact-form-section .wpcf7-response-output {
    display: none;
}