.inr_bnr_sec {
    height: 380px;
}

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

.inr_bnr_ttl h1,.inr_bnr_ttl {
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 40px;
}

.inr_bnr_sec:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #00000080;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* about us page */

.site_title.tc_line:after {
    margin: auto !important;
    left: 0;
    right: 0;
}

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

.abt_des_main_box_inr {
    padding: 60px;
    background: #DFEDF3;
    border-radius: 0 35px 35px 0;
}

.text_col {
    width: 41% !important;
    padding-right: 50px;
}

.img_col {
    width: 59% !important;
}

.right_img,
.right_img .et_pb_image_wrap {
    width: 100% !important;
    line-height: 0 !important;
}

.right_img img {
    object-fit: cover;
    width: 100% !important;
    height: 600px;
    clip-path: polygon(8.823% 0%, 99.916% 0%, 99.916% 100%, 8.823% 100%, 8.823% 100%, 5.698% 89.029%, 3.245% 78.824%, 1.472% 69.18%, 0.388% 59.889%, 0.001% 50.745%, 0.32% 41.542%, 1.353% 32.072%, 3.109% 22.13%, 5.596% 11.508%, 8.823% 0%);
}

.fl_inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.feature_card {
    width: 23.6%;
    text-align: center;
    background: #F5F5F5;
    box-shadow: 0px 6px 7px 0px #00000017;
    border-radius: 13px;
    margin-top: 25px;
    transition: 0.5s !important;
}

.icon_background {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 85px;
    height: 85px;
    border-radius: 100%;
    margin: auto;
}

.icon_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #14445B;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    margin: auto;
}

.feature_title {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 1.6em;
    text-transform: capitalize;
    padding: 10px;
    transition: 0.5s !important;
}

.icon_container {
    margin-top: -25px;
}

.icon_inner svg {
    animation: crescendo 1.5s alternate infinite ease-in-out;
}

@keyframes crescendo {
    0% {
        transform: scale(.8);
    }

    100% {
        transform: scale(1);
    }
}

.feature_card:hover {
    background: #1e86af;
    transform: translateY(-5px);
}

.feature_card:hover .feature_title {
    color: #fff;
}

/* end */

/* contact us page */

.cont_main_inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #14445B;
    padding: 60px;
    border-radius: 40px;
    gap: 10px;
}

.cont_box_icon_inr svg {
    width: 38px;
    height: 38px;
    animation: crescendo 1.5s alternate infinite ease-in-out;
}

.cont_box_inr {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cont_box_icon_inr a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95px;
    height: 95px;
    background: #1E88B0;
    border-radius: 100%;
}

.cont_box_txt_inr span {
    display: block;
    color: #fff;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 1.4em;
    padding-bottom: 8px;
}

.cont_box_txt_inr a {
    display: block;
    color: #fff;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 1.4em;
}

.pd100.pdb0 {
    padding-bottom: 0 !important;
}

.pd100.pdt0 {
    padding-top: 0 !important;
}

.google_map {
    width: 100% !important;
    line-height: 0 !important;
}

.google_map iframe {
    width: 100%;
    height: 325px;
    border-radius: 35px;
}

.page-id-351 .contact_details_sec {
    display: none !important;
}

.page-id-351 .pd100.footer_main_sec {
    padding-top: 100px !important;
}

.cont_box_txt_inr a:hover {
    color: #1e86af;
}

/* end */

/* Service Area page */

.serv_head {
    display: block;
    color: #14445B;
    font-weight: 700;
    font-size: 22px !important;
    line-height: normal;
    padding-bottom: 10px;
}

.service_btn_inr ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.service_btn_inr li {
    display: inline-block;
    padding: 10px;
}

.service_btn_inr .site_button {
    width: 210px;
    border: none;
    border-radius: 5px;
}

/* end */

/* Skip Bin Hire Alfords Point page */

.abt_sml_ttl_inr span {
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 22px !important;
    line-height: 1.6em;
    padding-bottom: 10px;
}

.inr_google_map {
    width: 100% !important;
    line-height: 0 !important;
}

.inr_google_map iframe {
    width: 100%;
    height: 555px;
    border-radius: 35px;
}

.serv_in_col_1 {
    width: 37% !important;
}

.serv_in_col_2 {
    width: 63% !important;
}

.site_des ul {
    padding-left: 20px;
    padding-bottom: 10px;
}

/* end */

/* Bin Sizes page */

.bs_title {
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 32px !important;
    line-height: 1.5em;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.bs_title:before {
    content: '';
    border-bottom: 3px solid #1E88B0;
    width: 45px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.bin_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.bin_box {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 32.3%;
    background: #F2F2F2;
    height: 400px;
    border-radius: 30px;
    transition: 0.5s !important;
    border: 1px solid transparent;
}

.bin_btn .bin_size_data_book_box {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bin_box:hover {
    background: #fff;
    border: 1px solid #14445B;
}

.bin_tlt_box {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.bin_size {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #14445B;
    font-weight: 700;
    font-size: 34px !important;
    line-height: normal;
    width: 130px;
    height: 60px;
    border-radius: 0px 50px 50px 0px;
}

.small_num {
    display: block;
    font-weight: 500;
    font-size: 17px !important;
    line-height: normal;
    margin-top: -15px;
}

.in_test_img img {
    object-fit: contain;
    object-position: left;
    width: 100% !important;
    height: 220px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.bc_col_1 {
    width: 35% !important;
}

.bc_col_2 {
    width: 65% !important;
}

.ga_main {
    background: #1E88B0;
    border-radius: 80px;
}

.ga_inr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 80px;
}

.ga_title span {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 800;
    font-size: 34px !important;
    text-transform: capitalize;
    padding-bottom: 5px;
    gap: 25px;
}

.ga_btn .site_button {
    background: #14445B;
    color: #fff;
}

.ga_btn .site_button:hover {
    background: #fff;
    color: #000;
}

.ga_des span {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 24px !important;
}

.in_test_img {
    top: -12px;
}

.in_test_sect {
    position: relative;
}

.in_test_sect:before {
    content: '';
    background: url(/../../../wp-content/uploads/2026/06/Group-1437256910.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.in_test_sect:after {
    content: '';
    background: #f8f9fa;
    width: 100%;
    height: 50%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

/* end */

/* Rubbish Removal Sydney page */

.serv_in_btn {
    justify-content: center;
}

.call_enquire_call_us_box.esr_btn {
    padding: 0 !important;
    justify-content: left !important;
    width: 100% !important;
    gap: 30px !important;
    padding-top: 30px !important;
    margin-top: 30px !important;
    position: relative;
    border-top: 1px solid #DDDDDD;
}

.esr_btn .call_us_today_icon_box {
    background: #14445B;
}

.esr_btn .call_us_today_icon_box path {
    fill: #fff;
}

.esr_btn .call_us_today_data_title,
.esr_btn .call_us_today_data_number {
    color: #14445B;
}

.esr_col_1 {
    width: 43% !important;
    padding-right: 40px;
}

.esr_col_2 {
    width: 57% !important;
}

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

.tww_inr ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
    text-align: center;
    gap: 10px;
}

.tww_inr li span {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #14445B;
    width: fit-content;
    height: 50px;
    border-radius: 60px;
    padding: 10px 25px;
    color: #000;
    font-weight: 400;
    font-size: 15px !important;
    line-height: normal;
    text-transform: capitalize;
}

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

.ccr_btn {
    padding-top: 15px;
}

.ccr_col_1 {
    width: 40% !important;
}

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

.trr_inr ul {
    list-style: none;
    padding: 0;
}

.trr_inr span {
    color: #000;
    line-height: 2em;
}

.trr_inr li {
    width: 50%;
    float: left;
}

.trr_col_1 {
    width: 52% !important;
}

.trr_col_2 {
    width: 48% !important;
    padding-left: 30px;
}

.trr_inr svg {
    width: 23px;
    height: 12px;
    margin-top: 7px;
}

.wfs_inr.trr_inr li {
    width: 100%;
    float: unset;
}

.wrr_col_1 {
    width: 45% !important;
}

.wrr_col_2 {
    width: 55% !important;
    padding-left: 20px;
}

/* end */

.ga_title svg {
    -webkit-animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;
}

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

    /* about us page */

    .inr_bnr_sec {
        height: 150px;
    }

    .inr_bnr_ttl h1,.inr_bnr_ttl {
        font-size: 22px;
    }

    .abt_img img {
        height: 300px;
        border-radius: 30px 30px 0 0;
    }

    .abt_des_main_box_inr {
        padding: 10px;
        text-align: center;
        border-radius: 0 0 30px 30px;
    }

    .text_col {
        width: 100% !important;
        padding-right: 0px;
        text-align: center;
    }

    .img_col {
        width: 100% !important;
    }

    .text_center {
        text-align: center;
    }

    .fl_inr {
        gap: 10px;
    }

    .feature_card {
        width: 48.2%;
        margin-top: 20px;
    }

    .icon_background {
        width: 65px;
        height: 65px;
    }

    .icon_inner {
        width: 55px;
        height: 55px;
    }

    .feature_title {
        font-size: 14px !important;
    }

    .icon_container {
        margin-top: -20px;
    }

    /* end */

    /* contact us page */

    .cont_main_inr {
        padding: 10px;
        border-radius: 20px;
    }

    .cont_box_inr {
        gap: 10px;
    }

    .cont_box_icon_inr a {
        width: 50px;
        height: 50px;
    }

    .cont_box_icon_inr svg {
        width: 25px;
        height: 25px;
    }

    .cont_box_txt_inr span {
        font-size: 15px !important;
        padding-bottom: 5px;
    }

    .cont_box_txt_inr a {
        font-size: 14px !important;
    }

    .google_map iframe {
        height: 300px;
    }

    .page-id-351 .pd100.footer_main_sec {
        padding-top: 40px !important;
    }

    /* end */

    /* Service Area page */

    .serv_head {
        font-size: 15px !important;
    }

    .service_btn_inr li {
        padding: 5px;
    }

    .service_btn_inr .site_button {
        width: 132px;
    }

    .abt_sml_ttl_inr span {
        font-size: 16px !important;
    }

    /* end */

    /* Skip Bin Hire Alfords Point page */

    .inr_google_map iframe {
        height: 300px;
        border-radius: 30px 30px 0 0;
    }

    .serv_in_col_1,
    .serv_in_col_2 {
        width: 100% !important;
    }

    .abt_des_main_box_inr .site_title::after {
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
    }

    /* end */

    /* Bin Sizes page */

    .bs_title {
        font-size: 20px !important;
    }

    .bin_main {
        gap: 10px;
    }

    .bin_box {
        width: 100%;
        height: 250px;
    }

    .bin_tlt_box {
        gap: 10px;
    }

    .bin_size {
        font-size: 16px !important;
        width: 80px;
        height: 45px;
    }

    .small_num {
        font-size: 14px !important;
    }

    .ga_inr {
        gap: 10px;
        padding: 10px 15px;
        margin-bottom: 15px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .ga_main {
        border-radius: 30px;
    }

    .ga_title span {
        font-size: 15px !important;
        gap: 10px;
        justify-content: center;
    }

    .ga_title svg {
        width: 40px;
        height: auto;
    }

    .ga_des span {
        font-size: 14px !important;
        text-align: center;
    }

    .ga_btn .site_button {
        margin: auto;
    }

    .ga_left,
    .ga_right {
        width: 100%;
    }

    .in_test_img img {
        height: 130px;
    }

    .bc_col_1,
    .bc_col_2 {
        width: 100% !important;
    }

    .bc_col_1 {
        display: none !important;
    }

    .in_test_sect:before,
    .in_test_sect:after {
        display: none !important;
    }

    .in_test_sect {
        background: #dfedf3;
        margin-top: 40px !important;
    }

    .esr_img img {
        height: 300px;
        border-radius: 30px;
    }

    .call_enquire_call_us_box.esr_btn {
        gap: 15px !important;
        padding-top: 15px !important;
        margin-top: 15px !important;
    }

    .esr_col_1,
    .esr_col_2 {
        width: 100% !important;
    }

    .esr_col_1 {
        padding-right: 0px;
    }

    .esr_col_1 .site_heading,
    .esr_col_1 .site_des span {
        text-align: center;
    }

    .esr_col_1 .site_title::after {
        left: 0;
        right: 0;
        margin: auto;
    }

    .esr_sesc.pd100 {
        padding: 0 !important;
    }

    .call_enquire_call_us_box.esr_btn {
        justify-content: center !important;
    }

    .tww_inr li span {
        width: 100%;
        height: 45px;
        padding: 10px;
        font-size: 14px !important;
    }

    .tww_sec .site_heading,
    .tww_sec .site_des span {
        text-align: center;
    }

    .tww_sec .site_title::after {
        left: 0;
        right: 0;
        margin: auto;
    }

    .tww_inr ul {
        justify-content: center;
    }

    .tww_inr ul li {
        width: 100%;
    }

    .ccr_img img {
        height: 300px;
    }

    .ccr_col_1,
    .ccr_col_2 {
        width: 100% !important;
    }

    .ccr_col_2 {
        padding-left: 0px;
    }

    .ccr_sec .site_heading,
    .ccr_sec .site_des span {
        text-align: center;
    }

    .ccr_btn {
        justify-content: center;
    }

    .ccr_sec .site_title::after {
        left: 0;
        right: 0;
        margin: auto;
    }

    .trr_col_1,
    .trr_col_2 {
        width: 100% !important;
    }

    .trr_col_2 {
        padding-top: 10px;
        padding-left: 0px;
    }

    .trr_inr li {
        width: 100%;
        float: unset;
    }

    .wrr_col_1,
    .wrr_col_2 {
        width: 100% !important;
    }

    .wrr_col_2 {
        padding-left: 0px;
    }

    /* end */

}

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

    /* about us page */

    .inr_bnr_sec {
        height: 200px;
    }

    .inr_bnr_ttl h1,.inr_bnr_ttl {
        font-size: 24px;
    }

    .abt_img img {
        height: 350px;
        border-radius: 30px 30px 0 0;
    }

    .abt_des_main_box_inr {
        padding: 20px;
        text-align: center;
        border-radius: 0 0 30px 30px;
    }

    .text_col {
        width: 100% !important;
        padding-right: 0px;
        text-align: center;
    }

    .img_col {
        width: 100% !important;
    }

    .text_center {
        text-align: center;
    }

    .fl_inr {
        gap: 10px;
    }

    .feature_card {
        width: 32.4%;
        margin-top: 20px;
    }

    .icon_background {
        width: 70px;
        height: 70px;
    }

    .icon_inner {
        width: 60px;
        height: 60px;
    }

    .feature_title {
        font-size: 14px !important;
    }

    /* end */

    /* contact us page */

    .cont_main_inr {
        padding: 10px;
        border-radius: 20px;
    }

    .cont_box_inr {
        gap: 10px;
    }

    .cont_box_icon_inr a {
        width: 50px;
        height: 50px;
    }

    .cont_box_icon_inr svg {
        width: 25px;
        height: 25px;
    }

    .cont_box_txt_inr span {
        font-size: 15px !important;
        padding-bottom: 5px;
    }

    .cont_box_txt_inr a {
        font-size: 14px !important;
    }

    .google_map iframe {
        height: 300px;
    }

    .page-id-351 .pd100.footer_main_sec {
        padding-top: 45px !important;
    }

    /* end */

    /* Service Area page */

    .serv_head {
        font-size: 15px !important;
    }

    .service_btn_inr li {
        padding: 5px;
    }

    .service_btn_inr .site_button {
        width: 170px;
    }

    .abt_sml_ttl_inr span {
        font-size: 16px !important;
    }

    /* end */

    /* Skip Bin Hire Alfords Point page */

    .inr_google_map iframe {
        height: 300px;
        border-radius: 30px 30px 0 0;
    }

    .serv_in_col_1,
    .serv_in_col_2 {
        width: 100% !important;
    }

    .abt_des_main_box_inr .site_title::after {
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
    }

    /* end */

    /* Bin Sizes page */

    .bs_title {
        font-size: 22px !important;
    }

    .bin_main {
        gap: 10px;
    }

    .bin_box {
        width: 49.3%;
        height: 250px;
    }

    .bin_tlt_box {
        gap: 15px;
    }

    .bin_size {
        font-size: 20px !important;
        width: 80px;
        height: 50px;
    }

    .small_num {
        font-size: 14px !important;
    }

    .ga_inr {
        padding: 10px 30px;
        margin-bottom: 15px;
    }

    .ga_title span {
        font-size: 18px !important;
        gap: 15px;
    }

    .ga_des span {
        font-size: 15px !important;
    }

    .in_test_img img {
        height: 130px;
    }

    .bc_col_1,
    .bc_col_2 {
        width: 100% !important;
    }

    .bc_col_1 {
        display: none !important;
    }

    .in_test_sect:before,
    .in_test_sect:after {
        display: none !important;
    }

    .in_test_sect {
        background: #dfedf3;
        margin-top: 40px !important;
    }

    .esr_img img {
        height: 350px;
        border-radius: 30px;
    }

    .call_enquire_call_us_box.esr_btn {
        gap: 15px !important;
        padding-top: 15px !important;
        margin-top: 15px !important;
    }

    .esr_col_1,
    .esr_col_2 {
        width: 100% !important;
    }

    .esr_col_1 {
        padding-right: 0px;
    }

    .esr_col_1 .site_heading,
    .esr_col_1 .site_des span {
        text-align: center;
    }

    .esr_col_1 .site_title::after {
        left: 0;
        right: 0;
        margin: auto;
    }

    .esr_sesc.pd100 {
        padding: 0 !important;
    }

    .call_enquire_call_us_box.esr_btn {
        justify-content: center !important;
    }

    .tww_inr li span {
        height: 45px;
        padding: 10px;
        font-size: 14px !important;
    }

    .tww_sec .site_heading,
    .tww_sec .site_des span {
        text-align: center;
    }

    .tww_sec .site_title::after {
        left: 0;
        right: 0;
        margin: auto;
    }

    .tww_inr ul {
        justify-content: center;
    }

    .ccr_img img {
        height: 350px;
    }

    .ccr_col_1,
    .ccr_col_2 {
        width: 100% !important;
    }

    .ccr_col_2 {
        padding-left: 0px;
    }

    .ccr_sec .site_heading,
    .ccr_sec .site_des span {
        text-align: center;
    }

    .ccr_btn {
        justify-content: center;
    }

    .ccr_sec .site_title::after {
        left: 0;
        right: 0;
        margin: auto;
    }

    .trr_col_1,
    .trr_col_2 {
        width: 100% !important;
    }

    .trr_col_2 {
        padding-top: 10px;
        padding-left: 0px;
    }

    .wrr_col_1,
    .wrr_col_2 {
        width: 100% !important;
    }

    .wrr_col_2 {
        padding-left: 0px;
    }

    /* end */

}

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

    /* about us page */

    .inr_bnr_sec {
        height: 250px;
    }

    .inr_bnr_ttl h1,.inr_bnr_ttl {
        font-size: 28px;
    }

    .abt_img img {
        height: 450px;
    }

    .abt_des_main_box_inr {
        padding: 20px;
    }

    .text_col {
        width: 45% !important;
        padding-right: 20px;
    }

    .img_col {
        width: 55% !important;
    }

    .right_img img {
        height: 700px;
    }

    .fl_inr {
        gap: 10px;
    }

    .feature_card {
        width: 24.2%;
        margin-top: 20px;
    }

    .icon_background {
        width: 70px;
        height: 70px;
    }

    .icon_inner {
        width: 60px;
        height: 60px;
    }

    .feature_title {
        font-size: 14px !important;
    }

    /* end */

    /* contact us page */

    .cont_main_inr {
        padding: 20px;
    }

    .cont_box_inr {
        gap: 10px;
    }

    .cont_box_icon_inr a {
        width: 65px;
        height: 65px;
    }

    .cont_box_icon_inr svg {
        width: 30px;
        height: 30px;
    }

    .cont_box_txt_inr span {
        font-size: 18px !important;
        padding-bottom: 5px;
    }

    .cont_box_txt_inr a {
        font-size: 15px !important;
    }

    .google_map iframe {
        height: 300px;
    }

    .page-id-351 .pd100.footer_main_sec {
        padding-top: 50px !important;
    }

    /* end */

    /* Service Area page */

    .serv_head {
        font-size: 16px !important;
    }

    .service_btn_inr li {
        padding: 5px;
    }

    .service_btn_inr .site_button {
        width: 175px;
    }

    .abt_sml_ttl_inr span {
        font-size: 17px !important;
    }

    /* end */

    /* Skip Bin Hire Alfords Point page */

    .inr_google_map iframe {
        height: 450px;
        border-radius: 20px;
    }

    /* end */

    /* Bin Sizes page */

    .bs_title {
        font-size: 24px !important;
    }

    .bin_main {
        gap: 10px;
    }

    .bin_box {
        width: 32.6%;
        height: 250px;
    }

    .bin_tlt_box {
        gap: 15px;
    }

    .bin_size {
        font-size: 22px !important;
        width: 100px;
        height: 50px;
    }

    .small_num {
        font-size: 14px !important;
    }

    .ga_inr {
        padding: 15px 30px;
    }

    .ga_title span {
        font-size: 20px !important;
        gap: 15px;
    }

    .ga_des span {
        font-size: 16px !important;
    }

    .in_test_img img {
        height: 130px;
    }

    .in_test_sect:before,
    .in_test_sect:after {
        display: none !important;
    }

    .in_test_sect {
        background: #dfedf3;
        margin-top: 40px !important;
    }

    .esr_img img {
        height: 400px;
    }

    .call_enquire_call_us_box.esr_btn {
        gap: 20px !important;
        padding-top: 20px !important;
        margin-top: 20px !important;
    }

    .esr_col_1 {
        padding-right: 30px;
    }

    .tww_inr li span {
        height: 45px;
        padding: 10px;
        font-size: 14px !important;
    }

    .ccr_img img {
        height: 450px;
    }

    .ccr_col_2 {
        padding-left: 30px;
    }

    /* end */

}

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

    /* about us page */

    .inr_bnr_sec {
        height: 300px;
    }

    .inr_bnr_ttl h1,.inr_bnr_ttl {
        font-size: 32px;
    }

    .abt_img img {
        height: 500px;
    }

    .abt_des_main_box_inr {
        padding: 30px;
    }

    .text_col {
        padding-right: 20px;
    }

    .right_img img {
        height: 650px;
    }

    .fl_inr {
        gap: 15px;
    }

    .feature_card {
        width: 23.9%;
        margin-top: 20px;
    }

    .icon_background {
        width: 75px;
        height: 75px;
    }

    .icon_inner {
        width: 65px;
        height: 65px;
    }

    .feature_title {
        font-size: 15px !important;
    }

    /* end */

    /* contact us page */

    .cont_main_inr {
        padding: 30px;
    }

    .cont_box_inr {
        gap: 10px;
    }

    .cont_box_icon_inr a {
        width: 75px;
        height: 75px;
    }

    .cont_box_icon_inr svg {
        width: 35px;
        height: 35px;
    }

    .cont_box_txt_inr span {
        font-size: 20px !important;
        padding-bottom: 5px;
    }

    .cont_box_txt_inr a {
        font-size: 16px !important;
    }

    .google_map iframe {
        height: 300px;
    }

    .page-id-351 .pd100.footer_main_sec {
        padding-top: 60px !important;
    }

    /* end */

    /* Service Area page */

    .serv_head {
        font-size: 18px !important;
    }

    .service_btn_inr .site_button {
        width: 195px;
    }

    .abt_sml_ttl_inr span {
        font-size: 18px !important;
    }

    /* end */

    /* Skip Bin Hire Alfords Point page */

    .inr_google_map iframe {
        height: 450px;
        border-radius: 20px;
    }

    /* end */

    /* Bin Sizes page */

    .bs_title {
        font-size: 28px !important;
    }

    .bin_main {
        gap: 10px;
    }

    .bin_box {
        width: 32.7%;
        height: 300px;
    }

    .bin_tlt_box {
        gap: 15px;
    }

    .bin_size {
        font-size: 26px !important;
        width: 100px;
        height: 50px;
    }

    .small_num {
        font-size: 14px !important;
    }

    .ga_inr {
        padding: 15px 30px;
    }

    .ga_title span {
        font-size: 26px !important;
        gap: 20px;
    }

    .ga_des span {
        font-size: 20px !important;
    }

    .in_test_img img {
        height: 160px;
    }

    .in_test_sect:before {
        top: 150px;
    }

    .esr_img img {
        height: 400px;
    }

    .call_enquire_call_us_box.esr_btn {
        gap: 20px !important;
        padding-top: 20px !important;
        margin-top: 20px !important;
    }

    .esr_col_1 {
        padding-right: 30px;
    }

    .tww_inr li span {
        height: 45px;
        padding: 10px 20px;
        font-size: 14px !important;
    }

    .ccr_img img {
        height: 450px;
    }

    .ccr_col_2 {
        padding-left: 30px;
    }

    /* end */

}

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

    /* about us page */

    .inr_bnr_sec {
        height: 350px;
    }

    .inr_bnr_ttl h1,.inr_bnr_ttl {
        font-size: 36px;
    }

    .abt_img img {
        height: 500px;
    }

    .abt_des_main_box_inr {
        padding: 40px;
    }

    .text_col {
        padding-right: 30px;
    }

    .right_img img {
        height: 550px;
    }

    .fl_inr {
        gap: 20px;
    }

    .feature_card {
        width: 23.9%;
        margin-top: 20px;
    }

    .icon_background {
        width: 80px;
        height: 80px;
    }

    .icon_inner {
        width: 70px;
        height: 70px;
    }

    .feature_title {
        font-size: 15px !important;
    }

    /* end */

    /* contact us page */

    .cont_main_inr {
        padding: 40px;
    }

    .cont_box_inr {
        gap: 15px;
    }

    .cont_box_icon_inr a {
        width: 85px;
        height: 85px;
    }

    .cont_box_txt_inr span {
        font-size: 22px !important;
        padding-bottom: 5px;
    }

    .cont_box_txt_inr a {
        font-size: 18px !important;
    }

    .google_map iframe {
        height: 300px;
    }

    .page-id-351 .pd100.footer_main_sec {
        padding-top: 80px !important;
    }

    /* end */

    /* Service Area page */

    .serv_head {
        font-size: 20px !important;
    }

    .abt_sml_ttl_inr span {
        font-size: 20px !important;
    }

    /* end */

    /* Skip Bin Hire Alfords Point page */

    .inr_google_map iframe {
        height: 500px;
    }

    /* end */

    /* Bin Sizes page */

    .bs_title {
        font-size: 30px !important;
    }

    .bin_main {
        gap: 15px;
    }

    .bin_box {
        width: 32.6%;
        height: 350px;
    }

    .bin_tlt_box {
        gap: 15px;
    }

    .bin_size {
        font-size: 30px !important;
        width: 100px;
        height: 50px;
    }

    .small_num {
        font-size: 14px !important;
    }

    .ga_inr {
        padding: 20px 70px;
    }

    .ga_title span {
        font-size: 30px !important;
        gap: 20px;
    }

    .ga_des span {
        font-size: 22px !important;
    }

    .in_test_img img {
        height: 200px;
    }

    .in_test_sect:before {
        top: 140px;
    }

    .esr_img img {
        height: 450px;
    }

    .call_enquire_call_us_box.esr_btn {
        gap: 20px !important;
        padding-top: 20px !important;
        margin-top: 20px !important;
    }

    .esr_col_1 {
        padding-right: 30px;
    }

    .tww_inr li span {
        height: 45px;
        padding: 10px 20px;
        font-size: 14px !important;
    }

    .ccr_img img {
        height: 500px;
    }

    .ccr_col_2 {
        padding-left: 30px;
    }

    /* end */

}