#lyf-listing-request-box {
  display: none;
  background: rgba(0,0,0,0.2);
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 115;
}

#lyf-listing-request-box::-webkit-scrollbar {
  display: none;
  width: 0;
  background:transparent;
}

#lyf-listing-request-box.show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: grid;
  align-items: center;
  align-content: center;
}

#lyf-close-private-viewing {
  position:absolute;
  top: 5px;
  right: 5px;
  color: #989898;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

#lyf-close-private-viewing .dashicons {
  width: auto;
  height: auto;
  font-size: 30px;
}

.lyf-private-viewing-inner::-webkit-scrollbar {
display: none;
width: 0;
background:transparent;
}

.lyf-private-viewing-inner {
  position: relative;
  width: 90%;
  max-height: 90vh;
  min-height: 400px;
  max-width: 500px;
  margin: 0 auto;
  background: #ffffff;
  padding: 10px;
  border: 2px solid #474747;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.lyf-private-viewing-header {
  width: 80%;
  margin: 10px auto;
}

.lyf-private-viewing-header img {
  display: block;
  max-width: 150px;
}

.lyf-private-viewing-header h5 {
  font-size: calc(18px + 0.2vw);
  font-size: -webkit-calc(18px + 0.2vw);
  font-size: -moz-calc(18px + 0.2vw);
  font-weight: bold;
  margin-bottom: 5px;
}

.lyf-private-viewing-header p {
  font-size: 15px;
  color: #989898;
}

.lyf-private-viewing-form {
  width: 80%;
  margin: 0 auto 10px;
}

p.private-viewing-success {
  margin: 10px 0;
  padding: 15px;
  background: #fafafa;
  font-weight: bold;
}


#lyf-listing-request-box .wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
}

.private-viewing-call {
  text-align: center;
}


.lyf-vreb-form {
    padding: 0;
    margin: 0 auto;
}

#sp_cheks {
    display: none !important;
}

.lyf-vreb-form-error {
    border: 1px solid #ff3d00 !important;
}

.message-success {
    padding: 170px 10px 200px;
    text-align: center;
    font-size: 18px;
}

.lyf-vreb-input-box, .webx-form-box {
    margin: 0 0 20px;
}

.phone-number-input {
    margin:0;
    padding: 0;
    border-bottom: none;
}

.lyf-vreb-input-box input,
.lyf-vreb-input-box textarea,
.phone-number-input input,
.webx-form-box input,
.webx-form-box textarea {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fafafa;
    color: #474747;
    box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 8%) inset;
    border: 1px solid #ffffff;
    border-radius: 6px;
}

.lyf-vreb-input-box label,
.webx-form-box label {
    display: block;
    margin-bottom: 4px;
}

.lyf-vreb-input-box .phone-number-input .tel-input {
    width: 85px;
    display: inline-block;
    text-align: center;
}

.lyf-vreb-form input[type="submit"] {
    display: block;
    margin: 10px 0 0;
}

.lyf-vreb-form textarea {
    min-height: 200px;
}

p.lyf-message-error {
    display: none;
    font-weight: bold;
    color: #cb7000;
    border: 2px solid #cb7000;
    padding: 10px;
}

.lyf-vreb-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */

}
.lyf-vreb-form ::-moz-placeholder { /* Firefox 19+ */

}
.lyf-vreb-form :-ms-input-placeholder { /* IE 10+ */

}
.lyf-vreb-form :-moz-placeholder { /* Firefox 18- */

}

#listing-contact-form .wpcf7-response-output {
    border: none;
}
@media screen and (min-width: 768px) {}
