.formm {
    display: flex;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    overflow: hidden;
    width: 800px
}

.image-section {
    background: url('/img/Rectangle\ 18430.png') no-repeat center center/cover
}

.formm-section {
    flex: 1;
    padding: 30px 40px;
    display: flex;
    flex-direction: column
}

.form-heading {
    width: 46vh;
    font-size: 30px !important
}

.formm-section p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px
}

.formm-group {
    margin-bottom: 15px;
    line-height: 40px;
    height: auto
}

.formm-group input,
.formm-group select {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    font-size: 14px;
    padding: 4px 0;
    color: #666;
    border-bottom: 1.5px solid #666 !important
}

.formm-group select option {
    color: black !important
}

input ::placeholder {
    color: #000
}

.formm-group textarea {
    resize: none;
    height: 80px
}

.submit-btnn {
    background-color: #fff;
    color: #3C83CB;
    padding: 12px 12px;
    border: none;
    font-size: 14px;
    margin-top: 20px;
    border: 1px solid #3C83CB;
    border-radius: 50px;
    height: 46px;
    width: 137px
}

input::placeholder {
    color: gray !important
}

.submit-btnn:hover {
    background-color: #3C83CB;
    color: #fff
}

.close-btn {
    position: absolute;
    right: 10px;
    background: #fff0;
    border: none;
    font-size: 34px;
    cursor: pointer
}

.popup-container .close-btn:hover {
    color: red
}
@media screen and (max-width:768px) {
    .formm {
        flex-direction: column;
        width: auto;
        height: auto
    }

    .image-section {
        display: none;
        width: auto
    }

    .formm-section {
        padding: 15px;
        height: auto
    }

    .formm-section h1 {
        font-size: 20px
    }

    .submit-btnn {
        padding: 10px 30px;
        font-size: 13px
    }
}

@media screen and (max-width:420px) {
    .formm-section {
        padding: 10px;
        height: auto
    }

    .formm-section h1 {
        font-size: 18px
    }

    .formm-group input,
    .formm-group select {
        font-size: 12px
    }

    .submit-btnn {
        font-size: 12px;
        padding: 8px 20px
    }
}

@media screen and (max-width:1200px) {
    .formm {
        flex-direction: column;
        width: auto;
        height: auto
    }

    .image-section {
        display: none;
        width: auto;
        height: auto
    }

    .formm-section {
        padding: 15px;
        height: auto;
        width: auto
    }

    .formm-section h1 {
        font-size: 20px
    }

    .submit-btnn {
        padding: 10px 30px;
        font-size: 13px
    }
}