#get_quote,
#suburb-missing-popup {
  display: none;
  max-width: 919px;
  border-radius: 15px;
  cursor: auto;
  padding: 0;
}

#get_quote .fancybox-button {
  width: 28px;
  min-width: 28px;
  height: 28px;
  background: #c3c3c3;
  padding: 5px;
  border-radius: 50%;
  min-height: 28px;
  margin: 23px 20px;
}

#suburb-missing-popup .fancybox-button {
  width: 28px;
  min-width: 28px;
  height: 28px;
  background: #c3c3c3;
  padding: 5px;
  border-radius: 50%;
  min-height: 28px;
  margin: 23px 20px;
}

#get_quote.fancybox-content {
  padding: 0;
}

#suburb-missing-popup.fancybox-content {
  padding: 0;
}

.popup-body {
  display: flex;
  border-radius: 10px !important;
}

#get_quote .popup-body .pop-up-left {
  width: 415px;
  padding: 70px 50px 45px 50px;
  background: var(--cement-grey);
}

#suburb-missing-popup .popup-body .pop-up-left {
  width: 415px;
  padding: 70px 50px 45px 50px;
  background: var(--cement-grey);
}

#get_quote .popup-body .pop-up-right {
  width: calc(100% - 415px);
  padding: 70px 50px 45px 50px;
  background: var(--lightgrey);
}

#suburb-missing-popup .popup-body .pop-up-right {
  width: calc(100% - 415px);
  padding: 70px 50px 45px 50px;
  background: var(--lightgrey);
}

#get_quote .popup-body .pop-up-left p {
  color: white;
  text-align: center;
}

#suburb-missing-popup .popup-body .pop-up-left p {
  color: white;
  text-align: center;
}

.contact-form-box {
  display: inline-block;
}

#get_quote .pop-up-left .heading-26 {
  color: white;
  margin-bottom: 30px;
  display: inline-block;
}

#suburb-missing-popup .pop-up-left .heading-26 {
  color: white;
  margin-bottom: 30px;
  display: inline-block;
}

.modalmodaldlist li {
  padding-left: 25px;
}

#get_quote .pop-up-right .head {
  margin-bottom: 25px;
}

#suburb-missing-popup .pop-up-right .head {
  margin-bottom: 25px;
}

#get_quote .pop-up-right .head p {
  font-size: 14px;
  line-height: 1.4;
}

#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: 25px;
  margin-bottom: 15px;
  font-weight: 400;
  list-style-type: none;
  line-height: 1.2;
  color: white;
  font-size: 16px;
}

.modaldlist li:last-child {
  margin-bottom: 0;
}

.modaldlist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 13px;
  height: 11px;
  object-fit: initial;
  background: url(../images/icon/right-tick.svg) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}

.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(20px, 20px + (30 - 20) * ((100vw - 375px) / (1920 - 375)), 30px);
  color: var(--darkblue);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 2px;
}

#get_quote .pop-up-right .head .heading-22 {
  margin-bottom: 5px;
}

#suburb-missing-popup .pop-up-right .head .heading-22 {
  margin-bottom: 5px;
}

.form-group.submit {
  margin-bottom: 0;
}

.popup-body .form-group {
  & input[type="submit"] {
    &:hover {
      background: var(--cement-grey);
      color: var(--white);
      border-color: var(--cement-grey);
    }
  }
}

@media screen and (max-width: 991.98px) {
  .popup-body {
    flex-direction: column;
  }

  #get_quote .popup-body .pop-up-left {
    display: none;
  }

  #suburb-missing-popup .popup-body .pop-up-left {
    display: none;
  }

  #get_quote .popup-body .pop-up-right {
    width: 100%;
    padding: 50px;
  }

  #suburb-missing-popup .popup-body .pop-up-right {
    width: 100%;
    padding: 50px;
  }

  #get_quote {
    max-width: 95%;
  }

  #suburb-missing-popup {
    max-width: 95%;
  }
}

@media (max-width: 767.98px) {
  #get_quote .popup-body .pop-up-right {
    padding: 30px;
  }

  #suburb-missing-popup .popup-body .pop-up-right {
    padding: 30px;
  }
}

@media (max-width: 575.98px) {
  #get_quote .pop-up-right .head {
    margin-bottom: 15px;
  }

  #get_quote .fancybox-button {
    margin: 8px 8px;
  }

  #get_quote .popup-body .pop-up-right {
    padding: 20px;
  }

  #suburb-missing-popup .popup-body .pop-up-right {
    padding: 20px;
  }
}