.popup a {
  text-decoration: none;
}
.popup-onload {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 9999;
  bottom:0;
}
.popup {
     min-width: 300px;
    width: 38%;
    min-height: 150px;
    margin: 100px 0 auto auto;
  background: #fff;
  /*opacity: 0.9;*/
  position: relative;
  z-index: 10;
  padding: 15px 35px;
  box-shadow: 0 2px 5px #000;
}
.popup p {
  color: #fff;
  /* text-align: justify; */
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
}
.popup p a {
  color: #b18d73;
  font-weight: 400;
}
.x {
  color: #b18d73;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  text-decoration: none;
  position: absolute;
  right: 15px;
  top: 0;
}
.x:hover {
  cursor: pointer;
}

.popup-wrapper {
  width: 100vw;
  height: 100vh;
  background-color: #efefef;

  color: #b18d73;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
}



.query-form input{
    width: 46%;
    float: left;
    margin-right: 10px;
	margin-left: 10px;
    padding: 10px;
    margin-bottom: 20px;
    border: solid 1px #000;
    outline: none;
    color: #000;
    height: 46px;

}

.query-form textarea{
width:96%;
border: solid 1px #000;
padding: 10px;
outline: none;
margin-left: 10px;
height: 60px;
}


.query-form button{
    display: block;
    margin: auto;
    padding: 7px 25px;
    border: none;
    background: #07798a;
    color: #fff;
	    margin-top: 20px;
}


.query-form {
padding:0;
    display: contents;
}
.popup h2{font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .query-form input{
  width:100%;
  margin-left:0;
  }
  
  .query-form textarea{
  width:100%;
  margin-left:0;
  }
  .popup{
  min-width: 95%;
    width: 95%;
    margin: 80px auto;
}
}
@media only screen and (max-width: 768px) {
    .query-form input{
  width:100%;
  margin-left:0;
  }
  
  .query-form textarea{
  width:100%;
  margin-left:0;
  }
  .popup{
  min-width: 95%;
    width: 95%;
    margin: 80px auto;
}
}
@media only screen and (max-width: 1024px) {
    .query-form input{
  width:100%;
  margin-left:0;
  }
  
  .query-form textarea{
  width:100%;
  margin-left:0;
  }
  .popup{
  min-width: 95%;
    width: 95%;
    margin: 80px auto;
}
}