.contact-wrap {
  width: 100%;
}

.breadcrumb {
  padding-top: 20px;
    padding-left: 0;
    background-color: transparent;
    color: #273329;
    margin-bottom: 36px;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  color: #273329;
}
.main-title{
  font-size: 40px;
  color: #006738;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom:1px solid #12A33E;
  margin-bottom: 70px;
  position: relative;
}
.main-title .leaf{
  position: absolute;
  right:0;
  bottom:-19px;
}


/* .main-title {
  float: left;
  padding: 50px 0px;
  width: 100%;
  font-size: 40px;
}

.main-title {
  float: left;
  padding: 50px 0px;
  width: 100%;
  font-size: 40px;
}

.main-title-text {
  font-size: 40px;
  width: 160px;
  float: left;
  color: #006738;
  font-weight: bold;
}

.main-title-block {
  width: 100%;
  height: 1px;
  background-color: #12A33E;
  float: left;
}

.main-title-icon {
  margin: 0;
  float: right;
}

.main-title-icon img {
  margin-top: 34px;
}

.main-title-block {
  width: 100%;
  height: 1px;
  background-color: #12A33E;
} */

/*.main-title img.pc_title{*/
/*display: block;*/
/*}*/
/*.main-title img.mb_title{*/
/*display: none;*/
/*}*/
.contact-content {
  float: left;
}

.contact-info-item {
  margin-bottom: 10px;
  padding: 0 15px;
}

.contact-info-item h4 {
  display: inline-block;
  color: #42210b;
  font-size: 20px;
  margin: 0 15px 0 0;
  min-width: 90px;
  line-height: 30px;
  letter-spacing: 2.4px;
}

.contact-info-item p {
  display: inline-block;
  color: #42210b;
  font-size: 20px;
  margin: 0;
  letter-spacing: 2.4px;
}

.contact-form input {
  width: 100%;
  padding: 5px;
  margin-bottom: 15px;
  /*border: 2px solid #4b6435;*/
  border: 2px solid #12A33E;
  background-color: transparent;
}

.contact-form textarea {
  width: 100%;
  padding: 5px;
  margin-bottom: 15px;
  /*border: 2px solid #4b6435;*/
  border: 2px solid #12A33E;
  background-color: transparent;
  min-height: 200px;
}

.contact-form-block textarea {
  width: 100%;
  margin-bottom: 15px;
  /*border: 2px solid #4b6435;*/
  border: 2px solid #12A33E;
  background-color: transparent;
  min-height: 400px;
  margin: 0;
  
}

.contact-form-block button {
  float: right;
  width: 80px;
  padding: 5px 15px;
  border: none;
  /*background-color: #4b6435;*/
  background-color: #000;
  color: white;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  margin: 30px 30px 60px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color:#12A33E;

}
.contact-content > form > row >.col-lg-6.col-md-12.d-lg-none.d-md-block{
  padding-top:150px;
  padding-right:0px;
  padding-left:0px;
  list-style:none;
}

.contact-form button:hover {
  background-color: white;
  color: #4b6435;
}

.map-wrap {
  width: 100%;
}

.googlemap {
  width: 100%;
  height: 540px;
  margin-bottom: 150px;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #4b6435;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4b6435;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4b6435;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #4b6435;
}

@media screen and (max-width:1199px) {
  .contact-info-item>p {
    font-size: 18px;
  }
  .googlemap {
    margin-bottom: 50px;
  }

  @media screen and (max-width:992px) {
    .main-title {
      width: 100%;
      padding-left: 0;
      margin-right: auto;
      margin-left: auto;
      margin-top: 20px;
      text-align: center;
      text-align: -webkit-center;
    }

    .main-title img.pc_title {
      display: none;
    }

    .main-title img.mb_title {
      display: inline-block;
    }

    .contact-content {
      float: left;
      width: 100%;
      padding-top: 30px;
    }

    .map-wrap {
      width: 100%;
      padding: 30px 0px;
    }

    .contact-info-item img {
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-bottom: 4.8px;
      margin-right: 4px;
    }

    .contact-info-item h4 {
      display: inline-block;
      color: #42210b;
      font-size: 14px;
      line-height: 20px;
      /* letter-spacing : 2.4px; */
    }

    .contact-info-item p {
      display: inline-block;
      color: #42210b;
      font-size: 14px;
      margin: 0;
      letter-spacing: 2.4px;
    }

    .contact-form {
      text-align: center;
    }

    .contact-form-block button {
      float: right;
    }
  }

  @media screen and (max-width:400px) {
    .contact-info-item {
      padding: 0;
      padding-left: 15px;
    }

    .contact-info-item h4 {
      font-size: 12px;
      min-width: 55px;
      margin: 0;
    }

    .contact-info-item p {
      font-size: 13px;
    }

    .contact-form-block textarea {
      min-height: 200px;
    }

    .contact-form-block button {
      margin-top: 20px;
    }
  }
}