
.contactUsSection #contactUs-form .contactUs-form-wrapper
{
    margin: 0 0 33px 0;
}
.contactUsSection .socialIcons .d-flex
{
    margin: 0 0 13px 0;
}
.contactUsSection .socialIcons i
{
    color: var(--primaryColor);
    font-size: 27px;

    margin: 0 20px 0 0;
    position: relative;
}
.contactUsSection .socialIcons i.fa-phone
{
    left: 3px;
}
.contactUsSection .socialIcons i.fa-whatsapp
{
    left: 3px;
    font-size: 30px;
}
.contactUsSection .socialIcons img
{
    width: 27px;
    margin: 0 20px 0 0;
}
.contactUsSection #contactUs-form
{
    margin: 43px 0 0 0;
}
.contactUsSection #contactUs-form .errorMessage
{
    color: var(--primaryColor);
    font-size: 14px;
}
.contactUsSection #contactUs-form #othersInput.hide,
.contactUsSection #contactUs-form .sucessMessage
{
    display: none;
}

@media(max-width:820px)
{
    .contactUsSection .contentBg .grid-setting .grid-items:last-child
    {
        grid-row: 1;
    }
}