@charset "utf-8";
/* CSS Document */

.indent{
  text-indent: 1rem;
}
.form-flex{
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}
.form-flex.align-st{
  align-items: start;
}
.align-st .label{
  padding-top: .5rem;
}
.form-flex .label{
  width: 30%;
}
.required{
  color: #FFF;
  background-color: #D41818;
  padding: 1px 3px;
  border-radius: 3px;
  font-size: 10px;
  margin-left: .25rem;
}
.terms-check .required{
  background: #FFF;
  color: #D41818;
  padding: 0;
  font-size: 16px;
}
.input {
  width: 100%;
}
.input .form-control{
  border: solid 1px #ccc;
  padding: .25rem .5rem;
}
.input textarea {
  width: 100%;
  border: solid 1px #ccc;
  padding: .25rem .5rem;
}
.label{
  font-size: 16px;
  font-weight: 700;
}
.label>p{
  display: flex;
  align-items: center;
}
.form-control{
  width: 100%;
}
.terms{
  margin-top: 64px;
  margin-bottom: 64px;
}
.terms-check p{
  display:flex;
}
#ssg-contactForm .wpcf7-list-item{
  margin-left: 0;
}
#ssg-contactForm .btn{
  position: relative;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 767px) {
  .section.contact .container {
    padding: 60px 0;
  }
  .br{
    display: block;
  }
  .form-flex{
    flex-direction: column;
  }
  .form-flex .label {
    width: 100%;
  }
  .form-item{
    padding: 0;
  }
  .terms {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  
   
}

@media screen and (max-width: 499px) {
  .form-custom{
    width: 100%;
  }
  
}




