.site_des a {
    color: #89BC40 !important;
}

/* ------------inner page banner--------- */
.inr_bnr_sec:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #0000004D;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}


.inr_bnr_sec,
.inr_bnr_block {
    height: 375px;
}

.inr_bnr_block {
    display: flex;
    justify-content: left;
    align-items: center;
}

.inr_bnr_row {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inr_bnr_ttl h1 {
    font-family: 'Birdman' !important;
    font-weight: 300 !important;
    font-size: 65px !important;
    line-height: 1 !important;
    color: #fff !important;
}


/* ----------CONTACT US PAGE-------------- */
.cnt_pg_sec:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 350px;
    background: #D3DF57;
    top: 0;
    bottom: 0;
    right: 0;
}

.cnt_pg_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cnt_pg_form .contactt_main .input_box_main .input_box input,
.cnt_pg_form .contactt_main .input_box.about_in .wpcf7-form-control-wrap .wpcf7-form-control,
.cnt_pg_form .contactt_main .input_box_main .input_area textarea {
    background-color: #fff !important;
}

.cnt_pg_form .submit_main {
    margin: 0;
}

.cnt_pg_col1 {
    padding-right: 60px;
}

.cnt_pg_detail_col .cp_des,
.cnt_pg_detail_col .cp_des_main a {
    color: #fff;
}

.cnt_pg_col2 .site_heading {
    padding-bottom: 20px;
}

.cnt_pg_col2 {
    background: #000;
    padding: 100px 40px;
    border-radius: 20px;
    position: relative;
}

.cnt_pg_col2::after {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    background: #D3DF57;
    border-radius: 100%;
    top: -20px;
    left: -20px;
}

/* map */
.map_box iframe {
    width: 100%;
    height: 450px;
    filter: grayscale(1);
}

.map_box {
    display: flex;
}

/* ----------CONTACT US PAGE end-------------- */


/* ----------ABOUT US PAGE--------------- */

.abt_pg_main_row {
    padding: 40px 0 0 0 !important;
}

.abt_pg_col1 {
    width: 45% !important;
}

.abt_pg_col2 {
    width: 55% !important;
    padding-left: 60px;
}

.abt_pg_img {
    display: flex;
}

.abt_pg_img span {
    width: 100% !important;
}

.abt_pg_sec:after {
    position: absolute;
    content: "";
    height: 400px;
    width: 400px;
    background: #D3DF57;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    filter: blur(350px);
}

.abt_pg_img img {
    width: 100% !important;
    height: 545px;
    object-fit: cover;
    border-radius: 30px;
}


/* filler */
.filler_content_btn.two_btn_box {
    justify-content: center;
}

.filler_content_sec {
    border-top: 1px solid #D3DF57;
    border-bottom: 1px solid #D3DF57;
}

.filler_content_sec::before {
    position: absolute;
    content: "";
    height: 140px;
    width: 190px;
    background: url(../../../../../wp-content/uploads/2025/03/Vector3.png) no-repeat;
    background-size: 100% 100%;
    right: 120px;
    top: -70px;
    animation: mover 2s infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(10px);
    }
}

/* about counter */

.abt_count_row {
    padding: 0 100px !important;
}

.abt_count_col1 {
    width: 28% !important;
    background: #D3DF57;
    padding: 50px 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.abt_count_col2 {
    width: 72% !important;
}

.num_box_inr {
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #00000033;
    margin-right: 40px;
}

.abt_count_call {
    padding-top: 20px;
}

span.counter {
    font-size: 65px;
}

.abt_count_info_main_box_inr {
    display: flex;
    align-items: center;
    justify-content: center;
}

.abt_count_info_left_box {
    width: 60%;
    padding-right: 60px;
}

.abt_count_info_right_box {
    width: 40%;
}

.abt_count_info_right_img {
    display: flex;
}

.abt_count_info_right_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px 0 0 0;
}

.abt_count_col2 {
    padding-left: 30px;
}

.abt_count_info_main_box {
    background: #000;
    padding: 70px 0 0px 60px;
    border-radius: 20px;
}

.abt_count_btn {
    padding-bottom: 30px;
}

.abt_count_info_right_box_inr {
    position: relative;
}

.abt_count_info_right_box_inr:after {
    position: absolute;
    content: "";
    height: 100px;
    width: 120px;
    background: url(../../../../../wp-content/uploads/2025/03/abt_count_after.png)no-repeat;
    left: -70px;
    bottom: 40px;
    background-size: 100% 100%;
    background-position: left bottom;
}

/* ----------ABOUT US PAGE end--------------- */
/* ----------HOME LIVING MAKEOVER START--------------- */

.hlm_abt_col1 {
    width: 55% !important;
    padding-right: 30px;
}

.hlm_abt_col2 {
    width: 45% !important;
}

.hlm_abt_img {
    display: flex;
}

.hlm_abt_img .et_pb_image_wrap {
    width: 100%;
    display: flex;
}

.hlm_abt_img img {
    width: 100% !important;
    height: 570px;
    object-fit: cover;
    border-radius: 30px;
}

/* ----dummy section--- */

.hlm_dmy_cnt_img {
    display: flex;
}

.hlm_dmy_cnt_img .et_pb_image_wrap {
    width: 100% !important;
}

.hlm_dmy_cnt_img img {
    width: 100% !important;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
}

.hlm_dmy_cnt_col1 {
    padding-right: 30px;
}

.hlm_dmy_cnt_sec {
    margin: 0px 0px -80px 0px !important;
}

.hlm_dmy_cnt_row {
    padding: 0px 70px 120px 50px !important;
}

.hlm_dmy_cnt_ttl_box .site_title {
    padding: 5px 70px;
    background: #fff;
    width: fit-content;
    margin-left: 60px;
    margin-bottom: 30px;
}

.hlm_dmy_cnt_row:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 78%;
    background: #fff;
    top: -65px;
    left: 0;
    display: block;
    visibility: visible;
    border: 1px solid #CACACA;
    border-radius: 30px;
    z-index: 0;
}

.hlm_dmy_cnt_sec:after {
    position: absolute;
    content: "";
    height: 340px;
    width: 470px;
    background: #89BC40;
    top: 110px;
    right: 0;
    display: block;
    visibility: visible;
    border-radius: 20px 0 0 20px;
}

/* ----------HOME LIVING MAKEOVER end--------------- */
/* ----------SERVICE AREA PAGE START--------------- */

.ser_area_main_box_inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.ser_area_box {
    padding: 6px;
}

.ser_area_box_inr {
    width: 200px;
    height: 50px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #89BC40;
    border-radius: 30px;
}

.ser_area_box_inr:hover {
    background: #89BC40;
}

.ser_area_sec:after {
    position: absolute;
    content: "";
    height: 300px;
    width: 300px;
    background: #D3DF57;
    top: 0;
    right: 0;
    margin: auto;
    border-radius: 100%;
    filter: blur(140px);
    background: radial-gradient(50% 50% at 50% 50%, rgba(137, 188, 64, 0.7) 0%, rgba(211, 223, 87, 0.7) 100%);
}

/* ----------SERVICE AREA PAGE end--------------- */
/* ---------SUBURB PAGE START--------------- */

.suburb_dmy_img_cnt_img_box .et_pb_image_wrap {
    width: 100% !important;
    display: flex;
}

.suburb_dmy_img_cnt_img_box img {
    width: 100% !important;
    height: 475px;
    object-fit: cover;
    border-radius: 30px;
}

.suburb_dmy_img_cnt_col1 {
    padding-right: 110px;
}

/* ---------SUBURB PAGE end--------------- */










@media all and (min-width: 320px) and (max-width: 767px) {

    /* ------------inner page banner--------- */
    .inr_bnr_sec,
    .inr_bnr_block {
        height: 240px;
    }

    .inr_bnr_ttl {
        font-size: 30px;
    }

    /* ----------CONTACT US PAGE-------------- */
    .cnt_pg_col2 {
        padding: 20px;
    }

    .cnt_pg_sec:after {
        display: none;
    }

    .cnt_pg_col2 .site_heading {
        padding-bottom: 0;
    }

    .cnt_pg_col2::after {
        height: 30px;
        width: 30px;
        top: -10px;
        left: -10px;
    }

    .cnt_pg_col1 {
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .cnt_pg_detail_col .site_title,
    .cnt_pg_form_col .site_title {
        text-align: left;
    }

    /* map */
    .map_box iframe {
        height: 350px;
    }

    /* ----------ABOUT US PAGE--------------- */
    .abt_pg_col1 {
        width: 100% !important;
    }

    .abt_pg_col2 {
        width: 100% !important;
        padding-left: 0px;
        padding-top: 20px;
    }

    .abt_pg_img img {
        height: 310px;
    }

    .abt_pg_main_row {
        padding: 20px 10px 0 10px !important;
    }

    .abt_pg_sec::before,
    .filler_content_sec::before {
        display: none;
    }

    /* about counter */
    .abt_count_row {
        padding: 0 10px !important;
    }

    .num_box_inr {
        font-size: 25px;
        line-height: 1;
        margin-right: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    span.counter {
        font-size: 30px;
    }

    .abt_count_info_main_box {
        padding: 10px;
    }

    .abt_count_info_main_box_inr {
        flex-direction: column-reverse;
    }

    .abt_count_info_left_box {
        width: 100% !important;
        padding-right: 0px;
    }

    .abt_count_info_right_box {
        width: 100%;
        padding-top: 60px;
    }

    .abt_count_ttl {
        position: absolute;
        top: 20px;
    }

    .abt_count_info_right_img img {
        height: 280px;
        border-radius: 10px;
    }

    .abt_count_col1 {
        width: 100% !important;
        padding: 20px 10px;
    }

    .abt_count_info_right_box_inr:after {
        display: none;
    }

    .abt_count_col2 {
        width: 100% !important;
        padding-left: 0px;
        padding-top: 20px;
    }

    .abt_count_call .hdr_call_text {
        display: block !important;
    }

    .abt_count_call {
        padding-top: 5px;
    }

    .abt_count_ttl .site_title {
        text-align: left;
    }

    .abt_count_btn.two_btn_box {
        padding-bottom: 20px;
        justify-content: left;
    }

    .abt_count_des {
        padding-top: 10px;
    }

    /* ----------HOME LIVING MAKEOVER START--------------- */
    .hlm_abt_col1 {
        width: 100% !important;
        padding: 0;
    }

    .hlm_abt_col2 {
        width: 100% !important;

    }

    .hlm_abt_des_col {
        padding-top: 20px;
    }

    .hlm_abt_img img {
        height: 350px;
    }

    /* ----dummy section--- */
    .hlm_dmy_cnt_sec:after,
    .hlm_dmy_cnt_row:after {
        display: none;
    }


    .hlm_dmy_cnt_sec {
        margin: 0 !important;
    }

    .hlm_dmy_cnt_col1 {
        padding-right: 0px;
    }

    .hlm_dmy_cnt_row {
        padding: 10px !important;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .hlm_dmy_cnt_des_box {
        padding-top: 20px;
    }

    .hlm_dmy_cnt_img img {
        height: 350px;
    }

    .hlm_dmy_cnt_ttl_box .site_title {
        padding: 0;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .hlm_dmy_cnt_des_col .two_btn_box {
        justify-content: left;
    }

    /* ----------SERVICE AREA PAGE START--------------- */
    .ser_area_box {
        padding: 3px;
    }

    .ser_area_box_inr {
        width: 130px;
        height: 40px;
        font-size: 14px;
    }

    /* ---------SUBURB PAGE START--------------- */
    .suburb_dmy_img_cnt_col1 {
        padding-right: 0px;
    }

    .suburb_dmy_img_cnt_img_box img {
        height: 330px;
    }

    .suburb_dmy_img_cnt_box {
        padding-top: 20px;
        text-align: left;
    }

    .suburb_dmy_img_cnt_des_col .two_btn_box {
        justify-content: left;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {

    /* ------------inner page banner--------- */
    .inr_bnr_sec,
    .inr_bnr_block {
        height: 250px;
    }

    .inr_bnr_ttl {
        font-size: 35px;
    }

    /* ----------CONTACT US PAGE-------------- */
    .cnt_pg_col2 {
        padding: 20px;
    }

    .cnt_pg_sec:after {
        display: none;
    }

    .cnt_pg_col2 .site_heading {
        padding-bottom: 0;
    }

    .cnt_pg_col2::after {
        height: 30px;
        width: 30px;
        top: -10px;
        left: -10px;
    }

    .cnt_pg_col1 {
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .cnt_pg_detail_col .site_title,
    .cnt_pg_form_col .site_title {
        text-align: left;
    }

    /* ----------ABOUT US PAGE--------------- */
    .abt_pg_col1 {
        width: 100% !important;
    }

    .abt_pg_col2 {
        width: 100% !important;
        padding-left: 0px;
        padding-top: 20px;
    }

    .abt_pg_img img {
        height: 410px;
    }

    .abt_pg_main_row {
        padding: 20px 0 0 0 !important;
    }

    .abt_pg_sec::before,
    .filler_content_sec::before {
        display: none;
    }

    /* about counter */
    .abt_count_row {
        padding: 0 10px !important;
    }

    .num_box_inr {
        font-size: 25px;
        line-height: 1;
        margin-right: 10px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    span.counter {
        font-size: 30px;
    }

    .abt_count_info_main_box {
        padding: 20px 0 0px 20px;
    }

    .abt_count_info_left_box {
        padding-right: 20px;
    }

    .abt_count_info_right_img img {
        height: 280px;
        border-radius: 20px 0 0 20px;
    }

    .abt_count_col1 {
        width: 100% !important;
        padding: 20px 10px;
    }

    .abt_count_info_right_box_inr:after {
        height: 50px;
        width: 60px;
        left: -20px;
    }

    .abt_count_col2 {
        width: 100% !important;
        padding-left: 0px;
        padding-top: 20px;
    }

    .abt_count_call .hdr_call_text {
        display: block !important;
    }

    .abt_count_call {
        padding-top: 5px;
    }

    .abt_count_ttl .site_title {
        text-align: left;
    }

    .abt_count_btn.two_btn_box {
        padding-bottom: 20px;
        justify-content: left;
    }

    /* ----------HOME LIVING MAKEOVER START--------------- */
    .hlm_abt_col1 {
        width: 100% !important;
        padding: 0;
    }

    .hlm_abt_col2 {
        width: 100% !important;

    }

    .hlm_abt_des_col {
        padding-top: 20px;
    }

    .hlm_abt_img img {
        height: 400px;
    }

    /* ----dummy section--- */
    .hlm_dmy_cnt_sec:after,
    .hlm_dmy_cnt_row:after {
        display: none;
    }


    .hlm_dmy_cnt_sec {
        margin: 0 !important;
    }

    .hlm_dmy_cnt_col1 {
        padding-right: 0px;
    }

    .hlm_dmy_cnt_row {
        padding: 10px !important;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .hlm_dmy_cnt_des_box {
        padding-top: 20px;
    }

    .hlm_dmy_cnt_img img {
        height: 380px;
    }

    .hlm_dmy_cnt_ttl_box .site_title {
        padding: 0;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .hlm_dmy_cnt_des_col .two_btn_box {
        justify-content: left;
    }

    /* ----------SERVICE AREA PAGE START--------------- */
    .ser_area_box {
        padding: 3px;
    }

    .ser_area_box_inr {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }

    /* ---------SUBURB PAGE START--------------- */
    .suburb_dmy_img_cnt_col1 {
        padding-right: 0px;
    }

    .suburb_dmy_img_cnt_img_box img {
        height: 350px;
    }

    .suburb_dmy_img_cnt_box {
        padding-top: 20px;
        text-align: center;
    }
}


@media only screen and (min-width: 981px) and (max-width: 1024px) {

    /* ------------inner page banner--------- */
    .inr_bnr_sec,
    .inr_bnr_block {
        height: 250px;
    }

    .inr_bnr_ttl {
        font-size: 40px;
    }

    /* ----------CONTACT US PAGE-------------- */
    .cnt_pg_col2 {
        padding: 60px 20px;
    }

    .cnt_pg_sec:after {
        width: 220px;
    }

    .cnt_pg_col2 .site_heading {
        padding-bottom: 0;
    }

    .cnt_pg_col2::after {
        height: 30px;
        width: 30px;
        top: -10px;
        left: -10px;
    }

    .cnt_pg_col1 {
        padding-right: 20px;
    }

    /* ----------ABOUT US PAGE--------------- */
    .abt_pg_col1 {
        width: 40% !important;
    }

    .abt_pg_col2 {
        width: 60% !important;
        padding-left: 20px;
    }

    .abt_pg_img img {
        height: 410px;
    }

    .abt_pg_sec::before,
    .filler_content_sec::before {
        height: 40px;
        width: 80px;
    }

    /* about counter */
    .abt_count_row {
        padding: 0 10px !important;
    }

    .num_box_inr {
        font-size: 25px;
        line-height: 1;
        margin-right: 10px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    span.counter {
        font-size: 30px;
    }

    .abt_count_info_main_box {
        padding: 20px 0 0px 20px;
    }

    .abt_count_info_left_box {
        padding-right: 20px;
    }

    .abt_count_info_right_img img {
        height: 280px;
        border-radius: 20px 0 0 20px;
    }

    .abt_count_col1 {
        padding: 20px 10px;
    }

    .abt_count_info_right_box_inr:after {
        height: 50px;
        width: 60px;
        left: -20px;
    }

    .abt_count_col2 {
        padding-left: 10px;
    }

    .abt_count_call .hdr_call_text {
        display: block !important;
    }

    .abt_count_call {
        padding-top: 5px;
    }

    /* ----------HOME LIVING MAKEOVER START--------------- */
    .hlm_abt_img img {
        height: 460px;
    }

    /* ----dummy section--- */
    .hlm_dmy_cnt_sec:after {
        height: 170px;
        width: 190px;
        top: 60px;
    }

    .hlm_dmy_cnt_row:after {
        top: -35px;
    }

    .hlm_dmy_cnt_sec {
        margin: 0px 0px -30px 0px !important;
    }

    .hlm_dmy_cnt_row {
        padding: 0px 30px 60px 20px !important;
    }

    .hlm_dmy_cnt_img img {
        height: 410px;
    }

    .hlm_dmy_cnt_ttl_box .site_title {
        padding: 5px 40px;
        margin-bottom: 10px;
    }

    /* ----------SERVICE AREA PAGE START--------------- */


    .ser_area_box_inr {
        width: 160px;
        height: 45px;
    }

    /* ---------SUBURB PAGE START--------------- */
    .suburb_dmy_img_cnt_col1 {
        padding-right: 20px;
    }

    .suburb_dmy_img_cnt_img_box img {
        height: 350px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {

    /* ------------inner page banner--------- */
    .inr_bnr_sec,
    .inr_bnr_block {
        height: 280px;
    }

    .inr_bnr_ttl {
        font-size: 45px;
    }

    /* ----------CONTACT US PAGE-------------- */
    .cnt_pg_col2 {
        padding: 60px 20px;
    }

    .cnt_pg_sec:after {
        width: 260px;
    }

    .cnt_pg_col2 .site_heading {
        padding-bottom: 0;
    }

    .cnt_pg_col2::after {
        height: 30px;
        width: 30px;
        top: -10px;
        left: -10px;
    }

    /* ----------ABOUT US PAGE--------------- */
    .abt_pg_col1 {
        width: 40% !important;
    }

    .abt_pg_col2 {
        width: 60% !important;
        padding-left: 20px;
    }

    .abt_pg_img img {
        height: 470px;
    }

    .abt_pg_sec::before,
    .filler_content_sec::before {
        height: 40px;
        width: 80px;
    }

    /* about counter */
    .abt_count_row {
        padding: 0 20px !important;
    }

    .num_box_inr {
        font-size: 25px;
        line-height: 1;
        margin-right: 10px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    span.counter {
        font-size: 30px;
    }

    .abt_count_info_main_box {
        padding: 20px 0 0px 20px;
    }

    .abt_count_info_left_box {
        padding-right: 20px;
    }

    .abt_count_info_right_img img {
        height: 280px;
        border-radius: 20px 0 0 20px;
    }

    .abt_count_col1 {
        padding: 20px 10px;
    }

    .abt_count_info_right_box_inr:after {
        height: 70px;
        width: 90px;
        left: -50px;
    }

    .abt_count_col2 {
        padding-left: 20px;
    }

    .abt_count_call .hdr_call_text {
        display: block !important;
    }

    .abt_count_call {
        padding-top: 5px;
    }

    /* ----------HOME LIVING MAKEOVER START--------------- */
    .hlm_abt_img img {
        height: 460px;
    }

    /* ----dummy section--- */
    .hlm_dmy_cnt_sec:after {
        height: 170px;
        width: 190px;
        top: 60px;
    }

    .hlm_dmy_cnt_row:after {
        top: -35px;
    }

    .hlm_dmy_cnt_sec {
        margin: 0px 0px -30px 0px !important;
    }

    .hlm_dmy_cnt_row {
        padding: 0px 30px 60px 20px !important;
    }

    .hlm_dmy_cnt_img img {
        height: 470px;
    }

    .hlm_dmy_cnt_ttl_box .site_title {
        padding: 5px 40px;
        margin-bottom: 10px;
    }

    /* ----------SERVICE AREA PAGE START--------------- */
    .ser_area_box_inr {
        width: 170px;
        height: 45px;
    }

    /* ---------SUBURB PAGE START--------------- */
    .suburb_dmy_img_cnt_col1 {
        padding-right: 20px;
    }

    .suburb_dmy_img_cnt_img_box img {
        height: 400px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {

    /* ------------inner page banner--------- */
    .inr_bnr_sec,
    .inr_bnr_block {
        height: 330px;
    }

    .inr_bnr_ttl {
        font-size: 60px;
    }

    /* ----------CONTACT US PAGE-------------- */
    .cnt_pg_col2 {
        padding: 60px 20px;
    }

    .cnt_pg_sec:after {
        width: 260px;
    }

    .cnt_pg_col2 .site_heading {
        padding-bottom: 0;
    }

    .cnt_pg_col2::after {
        height: 30px;
        width: 30px;
        top: -10px;
        left: -10px;
    }

    /* ----------ABOUT US PAGE--------------- */
    .abt_pg_col1 {
        width: 40% !important;
    }

    .abt_pg_col2 {
        width: 60% !important;
        padding-left: 20px;
    }

    .abt_pg_img img {
        height: 490px;
    }

    .abt_pg_sec::before,
    .filler_content_sec::before {
        height: 50px;
        width: 120px;
    }

    /* about counter */
    .abt_count_row {
        padding: 0 20px !important;
    }

    .num_box_inr {
        font-size: 30px;
        line-height: 1;
        margin-right: 10px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    span.counter {
        font-size: 40px;
    }

    .abt_count_info_main_box {
        padding: 20px 0 0px 20px;
    }

    .abt_count_info_left_box {
        padding-right: 20px;
    }

    .abt_count_info_right_img img {
        height: 460px;
    }

    .abt_count_col1 {
        padding: 35px 20px;
    }

    .abt_count_info_right_box_inr:after {
        height: 70px;
        width: 90px;
        left: -50px;
    }

    .abt_count_col2 {
        padding-left: 20px;
    }

    /* ----------HOME LIVING MAKEOVER START--------------- */
    .hlm_abt_img img {
        height: 500px;
    }

    /* ----dummy section--- */
    .hlm_dmy_cnt_sec:after {
        height: 170px;
        width: 190px;
        top: 60px;
    }

    .hlm_dmy_cnt_row:after {
        top: -35px;
    }

    .hlm_dmy_cnt_sec {
        margin: 0px 0px -30px 0px !important;
    }

    .hlm_dmy_cnt_row {
        padding: 0px 30px 60px 20px !important;
    }

    .hlm_dmy_cnt_img img {
        height: 470px;
    }

    .hlm_dmy_cnt_ttl_box .site_title {
        padding: 5px 40px;
        margin-bottom: 10px;
    }

    /* ---------SUBURB PAGE START--------------- */
    .suburb_dmy_img_cnt_col1 {
        padding-right: 30px;
    }

    .suburb_dmy_img_cnt_img_box img {
        height: 400px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {

    /* ------------inner page banner--------- */
    .inr_bnr_sec,
    .inr_bnr_block {
        height: 330px;
    }

    .inr_bnr_ttl {
        font-size: 60px;
    }

    /* ----------CONTACT US PAGE-------------- */
    .cnt_pg_col2 {
        padding: 60px 20px;
    }

    .cnt_pg_sec:after {
        width: 260px;
    }

    /* ----------ABOUT US PAGE--------------- */
    .abt_pg_col1 {
        width: 40% !important;
    }

    .abt_pg_col2 {
        width: 60% !important;
        padding-left: 30px;
    }

    .abt_pg_img img {
        height: 490px;
    }

    .abt_pg_sec::before,
    .filler_content_sec::before {
        height: 50px;
        width: 120px;
    }

    /* about counter */
    .abt_count_row {
        padding: 0 30px !important;
    }

    .num_box_inr {
        font-size: 30px;
        line-height: 1;
        margin-right: 10px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    span.counter {
        font-size: 40px;
    }

    .abt_count_info_main_box {
        padding: 40px 0 0px 30px;
    }

    .abt_count_info_right_img img {
        height: 460px;
    }

    .abt_count_col1 {
        padding: 35px 20px;
    }

    .abt_count_info_right_box_inr:after {
        height: 70px;
        width: 90px;
        left: -50px;

    }

    /* ----------HOME LIVING MAKEOVER START--------------- */
    .hlm_abt_img img {
        height: 520px;
    }


    /* ----dummy section--- */
    .hlm_dmy_cnt_sec:after {
        height: 210px;
        width: 260px;
        top: 50px;
    }

    .hlm_dmy_cnt_row {
        padding: 0px 30px 100px 20px !important;
    }

    .hlm_dmy_cnt_img img {
        height: 470px;
    }

    .hlm_dmy_cnt_ttl_box .site_title {
        padding: 5px 40px;
    }

    /* ---------SUBURB PAGE START--------------- */
    .suburb_dmy_img_cnt_col1 {
        padding-right: 30px;
    }

    .suburb_dmy_img_cnt_img_box img {
        height: 400px;
    }

}

@media all and (min-width: 1441px) and (max-width: 1680px) {

    /* ----------ABOUT US PAGE--------------- */
    .abt_pg_col2 {
        padding-left: 30px;
    }

    .abt_pg_img img {
        height: 490px;
    }

    .abt_pg_sec::before,
    .filler_content_sec::before {
        height: 50px;
        width: 120px;
    }

    /* about counter */
    .abt_count_row {
        padding: 0 30px !important;
    }

    .num_box_inr {
        font-size: 35px;
        line-height: 1;
        margin-right: 10px;
    }

    span.counter {
        font-size: 50px;
    }

    .abt_count_info_main_box {
        padding: 40px 0 0px 30px;
    }

    .abt_count_info_right_img img {
        height: 490px;
    }

    .abt_count_col1 {
        padding: 45px 40px;
    }

    /* ----------HOME LIVING MAKEOVER START--------------- */

    /* ----dummy section--- */
    .hlm_dmy_cnt_sec:after {
        height: 210px;
        width: 260px;
        top: 50px;
    }

    /* ---------SUBURB PAGE START--------------- */
    .suburb_dmy_img_cnt_col1 {
        padding-right: 30px;
    }

}

@media all and (min-width: 1681px) and (max-width: 1880px) {}