main{
  margin-top: 100px;
}
.logo-img-section{
  margin-top: 20px;
}
#contact_map iframe{
  border: 0;
}
p {
    margin: 0 0 10px;
  }
  .contact-title {
    color: #df033f;
    font-weight: bold;
    font-size: 38px;
  }
  .contact-content {
    color: #007833;
    font-weight: 500;
    font-size: 22px;
  }
  .contact-form {
    background-color: #007833;
    padding: 45px;
    border-radius: 10px;
    margin-bottom: 40px;
  }
  .form-group {
    margin-bottom: 15px;
    width: 100%;
  }
  .error-msg {
    color: #000;
    display: none;
  }
  .contact-form .form-control {
    border-radius: 0px;
    border: 1px solid #f8f400;
  }
  
  .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
      -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #f8f400;
    font-size: 14px;
  }
  #contact_type {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #fff url("../images/green-triangle.png") no-repeat 97%;
    background-size: 12px;
  }
  .contact-form textarea {
    resize: none;
  }
  
  textarea.form-control {
    height: auto;
  }
  .flex-form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 0;
    flex-direction: column;
  }
  
  .contact-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .submit-btn-form {
    display: flex;
    justify-content: end;
  }
  .btn-contact-submit {
    background-color: #f8f400;
    color: #007833;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    padding-left: 40px;
    padding-right: 40px;
  }
  .btn-contact-submit:hover {
    color: #007833;
    background-color: #f8f400;
  }
  .address-content {
    color: #007833;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .address-content,
  .map {
    padding: 0 15px;
  }
  .map {
    padding: 20px 0;
  }
  .address-title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
  }
  address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
  }
  
  /* ------------  */
  
  @media only screen and (max-width: 768px) {
    .contact-title {
      margin-top: 30px;
      font-size: 24px;
      line-height: 24px;
      text-align: center;
    }
    .contact-content {
      font-size: 18px;
      line-height: 18px;
      text-align: center;
    }
    .contact-form {
      padding: 20px;
      margin-bottom: 10px;
    }
  }
  @media (min-width: 768px) {
    .contact-container {
      max-width: 750px;
    }
  }
  @media (min-width: 992px) {
    .contact-container {
      max-width: 970px;
    }
    .form-group.city {
      width: 210%;
    }
    .flex-form {
      gap: 30px;
      flex-direction: row;
    }
    .map-section {
      display: flex;
      justify-content: space-between;
    }
    .address-content {
      width: 50%;
      padding-right: 40px;
    }
    .map {
      width: 100%;
    }
  }
  @media (min-width: 1200px) {
    .contact-container {
      max-width: 1170px;
    }
  }
  