@media (max-width: 768px) {
    .container {
        max-width: calc(100vw);
        width: 100%;
        padding-left: 2.5%;
        padding-right: 2.5%;
    }

    nav {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .nav-bar-logo {
        height: 27px !important;
    }

    .nav-bar-button {
        padding: 12px 15.5px;
        font-size: 16px;
    }

    /* NAV END */

    header {
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: none;
        background-color: rgba(15, 76, 68);
    }

    .header-txt {
        font-size: 23px;
        line-height: 145%;
        margin-bottom: 25px;
        text-align: center;
    }

    #mainForm {
        padding: 20px 20px 30px;
        width: 100%;
    }
    
    .form-txt-1 {
        font-size: 12px;
        line-height: 140%; /* 25.2px */
        margin-bottom: 10px;
    }

    .form-txt-2 {
        margin-bottom: 18px;
        font-size: 10px;
    }

    .form-txt-2 span {
        font-weight: 600;
    }

    .form-steps {
        margin-left: calc(50%/2);
        margin-bottom: 18px;
        width: 50%;
    }

    .form-steps .rect {
        height: 4px;
        margin: 8px 0px;
    }

    .form-steps .first-dot {
        width:  14px;
        height: 14px;
        border-radius: 50px;
        position: absolute;
        top: 2px;
        left: 0px;
        transform: translate(-50%, -50%);
    }

    .form-steps .second-dot {
        width:  14px;
        height: 14px;
        border-radius: 50px;
        position: absolute;
        top: 2px;
        right: 0px;
        transform: translate(50%, -50%);
    }

    header .text-1 {
        font-size: 12px;
        transform: translateX(-50%);
    }

    header .text-2 {
        font-size: 12px;
        transform: translateX(50%);
    }

    .hr {
        width: 100%;
        transform: translateX(0);
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .inputs {
        gap: 15px;
        margin-bottom: 15px;
    }

    select {
        font-size: 12px !important;
        padding: 13px 14px !important;
    }

    input:not([type="checkbox"]):not([type="button"]):not([type="submit"]) {
        font-size: 12px !important;
        padding: 13px 14px !important;
    }

    .checkbox-input {
        margin-bottom: 15px;
    }
    
    .checkbox-input label {
        font-size: 10px;
        font-weight: 400;
        line-height: 155%; /* 15.5px */
        letter-spacing: -0.4px;
    }

    .form-disclaimer {
        margin-bottom: 20px;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%; /* 15.5px */
        letter-spacing: -0.4px;
    }

    .form-btn {
        font-size: 20px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 34px; /* 170% */
        padding: 20.5px 0px;
    }

    /* HEADER END */

    
    .business-partners {
        margin: 50px 0px;
    }
    
    .business-partners .heading-text {
        color: #212427;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 135%; /* 35.1px */
        margin-bottom: 30px;
    }

    /* PARTNERS END */
    
    .card-1 {
        margin: 65px 0px;
    }

    .card-1 .text-1,
    .card-1 .text-2 {
        color: #565656;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 27px */
    }

    .btn-parent {
        text-align: center;
    }

    
    /* CARD 1 END */


    .card-2 .main-heading {
        text-align: center;
        font-size: 26px;
    }

    .card-2 .text-1 {
        text-align: center;
    }

    .card-2 .content-row {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }


    .card-2 button.btn {
        flex-grow: 0;
        width: 100%;
    }

    /* CARD 2 END */

    .carousel {
        padding: 50px 35px;
    }

    .carousel .main-heading {
        font-size: 26px;
        margin-bottom: 35px;
    }

    .carousel .card-body {
        padding: 20px;
    }

    .carousel .card-content > img:nth-child(1) {
        margin-bottom: 25px;
    }

    .carousel .card-text {
        font-size: 18px;
        margin-bottom: 25px;
    }

    /* CAROUSEL END */


    
    .collapsibles {
        margin: 50px auto;
    }

    .collapsibles .main-heading {
        font-size: 20px;
    }

    .collapsibles .collapsible-item hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    /* COLLAPSIBLE END */

    
    footer {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .super-footer {
        flex-direction: column;
    }

    .congratulations-heading {
        text-align: center;
        padding: 9px;
        font-size: 12px;
        border: 1px solid #0f4c44;
        margin-bottom: 25px;
        font-weight: 800;
        border-radius: 10px;
    }

    .unlock-image {
        width: 15px;
    }
}
