/*
landing css fix
 */
body.pt-landing-mgm .stepcounter .row .col-xs-12 > .row:nth-child(2) {
    padding-left: 0;
}

body.pt-landing-mgm #start-button .eon-button {
    margin-top: 25px;
}

body.pt-landing-mgm .highlighttext_it:nth-child(4) p {
    color: #ea1c0a;
}

body.pt-landing-mgm {
    padding-top: 0;
}

body.pt-landing-mgm footer {
    visibility: visible;
}

.mgm-offer-manager {
    padding-top: 3rem;
}

.jconfirm a:hover.color1,
.jconfirm a:hover.color1 {
    color: #ea1c0a;
}

.mt30{
    margin-top: 30px;
}

/* ==========================================================================
   CONFIRM DIALOG
   ========================================================================== */

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: none;
    text-align: center;
}

/* ==========================================================================
   LOADER
   ========================================================================== */

#climasmart-loader-fullscreen {
    display: none;
}

.climasmart-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .65);
    z-index: 2000;
}

.climasmart-spinner {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #f00; /* Blue */
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 2s linear infinite;
}

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

@media only screen and (min-width: 1200px) {


    body.pt-landing-mgm .stepcounter .row .col-xs-12 > .row:nth-child(2) {
        padding-left: 160px;
    }
}

@media only screen and (min-width: 992px) {

    body.pt-landing-mgm .stepcounter p {
        width: 200px;
        margin-bottom: 0;
    }

    body.pt-landing-mgm .stepcounter .row .col-xs-12 > .row:nth-child(2) {
        padding-left: 110px;
    }
}






