.contact-us-form-info {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.contact-us-form-input label,
.contact-us-form-textarea label,
.contact-us-form-select label {
    font-weight: 500;
}
.submitBtn {
    padding: 14px 40px;
    width: fit-content;
    margin: auto;
    margin-top: 20px;
    border-radius: 5px;
    background: #103f6f;
    color: #fff;
    white-space: nowrap;
    border: 1px solid transparent !important;
}
.submitBtn:hover {
    background: transparent;
    border: 1px solid #103f6f !important;
    color: #103f6f;
}
.submitText {
    margin-right: 10px;
}
.feedback {
    color: red;
}
a.sc-sbsi7l-0.cLcbjv {
    display: none;
}
.contact-us-form-title h3 {
    border-bottom: 2px solid #000;
    width: fit-content;
    padding-bottom: 5px;
    font-weight: 600;
}
.callBtn {
    background: #ff9c33;
    padding: 10px 20px !important;
    border-radius: 5px;
    color: #fff !important;
    border: 1px solid transparent;
}
.callBtn:hover {
    background: transparent;
    color: #ff9c33 !important;
    border: 1px solid #ff9c33;
}
.services-one-info .service-one-link:before {
    display: none;
}
