.contact_body__container {
    display: flex;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 40px 10px 10px 10px;
}

.contact_banner_div {
    padding: 75px 0px;
    position: relative;
    z-index: 89;
    text-align: center;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contact_banner_title {
    color: #fff;
    font-style: italic;
    text-transform: capitalize;
}

.contact_body__left__text>h3 {
    font-size: 19px;
    font-weight: bold !important;
    line-height: 2;
    color: #38536a;
}

.contact_body__left__info__socialNet>a>i {
    font-size: 25px;
    color: #38536a;
    padding: 5px 8px 0px 0px;
}

.contact_body__left__info>p>i {
    color: #38536a;
}

.contact_body__left {
    width: 40%;
}

.contact_body__right {
    width: 40%;
}

.contact_body__left__info {
    padding-top: 15px;
}

.contact_body__left__info>h3 {
    font-style: italic;
    font-size: 19px;
}

.contact_body__left__info>p {
    color: gray;
    padding-top: 15px;
    font-size: 14px;
}

.contact_banner_title_under {
    color: #5997f5;
}

.contact_body__right__title>h3 {
    font-size: 19px;
    color: #38536a;
    font-weight: bold !important;
}

.contact_body__right__form__item>input {
    padding: 19px 20px;
    width: 100%;
    font-size: 14px;
    background-color: #f5f5f5;
    color: #38536a;
    border: none;
    margin-top: 20px;
    outline: none;
    border-radius: 3px;
}

.contact_body__right__form__item>textarea {
    padding: 19px 20px;
    width: 100%;
    font-size: 14px;
    background-color: #f5f5f5;
    color: #38536a;
    border: none;
    margin-top: 20px;
    outline: none;
    border-radius: 3px;
}

.contact_body__right__form>button {
    width: 100%;
    padding: 19px 20px;
    font-size: 14px;
    background-color: #38536a;
    color: #fff;
    border: none;
    margin-top: 20px;
    outline: none;
    border-radius: 3px;
}


/* media query 750px */

@media screen and (max-width: 750px) {
    .contact_body__container {
        flex-direction: column-reverse;
        align-items: center;
    }

    .contact_body__left {
        margin-top: 15%;
    }

    .contact_body__left,
    .contact_body__right {
        width: 80%;
    }
}