.enquiry_popup_class {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
img.wpecf7_loader {
    position: fixed;
    top: 50%;
    left: 50%;
	z-index: 999999999;
}
.enquiry_popup_body{overflow: hidden; position: relative;}
.enquiry_popup_body:after {
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    content: "";
    width: 100%; height: 100%; left: 0; top: 0;
}
.enquiry_modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 40%;
    border-radius: 5px;
    padding: 10px 0px 20px 20px;
}
.popup_header {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
}
.popup_body {
    width: 100%;
    display: inline-block;
}
.popup_data {
    height: 400px;
    overflow-y: scroll;
}
.popup_body input[type="submit"] {
    margin-top: 15px;
    color: #fff;
    background-color: #000;
    height: 40px;
    text-transform: uppercase;
}
.enquired_close {
    font-size: 23px;
    font-weight: bold;
    position: absolute;
    right: -8px;
    top: -20px;
    height: 25px;
    line-height: 26px;
    width: 25px;
    vertical-align: middle;
    background-color: #000;
    text-align: center;
    color: #fff;
    z-index: 9999999;
    border-radius: 50%;
        font-family: arial;

}
.enquiry_btn_div {
    width: 100%;
    display: inline-block;
    float: left;
}
.form_opn{
	width: auto;
  	padding: 0 20px;
    height: 40px;
    margin: 5px 0px;
}
.popup_header h1 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding-right: 20px;
}
.popup_padding_div p {
    margin-bottom: 15px;
}
.popup_padding_div input, .popup_padding_div textarea, .popup_padding_div select {
    width: 100%;
    padding: 5px!important;
    line-height: 20px;
    box-shadow: none!important;
    border: 1px solid #efebeb!important;
    border-radius: 5px;
}
.popup_body input:focus, .popup_body textarea:focus, .popup_body select:focus {
    outline: none;
}
.popup_padding_div {
    padding-right: 20px;
}
.enquired_close:hover, .enquired_close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}


#enquiry_popup ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#enquiry_popup ::-webkit-scrollbar-track {
  background: #f1f1f1; 
   border-radius: 5px;
}
 
/* Handle */
#enquiry_popup ::-webkit-scrollbar-thumb {
  background: #b5b5b5; 
  width: 10px;
  border-radius: 5px;
}

/* Handle on hover */
#enquiry_popup ::-webkit-scrollbar-thumb:hover {
  background: #b5b5b5; 
  width: 10px;
}


@media only screen and (max-width: 767px) {
    .enquiry_modal-content {
	    width: 90%;
	}
}
@media only screen and (max-width: 991px) {
    .enquiry_modal-content {
	    width: 75%;
	}
}
