#get_quote {
  display: none;
  max-width: 919px;
  border-radius: 15px;
  cursor: auto;
  padding: 0;
}

#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: 50px;
}

#suburb-missing-popup .popup-body .pop-up-left {
  width: 415px;
  padding: 50px;
}

#get_quote .popup-body .pop-up-right {
  width: calc(100% - 415px);
  padding: 50px 50px 30px 50px;
  background: #e8f8ff;
}

#suburb-missing-popup .popup-body .pop-up-right {
  width: calc(100% - 415px);
  padding: 50px 50px 30px 50px;
  background: #e8f8ff;
}

#get_quote .popup-body .pop-up-left p {
  color: #000000 !important;
  text-align: center;
}

#suburb-missing-popup .popup-body .pop-up-left p {
  color: #000000;
  text-align: center;
}

#get_quote .pop-up-left {
  background: transparent linear-gradient(133deg, #4bedef 0%, #001e7f 100%) 0% 0% no-repeat padding-box;
}

#suburb-missing-popup .pop-up-left {
  background: transparent linear-gradient(133deg, #4bedef 0%, #001e7f 100%) 0% 0% no-repeat padding-box;
}

.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: 20px;
}

#get_quote .pop-up-right {

  .form-control,
  form input[type="text"],
  form input[type="email"],
  form select,
  form textarea,
  form input[type="number"],
  form input[type="tel"],
  form input[type="file"],
  textarea {
    min-height: 45px;
    padding: 10px 12px;
  }
}

#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: 20px;
  color: white;
  font-size: 16px;
}

.modaldlist li:last-child {
  margin-bottom: 0;
}

.modaldlist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 17px;
  height: 17px;
  object-fit: initial;
  background-image: url(../images/icon/check.svg);
  filter: brightness(0) invert(1);
  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: 5px;
}

.popup-title {
  font-size: clamp(22px,
      22px + (34 - 22) * ((100vw - 375px) / (1920 - 375)),
      34px);
  color: var(--blue);
  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;
}

.pop-up-right .form-group.submit {
  margin-bottom: 0;
}

.pop-up-right .form-group {
  margin-bottom: 12px;
}

.pop-up-right .row:last-child .form-group {
  margin-bottom: 0;
}


.pop-up-right .popup-title {
  font-size: 18px;
  margin-bottom: 8px;
}

.popup_btmtxt {
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 18px;
  margin-bottom: 20px;
  margin-top: -11px;
}

.popup_btm_section {
  background: #fff;
  padding: 23px 30px;
  clip-path: polygon(100% 0, 100% 77%, 86% 100%, 0 100%, 0 0);
}

p.popup_logotxt {
  margin-bottom: 0;
}

@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: 20px;
  }

  #suburb-missing-popup .popup-body .pop-up-right {
    width: 100%;
    padding: 20px;
  }

  #get_quote {
    max-width: 95%;
  }

  #suburb-missing-popup {
    max-width: 95%;
  }
}