.new-web {
  /* display: flex; */
  align-items: center;
  /* justify-content: end; */
  height: 50%;
  width: 100%;
}

.new-web .dd {
  z-index: 1;
  position: relative;
  display: inline-block;
}

.new-web .dd-a {
  text-align: center;
  cursor: pointer;
  width: 162px;
  padding: 10px;
  background: white;
  position: relative;
  background-color: #6d884e;
  color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
}

.new-web .dd-a sup {
  font-size: 7px;
  border: 1px solid #fff;
  padding: 1px 2px;
  border-radius: 50%;
}

.new-web .dd .input-dropdown:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  display: block;
  background: #c63d0f;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition-duration: 0.2s;
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  -webkit-transition-duration: 0.2s;
}

.new-web .dd .input-dropdown {
  top: 0;
  opacity: 0;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}

.new-web .dd input:hover {
  cursor: pointer;
}

.new-web .dd input:hover ~ .dd-a {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
}

.new-web .dd input:checked:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

.new-web .dd input:checked ~ .dd-c {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
.new-web .dd .dd-a.landFax {
  width: 198px;
  margin-left: 0 !important;
  padding: 0 15px !important;
  background-color: #6d884e;
  color: #fff;
  height: 40px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  text-transform: capitalize;
  box-shadow: unset;
}
.new-web .dd-c {
  display: inline;
  background: white;
  height: auto;
  transform: scaleY(0);
  transform-origin: top left;
  transition-duration: 0.2s;
  -webkit-transform: scaleY(0);
  -webkit-transform-origin: top left;
  -webkit-transition-duration: 0.2s;
}

.new-web .dd-c ul {
  margin: 0;
  padding: 10px;
  list-style-type: none;
  background-color: #f6f6f6;
  border-radius: 4px;
}

.new-web .dd-c li {
  margin-bottom: 5px;
  word-break: keep-all;
  white-space: nowrap;
  display: block;
  position: relative;
}

.new-web .dd-c li form {
  display: grid;
}
.new-web .reuse-btn {
  border-radius: 3px;
  background-color: #6d8850;
  color: #fff;
  text-transform: capitalize;
  padding: 11px 20px;
  font-size: 14px;
  cursor: pointer;
  height: 40px;
  position: relative;
  top: -1px;
  border: 0;
  width: auto;
}

a:hover:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

a:hover span {
  color: white;
}

.new-web .form-input-field {
  padding: 8px 8px;
  margin-bottom: 10px;
  border: 0;
  box-shadow: 0 1px 3px #0000001a;
  border-radius: 4px;
}

.new-web button {
  padding: 8px 8px;
  border: 0;
  box-shadow: 0 1px 3px #0000001a;
  border-radius: 4px;
  background-color: #6d884e;
  color: #fff;
}
.new-web .dd-c p {
  font-size: 16px;
  border-bottom: 1px solid #eaebec;
  margin: 0 0 15px 0;
  padding-bottom: 10px;
  text-align: center;
  font-family: "Lato", sans-serif;
}
.new-web .dd-c p span {
  font-weight: bold;
  padding-left: 2px;
}
.remove-div-after-testing {
  text-align: left;
}
.remove-div-after-testing p {
  padding-bottom: 10px;
}
.remove-div-after-testing ul {
  padding-left: 16px;
}