html {
    font-size: 62.5%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}



.h5,
h5 {
    font-size: 1.25rem;
}

p:empty {
    display: none;
}

.header {
    z-index: 1000 !important;
}

.btn-orch {
    background: #d75734;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 2px;
    max-width: 185px;
    margin: 0px 0px 8px;
    width: 100%;
    border-radius: 3px;
}

.btn-orch:hover {
    background: #16594d;
    color: #fff;
}

.section_individuals-media ul {
    padding-left: 19px;
    margin-top: 27px;
}

.section_individuals-media ul li {
    margin-bottom: 10px;
}

.section_individuals-media p {
    margin-bottom: 13px;
    color: #000;
}

.play-button {
    pointer-events: none;
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 0;
    background-color: #60266a;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* z-index: 1; */
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    z-index: 12;
}

.play-button::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(96, 38, 106, .5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-animation-name: pulseAnimate;
    animation-name: pulseAnimate;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.play-button::after {
    content: "";
    border-left: 30px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    display: block;
    margin-left: 10px;
}

.video_pan_container {
    max-width: 768px;
    margin: auto;
    position: relative;
    border-radius: 17px;
    overflow: hidden;
}

.video_pan {
    position: relative;
    height: 0;
    padding-bottom: 56.6666%;
}

.video_pan iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
    border-radius: 5px;
}

.card-img img {
    max-width: 424px;
    border-radius: 4px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.container-small.container {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.section_individuals-media ol li {
    margin-bottom: 10px;
}

.container-small.container .text-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 768px;
    margin: auto;
    justify-content: center;
    margin-bottom: 30px;
}

.container-small.container .text-wrap p {
    text-align: center;
}

.section_header h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 8rem;
    line-height: 90%;
    font-weight: bold;
}

.section_header h4 {
    color: #000;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 118%;
}

.section_header p {
    color: #000;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}

.section_individuals-media .container {
    max-width: 1120px;
}

.heading-style-h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 28px;
    font-weight: 500;
}

header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 100;
}

p.no-ccn {
    font-size: 14px;
}

.heading-style-h2 span {
    display: block;
    font-size: 18px;
}

.section_individuals-media h3 {
    text-align: center;
    margin-top: 29px;
    font-size: 28px;
    font-weight: 500;
}

.section_individuals-media {
    padding-block: 25px;
}

.inpuemal.error {
    border-color: red !important;
}

.inpuemal {
    height: 40px;
    font-size: 14px;
}

.submit-btn {
    background: #e76e4d;
    color: #fff;
    font-size: 16px;
    display: block;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    text-decoration: none;
    outline: none;
    border: none;
    width: 100%;
    cursor: pointer;
    margin-top: 25px;
}

.submit-btn:hover {
    background: #cb593a;
}

.submit-btn:focus {
    outline: none;
}

#entrDet .smalltxt {
    font-size: 15px;
    font-weight: normal;
    color: #000;
    line-height: 19px;
    text-align: left !important;
}

#entrDet h2 {
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #16594d;
}

#entrDet .modal-body {
    padding: 3rem;
}

#entrDet .close {
    font-size: 31px;
    font-weight: 400;
    margin-top: -20px;
    margin-right: -10px;
}

.call {
    display: inline-flex;
    padding: 10px 0px 0px 30px;
    vertical-align: top;
    align-items: center;
}

.call strong {
    color: #000;
    font-weight: 300;
    font-size: 22px;
    vertical-align: top;
}

.phone_call {
    background-position: -305px -4px;
    height: 39px;
    width: 38px;
    vertical-align: top;
}

p.phnum {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
    color: #16594d;
}

.icn {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/icn-plts.png);
    background-repeat: no-repeat;
}

.bx_ver {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    max-width: 472px;
    margin: auto;
    /* height: 100%; */
    min-height: 788px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 2px 5px 20px 2px rgba(0, 0, 0, 0.1);
}

.bx_ver .top_b {
    background: #16594d;
    color: #fff;
    padding: 24px;
    text-align: center;
}

.bx_ver .top_b h5 {
    font-size: 20px;
    font-weight: 400;
}

.bx_ver .top_b h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0;
}

.bx_ver .top_b h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0;
}

.bx_ver .top_b h6 {
    font-size: 18px;
    font-weight: 400;
}

.top_b h6 {
    padding-bottom: 10px;
}

.bx_ver .bot_b {
    padding: 20px 15px 20px 22px;
}

.btn-orch {
    background: #d75734;
    padding: 5px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    border-radius: 2px;
    text-transform: uppercase;
    min-width: 426px;
    border: 5px solid transparent;
    margin: 0px 0px 8px;
}

.bx_ver ul {
    list-style: none;
    padding-left: 5px;
    margin: 0px auto 0px;
    position: relative;
    padding: 15px 0px 5px 20px;
}

.tckmrk li {
    color: #666;
    font-weight: 400;
    position: relative;
    padding-left: 24px;
    line-height: 1.7;
    padding-bottom: 3px;
    counter-reset: subsection;
}

.tckmrk li:before {
    content: "";
    display: inline-block;
    background-image: url(../images/icon_site.png);
    background-position: -24px -115px;
    background-repeat: no-repeat;
    width: 15px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 8px;
}

.bot_b h5 {
    color: #000;
    font-size: 26px;
    text-align: center;
    margin-top: 15px;
}

h2.seched {
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #17375d;
    border-bottom: 2px solid #16594D;
    position: relative;
    max-width: 917px;
    text-align: center;
    margin: 0px auto 10px;
    padding: 0px 0px 15px;
    margin: 0px auto 50px;
}

h2.seched:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    border-bottom-color: transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #16594D;
    border-bottom-color: rgba(255, 255, 255, 0);
    border-width: 16px 14px 6px 14px;
    margin-left: -9px;
}

.whtBx {
    background: #fff;
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.whtBx .bxPd {
    padding: 20px 20px 10px;
}

.whtBx .bxPd h5 {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin: 0px 0px 5px;
    font-size: 14px;
}

.whtBx .bxPd h5 span {
    float: right;
}

.ftBg {
    background: #16594d;
    color: #fff;
    border-top: 1px solid #16594d;
    border-bottom: 3px solid #fff;
    padding: 10px 0px;
}

.ftBg h5,
.hdBg h5 {
    display: inline-block;
    vertical-align: top;
    padding: 22px 10px 0px 0px;
}

.ftBg ul.social-icon-list,
.hdBg ul.social-icon-list {
    margin: 0px auto 0px;
    padding: 0px;
    display: inline-block;
}

.ftBg ul.social-icon-list li,
.hdBg ul.social-icon-list li {
    display: inline-block;
    border-right: none;
    padding: 0px 3px;
    margin-top: 15px;
}

.ftBg ul.social-icon-list li a,
.hdBg ul.social-icon-list li a {
    color: rgba(18, 41, 75, 1);
    font-size: 18px;
    background-color: rgba(255, 255, 255, 1);
    width: 32px;
    display: inline-block;
    height: 32px;
    border-radius: 50%;
    padding-top: 5px;
    position: relative;
}

.ftBg ul.social-icon-list li a i,
.hdBg ul.social-icon-list li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icn {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/icn-plts.png);
    background-repeat: no-repeat;
}

.ftBg .cpy {
    padding: 20px 0px 0px 0px;
    font-size: 16px;
    font-weight: 300;
}

.ftBg .cpy a,
.ftBg .cpy a:hover,
.ftBg .cpy a:visited {
    color: #fff;
}

.advWrn p {
    margin: 0px 0px 15px;
    font-size: 11px;
    color: #000;
}

i.fb {
    background-position: -149px -2px;
    height: 21px;
    width: 18px;
}

i.utube {
    background-position: -172px -2px;
    height: 22px;
    width: 18px;
}

i.lin {
    background-position: -199px -2px;
    height: 21px;
    width: 18px;
}

.ftBg h5,
.hdBg h5 {
    display: inline-block;
    vertical-align: top;
    padding: 22px 10px 0px 0px;
    font-size: 20px;
}

.heder {
    position: sticky;
    top: 0px;
    box-shadow: 0 2px 10px 2px rgb(0 0 0 / 50%);
    z-index: 9999;
    background-color: #fff;
    padding: 10px 0px;
}

.play-button {
    pointer-events: none;
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 0;
    background-color: #60266a;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* z-index: 1; */
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    z-index: 12;
}

@-webkit-keyframes pulseAnimate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@keyframes pulseAnimate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@media (max-width:1199px) {
    .container {
        width: 100%;
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media (max-width:767px) {
    html {
        font-size: 52.5%;
    }

    .section_header h1 {
        font-size: 5rem;
    }

    header.d-sm-flex.justify-content-between a.btn.btn-orch {
        display: block;
        width: 100% !important;
    }

    header.d-sm-flex.justify-content-between {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .heading-style-h2 {
        font-size: 26px;
    }

    .card-img {
        margin-bottom: 21px;
    }

    .call {
        display: none;
    }

    .heder a img {
        max-width: 150px;
    }



}

@media (min-width: 768px) {
    .payment_full {
        display: flex;
    }
}

.payment_full {
    margin-bottom: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}
section.advWrn {
    padding-top: 24px;
    padding-bottom: 8px;
}

/* css for next steps page */
.main-title {
    color: red;
    font-size: 38px;
    color: #E56E4E;
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 1.5;
}

.list {
    line-height: 1.8;
    margin-top: 16px;
}

.main-title span {
    color: #16594D;
}

.text-green {
    color: #16594D;

}

.text-orange {
    color: #E56E4E !important;
}

.check-list {
    margin-block: 24px;
    line-height: 1.8;
    list-style: none;

}

.check-list li {
    position: relative;
   
    margin-bottom: 16px;

}

.check-list li:before {
    content: '\f14a';
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    margin-right: 10px;
    font-size: 22px;
    color: #16594D;
    position: absolute;
    left: -30px;
   
}

.title-dimond {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    position: relative;
}

.marker-number {
    list-style: none;
    counter-reset: list;
    margin-block: 24px;

}

.list li {
   line-height: 2.5;
}

.marker-number li {

    position: relative;
   margin-bottom: 16px;
}

.marker-number li strong {
    margin-right: 5px;
    display: inline-block;
}

.marker-number li:before {
    counter-increment: list;
    content: 'counter(list)';
    content: counter(list);
    background: #16594D;
    width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 4px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

.text-black {
    color: #212529;
}

.rocket {
    position: relative;
}

.title-secondary {
    font-size: 30px;
    margin-bottom: 28px;
    color: #212529;
}

.fz20 {
    font-size: 20px;
}

.failure-card-row {
    margin-top: 40px;
}

.card.failure-card {
    border: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    border-radius: 8px;
}

.failure-card .card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    max-width: 200px;
    margin-inline: auto;
    /* height: 150px; */
    margin-bottom: 16px;
    margin-top: 24px;
    border-radius: 0;
}

.text-yellow-card {
    background: #E56E4E;
    color: white;
    padding-block: 12px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center;
    padding-inline: 10px;
}

a strong {
    color: #E56E4E;
}

.main-title-small {
    color: #E56E4E;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.funnel-box {
    margin-block: 24px;
}

.funnel-box img {
    display: block;
    margin-inline: auto;
}

.fw-bolder {
    font-weight: 800;
}

.fw-600 {
    font-weight: 600;
}

.group {
    background: #fbe8de;
    border-radius: 50%;

}

ul li>strong,
ol li>strong {
    font-size: 18px;
}

.number {
    font-size: 18px;
    font-weight: 600;
}

/* accordian section code */
.custom-accordian-btn {
    background-color: transparent;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 0;
    font-size: 18px;
}

h2.accordion-header {

    font-weight: 600 !important;

}

.accordion-item {
    border-bottom: 1px solid #dee2e6;
}

.custom-accordian-btn:focus {
    border: none;
    outline: none;
}

.accordion-body {
    padding-inline: 10px;
    padding-bottom: 16px;
}

.custom-accordian-btn.collapsed {
    position: relative;
    padding-inline: 10px;
    padding-block: 10px;
}

.custom-accordian-btn.collapsed::after {
    flex-shrink: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: auto;
    content: "";
    background-image: url('https://www.propertylovers.com.au/wp-content/uploads/2025/02/plus-solid.svg');
    background-repeat: no-repeat;
}

.custom-accordian-btn:not(.collapsed) {
    background-color: #f0f8ff;
    position: relative;
    background: #16594D;
    color: #fff;
    padding-block: 10px;
    padding-inline: 10px;
}

.custom-accordian-btn:not(.collapsed)::after {
    flex-shrink: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: auto;
    content: "";
    background-image: url('https://www.propertylovers.com.au/wp-content/uploads/2025/02/minus-solid.svg');
    background-repeat: no-repeat;
}

.accordion-body p {
    color: #000;
    margin-bottom: 13px;
}

.common-concerns-heading,
.system-tool-heading {
    text-align: center;
    margin-block: 40px;
    font-size: 28px;
    font-weight: 500;
}

.list {
    padding-left: 20px;
}

.row-gy-4 {
    row-gap: 16px;
}

.cancel {
    list-style: none;
}

.cancel li {
    position: relative;
    line-height: 1.8;
}

.cancel li:before {
    content: '\f057';
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    margin-right: 10px;
    font-size: 22px;
    color: #E56E4E;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.bg-light-orange {
    background: #fcf1ed;
}

.bg-light-green {
    background-color: #e8eeed;
}

.bg-invotation {
    background: url(https://www.propertylovers.com.au/wp-content/uploads/2025/02/notice.png);
    background-repeat: no-repeat;
    background-position: top 30px right 16%;
}

.fw-normal {
    font-weight: 400;
}

.fz-18 {
    font-size: 18px;
}

.fz-22 {
    font-size: 22px;
}

.fz-28 {
    font-size: 28px;
}

@media(max-width:1600px) {
    .pt-50 {
        padding-top: 40px;
    }

    .main-title {
        font-size: 34px;

    }

    .title-secondary {
        font-size: 28px;
    }

    .bg-invotation {

        background-position: top 30px right 0%;
        background-size: 20vw;

    }
}

@media(max-width:1024px) {
    .fz-28 {
        font-size: 22px;
    }

    .pt-50 {
        padding-top: 30px;
    }

    .pb-50 {
        padding-bottom: 30px;
    }

    .main-title {
        font-size: 26px;
        margin-top: 0;
        margin-bottom: 16px;
        text-align: center;

    }

    .ftBg h5 {
        font-size: 18px;
        margin-left: 40px;
    }

    .marker-number li {
        flex-wrap: wrap;
    }

    .next-img {
       
        display: block;
        margin-inline: auto;
    }

    .check-list li {
        gap: 0;
    }

    .title-secondary {
        font-size: 20px;
    }

    .title-dimond {
        font-size: 23px;
    }

    .main-title-small {
        font-size: 20px;
    }

    .card.failure-card {
        padding: 16px;
    }

    .failure-card .title {
        font-size: 17px;
    }

    .check-list li:before,
    .marker-number li:before,
    .cancel li:before {
        transform: none;
        top: -3px;
    }

    .bg-invotation {
        background-position: top 15px right 0%;
        background-size: 15vw;
    }
    body {
        font-size: 16px;
    }
    .list li {
        line-height: 1.5;
    }
}

@media(max-width:767px) {
    .ftBg h5 {
        margin-left: 16px;
    }

    .pt-50 {
        padding-top: 30px;
    }

    .pb-50 {
        padding-bottom: 30px;
    }

    .fz20 {
        font-size: 17px;
    }

    .main-title {
        font-size: 23px;
        margin-top: 0;
        margin-bottom: 16px;
        text-align: center;

    }


    .marker-number li {
        flex-wrap: wrap;
    }

    .next-img {
        height: 200px;
        display: block;
        margin-inline: auto;
    }

    .check-list li {
        gap: 0;
    }

    .title-secondary {
        font-size: 20px;
    }

    .title-dimond {
        font-size: 23px;
    }

    .main-title-small {
        font-size: 20px;
    }

    .centered-img {
        display: block;
        margin-inline: auto;
    }

    .custom-accordian-btn.collapsed::after,
    .custom-accordian-btn:not(.collapsed)::after {
        width: 16px;
        height: 16px;
    }

    .bg-invotation {
        background: none;
    }
    
    ul li>strong, ol li>strong {
        font-size: 16px;
    }
    .check-list li:before, .marker-number li:before, .cancel li:before {
        transform: none;
        top: 0;
    }
}