.quote_popup,#suburb-missing-popup {
    display: none;
    max-width: 919px;
    border-radius: 15px;
    cursor: auto;
    padding: 0;
	    z-index: 99999999;
}

.quote_popup.fancybox-content,.area_quote_popup.fancybox-content {
    padding: 0;
}

.popup-body {
    display: flex;
    border-radius: 10px !important;
}

.quote_popup .popup-body .pop-up-left,.area_quote_popup .popup-body .pop-up-left {
    width: 415px;
    padding: 70px 50px 45px 50px;
}


.quote_popup .popup-body .pop-up-right,.area_quote_popup .popup-body .pop-up-right {
    width: calc(100% - 415px);
    padding: 70px 50px 45px 50px;
}

.quote_popup .popup-body .pop-up-left p,.area_quote_popup .popup-body .pop-up-left p {
    color: white;
    text-align: center;
}

.quote_popup .pop-up-left,.area_quote_popup .pop-up-left {
   background-image:linear-gradient(135deg,rgba(255, 255, 255, 0.08) 0%,rgba(255, 255, 255, 0.02) 10%,transparent 50%,transparent 100%),linear-gradient(180deg,#183c3d 0%,#183c3d 100%);
}

.contact-form-box {
    display: inline-block;
}
.contact-form-box form{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.quote_popup .pop-up-left .heading-26,.area_quote_popup .pop-up-left .heading-26 {
    color: white;
    margin-bottom: 30px;
    display: inline-block;
	font-size: clamp(1.25rem, 1.159rem + 0.3883vw, 1.625rem);
	line-height:1.12;
}

.modalmodaldlist li {
    padding-left: 25px;
}

.quote_popup .pop-up-right .head,.area_quote_popup .pop-up-right .head {
    margin-bottom: 25px;
}

.quote_popup .pop-up-right .head p,.area_quote_popup .pop-up-right .head p {
    font-size: 14px;
    line-height: 1.4;
}

.modaldlist {
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
	list-style-type:none;
	margin-left:0;
}

.modaldlist li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    list-style-type: none;
    line-height: 20px;
    color: white;
    font-size: 16px;
}

.modaldlist li:last-child {
    margin-bottom: 0;
}


.bigbanner-right [class*="heading-"], h1, h2, h3, h4, h5, h6 {
    margin-bottom: 22px; 
}






.modaldlist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    object-fit: initial;
    background-image: url(../images/check-circle.svg);
    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: space-between;
    column-gap: 10px;
    margin-bottom: 25px;
}

.color-title {
      color: var(--theme);
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.12;
    margin-bottom: 10px;
}
.quote_popup .pop-up-right .head .heading-31,
.area_quote_popup .pop-up-right .head .heading-31
{
	      font-size: clamp(1.625rem, 1.5643rem + 0.2589vw, 1.875rem);
    margin-bottom: 15px;
}
.quote_popup .fancybox-close-small,
#suburb-missing-popup .fancybox-close-small{
	background-color: var(--secondary);
    opacity: 1;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    padding: 4px;
    margin: 4px;
}
.quote_popup .fancybox-close-small:hover, #suburb-missing-popup .fancybox-close-small:hover
{
	background-color:var(--theme);
}
.areas-wch.sec-wchs {
 & ul.wchs-ul {
  & .wchs-title {
    line-height: 1.14;
  }
 }
	
	& ul + .content-width{
		margin-bottom:50px;
	} 
}


@media screen and (max-width: 991.98px) {
    .popup-body {
        flex-direction: column;
    }

    .quote_popup .popup-body .pop-up-left,.area_quote_popup .popup-body .pop-up-left {
        display: none;
    }

    .quote_popup .popup-body .pop-up-right,.area_quote_popup .popup-body .pop-up-right {
        width: 100%;
        padding: 40px 20px 20px;
    }

    .quote_popup,.area_quote_popup {
        max-width: 95%;
    }
}

@media(max-width:767.98px){
		.areas-wch.sec-wchs
		{
				& ul + .content-width{
					margin-bottom:30px;
				} 
		}
}

@media(max-width:575.98px){
		.areas-wch.sec-wchs
		{
				& ul + .content-width{
					margin-bottom:20px;
					margin-top:35px;
				} 
		}
}