
.contact-container {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 87px;
  padding-right: 87px;
  max-width: 1042px;
  margin: 110px auto;
}

.contact-container h2 {
  font-size: 55px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 55px;
}

.contact-container .contact-form {
  display: flex;
  flex-direction: column;
}

.contact-container  .form-row {
  display: flex;
  gap: 20px;
  padding-bottom: 10px;
}

.contact-container  .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.contact-container .form-group label {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 5px;
  color: black;
  padding-bottom: 15px;
}

.contact-container  input, .contact-container  textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  height:50px;
  width: 100%;
}
section.contact-info {
    padding-bottom: 110px;
}
.contact-container  textarea {
  resize: vertical;
  min-height: 100px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: none;
    color: black;
    border: 1px solid #000000;
    width: 261px;
    height: 60px;
    border-radius: 43.48px;
    font-size: 20.29px;
    font-weight: 700;
    font-family: 'Lato';
}
.contact-container .btn-primary{
width:fit-content
}

.contact-info-wrapper {
  display: flex;
  justify-content: space-around;
  background: #fff;
  text-align: left;
  padding-bottom: 110px;
  padding-top: 110px;
}
textarea:focus-visible {
    outline: none;
}
.footer-column h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
.contact-container input:focus-visible {
    outline: none !important;
}
.footer-column p {
  margin: 5px 0;
  font-size: 14px;
}

.contact-info-one h4, .contact-info-two h4, .contact-info-three h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 25px;
}
.contact-info-one p , .contact-info-two p, .contact-info-three p {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    font-weight: 400;
}
.map-info{
  padding-bottom: 110px;
}


@media (max-width: 768px) {
  .contact-container .form-row {
  flex-direction: column;
}
.contact-container {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 100%;
    margin: 40px auto;
}
.contact-info-wrapper {
   flex-direction: column;
}
.contact-info-two {
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact-info-wrapper{
padding-bottom: 50px;
    padding-top: 50px;

}
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    cursor: pointer;
}