.send-booking-enquiry{
    width: 300px;
}
.email-me-qoute-modal{
  display: none;
  position: fixed; 
  z-index: 9999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

/* Modal Content/Box */
.email-me-qoute-modal-wrapper {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 48px 24px;
  border: 1px solid #888;
  height: 300px;
  width: 500px; 
  position: relative;
}


#modal-close {
    color: #aaa;
    float: right;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 3px;
}

#modal-close:hover,
#modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.email-me-qoute-modal .form-row{
    margin-top: 5%;
}

.email-me-qoute-modal .form-row label{
    display: inline-block;
    margin-bottom: 10px;
}

.email-me-qoute-modal .form-row .email-me-qoute{
    display: inline-block;
    margin-bottom: 10px;
}

.email-me-qoute-modal .form-row .email-me-qoute-button{
    float: right;
    width: 150px;
}

.ui-widget-header .ui-icon{
    background-image: url(../images/ui-icons_444444_256x240.png) !important;
}


@media (max-width: 700px){
  .email-me-qoute-modal-wrapper {
      width: 95%; 
    }
}

