.bg-image-header{
  background-image: url('../../img/contactus/maps.jpg'); 
  height: 60vh;
}




.first-text{
  color: #ffffff  ;
  font-family: 'Covered By Your Grace', cursive;
}

.second-text{
  color: #ffffff  ;
  font-family: 'Covered By Your Grace', cursive;
  font-size: 3rem
}

.tansform-text{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 88%;
}




.contact-now{
  color:#e74d57;
  font-family: 'Poppins', sans-serif;
}


.call-request{
  color:#18212e;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.form-control{
  border-radius: 0!important;
  border-color: #f4f4f4;
  background-color: #f4f4f4;
}

.from-control-text{
  font-family: 'Poppins', sans-serif;
}

.contact-button {
  background-color: #e74d57;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.margin-top-main{
  margin-top: -13%;
}

.drop-shadow{
  box-shadow: -4px 11px 21px 14px rgba(176,167,167,0.26);
  -webkit-box-shadow: -4px 11px 21px 14px rgba(176,167,167,0.26);
  -moz-box-shadow: -4px 11px 21px 14px rgba(176,167,167,0.26);
}

.padding-top{
  padding-top: 9%;
}





.min-vhs{
  min-height: 86vh!important;
}

