#contactUsImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#subSection1 #content1 {
    padding: 80px 10px 60px;
}

#subSection1 #content1 .content {
    /* max-width: 380px; */
    margin: 0 80px!important;
}

#contactUsForm {
    /* max-width: 335px;
    margin: auto; */
}

#contactUsForm input:not(.send-btn),
#contactUsForm textarea {
    width: 100%;
    margin-bottom: 5px;
    color: #000;
    padding: 5px;
}

#contactUsForm textarea {
    resize: none;
}

#contactUsForm  ::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
}
  
#contactUsForm  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #000;
}
  
#contactUsForm  ::-ms-input-placeholder { /* Microsoft Edge */
   color: #000;
}

#contactUsForm .submit-container .text-left {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

#contactUsForm .submit-container .text-right {
    width: 28%;
    display: inline-block;
}

#contactUsForm .error-message {
    color: #8B0000;
}

.contact-us a {
    text-decoration: underline;
    color: inherit;
}

.contact-us a:hover {
    color: orange;
}

.contact-us .pd-programs-section {
    text-align: left;
}

.contact-us .pd-programs-section span {
    display: inline-block;
    margin-bottom: 8px;
}