#contactus {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
    background: #f9f9f9;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);

}


.directionrow {
    flex-direction: row !important;
}



span {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: red;
}

#contactus input {
    width: 100%;
    border: none !important;

    outline: none !important;



    height: auto;

    border-bottom: 1.6px solid #CCCCCC !important;
    font-size: 1.3em;


    transition: ease-in-out 0.2s;
    margin-bottom: 10px;

}

#contactus input:focus {
    border-bottom: 1.6px solid #C59D5F !important;
}

#user_phone,
#user_name,
#user_email {
    padding-bottom: 1rem !important;
    margin-bottom: 1.3rem !important;
}

#user_msg {
    font-size: 13px !important;
}

#user_msg:focus {
    border: 1.6px solid #C59D5F !important;

}

::placeholder {
    font-size: 16px !important;

}

.form-group {
    width: auto !important;
}

#rc-anchor-container {
    width: auto !important;
}



.get-in-t {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center;

}

.OurContactHeader {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_others {
    display: flex;
    align-items: center;
    justify-content: center;
}



@media screen and (max-width: 768px) {

    .OurContactHeader h2 {
        font-size: 35px !important;
    }


}

@media screen and (max-width: 576px) {

    .OurContactHeader h2 {
        font-size: 28px !important;
    }


}