@media (max-width:579px) {
    /**************************** COMMON STYLE STARTS HERE ***************************/
    h1 {
        font-size: 24px;
    }
    /**************************** COMMON STYLE ENDS HERE ***************************/


    /**************************** HEADER STYLE STARTS HERE ***************************/
    .enrollment-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .enrollment-header .enrollment-utility {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ffffff33;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0;
    }

    .enrollment-header .enrollment-logo {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding: 8px;
    }

    .enrollment-utility-contact {
        padding: 7px 12px;
    }

    .enrollment-utility-language {
        background: var(--white);
        width: 100%;
    }

    .enrollment-utility-link {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: .5em 1em;
        color: var(--light-black);
        font-family: Kanit, -apple-system, BlinkMacSystemFont, Segsoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
    }

    .enrollment-utility-link:focus,
    .enrollment-utility-link:hover {
        -webkit-box-shadow: none;
                box-shadow: none;
        background: var(--light-white);
        color: var(--dark-blue);
    }

    .enrollment-utility-link:focus .enrollment-utility-link-icon,
    .enrollment-utility-link:hover .enrollment-utility-link-icon {
        color: var(--base-color);
    }
    /**************************** HEADER STYLE ENDS HERE ***************************/


    /**************************** STEPPER STYLE STARTS HERE ***************************/
    .stepper-label {
        display: none;
    }
    /**************************** STEPPER STYLE ENDS HERE ***************************/


    /**************************** PANEL STYLE STARTS HERE ***************************/
    .panel {
        padding: 50px 12px;
    }

    /* popup */
    .modal-body{
        padding: 12px;
    }
    .modal-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 15px;
    }
    /**************************** PANEL STYLE ENDS HERE ***************************/


    /**************************** FORM STYLE STARTS HERE ***************************/
    .form-container .input-box {
        width: 100%;
        margin-bottom: 15px;
    }

    .plancard--expanded {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .plancard-notes{
        padding: 0;
        border: none;
        margin: 0;
        padding-top: 32px;
        text-align: left;
        margin-top: 32px;
        border-top: 1px solid var(--light-gray);
    }
    /**************************** FORM STYLE ENDS HERE ***************************/


    /**************************** THANKU PAGE TYLE STRATS HERE ***************************/
    .icon-bubble {
        width: 4.5em;
        height: 4.5em;
        padding: 6.5px;
    }

    .icon-bubble .icon {
        width: 2.375em;
        height: 2.375em;
    }

    .section--feature{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .callout{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .callout-body{
        text-align: center;
    }
    /**************************** THANKU PAGE STYLE ENDS HERE ***************************/



    /**************************** FOOTER PAGE STYLE ENDS HERE ***************************/
    .enrollment-footer {
        font-size: .875em;
        padding: 15px 12px;
    }
    /**************************** FOoter PAGE STYLE ENDS HERE ***************************/

}