


body{
  position:relative;
  width:100%;
  height:100%;
}
  .Layer_1 {
  /*background-image: url("../img/Layer1.png");
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;*/
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  z-index: 3;
}

.Layer_2 {
  background-image: url("../img/Layer 2.png");
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 490px;
  width: 100%;
  /*height: calc(100vh - 495px);*/
  height: 700px;
  z-index: 2;
}

.enquire_now {
  font-size: 40px;
  font-family: 'Montserrat', sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.5;
}
.posab {
  padding-top:19rem;
}
.Rounded_Rectangle_1 {
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  height: 50px;
  padding: 15px;
  width: 100%;
}
.Rounded_Rectangle_2 {
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  height: 115px;
  padding: 15px;
  width: 100%;
}
input::placeholder {
 font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: rgb(102, 102, 102);
  line-height: 3.75;
  opacity: 1; 
}

input:-ms-input-placeholder { 
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: rgb(102, 102, 102);
  line-height: 3.75;
}

input::-ms-input-placeholder { 
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: rgb(102, 102, 102);
  line-height: 3.75;
}

.textarea {
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
}
textarea.form-control {
  /*height: 146px;*/
  min-height: calc(4.9em + (.75rem + 2px)) !important;
}

.SUBMIT {
  font-size: 22px;
   font-family: 'Montserrat', sans-serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.4;
  border-radius: 5px;
  border:1px solid rgb(78, 158, 153);
  background-color: rgb(78, 158, 153);
 height: 50px;
 width: 210px;
 text-transform: uppercase;
}
.SUBMIT:hover {
border:1px solid rgb(78, 158, 153);
background-color: rgb(78, 158, 153);
}

@media only screen and (max-width: 600px) {

  .Layer_1 {
  position:relative !important;
}
.Layer_2 {
  position: absolute !important;
  top:0px;
  height:auto;
  padding-bottom:40px;
}
.posab {
  padding-top:5rem;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (max-width: 600px) {

  .Layer_1 {
  position:relative !important;
}
.Layer_2 {
  position: relative !important;
  top:0px;
  height:auto;
  padding-bottom:40px;
}
.posab {
  padding-top:5rem;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
  .Layer_1 {
  position:relative !important;
}
.Layer_2 {
  position: relative !important;
  top:0px;
  height:auto;
  padding-bottom:30px;
}
.posab {
  padding-top:5rem;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  .Layer_1 {
  position:relative !important;
}
.Layer_2 {
  position: relative !important;
  top:0px;
  height:auto;
  padding-bottom:40px;
}
.posab {
  padding-top:5rem;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
  .Layer_1 {
  position:relative !important;
}
.Layer_2 {
  position: relative !important;
  top:0px;
  height:auto;
  padding-bottom:30px;
}
.posab {
  padding-top:5rem;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

  .Layer_1 {
  position:absolute; !important;
}
.Layer_2 {
  position: absolute !important;
  top:490px;
  height:700px;
  padding-bottom:30px;
}
.posab {
  padding-top:19rem;
}
}







