.contact-us-text {
    padding-bottom: 15px;
    z-index: 1;
}

.contact-us-form-container {
    display: flex;
    flex-direction: column;
}

.contact-us-submit-btn {
    width: 115px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#contactUsAnchor {
    padding-bottom: 232px;
}

.contact-us-feeshman {
    position: absolute;
    left: 0;
    bottom: 41px;
}

.feeshman-img {
    height: 550px;
    z-index: 0;
}

.contact-us-apparatus {
    position: absolute;
    left: 65%;
}

.apparatus-img {
    height: 260px;
    z-index: 0;
}

@media only screen and (max-width: 600px) {
    #contact-form textarea {
        height: 70px !important;
    }

    #contactUsAnchor {
        padding-bottom: 0px
    }

    .contact-us-feeshman {
        display: none;
    }

    .contact-us-apparatus {
        display: none;
    }
}

#contact-form {
    display: flex;
    flex-direction: column;
}

.contact-email {
    height: 30px;
    width: 500px;
}

.contact-message-box {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

#contact-form textarea  {
    height: 100px;
    width: 500px;
    max-width: 500px;
}