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

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

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

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

#webx-close-request-box .dashicons {
  width: auto;
  height: auto;
  font-size: 30px;
}

.webx-request-box-inner::-webkit-scrollbar {
display: none;
width: 0;
background:transparent;
}

.webx-request-box-inner {
  position: relative;
  width: 90%;
  height: 90%;
  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;
}

.webx-request-box-header {
  width: 80%;
  margin: 10px auto;
}

.webx-request-box-header img {
  display: block;
  max-width: 150px;
}

.webx-request-box-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;
}

.webx-request-box-header p {
  font-size: 15px;
  color: #989898;
}

.webx-request-box-form {
  width: 80%;
  margin: 0 auto 10px;
}

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


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


.webx-form {
    padding: 0;
    margin: 0 auto;
}

#sp_cheks {
    display: none !important;
}

.webx-message-error {
    display: none;
}

.webx-message-error.show {
    display: block;
}
.webx-form-error {
    border: 1px solid #ff3d00 !important;
}

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

.webx-input-box {
    margin: 0 0 10px;
}

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

.webx-input-box input, .webx-input-box textarea, .phone-number-input input {
    display: inline-block;
    width: 100%;
    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;
    padding: 10px;
}

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

.webx-form input[type="submit"] {
    display: inline-block;
    max-width: 300px;
    margin: 10px 0 0;
}

.webx-form input[type="submit"]:hover {
    border: 1px solid #3498db;
    background: #3498db;
}

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

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

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

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

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

}

.webx-submit-button {
    padding: 15px;
    background: #232323;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 20px;
}

@media screen and (min-width: 768px) {}
