.typical-sydney-home-cta {
    padding-top: 60px;
}

.typical-sydney-home-wrap {
    position: relative;
    background: var(--whitesmoke);
    border-radius: 20px;
    padding: 100px 20px 48px;
    z-index: 1;

    &::after {
        content: '';
        position: absolute;
        inset: 0;
        margin: auto;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        border-radius: 12px;
        border: 2px solid var(--themegreen);
        z-index: -1;
    }

    .mask-icon-wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 140px;
        height: 140px;
        background: var(--white);
        border-radius: 50%;
        border: 2px solid var(--themegreen);
        padding: 8px;
        margin: -60px auto 0;
        display: flex;
        justify-content: center;
        align-items: center;

        & .img-wrap {
            height: 100%;
            width: 100%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: var(--whitesmoke);
            border-radius: 50%;
        }
    }

    .typical-sydney-home-content {
        text-align: center;

        .heading-46 {
            margin-bottom: 0;
        }
    }
}

.asbestoshouse-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    .asb-left-block {
        margin-bottom: 80px;
        float: left;
        display: inline-block;
        width: 864px;
        position: relative;
    }

    .abs-detail-wrapper {
        float: right;
        width: calc(100% - 864px);
        position: relative;

        .roof-line-indicator-1,
        .roof-line-indicator-2,
        .roof-line-indicator-3 {
            position: relative;

            &:last-child {
                .info-asb-block {
                    margin-bottom: 0;
                }
            }
        }

        .info-asb-block {
            background-color: var(--white);
            padding: 32px;
            max-width: 455px;
            width: 100%;
            min-height: 150px;
            float: right;
            display: block;
            margin-bottom: 30px;
            z-index: 1;
            position: relative;
            border-radius: 20px;
            border: 4px solid var(--themegreen);

            & .heading-22 {
                margin-bottom: 10px;
            }

            & p {
                margin-bottom: 0;
                line-height: 1.3;
            }

            [class^="vr-line-"] {
                position: absolute;
                left: 0;
                width: 3px;
                background: var(--rangoongreen);
                z-index: 1;
                border-radius: 0;
            }

            .vr-line-1 {
                top: 76px;
                height: 105px;
                margin-left: -260px;
            }

            .vr-line-3 {
                height: 130px;
                left: -581px;
                bottom: 73px;
            }

            .vr-line-5 {
                top: 79px;
                left: 599px;
                height: 45px;
            }

            .vr-line-6 {
                top: -30px;
                left: 849px;
                height: 185px;
            }

            [class^="hz-line-"] {
                position: absolute;
                left: 0;
                height: 3px;
                background: var(--rangoongreen);
                border-radius: 0;
                z-index: 1;
            }

            .hz-line-1 {
                top: 76px;
                width: 256px;
                margin-left: -260px;
            }

            .hz-line-2 {
                top: 93px;
                width: 162px;
                margin-left: -166px;
            }

            .hz-line-3 {
                top: 73px;
                width: 577px;
                margin-left: -581px;
            }

            .hz-line-4 {
                top: 98px;
                left: 450px;
                width: 336px;
            }

            .hz-line-5 {
                top: 121px;
                left: 451px;
                width: 149px;
            }

            .hz-line-6 {
                top: 154px;
                left: 450px;
                width: 402px;
            }

            .vtdot {
                position: absolute;
                -webkit-transition: all 0.5s ease 0.3s;
                -ms-transition: all 0.5s ease 0.3s;
                transition: all 0.5s ease 0.3s;
                cursor: pointer;

                &.dotpos1 {
                    top: 192px;
                    left: -258px;
                }

                &.dotpos2 {
                    top: 95px;
                    left: -173px;
                }

                &.dotpos3 {
                    top: -64px;
                    left: -580px;
                }

                &.dotpos4 {
                    top: 100px;
                    left: 798px;
                }

                &.dotpos5 {
                    top: 70px;
                    left: 600px;
                }

                &.dotpos6 {
                    top: -38px;
                    left: 850px;
                }

                .dot {
                    display: block;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    -webkit-transform: translate3d(-50%, -50%, 0);
                    -ms-transform: translate3d(-50%, -50%, 0);
                    transform: translate3d(-50%, -50%, 0);
                    width: 30px;
                    height: 30px;
                    background: transparent;
                    border: 2px solid var(--themegreen);
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    -webkit-transition: all 0.5s ease 0.3s;
                    -ms-transition: all 0.5s ease 0.3s;
                    transition: all 0.5s ease 0.3s;
                }

                .dotsm {
                    width: 20px;
                    height: 20px;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    background: transparent;
                    border: 3px solid #231F20;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    -webkit-transform: translate3d(-50%, -50%, 0);
                    -ms-transform: translate3d(-50%, -50%, 0);
                    transform: translate3d(-50%, -50%, 0);
                    -webkit-transition: all 0.5s ease 0.3s;
                    -ms-transition: all 0.5s ease 0.3s;
                    transition: all 0.5s ease 0.3s;
                }

                .pulse {
                    border-radius: 50%;
                    width: 15px;
                    height: 15px;
                    border: 7px solid var(--themegreen);
                    display: block;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    -webkit-transform: translate3d(-50%, -50%, 0);
                    -ms-transform: translate3d(-50%, -50%, 0);
                    transform: translate3d(-50%, -50%, 0);
                    animation: pulse-animation 3s infinite;
                    -webkit-animation: pulse-animation 3s infinite;
                }
            }
        }
    }

}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

/* ------------------- Asbestos Removal CTA ------------------- */
.asbestos-removal-cta.home_cta {
    &::after {
        content: none;
    }

    .btnlist .action-callbtn {
        &:hover {
            & .call-info {
                & p {
                    & span {
                        &.call-tag {
                            color: var(--white);
                        }
                    }
                }
            }
        }
    }

    .btnlist .btn-theme {
        background: var(--white);

        &:hover {
            background-color: transparent;
            border-color: var(--white);
        }
    }
}

.asbestos-removal-cta {
    position: relative;

    &:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: var(--whitesmoke);
        z-index: -1;
    }

    .asbestos-removal-cta-content {
        padding: 60px 15px;
        background: var(--themegreen);
        border-radius: 20px;
        text-align: center;

        & .heading-32 {
            margin-bottom: 10px;
        }

        & p {
            max-width: 990px;
            margin-inline: auto;
        }
    }
}

@media (max-width: 1599.98px) {
    .typical-sydney-home-cta {
        padding-top: 50px;
    }

    .typical-sydney-home-wrap {
        padding: 80px 20px 40px;

        .mask-icon-wrap {
            width: 120px;
            height: 120px;

            .img-wrap {
                img {
                    max-width: 60px;
                }
            }
        }
    }


    .asbestoshouse-wrap {
        .asb-left-block {
            width: 820px;
        }

        & .abs-detail-wrapper {
            .info-asb-block {
                padding: 20px;
                max-width: 380px;
                margin-bottom: 25px;

                .vtdot {
                    &.dotpos1 {
                        top: 185px;
                        left: -215px;
                    }

                    &.dotpos2 {
                        left: -159px;
                    }

                    &.dotpos3 {
                        top: -70px;
                        left: -526px;
                    }

                    &.dotpos4 {
                        top: 96px;
                        left: 675px;
                    }

                    &.dotpos5 {
                        top: 55px;
                        left: 470px;
                    }

                    &.dotpos6 {
                        top: -50px;
                        left: 730px;
                    }
                }

                .hz-line-1 {
                    width: 212px;
                    margin-left: -215px;
                }

                .hz-line-2 {
                    width: 145px;
                    margin-left: -149px;
                }

                .hz-line-3 {
                    width: 523px;
                    margin-left: -527px;
                }

                .hz-line-4 {
                    width: 292px;
                    top: 94px;
                    left: 376px;
                }

                .hz-line-5 {
                    width: 95px;
                    top: 121px;
                    left: 376px;
                }

                .hz-line-6 {
                    width: 356px;
                    left: 376px;
                    top: 154px;
                }

                .vr-line-1 {
                    height: 102px;
                    margin-left: -217px;
                    top: 76px;
                }

                .vr-line-3 {
                    height: 133px;
                    left: -527px;
                    bottom: 73px;
                }

                .vr-line-5 {
                    height: 59px;
                    left: 468px;
                    top: 65px;
                }

                .vr-line-6 {
                    height: 196px;
                    left: 729px;
                    top: -42px;
                }
            }
        }
    }
}

@media (max-width: 1439.98px) {

    .typical-sydney-home-cta {
        padding-top: 50px;
    }

    .typical-sydney-home-wrap {
        padding: 50px 20px 30px;

        .mask-icon-wrap {
            width: 100px;
            height: 100px;
            padding: 6px;

            .img-wrap {
                img {
                    max-width: 50px;
                }
            }
        }
    }

    .asbestoshouse-wrap {
        .asb-left-block {
            margin-bottom: 60px;
            width: 690px;

            img {
                width: 100%;
            }
        }

        .abs-detail-wrapper {
            width: calc(100% - 690px);

            .info-asb-block {
                padding: 15px;
                max-width: 380px;
                margin-bottom: 20px;
                min-height: 120px;
                border: 3px solid var(--themegreen);

                .hz-line-1 {
                    top: 45px;
                    width: 185px;
                    margin-left: -189px;
                }

                .hz-line-2 {
                    width: 107px;
                    margin-left: -111px;
                }

                .hz-line-3 {
                    top: 58px;
                    width: 423px;
                    margin-left: -426px;
                }

                .hz-line-4 {
                    width: 227px;
                    top: 85px;
                    left: 376px;
                }

                .hz-line-5 {
                    width: 85px;
                }

                .hz-line-6 {
                    width: 286px;
                    top: 115px;
                }

                .vr-line-1 {
                    height: 95px;
                    margin-left: -190px;
                    top: 46px;
                }

                .vr-line-3 {
                    height: 118px;
                    left: -426px;
                    bottom: 56px;
                }

                .vr-line-5 {
                    left: 458px;
                }

                .vr-line-6 {
                    height: 157px;
                    left: 659px;
                    top: -39px;
                }

                & .vtdot {
                    .dotsm {
                        width: 19px;
                        height: 19px;
                    }

                    .dot {
                        width: 26px;
                        height: 26px;
                    }

                    .pulse {
                        width: 12px;
                        height: 12px;
                    }

                    &.dotpos1 {
                        top: 150px;
                        left: -188px;
                    }

                    &.dotpos2 {
                        left: -120px;
                    }

                    &.dotpos3 {
                        top: -70px;
                        left: -424px;
                    }

                    &.dotpos4 {
                        top: 87px;
                        left: 610px;
                    }

                    &.dotpos5 {
                        left: 460px;
                    }

                    &.dotpos6 {
                        top: -46px;
                        left: 660px;
                    }
                }
            }
        }
    }
}

@media (max-width: 1199.98px) {
    .asbestoshouse-wrap {
        .asb-left-block {
            margin-bottom: 40px;
            width: 565px;
        }

        .abs-detail-wrapper {
            width: calc(100% - 565px);

            .info-asb-block {
                padding: 12px;
                max-width: 340px;
                margin-bottom: 15px;
                min-height: 92px;
                border: 2px solid var(--themegreen);

                .heading-22 {
                    font-size: 18px;
                    margin-bottom: 5px;
                }

                p {
                    font-size: 16px;
                    line-height: 1.2;
                }

                [class^="hz-line-"] {
                    height: 2px;
                }

                [class^="vr-line-"] {
                    width: 2px;
                }

                .hz-line-1 {
                    top: 45px;
                    width: 163px;
                    margin-left: -164px;
                }

                .hz-line-2 {
                    top: 62px;
                    width: 90px;
                    margin-left: -92px;
                }

                .hz-line-3 {
                    top: 45px;
                    width: 340px;
                    margin-left: -341px;
                }

                .hz-line-4 {
                    width: 175px;
                    top: 73px;
                    left: 338px;
                }

                .hz-line-5 {
                    top: 90px;
                    left: 337px;
                    width: 73px;
                }

                .hz-line-6 {
                    width: 219px;
                    left: 337px;
                    top: 70px;
                }

                .vr-line-1 {
                    height: 75px;
                    margin-left: -166px;
                    top: 45px;
                }

                .vr-line-2 {
                    height: 24px;
                    margin-left: -92px;
                    top: 64px;
                }

                .vr-line-3 {
                    height: 62px;
                    left: -341px;
                    bottom: 44px;
                }

                .vr-line-5 {
                    left: 410px;
                    height: 27px;
                }

                .vr-line-6 {
                    height: 92px;
                    left: 554px;
                    top: -18px;
                }

                & .vtdot {
                    .dot {
                        width: 24px;
                        height: 24px;
                    }

                    &.dotpos1 {
                        top: 128px;
                        left: -165px;
                    }

                    &.dotpos2 {
                        left: -90px;
                    }

                    &.dotpos3 {
                        top: -27px;
                        left: -340px;
                    }

                    &.dotpos4 {
                        top: 74px;
                        left: 520px;
                    }

                    &.dotpos5 {
                        left: 410px;
                    }

                    &.dotpos6 {
                        top: -25px;
                        left: 555px;
                    }

                    .dotsm {
                        width: 17px;
                        height: 17px;
                    }

                    .pulse {
                        width: 12px;
                        height: 12px;
                        border: 6px solid var(--themegreen);
                    }
                }
            }

        }
    }

    .roof-line-indicator-3 {
        z-index: 4;
    }
}

@media (max-width: 991.98px) {

    .asbestos-removal-cta {
        .asbestos-removal-cta-content {
            padding: 40px 15px;
        }
    }

    .asbestoshouse-wrap {
        .asb-left-block {
            margin-bottom: 30px;
            width: 100%;
        }

        .abs-detail-wrapper {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin-bottom: 30px;

            .roof-line-indicator-1,
            .roof-line-indicator-2,
            .roof-line-indicator-3 {
                flex: 1;
                height: 100%;
            }

            .info-asb-block {
                padding: 10px;
                max-width: 340px;
                margin-bottom: 0;
                min-height: unset;
                height: 100%;

                .hz-line-1 {
                    top: -331px;
                    width: 80px;
                    margin-left: 68px;
                }

                .hz-line-2 {
                    top: -212px;
                    width: 35px;
                    margin-left: 108px;
                }

                .hz-line-3 {
                    top: -209px;
                    width: 30px;
                    margin-left: 80px;
                }

                .hz-line-4 {
                    width: 356px;
                    top: -469px;
                    left: -275px;
                }

                .hz-line-5 {
                    top: -323px;
                    left: 25px;
                    width: 125px;
                }

                .hz-line-6 {
                    width: 113px;
                    left: 9px;
                    top: -247px;
                }

                .vr-line-1 {
                    height: 330px;
                    margin-left: 60px;
                    top: -332px;
                }

                .vr-line-2 {
                    height: 210px;
                    margin-left: 107px;
                    top: -212px;
                }

                .vr-line-3 {
                    height: 205px;
                    left: 108px;
                    bottom: unset;
                    top: -207px;
                }

                .vr-line-4 {
                    height: 466px;
                    left: 80px;
                    top: -468px;
                }

                .vr-line-5 {
                    top: -324px;
                    left: 148px;
                    height: 323px;
                }

                .vr-line-6 {
                    height: 246px;
                    left: 120px;
                    top: -247px;
                }

                & .vtdot {
                    &.dotpos1 {
                        top: -330px;
                        left: 155px;
                    }

                    &.dotpos2 {
                        top: -210px;
                        left: 150px;
                    }

                    &.dotpos3 {
                        top: -208px;
                        left: 72px;
                    }

                    &.dotpos4 {
                        top: -468px;
                        left: -285px;
                    }

                    &.dotpos5 {
                        left: 18px;
                        top: -322px;
                    }

                    &.dotpos6 {
                        top: -247px;
                        left: 2px;
                    }
                }
            }
        }
    }

    .asbestoshouse-wrap.first-row {
        .abs-detail-wrapper {
            .roof-line-indicator-2 {
                order: 3;
            }

            .roof-line-indicator-3 {
                order: 2;
            }
        }
    }

    .asbestoshouse-wrap.second-row {
        .abs-detail-wrapper {
            .roof-line-indicator-1 {
                order: 3;
            }

            .roof-line-indicator-2 {
                order: 1;
            }

            .roof-line-indicator-3 {
                order: 2;
            }
        }
    }
}

@media (max-width: 767.98px) {

    .asbestos-removal-cta {
        .asbestos-removal-cta-content {
            padding: 30px 15px;
        }
    }

    .typical-sydney-home-cta {
        padding-top: 30px;
    }

    .typical-sydney-home-wrap {
        padding: 50px 20px 30px;

        .mask-icon-wrap {
            width: 70px;
            height: 70px;
            margin: -28px auto 0;

            .img-wrap {
                img {
                    max-width: 40px;
                }
            }
        }
    }

    .asbestoshouse-wrap {
        & .abs-detail-wrapper {
            justify-content: center;

            .roof-line-indicator-1,
            .roof-line-indicator-2,
            .roof-line-indicator-3 {
                flex: unset;
                height: fit-content;
                z-index: 0;
            }

            .info-asb-block {
                max-width: 400px;

                .hz-line-1 {
                    top: -241px;
                    width: 210px;
                    margin-left: 146px;
                }

                .hz-line-2 {
                    top: 111px;
                    width: 50px;
                    margin-left: 349px;
                }

                .hz-line-3 {
                    top: -376px;
                    width: 30px;
                    margin-left: 178px;
                }

                .hz-line-5 {
                    top: 300px;
                    left: 326px;
                    width: 100px;
                    position: absolute;
                }

                .hz-line-6 {
                    width: 61px;
                    left: 121px;
                    top: -431px;
                }

                .vr-line-1 {
                    height: 241px;
                    margin-left: 144px;
                    top: -33px;
                }

                .vr-line-2 {
                    height: 368px;
                    margin-left: 290px;
                    top: -370px;
                }

                .vr-line-3 {
                    height: 374px;
                    left: 208px;
                    bottom: unset;
                    top: -376px;
                }

                .vr-line-5 {
                    top: -378px;
                    left: 30px;
                    height: 377px;
                }

                .vr-line-6 {
                    height: 429px;
                    left: 180px;
                    top: -431px;
                }

                & .vtdot {
                    &.dotpos1 {
                        top: -240px;
                        left: 362px;
                    }

                    &.dotpos2 {
                        top: -272px;
                        left: 420px;
                    }

                    &.dotpos3 {
                        top: -376px;
                        left: 170px;
                    }

                    &.dotpos4 {
                        top: -86px;
                        left: 83px;
                    }

                    &.dotpos5 {
                        left: -30px;
                        top: 20px;
                    }

                    &.dotpos6 {
                        top: 135px;
                        left: 115px;
                    }
                }
            }
        }
    }

    .asbestoshouse-wrap.first-row {
        .abs-detail-wrapper {
            .roof-line-indicator-2 {
                order: unset;
            }

            .roof-line-indicator-3 {
                order: unset;
            }
        }
    }

    .asbestoshouse-wrap.second-row {
        .abs-detail-wrapper {
            .roof-line-indicator-1 {
                order: unset;
            }

            .roof-line-indicator-2 {
                order: unset;
            }

            .roof-line-indicator-3 {
                order: unset;
            }
        }
    }

    .asb-img {
        width: 640px;
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {

    .asbestos-removal-cta {
        .asbestos-removal-cta-content {
            padding: 30px 15px;
        }
    }

    .asb-img {
        width: 420px;
    }
}

@media (max-width: 480px) {

    .asbestos-removal-cta {
        .asbestos-removal-cta-content {
            padding: 15px 15px;
        }
    }

    .typical-sydney-home-cta {
        padding-top: 30px;
    }

    .typical-sydney-home-wrap {
        padding: 35px 15px 20px;

        &::after {
            width: calc(100% - 10px);
            height: calc(100% - 10px);
        }

        .mask-icon-wrap {
            width: 60px;
            height: 60px;
            margin: -30px auto 0;

            .img-wrap {
                img {
                    max-width: 35px;
                }
            }
        }
    }

    .info-asb-block {
        max-width: 100%;
    }

    .asb-img {
        width: 100%;
    }

    .dotpos4 {
        margin-top: -238px;
    }

    .dotpos4 {
        margin-top: -265px;
    }

    .info-asb-block h4 {
        font-size: 20px;
    }

    .asb-left-block.right {
        margin-top: 20px;
    }

    .dotpos1 {
        margin-top: -200px;
        margin-left: 265px;
    }
}