.fancybox-content {
    padding: 0;
}

#get_a_quote .popup-body ,
#get_quote .popup-body , 
#suburb-missing-popup {
    background-image: linear-gradient(to right, rgb(18 18 18 / 96%), rgb(132 12 4 / 96%));
}

#get_a_quote .popup-body .pop-up-left ,
#get_quote .popup-body .pop-up-left ,
#suburb-missing-popup .popup-body .pop-up-left {
    width: 540px;
    padding: 0 70px 0 70px;
    margin: 60px 0 60px;
    border-right: solid 2px rgb(255 255 255 / 10%);
}

#get_a_quote .popup-body .pop-up-right ,
#get_quote .popup-body .pop-up-right,
#suburb-missing-popup .popup-body .pop-up-right {
    width: calc(100% - 540px);
    padding: 60px 70px 60px 70px;
}
#get_a_quote .popup-body .pop-up-right [class*="heading-"] ,
#get_quote .popup-body .pop-up-right [class*="heading-"] ,
#suburb-missing-popup .popup-body .pop-up-right [class*="heading-"] {
    color: var(--white);
}
#get_a_quote .popup-body .pop-up-left .title .heading-40 ,
#get_quote .popup-body .pop-up-left .title .heading-40 ,
#suburb-missing-popup .popup-body .pop-up-left .title .heading-40 {
    color: white;
}

#get_a_quote .popup-body .pop-up-left .title p ,
#get_quote .popup-body .pop-up-left .title p ,
#suburb-missing-popup .popup-body .pop-up-left .title p {
    color: white;
}

#get_a_quote .popup-body .pop-up-left .title,
#get_quote .popup-body .pop-up-left .title ,
#suburb-missing-popup .popup-body .pop-up-left .title {
    padding-right: 0;
}

#get_a_quote ,
#get_quote ,
#suburb-missing-popup{
    display: none;
    max-width: 1131px;
    border-radius: 15px;
    cursor: auto;
    padding: 0;
}

.popup-body {
    display: flex;
    border-radius: 10px !important;
}

.contact-wrap a {
    color: white;
}

.contact-details {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.contact-wrap {display: inline-block;margin-bottom: 15px;}
.contact-wrap:last-child {margin-bottom: 0;}
.popup-body .ft-contact li .ft-box .ft-icon > img{filter: brightness(0) invert(1);}
.popup-body .ft-contact li .ft-box .ft-info a:hover {color: var(--red);text-decoration: underline;}
.popup-body form label{color: var(--white);margin-bottom: 10px;font-weight: normal;}
.popup-body form .form-group.message_area{line-height: 1;}
.popup-body form .form-group {margin-bottom: 18px;}
.popup-body form .form-group .form-control{height: 48px;}
.fancybox-slide--html .fancybox-close-small{min-width: auto;}

.popup-body form .form-group select.form-control{
    background: url(../../assets/images/svg/caret.svg) no-repeat top 20px right 15px #fff;
}

.popup-body  input.form-control{
    color: #4B4B4B;
}




@media screen and (max-width: 1199.98px) {
    #get_a_quote .popup-body .pop-up-left .title ,
    #get_quote .popup-body .pop-up-left .title ,
    #suburb-missing-popup .popup-body .pop-up-left .title{
        margin-bottom: 0;
    }
    #get_a_quote .popup-body .pop-up-right ,
    #get_quote .popup-body .pop-up-right ,
    #suburb-missing-popup .popup-body .pop-up-right {
        padding: 30px 50px 20px 50px;
        width: 100%;
    }
    #get_a_quote .popup-body .pop-up-left ,
    #get_quote .popup-body .pop-up-left ,
    #suburb-missing-popup .popup-body .pop-up-left{
        margin-bottom: 0;
        width: 100%;
        padding: 0 50px 0 50px;
        border: none;
    }
}



@media screen and (max-width: 991.98px) {

    #get_a_quote .popup-body .pop-up-left ,
    #get_quote .popup-body .pop-up-left ,
    #suburb-missing-popup .popup-body .pop-up-left{display: none;}

    #get_a_quote .popup-body .pop-up-right ,
    #get_quote .popup-body .pop-up-right ,
    #suburb-missing-popup .popup-body .pop-up-right {width: 100%;padding: 30px;}

    #get_a_quote,
    #get_quote,
    #suburb-missing-popup {
        max-width: 95%;
    }
}