@media (max-width: 1199.98px) {
    h1 {
        font-size: 58px;
        line-height: 58px;
    }

    p {
        font-size: 18px;
        line-height: 24px;
    }

    .subtitle {
        font-size: 24px;
        line-height: 24px;
    }

    .error-box-yellow {
        padding: 32px;
    }
}


@media (max-width: 1395px) {
    .greenSelect label:has([type=radio]) {
        height: 400px;
    }
}

@media (max-width: 1363px) {
    .greenSelect label:has([type=radio]) {
        height: 460px;
    }
}


@media (max-width: 991.98px) {
    h1 {
        font-size: 46px;
        line-height: 46px;
    }

    .form-control {
        width: 88%;
    }

    .profile img {
        max-height: 36px;
    }

    .greenSelect label:has([type=radio]) {
        height: 410px;
    }

    .greenSelect {
        margin-bottom: 60px;
        display: block;
        min-height: 290px;
    }

    .filterButton {
        margin-bottom: 15px;
    }

    .mainContainer {

        margin-left: 15px;
        margin-right: 15px;
    }

    .eon_header {
        padding: 0px 25px;
        background-size: 110%;
    }

    .btn-mobile-w80 {
        width: 80%;
    }

    .footer-menu {
        flex-direction: column;
        align-items: flex-start;
    }

    footer li {
        padding: 4px;
        font-size: 14px;
    }

    .footer-menu-right {
        justify-content: space-between;
        padding: 10px;
        padding-right: 16px;
    }

    .footer-blue-line {
        width: 60%;
        background-color: #1EA2B1;
    }

    .footer-red-line {
        width: 10%;
        background-color: #E3E000;
    }

    .footer-darkred-line {
        width: 30%;
        background-color: #EA1B0A;
    }

    .blue-box {
        padding: 32px 24px;
    }

    .blue-box .subtitle::before {
        left: 2%;
        position: absolute;
        top: 30px;
    }

    .blue-box p:first-child {
        padding-left: 40px;
    }

    .fit-section {
        min-height: 70.3vh;
    }

    .modal-dialog {
        max-width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 34px;
        line-height: 36px;
    }

    .btn-red-new {
        width: 100%;
       margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .btn-invert-new {

        margin-top: 20px;
        width: 100%;
        margin-left: 0px !important;
    }

    .btn-eon-red {
        width: 95%;
        margin: 0px 30px 20px 8px;
        text-align: center;
        display: block;
    }

    #greenprice-modal .btn-eon-red {

        text-align: center;
        display: ruby;
        width: 32% !important;
        float: left !important;
        margin-left: 17px !important;
    }

    .btn-eon-red-invert {
        width: 96%;
        /* float: left; */
        display: block;
        margin: 0px auto;
        padding-left: 0px !important;
        margin-left: 7px !important;
        margin-bottom: 15px;
    }

    .profilecontainer {
        margin: 0 auto;
        max-width: 676px;
        padding: 0px 20px;
    }

    .subtitle {
        font-size: 22px;
        line-height: 22px;
    }

    .modal h5 {
        font-size: 26px;
        line-height: 26px;
    }

}

@media (max-width: 767px) {
    .greenSelect label:has([type=radio]) {
        height: 350px;
        
    }

    .login2faSubmit {
    margin-left: 0px !important;
    margin-top: 20px !important;
}

    #greenprice-modal .btn-eon-red {

        margin-top: 30px;
    }

    #green_partner_modal_container {
        padding: 25px 25px 50px 25px;
    }

    #green_partner_modal_container img {
        max-width: 100px;
        margin-bottom: 30px;
    }

}


@media (max-width: 575.98px) {
    .blue-box .subtitle::before {
        left: 5%;
    }

}