#submitForm {
    max-width: 90%;
    margin: 0 auto;
}

/* .wpforms-field-label{
	color:#fff !important;
	font-size:22px !important;
	font-weight:500 !important;
	font-family:Poppins;
	text-transform:capitalize !important;
}
div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li label{
	background-color:#fff !important;
} */
.wpforms-submit-container button {
    display: block !important;
    box-shadow: none !important;
    margin: 0 auto !important;
}

legend.wpforms-field-label {
    font-weight: 600 !important;
}

div.wpforms-container-full input[type=text],
div.wpforms-container-full input[type=email],
div.wpforms-container-full input[type=tel],
div.wpforms-container-full textarea {
    border-color: #eee !important
}

h2.sc-fuzrJS.dXsFUn label span,
.dzFZsq * {
    font-weight: 500 !important;
}

#qodef-page-header .qodef-header-logo-link {
    height: 70px;
}

#qodef-page-header .qodef-header-logo-link img {
    width: 150px;
}

h1.quote-form,
#step2 h2,
#step3 h2,
#step4 h2,
#step5 h2,
#step6 h2,
#step7 h2,
#step8 h2,
#step9 h2,
#step10 h2 {
    color: #fff;
    font-size: 22px !important;
    text-align: center;
    line-height: 1.3;
}

.next-btn,
.prev-btn,
button[type="submit"] {
    background: #b42366;
    border: none;
    color: #fff;
    padding: 10px 30px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: var(--main-heading-font);
    transition: background .3s ease-in-out;
}

button.prev-btn {
    margin-right: 20px;
}

.next-btn:hover,
.prev-btn:hover,
button[type="submit"]:hover {
    background: #c42366;
    color: white;
}

button.next-btn[type="submit"]::after,
button.prev-btn[type="submit"]::after {
    display: none;
}

.input-padding {
    padding: 10px;
    border: 1px solid transparent;
}

.input-padding:focus-visible {
    outline: none;
}

.prop-wrap,
.prop-wrap-alt,
.prop-wrap-alternate {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.prop-wrap-alt,
.prop-wrap-alternate {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.radio-container {
    background: #fff;
    border-radius: 5px;
    padding: 24px 16px;
    width: calc(25% - 10px);
    text-align: center;
    height: 130px;
}

.prop-wrap-alt .radio-container {
    width: calc(33% - 10px);
    height: auto;
}

.prop-wrap-alternate .radio-container {
    width: calc(51% - 10px);
    height: auto;
}

.radio-container i {
    color: #b42366;
    font-size: 40px;
    margin-bottom: 15px;
}

.text-wrap {
    color: #000;
    line-height: 22px;
    font-size: 15px;
}

.radio-container:hover {
    background-color: #b42366;
    cursor: pointer;
}

.radio-container:hover i,
.radio-container:hover .text-wrap {
    color: #fff;
}

.radio-container.selected {
    background-color: #b42366;
    color: #fff;
}

.radio-container.selected .text-wrap,
.radio-container.selected i {
    color: #fff;
}

.radio-container input[type="radio"] {
    display: none;
}

.radio-container input[type="radio"]:checked+.radio-label {
    color: #007bff;
    font-weight: bold;
}

div#step8 label,
div#step9 label,
div#step10 label {
    color: #fff;
}

h3.qodef-e-title.entry-title {
    font-size: 25px;
}

.qodef-e-content a {
    color: #b42366;
}

.qodef-e-content h1 {
    font-size: 35px;
    font-weight: 600;
}

.qodef-e-content h2 {
    font-size: 30px;
    font-weight: 500;
}

.qodef-e-content h3 {
    font-size: 25px;
    font-weight: 500;
}

.qodef-e-content h4 {
    font-size: 22px;
}

.qodef-page-title {
    background-image: url(https://www.bestpropertyagent.com.au/wp-content/uploads/2023/08/about-us-title-img.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 450px;
    z-index: 1
}

.qodef-page-title:after {
    content: "";
    position: absolute;
    background: #000;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

h1.qodef-m-title.entry-title {
    color: #fff;
    margin-bottom: 20px;
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
    color: #fff;
}

@media screen and (max-width: 1100px) {
    .radio-container {
        width: calc(33% - 10px);
    }
}

@media screen and (max-width: 768px) {
    .radio-container {
        width: calc(51% - 10px);
        margin-bottom: 12px;
        padding: 20px 12px;
        height: 120px;
    }

    .prop-wrap-alt .radio-container {
        width: calc(51% - 10px);
        padding: 16px 10px;
        height: auto;
    }

    .prop-wrap-alternate .radio-container {
        padding: 16px 10px;
        height: auto;
    }

    .radio-container i {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .text-wrap {
        font-size: 12px;
        line-height: 16px;
    }

    h1.quote-form {
        font-size: 22px !important;
    }

    #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-height--not-set img {
        height: 65px !important;
    }

    h1.quote-form,
    #step2 h2,
    #step3 h2,
    #step4 h2,
    #step5 h2,
    #step6 h2,
    #step7 h2,
    #step8 h2,
    #step9 h2,
    #step10 h2 {
        font-size: 22px !important;
        line-height: 1.3;
    }

    .prop-wrap,
    .prop-wrap-alt,
    .prop-wrap-alternate {
        gap: 10px;
        margin-bottom: 16px;
    }

    #step8 input,
    #step9 input {
        width: 90% !important;
        box-sizing: border-box;
        font-size: 14px;
        padding: 10px 14px !important;
    }

    #submitForm input[type="text"],
    #submitForm input[type="email"],
    #submitForm input[type="tel"] {
        font-size: 14px;
    }

    .next-btn,
    .prev-btn,
    button[type="submit"] {
        padding: 8px 22px;
        font-size: 14px;
    }

    div#step1 > div {
        width: 100% !important;
        flex-direction: column;
        align-items: stretch !important;
    }

    #locationInput {
        width: 100% !important;
        box-sizing: border-box;
        margin: 0 0 12px 0 !important;
    }

    .next-btn {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .radio-container {
        padding: 14px 10px;
        height: auto;
        min-height: 90px;
    }

    .radio-container i {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .text-wrap {
        font-size: 11px;
        line-height: 14px;
    }

    .prop-wrap,
    .prop-wrap-alt,
    .prop-wrap-alternate {
        gap: 8px;
        margin-bottom: 12px;
    }

    #step8 input,
    #step9 input {
        width: 100% !important;
        font-size: 13px;
        padding: 8px 12px !important;
    }
}

@media (max-width: 480px) {
    .radio-container {
        padding: 10px 8px;
        min-height: 70px;
        width: calc(51% - 6px);
    }

    .radio-container i {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .text-wrap {
        font-size: 10px;
        line-height: 13px;
    }

    .next-btn,
    .prev-btn,
    button[type="submit"] {
        padding: 6px 16px;
        font-size: 13px;
    }

    #step8 input,
    #step9 input {
        font-size: 12px;
        padding: 6px 10px !important;
    }

    .prop-wrap,
    .prop-wrap-alt,
    .prop-wrap-alternate {
        gap: 6px;
        margin-bottom: 10px;
    }
}

button {
    background-color: #8f0141 !important;
    color: white !important;
}

.qodef-button.qodef-layout--filled.qodef-html--link::after {
    display: none;
}

button::after,
button,
.qodef-button.qodef-layout--filled.qodef-html--link {
    background-image: linear-gradient(to bottom, #8f0141 50%, #ffffff 50%) !important;
    background-position: top left !important;
    background-size: 200% 200% !important;
    background-repeat: no-repeat !important;
    box-shadow: rgba(0, 0, 0, .2) 0 4px 10px;
    transition: all .25s ease-in-out !important;
}


button:hover::after,
button:hover,
.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    background-position: right bottom !important;
    color: #8f0141 !important;
}


.appraisal-type,
.appraisal-contact-type {}

.appraisal-type fieldset legend,
.appraisal-contact-type fieldset legend {
    display: none !important;
}

.appraisal-type fieldset ul::before {
    content: "What type of appraisal is it?";
    font-weight: 600;
}

.appraisal-contact-type fieldset>ul::before {
    content: "How would you like to be connected?";
    font-weight: 600;
}

input,
select {
    background: #ffeff7 !important;
    color: #8f0141 !important;
}

.wpforms-field-row .choices__inner {
    background: #ffeff7 !important;
}

#btns-group>* {
    display: flex;
    justify-content: center !important;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

#btns-group>*>.btns-group-btn>* {
    flex-wrap: wrap;
}

#btns-group>*>.btns-group-btn {
    display: flex;
    justify-content: center !important;
    align-items: center;
    flex: 1 1 250px;
    white-space: nowrap;
    flex-wrap: wrap;
    max-width: 100%;
}

/* Google Places Autocomplete Dropdown responsive */
.pac-container {
    z-index: 9999 !important;
    border-radius: 8px;
    margin-top: 4px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15) !important;
    border: 1px solid #eee !important;
    font-family: inherit !important;
}

.pac-item {
    padding: 10px 14px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    border-top: 1px solid #f0f0f0 !important;
    cursor: pointer;
}

.pac-item:first-child {
    border-top: none !important;
}

.pac-item:hover {
    background: rgba(180, 35, 102, 0.05) !important;
}

.pac-item-query {
    font-size: 14px !important;
    color: #1a1a2e !important;
}

.pac-matched {
    color: #b42366 !important;
}

.pac-icon {
    display: none !important;
}

@media (max-width: 600px) {
    .pac-container {
        max-width: calc(100vw - 24px) !important;
        min-width: 240px !important;
        box-sizing: border-box !important;
        border-radius: 6px;
    }

    .pac-item {
        padding: 12px 14px !important;
        font-size: 15px !important;
        min-height: 44px;
        display: flex;
        align-items: center;
    }

    .pac-item-query {
        font-size: 15px !important;
    }
}

@media (max-width: 480px) {
    .pac-container {
        border-radius: 4px;
    }

    .pac-item {
        padding: 10px 12px !important;
        font-size: 14px !important;
    }

    .pac-item-query {
        font-size: 14px !important;
    }
}