.container {
  padding: 50px 0;
}

.container .h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.contact-page__des p {
  font-size: 16px;
  color: #737373;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* CONTACT FORM */
.contact-form {
  margin-top: 20px;
}

.contact-content .list-number{
  font-weight: 700;
  font-size: 70px;
}


.contact-content .list-text{
  font-weight: 800;
  font-size: 15px;
}


.contact-content li{
  font-size: 15px;
}

.contact-content .list-tel{
  margin-top: 50px;
  text-decoration: none;
  color: #000;
}

.contact-content .list-location{
  color: #005599;
}

.form-group {
  margin-bottom: 20px;
}

.label--hidden {
  display: none;
}

.form-control, .form-control-area{
  width: 100%;
  padding: 10px;
  font-size: 15px;
  border: none !important;
  border-bottom: 2px solid #ccc !important;
  border-radius: 5px;
}

textarea:focus,
input:focus {
  outline: none;
  border-color: #b52f1c !important;
}

.form-control-area {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  resize: none;
}

.btn-theme {
  background-color: #b52f1c;
  color: #fff;
  border: none;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}


/* MAP SECTION */
.gmap-iframe {
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .col-md-8 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .col-md-4 {
    width: 100%;
    padding-left: 0;
  }

  .gmap-iframe .mapouter,
  .gmap-iframe .gmap_canvas,
  .gmap-iframe iframe {
    height: 350px !important;
  }
}