.contact-top::before {
    background: url("../images/contact-top.jpg") center center / cover no-repeat;
}
.contact-top-txt h2 {
    text-align: center;
    line-height: 1.7;
    font-size: 1.2rem;
    font-weight: 300;
    padding: 3rem 0;
}
  label {
    font-weight: bold;
    display: block;
    margin: 15px 0 5px;
    color: #414141;
}
.error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: none;
  font-weight: 500;
}
.required {
  color: red;
  font-size: 12px;
}

  input[type="text"], input[type="email"], select, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    height: 55px;
}
textarea{
  width: 100%;
  padding: 10px;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
  font-size: 14px;
  margin-top: 4px; 
  resize: vertical;
  height: auto;
}
  .checkbox-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    align-items: center;
    width: 100%;
}
  
  .submit-button {
    text-align: center;
    margin-top: 30px;
  }
  .submit-button button {
    color: #ffffff;
    width: 200px;
    padding: 1rem;
    font-size: 1.2rem;
    border-radius: 0.2rem;
    margin: 1.5rem 0;
}
  button:hover {
    background-color: #2c4f91;
  }

  .postal-group {
    display: flex;
    gap: 10px;
  }
  .checkbox-group label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
}
.contact-container {
  max-width: 700px;
  margin: 50px auto;
  padding: 50px;
  background: #f8fbff;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.checkbox-line {
  margin: 5px 0;
}
label small{
  font-weight: 400;
  font-size: 0.8rem;
  margin-left: 0.4rem;
}
.required {
  color: white;
  font-size: 11px;
  margin-left: 5px;
  background: #d24545;
  display: inline-block;
  padding: 0.3rem;
  border-radius: 0.2rem;
  line-height: 10px;
  height: 20px;
}
.auto{
  margin: 0.5rem 0;
  display: block;
  font-size: 0.8rem;
  color: #666666;
}
.people{
  width: 100px!important;
  margin-right: 0.3rem;
}
.private{
  margin: 10px 0 10px;
}
input[type="checkbox"]{
  transform: scale(1.5);
}
.private input[type="checkbox"]{
  margin-right: 0.3rem;
}
.privacy-link{
  border-bottom: 1px solid ;
}
.people{
  height: 45px!important;
}

@media screen and (max-width: 767.98px){

.contact-top-txt h2 {
  line-height: 1.6;
  font-size: 1rem;
  padding: 2rem 0.5rem;
  font-weight: 400;
}
.policy-url {
  font-size: 0.8rem;
  line-height: 1.6;
}










}
@media screen and (max-width: 575.98px){

.contact-top-txt h2 {
    text-align: justify;
    color: #535353;
}
.contact-container {
  padding: 15px;
}
.checkbox-group label {
  font-size: 0.9rem;
}









}



























































