@charset "utf-8";
/* CSS Document */

form.suburb-search-form {
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    max-width: 580px;

    & input {
        padding: 20px 15px;
        width: calc(100% - 90px);
        height: auto;
        border: 0px solid transparent;
    }

    & button[type="button"] {
        background: var(--orange);
        margin-left: 10px;
        font-size: 16px;
        font-weight: 600;
        color: var(--white);
        border: 0px solid transparent;
        border-radius: 20px;
        min-width: 80px;

        &:hover {
            background: var(--theme);
        }
    }
}

.areas-list-wrap {
    margin: 0;
    column-count: 5;
    column-gap: 30px;
    /* column-rule: 1px solid rgb(112 112 112 / 15%); */

    & li {
        position: relative;
        padding-left: 30px;
        list-style: none;
        margin-bottom: 20px;

        &::before {
            position: absolute;
            content: "";
            background: url("../images/svg/location-pin.svg") no-repeat;
            left: 0;
            top: 3px;
            width: 20px;
            height: 24px;
            filter: invert(44%) sepia(96%) saturate(1509%) hue-rotate(160deg) brightness(92%) contrast(89%);
        }

        a {
            text-decoration: none;
            font-size: 18px;
            color: var(--primary);
            font-weight: 700;
            line-height: 1.35;

            span {
                font-weight: 500;
                display: block;
                font-size: 16px;
            }

            &:hover {
                color: var(--theme);
            }
        }
    }

}

.innerpg_banner.formbanner {
    .container {
        min-height: 500px;

        .olhmban-right {
            width: 555px;
        }
    }
}


ul.featureslider.bnicon-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: space-between;
    margin: 40px 0 0;
    padding: 0;
    row-gap: 28px;
    justify-content: center;
    width: 100%;
    max-width: 100%;

    .slick-list.draggable {
        width: 100%;
    }

    .slick-track {
        width: 100%;

        .b-label {
            color: var(--primary);
        }
    }
}


/*  */
.inrwhychoose_sec {
    /* margin-right: calc(-50vw + (100% - 200px) / 2); */
    margin-right: 0;

    &:before,
    &:after {
        display: none;
    }

    & ul.blueblock-ul {
        margin-bottom: 60px;

        & li {
            .blueblock-li {

                .blc-icon {
                    margin: 0 auto 30px;

                    &:before {
                        display: none;
                    }
                }

            }

        }
    }

    & ul.blueblock-ul.slick-initialized {
        display: block;
    }

    .justify-content-center {
        width: 100%;
        display: flex;

        & p {
            width: 65%;
            text-align: center;
        }
    }
}

.inrwhychoose_sec {
    & ul.blueblock-ul .slick-track {
        display: flex;
    }

    & ul.blueblock-ul .slick-track .slick-slide {
        height: auto;
    }

    & ul.blueblock-ul .slick-track .slick-slide>div {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
    }

    ul.blueblock-ul {
        & .blc-icon {
            & img {
                margin-top: 0;
            }
        }

        & li:not(:nth-child(-n + 5)) {
            display: none;
        }
    }
}

.blueblock-ul.slick-initialized {
    .slick-prev {
        left: 0;
        /* bottom: -65px; */
        top: 50%;
    }

    .slick-next {
        left: inherit;
        right: 0;
        /* bottom: -65px; */
        top: 50%;
    }
}



/*menu responsive styles*/
@media (max-width: 1900px) {}

@media (max-width: 1600px) {

    .innerpg_banner.formbanner {
        .container {
            .bannerleft {
                width: calc(100% - 600px);
            }

            .olhmban-right {
                width: 510px;
            }
        }
    }

    .inrwhychoose_sec {
        & ul.blueblock-ul {
            & li {
                & .blueblock-li {
                    .blc-icon {
                        margin: 0 auto 25px;
                    }
                }
            }
        }
    }
}

@media (max-width: 1440px) {

    .formbanner {
        & ul.bnicon-list {
            justify-content: center;
            flex-wrap: wrap;
            row-gap: 0;

            & li {
                width: 100%;
                padding: 0;

                .b-icon {
                    min-width: 50px;
                    height: 50px;
                    width: 50px;

                    & img {
                        max-width: 40px;
                    }
                }
            }
        }
    }

    .inrwhychoose_sec {
        & ul.blueblock-ul {
            & li {
                & .blueblock-li {
                    .blc-icon {
                        margin: 0 auto 20px;
                    }
                }
            }

            & li:not(:nth-child(-n + 3)) {
                display: none;
            }
        }
    }

}

@media (max-width:1200px) {

    .areas-list-wrap {
        column-count: 4;
    }

    .innerpg_banner.formbanner {
        .container {
            flex-wrap: wrap;

            .bannerleft {
                width: 100%;

                ul.bnicon-list {
                    margin: 0;
                }

                ul.woo_breadcums {
                    width: 100%;
                    position: relative;
                    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                }
            }

            .olhmban-right {
                width: 100%;

                .olhm-form {
                    padding: 25px;
                    width: 100%;
                    margin: -20px 0 30px 0;
                }
            }
        }
    }
}

@media (max-width:992px) {
    .areas-list-wrap {
        column-count: 3;
    }

    .inrwhychoose_sec {
        /* margin-right: calc(-50vw + (100% - 400px) / 2); */
        margin-right: 0;
    }

    /* .blueblock-ul.slick-initialized {
        .slick-prev {
            left: calc(70% - 60px);
        }

        .slick-next {
            left: 70%;
        }
    } */

    .inrwhychoose_sec {
        & ul.blueblock-ul {
            margin-bottom: 80px;
        }
    }

}

@media (max-width:768px) {

    .areas-list-wrap {
        column-count: 2;
    }

    .inrwhychoose_sec {
        & ul.blueblock-ul {
            & li:not(:nth-child(-n + 2)) {
                display: none;
            }
        }
    }

    .blueblock-ul.slick-initialized {
        .slick-prev {
            left: calc(50% - 50px);
            bottom: -65px;
            top: inherit;
        }

        .slick-next {
            left: inherit;
            right: calc(50% - 50px);
            bottom: -65px;
            top: inherit;
        }
    }

}

@media (max-width:576px) {

    .areas-list-wrap {
        & li {
            & a {
                font-weight: 600;
                font-size: 16px;

                span {
                    font-weight: 500;
                    display: block;
                    font-size: 14px;
                }
            }
        }
    }

    .innerpg_banner.formbanner {
        .container {
            min-height: 450px;

            .bannerleft {
                ul.bnicon-list {
                    margin: 0;
                    max-width: 100%;

                    & li {
                        .bnicon-box {
                            flex-wrap: nowrap;
                            flex-direction: row;

                            .b-icon {
                                margin: 0;
                            }

                            .b-label {
                                max-width: 100%;
                                text-align: left;
                                padding-left: 20px;
                            }

                        }

                    }
                }
            }
        }

    }

    .inrwhychoose_sec {
        margin-right: 0;
    }

    .inrwhychoose_sec {
        & ul.blueblock-ul {
            /* margin-bottom: 40px; */

            & li:not(:nth-child(-n + 1)) {
                display: none;
            }
        }
    }
}

@media (max-width: 360px) {
    .areas-list-wrap {
        column-count: 1;
    }
}