.contact-us .fs p {
  margin-bottom: 0.3rem;
  color: white;
}

.contact-us .fs {
  margin-top: 20px;
}

.contact-us .ss {
  position: relative;

}

input#gform_submit_button_1 {
  width: 100%;
  background: #052c65 !important;
}

div#gform_wrapper_1 {
  background: white;
  padding: 30px;
}

/* Remove excess margins between form fields */
.gform_wrapper .gform_fields {
  margin-bottom: 0;
}

.gform_wrapper .gform_fields li {
  margin-bottom: 10px; /* Adjust as needed */
}

/* Optional: Adjust padding inside the fields */
.gform_wrapper .gform_fields input,
.gform_wrapper .gform_fields textarea,
.gform_wrapper .gform_fields select {
  padding: 10px; /* Adjust padding to fit your design */
}

.logo.mr-3 {
    margin-right: 20px;
}

.contact-us .ss {
  position: relative;
  margin-top: 30px;
}

