#get-a-free-quote,
#suburb-missing-popup {
  display: none;
  max-width: 919px;
  border-radius: 15px;
  cursor: auto;
  padding: 0;
}

#get-a-free-quote .fancybox-button,
#suburb-missing-popup .fancybox-button {
  width: 28px;
  min-width: 28px;
  height: 28px;
  background: #ffffff;
  color: currentColor;
  padding: 5px;
  border-radius: 50%;
  min-height: 28px;
  margin: 20px 20px;
  position: absolute;
}

#get-a-free-quote.fancybox-content,
#suburb-missing-popup.fancybox-content {
  padding: 0;
}

.popup-body {
  display: flex;
  border-radius: 10px !important;
}

#get-a-free-quote .popup-body .pop-up-left,
#suburb-missing-popup .popup-body .pop-up-left {
  width: 415px;
  padding: 70px 50px 45px 50px;
}

#get-a-free-quote .popup-body .pop-up-right,
#suburb-missing-popup .popup-body .pop-up-right {
  width: calc(100% - 415px);
  padding: 70px 50px 45px 50px;
  /* background: var(--whitesmoke); */
  background: var(--themegreen);

  & .contact-form-box {
    select.form-control {
      padding-right: 2.6em;
    }

    form textarea {
      min-height: 90px;
    }

    input[type="submit"]:hover {
      border-color: var(--white) !important;
    }
  }
}

#get-a-free-quote .popup-body .pop-up-left p,
#suburb-missing-popup .popup-body .pop-up-left p {
  text-align: center;
}

#get-a-free-quote .pop-up-left,
#suburb-missing-popup .pop-up-left {
  /* background: var(--themegreen); */
  background: var(--whitesmoke);
}

.contact-form-box {
  display: inline-block;
}

#get-a-free-quote .pop-up-left .heading-26,
#suburb-missing-popup .pop-up-left .heading-26 {
  font-size: clamp(18px,
      18px + (26 - 18) * ((100vw - 375px) / (1920 - 375)),
      26px);

  margin-bottom: 30px;
  display: inline-block;
}

.modalmodaldlist li {
  padding-left: 25px;
}

#get-a-free-quote .pop-up-right .head,
#suburb-missing-popup .pop-up-right .head {
  margin-bottom: 20px;
}

#get-a-free-quote .pop-up-right .head p,
#suburb-missing-popup .pop-up-right .head p {
  font-size: 14px;
  line-height: 1.4;
}

.modaldlist {
  margin-bottom: 35px;
  display: inline-block;
  width: 100%;
}

.modaldlist li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-weight: 400;
  list-style-type: none;
  line-height: 1.2;
  font-size: 16px;
}

.modaldlist li:last-child {
  margin-bottom: 0;
}

.modaldlist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  object-fit: initial;
  background: url(../images/icon/check.svg) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}

.award-box .award-icon img {
  border-radius: 50%;
}

.award-box .award-icon {
  display: inline-block;
}

.award-box {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  column-gap: 10px;
  margin-bottom: 25px;
}

.popup-title {
  font-size: clamp(22px,
      22px + (34 - 22) * ((100vw - 375px) / (1920 - 375)),
      34px);
  color: var(--darkblue);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 2px;
}

#get-a-free-quote .pop-up-right .head .heading-22,
#suburb-missing-popup .pop-up-right .head .heading-22 {
  margin-bottom: 5px;
}

.form-group.submit {
  margin-bottom: 0;
}

@media (min-width: 1921px) {

  #get-a-free-quote,
  #suburb-missing-popup {
    max-width: 1100px;
  }
}

@media screen and (max-width: 991.98px) {
  .popup-body {
    flex-direction: column;
  }

  #get-a-free-quote .popup-body .pop-up-left,
  #suburb-missing-popup .popup-body .pop-up-left {
    display: none;
  }

  #get-a-free-quote .popup-body .pop-up-right,
  #suburb-missing-popup .popup-body .pop-up-right {
    width: 100%;
    padding: 50px;
  }

  #get-a-free-quote,
  #suburb-missing-popup {
    max-width: 95%;
  }
}

@media (max-width: 767.98px) {

  #get-a-free-quote .popup-body .pop-up-right,
  #suburb-missing-popup .popup-body .pop-up-right {
    padding: 30px;
  }
}

@media (max-width: 575.98px) {

  #get-a-free-quote .popup-body .pop-up-right,
  #suburb-missing-popup .popup-body .pop-up-right {
    padding: 20px;
  }
}