.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;
}
.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;
}