.contact-section {
  height: 100vh;
  background-image: url("../images/bg/contactbg.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}

.contact-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.contact-caption {
  margin: 0 auto;
  padding-top: calc(50vh - 130px);
  color: #fff;
  position: relative;
  font-weight: bolder;
  text-align: center;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.contact-caption span {
  font-size: 2em;
  font-weight: 500;
}
.contact-caption h1 {
  color: #fff;
  font-size: 6em;
  font-weight: bolder;
}

/*** Hero Footer Mid Content ***/

.hero-footer-center {
  text-align: center;
  flex-grow: 1;
}

.modal-header {
  border-bottom: none !important;
}

/** MODAL **/
.modal-heading {
  color: #9A258F;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 25px;
}

.message-container {
  padding: 0 40px 0 0;
}
.message-body {
  background-color: #fff;
  box-shadow: 2px 2px 5px #a5a5a520, -2px -2px 5px #a5a5a520;
  min-height: 430px;
  padding: 10px 25px;
  border-radius: 6px;
  z-index: 3;
}

.contact-details {
  list-style: none;
}
.contact-details > li {
  padding-bottom: 15px;
}

.contact-details-icon {
  display: inline-flex;
  width: 25px;
  margin-right: 15px;
  align-self: flex-start;
}
.contact-details-info {
  text-align: left;
  display: inline-flex;
  color: #565656;
  align-self: flex-start;
}

.get-in-touch {
  padding: 0 50px;
}


.lfc-message{
  height: 100px;
}

.form-section{
  z-index: 3;
}

.map-section {
  background-color: #fff;
  min-height: 200px;
  height: auto;
  margin: 20px -16px 0px -16px;
  border-radius: 4px;
  padding:15px 40px;
  z-index: 1;
}

.gmaps{
  width:100%;
  height:400px;
  z-index: 1;
}


@media only screen and (max-width: 600px) {
  .message-container {
    padding: 20px 20px 0 20px;
  }

  .get-in-touch {
    padding: 0 20px;
  }

  .message-body {
    min-height: 0;
  }
  
  .map-section {
    margin: 20px -16px 0px -16px;
    padding: 70px 0px 10px 0px;
  }

  .gmaps{
    width:100%;
    height:250px;
  }

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {
  .contact-caption h1 {
    color: #fff;
    font-size: 3.5em;
    font-weight: bolder;
  }

  .contact-caption {
    padding-top: 130px; 
  }

  .contact-section, .contact-section::after{
    height: calc(100vh - 90px);
  }
  
}
