.section2 .section-heading {
  font-weight: bold;
  font-size: 3rem;
  color: #363636;
  margin-bottom: 30px;
}

.section2 .section-text p {
  font-weight: normal;
  font-size: 1.5rem;
  color: #000;
}

.section2 .section-box .box-holder {
  max-width: 400px;
  margin: 0 auto;
}

.section2 .mk-fancy-title.pattern-style {
  background: none !important;
  margin-bottom: 15px !important;
  font-weight: bold;
  color: #363636;
  text-transform: none;
  font-size: 1.8rem !important;
}

.section2 .widget_contact_info ul li {
  font-weight: normal;
  font-size: 1.6rem;
  color: #363636;
}

.section2 .mk-svg-icon {
  fill: #CAB01C;
}

.section2 .wpcf7-form {
  max-width: 1000px;
  margin: 0 auto;
}


.section2 input[type=email],
.section2 input[type=text],
.section2 textarea {
  width: 100% !important;
  font-weight: normal;
  font-size: 1.3rem;
  color: #000;
  border-radius: 10px;
  box-shadow: 0 0 1px black;
  margin-bottom: 13px;
}

.section2 textarea {
  height: 84px;
}

.section2 .submit-container input {
  border-radius: 10px;
  width: 100%;
  background-color: #363636;
  text-transform: none;
  color: #fff;
  font-size: 1.3rem;
  padding-bottom: 11px;
  padding-top: 11px;
  margin: 0;
}

.section2 .submit-container input:hover {
  background-color: #5a5a5a;
}

.section2 .ajax-loader {
  display: none;
}

div.wpcf7-response-output {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  background-color: transparent !important;
  border-color: #000 !important;
  color: red;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
}

.section2 span.wpcf7-not-valid-tip {
  top: -8px !important;
}

@media (min-width:768px) {

  .section2 .wpcf7-form .column0 {
    float: left;
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section2 .wpcf7-form .column1 {
    float: left;
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width:767px) {
  .section2 .widget_contact_info ul {
    max-width: 300px;
    margin: 0 auto;
  }

  .section2 .wpcf7 {
    max-width: 500px;
    margin: 0 auto;
  }
}
