.neer-contactus {
    padding: 90px 0 0 !important;
}
.neer-contactus-left,
.neer-contactus-right {
    /* padding: 120px 80px; */
    padding: 30px 80px;
    /* height: 100vh; */
    height: 100%;
    width: 50%;
}
.neer-contactus-left {
    text-align: center;
    /* position: fixed; */
}
.neer-contactus-left h5 {
    font-size: 6vw;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
}
.neer-contactus-left img {
    width: 500px;
    padding: 40px;
}
.neer-contactus-left p {
    margin: 0px;
    color: #8687a8;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.neer-contactus-right {
    margin-left: auto;
    background: #1b8df1;
    /* overflow-y: auto; */
}
/* form */
.neer-form-card {
    margin: 35px 0;
    width: 100%;
    position: relative;
}
.neer-form-card label {
    display: flex;
    color: #02044a;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.neer-form-card label.error,
.neer-form-card div.error {
    color: red;
    position: absolute;
    bottom: -22px;
    font-size: 12px;
}
.neer-form-card .neer-input {
    width: 100%;
    height: 56px;
    font-size: 16px;
    border-style: none none solid;
    border-width: 1px 1px 1px;
    border-color: #c4cee8 #c4cee8 #dfdfe8;
    border-radius: 0px;
    transition: all 300ms ease;
    background: transparent;
}
.neer-form-card .neer-input::placeholder {
    color: #dcdcdc;
}
.contact-form button {
    background: #000;
    width: 200px;
    justify-content: center;
}
@media screen and (max-width: 991px) {
    .neer-contactus-left h5 {
        font-size: 20px;
        margin: 0;
    }
    .neer-contactus-left {
        position: relative;
        padding: 0px 0 30px;
    }
    .neer-contactus-left img {
        width: 140px;
        padding: 20px;
    }
    .neer-contactus-right {
        padding: 0 24px 24px;
    }
    .neer-contactus-left,
    .neer-contactus-right {
        height: auto;
        width: 100%;
    }
    .neer-contactus-right {
        width: 100%;
    }
    .neer-contactus-left p {
        width: 80%;
        font-size: 14px;
        margin: 0 auto;
    }
}
