.getquote button.modal-close-button {
  opacity: 1;
}
#getquoteform .form-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.getquoteform .form-item,
.contactform .form-item {
  margin-bottom: 25px;
}
.getquoteform .form-item.form-item-phone,
.getquoteform .form-item.form-item-propertylocation {
  width: 50%;
}
.getquoteform .form-item.form-item-propertylocation label {
  display: none;
}
.getquoteform .form-item#edit-lookingfor--wrapper {
  width: 100%;
  flex-direction: column;
}
.getquoteform .form-item select,
.contactform .form-item select {
  height: 45px;
  width: 100%;
  border-radius: 0px;
  border: 1px solid #b7b3b3;
  color: #000;
  opacity: 1;
  outline: none;
  box-shadow: none;
  font-size: 15px;
}
.getquoteform .form-item select:focus {
  outline: 1px solid #000;
}

input::placeholder {
  color: #000;
  opacity: 0.7;
}
.getquoteform legend,
.contactform legend {
  text-align: center;
}

.getquoteform legend span,
.contactform legend span {
  font-size: 20px;
}

.getquoteform .form-checkboxes,
.contactform .form-checkboxes {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

.getquoteform legend,
.contactform legend {
  text-align: center;
}

.getquoteform legend span,
.contactform legend span {
  font-size: 20px;
}

.getquoteform input,
.contactform input {
  height: 45px;
  width: 100%;
  padding: 7px 10px;
  font-size: 15px;
  color: #000;
  border: 1px solid #b7b3b3;
  margin-top: 0px;
}

.getquoteform textarea,
.contactform textarea {
  width: 100%;
  height: 100px;
  padding: 7px 10px;
  font-size: 15px;
  color: #000;
  border: 1px solid #b7b3b3;
}
.get-quote-page #getquoteform {
  width: 100%;
  max-width: 770px;
  margin: 60px auto 0px;
}
.get-quote-page .subpage-banner,
.get-quote-page .subpage-banner img {
  height: 350px;
}
.get-quote-page .getquoteform .form-item-name,
.get-quote-page .getquoteform .form-item-email {
  margin-bottom: 25px;
  width: 50%;
}
.getquote-content {
  padding-top: 30px;
  padding-bottom: 50px;
}
.getquote-content-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-right img {
  width: 300px;
  max-width: 100%;
  height: auto;
}
.quote-right {
  background-color: #111111;
  padding: 20px 20px 0px 20px;
  text-align: center;
}
.getquote-content-inner.last .quote-right {
  padding-bottom: 10px;
}
.getquote-content-inner .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}
.quote-left {
  padding-left: 15px;
  padding-right: 15px;
}
.getquote-content .container {
  max-width: 810px;
}
.quote-left h2 {
  font-size: 25px;
  margin-bottom: 0;
}

.getquoteform .form-checkboxes .form-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}
.getquoteform .js-form-type-checkbox input {
  width: 20px;
  height: 20px;
}
.getquoteform input,
.contactform input {
  height: 45px;
  width: 100%;
  padding: 7px 10px;
  font-size: 15px;
  color: #000;
  border: 1px solid #b7b3b3;
  margin-top: 0px;
}
.getquoteform .form-checkboxes .form-item label {
  padding-left: 6px;
  font-size: 14px;
}
.getquoteform .form-submit,
.get-quote-submit,
.contactform .form-submit,
#block-biz-webform-2 .form-submit,
#block-biz-webform input#edit-submit--2,
#block-biz-webform input.webform-button--submit {
  width: auto;
  padding: 0px 30px;
  display: block;
  background-color: #f7c51e;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  border: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.getquoteform .form-submit:hover,
.contactform .form-submit:hover,
#block-biz-webform-2 input#edit-submit--2:hover,
#block-biz-webform input#edit-submit--2:hover,
#block-biz-webform input.webform-button--submit:hover {
  background-color: #000;
  color: #f7c51e;
}
.captcha {
  position: relative;
  margin-bottom: 30px;
}
.captcha .form-error-message {
  position: absolute;
  bottom: -18px;
}

.contact-confirmation {
  background-color: #fff;
  box-shadow: 1px 4px 16px -2px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  margin: 0px auto;
  width: 100%;
  max-width: 800px;
}

.contact-confirmation .form-check {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  padding-left: 0px;
}
.contact-confirmation .form-check span {
  /* background-color: #f7c51e;
  padding: 20px;
  border-radius: 50%;
  width: 70px;
  height: 70px; */
  display: flex;
}
.contact-confirmation .form-check span i {
  font-size: 35px;
}
.contact-confirmation p {
  line-height: 40px;
  margin-bottom: 0px;
}
.contact-confirmation p span {
  display: block;
  font-size: 23px;
  font-weight: 600;
}

.contact-confirmation svg {
  display: block;
  height: 6vw;
  width: 6vw;
  color: #f7c51e;
  /* SVG path use currentColor to inherit this */
}

.contact-confirmation .circle {
  stroke-dasharray: 75;
  stroke-dashoffset: 75;
  -webkit-animation: draw 1s forwards;
  animation: draw 1s forwards;
}

.contact-confirmation .tick {
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  -webkit-animation: draw 1s forwards 1s;
  animation: draw 1s forwards 1s;
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.webform-confirmation__message {
  text-align: center;
  color: #af8806;
}
