
a{
    cursor: pointer;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    opacity: 1;
    visibility: visible;
    background-color: unset !important;
}

.loading-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
}

.bounce-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    z-index: 10001;
}

.cssload-float-rings-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: initial;
}


.header_section_2 .header-nav.pt-1{
    padding-top: 1.5rem!important
}

.grecaptcha-badge{
    position: absolute !important; 
    right: -10000px !important;
}

.cta_button {
    margin-top: 28px !important;
    height: 45px !important;
    min-height: 45px !important;
    color: #57baf7 !important;
    margin-left: 0 !important;
}

#header .header-nav.header-nav-line nav > ul > li > a.cta_button:hover {
    color: #fff !important;
    background-color: #57baf7 !important;
}

#header .header-nav.header-nav-line nav > ul > li > a.cta_button.active {
    color: #fff !important;
    background-color: #57baf7 !important;
}

.cta_button::before {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .cta_button {
        margin-top: 10px !important;
        padding: 11px 8px !important;
    }
    .page_section_10003 .card h4, .page_section_10009 .card h4 {
        height: 54px;
    }
}

@media only screen and (max-width: 425px) {
    .page_section_10003 .card h4, .page_section_10009 .card h4 {
        height: initial;
    }

    .footer_section_1 > footer > div > nexus-one-layout-main > nexus-one-layout-row{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    h5{
        margin-top: 20px;
    }

    nexus-one-footer-free-text h5{
        margin-top: 0;
    }

    .footer-copyright nexus-one-layout-main nexus-one-layout-column{
        margin: 0 !important;
    }

    .footer-copyright nexus-one-footer-bottom-social-media{
        margin-top: 15px;
    }

    .footer-copyright nexus-one-footer-bottom-logo{
        margin-bottom: 10px;
    }

    .cta_button {
        margin-left: 7px !important;
        padding: 11px 8px !important;
    }
}

@media only screen and (min-width: 426px) and (max-width: 767px) {
    .page_section_10003 .card, .page_section_10009 .card {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .page_section_10008.page_uid_3 h4.card-title{
        min-height: 54px !important;
    }

    .page_section_10009 .card p {
        height: 156px;
    }
}

@media only screen and (min-width: 1024px) {
    .page_section_10003 .card h4, .page_section_10009 .card h4 {
        height: 85px;
    }
}

@media only screen and (min-width: 1440px) {
    .page_section_10003 .card h4, .page_section_10009 .card h4 {
        height: 54px;
    }
}

.sticky-header-active #header .header-nav.header-nav-line nav > ul > li > a.cta_button {
    margin-top: 14px !important;
}

.grecaptcha-badge{
    display: none !important;
}