.contact_row
{
    margin-top: 2.5em;
}
.contact-form input, .contact-form textarea
{
        outline: none;
    font: inherit;
    width: 100%;
    line-height: 1;
    width: 100%;
    display: block;
    padding: 0.8em;
    background: transparent;
    color: inherit;
        background-color: #eeeeec;
    font-size: .9em;
        color: inherit;
    border: 1px solid #002147;
        height: 50px;
        margin: 0 0 1em;
}
.contact-form textarea
{
    height: 151px;
}
.contact-form .input-group {
    position: relative;
    padding-bottom: 0.5em;
}
.contactimg.mt-0 {
    height: 100%;
}

.contactimg.mt-0 img {
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 767px)
{
.contactimg.mt-0 {
    margin-bottom: 20px;
}
.contact_row {
    margin-top: 1.5em;
}
}