/*--------------------------------------------------------------
  # contact-us Page
  --------------------------------------------------------------*/
.contact-us .hero-email {
    display: inline-block;
}
.contact-us .hero-email-svg-holder {
    margin-top: -20px;
}
.contact-us .hero-email-svg-holder svg {
    margin-top: 22px;
    margin-right: 16px;
}
.contact-us .hero-email .email-text {
    color: #0d0d0d;
}
.contact-us .hero-email a {
    color: #0d0d0da3;
}
.contact-us .hero-form {
    color: #0d0d0d;
    background-color: #ffffff;
    padding: 32px;
    border-radius: 15px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}

.contact-us .btn-get-started svg {
    margin-left: 25px;
    margin-right: -30px;
}

.contact-us .hero-form input::placeholder,
.contact-us .hero-form textarea::placeholder {
    color: #0d0d0d52;
}