.general-popap-dark-div-prod {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
   
  background-color: rgba(0, 0, 0, 0.85);
}
.white-popup-div {
  position: relative;
  z-index: 1005;
  display: block;
  max-width: 450px;
  margin-top: 7%;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 60px 50px;
  background-color: #ededed;
  text-align: center;
}
.white-popup-div-view {
  position: relative;
  z-index: 1005;
  display: block;
  max-width: 600px;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px 20px;
  background-color: #ededed;
  overflow-y: auto;
    max-height: 80%;
    border-radius: 20px;
}
.popup-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
}
.close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  padding-top: 15px;
  color: #f8284c;
  font-size: 24px;
  text-decoration: none;
}
.white-popup-div-view > h3 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #000;
    line-height: 37px;
}

.skybury-input {
    margin-top: 5px;
}

.skybury-input > label {
    color: #000;
}

.skybury-input > input, textarea {
    background-color: #d7d7d7;
    box-shadow: -4px 6px 22px -14px #000000 inset;
}

.skybury-send {
    text-align: center;
}

.skybury-send > button {
    background-color: #b91d1d;
    color: #fff;
    border: none;
    padding: 11px;
    min-width: 50%;
    border-radius: 20px;
    font-weight: bold;
      box-shadow: 0px 16px 11px -9px #919191;
}
.skybury-send > button:hover {
    box-shadow: 0px;
}