/* suburb */
.map_box iframe {
    border-radius: 40px !important;
}

.about_section_page {
    background: rgba(245, 245, 245, 1) !important;
}

ul.ul_list {
    display: flex;
    flex-wrap: wrap;
}

ul.ul_list li {
    width: 50%;
    padding: 5px 0px;
}

.left_abt_img img {
    height: 460px;
    border-radius: 40px;
    object-fit: cover;

}

.left_abt_img {
    width: 110% !important;
}

.right_abt_img img {
    height: 497px;
    border: 5px solid rgba(255, 255, 255, 1);
    border-radius: 30px;
    object-fit: cover;
}

.right_abt_img {
    margin-top: 90px;
}

.abt_btn {
    padding-top: 30px !important;
}

.site_des ul li {
    padding: 5px 0px !important;
}

.site_des ul {
    padding-bottom: 0 !important;
}

.col1_filler::after {
    position: absolute;
    content: '';
    right: -20px;
    background: rgba(221, 221, 221, 1);
    height: 100%;
    width: 1px;
    top: 0;
}

.col1_filler::before {
    position: absolute;
    content: '';
    right: -44px;
    background: rgba(219, 43, 47, 1);
    height: 11px;
    width: 56px;
    top: 50px;
    z-index: 9;
}

/* suburb emd*/

/* service area */
.display_main_flex {
    display: flex;
    flex-wrap: wrap;

}

.display_main_flex .site_des {
    width: 50% !important;
}

.display_main_flex .site_des:nth-child(1) {
    padding-right: 20px !important;
}

.about_section_page.service_area_page_abt {
    background: transparent !important;
}

.service_area_section {
    background: rgba(245, 245, 245, 1) !important;
}

.site_button_service {
    width: fit-content;
    padding: 10px 20px;
    display: block;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 100px;
    background: rgba(255, 255, 255, 1);
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Sora';
}

.service_area_main ul li label {
    font-family: 'Sora';
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding-bottom: 20px;
    display: block;
}

.service_area_main ul li a {
    margin: auto;
}

.service_area_main ul li {
    flex: 1;
    text-align: center;
    list-style-type: none;
}

.service_area_main ul {
    display: flex;
    align-items: center;
    padding: 0 !important;
}

/* service area end */


/* our team section */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tabs-team-row {
    display: flex;
    flex-wrap: wrap;
}

.tabs-team-col1.tab_col11 {
    width: 25%;
    padding-left: 0px;
}

.tabs-team-col1 {
    width: 75%;
    padding-left: 40px;
}

.tab-btn {
    background: rgba(242, 242, 242, 1);
    height: 70px;
    border-radius: 100px;
    padding: 0px 30px;
    width: 100%;
    margin-bottom: 20px;
    border: none;
    font-size: 20px;
    cursor: pointer;
    font-weight: 500;
}

.tab-btn.active {
    background: rgba(20, 10, 36, 1);
    border-left: 6px solid rgba(189, 38, 43, 1);
    color: #fff;
    position: relative;
}

.team_details_inner {
    display: flex;
}

.team_details_inner_img {
    width: 30% !important;
}

.team_details_inner_img_content {
    width: 70% !important;
    padding-left: 20px;
}

.team_details_inner_img img {
    height: 453px;
    width: 100%;
    border-radius: 20px;
    object-fit: contain;
    padding: 10px;
}

.position {
    font-size: 17px;
    color: #fff;
    background: rgba(20, 10, 36, 1);
    width: fit-content;
    padding: 10px;
    border-radius: 20px;
    line-height: 1;
}

.name_of {
    font-size: 24px;
    color: #BD262B;
    padding: 15px 0px;
    font-weight: 700;
}

.mailto a {
    color: #111111;
    font-weight: 400;
    font-family: 'Sora';
}

.mailto {
    display: flex;
    align-items: center;
}

.mailto a {
    padding-left: 10px;
}

.main_content_profile h3 {
    font-size: 20px;
    color: #BD262B;
    font-family: 'Sora';
    padding-top: 20px;
    border-top: 1px solid #DDDDDD;
    margin-top: 20px;
}

.tab-btn.active::after {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="46" height="16" viewBox="0 0 46 16" fill="none"><path d="M45.3893 6.84109C46.2036 7.35673 46.2036 8.64327 45.3893 9.15891L34.59 16V9.11296H1.01892C0.455933 9.11805 0 8.62795 0 8.01021C0 7.70389 0.111671 7.418 0.297714 7.21889C0.483879 7.01468 0.730442 6.89215 1.00969 6.89215H34.59V0L45.3893 6.84109Z" fill="%23140A24"/></svg>');
    content: '';
    position: absolute;
    right: -28px;
    height: 16px;
    width: 46px;
    z-index: -1;
    top: 25px;
}

/* our team section end*/
@media all and (min-width: 320px) and (max-width: 767px) {

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

    .suburb_info .ds_fx_al {
        justify-content: center;
    }

    .left_abt_img img {
        height: 350px;

    }

    .right_abt_img img {
        height: 420px;
    }

    ul.ul_list li {
        width: 100%;
        text-align: left;
    }

    .right_abt_img {
        display: none;
    }

    .left_abt_img {
        width: 100% !important;
    }

    .abt_btn {
        padding-top: 0px !important;
    }

    ul.ul_list {
        padding-bottom: 0 !important;
    }

    .abt_btn .ds_fx_al {
        justify-content: center;
    }

    .col1_filler::before {
        right: -40px;
        width: 45px;
    }

    .suburb_filler .site_des span,
    .suburb_filler .site_main_title {
        text-align: left !important;
    }

    .suburb_filler .site_main_title:before {
        margin: 0 !important;
    }

    .col1_filler::before,
    .col1_filler::after {
        display: none;
    }

    /* suburb page end*/
    /* service area */
    .display_main_flex .site_des {
        width: 100% !important;
    }

    .service_area_btn .ds_fx_al {
        display: flex;
        justify-content: center;
    }

    .service_area_main ul li label {
        font-size: 17px;
        padding-bottom: 10px;
    }

    .service_area_main ul li {
        flex: unset;
        width: 100%;
        margin: 15px 0px !important;
    }

    .service_area_main ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    /* service area end*/
    /* our team */
    .tab-btn {
        padding: 0px 10px;
        font-size: 14px;
        height: 50px;
        width: 50%;
    }

    .tab-btn.active::after {
        top: 18px;
        display: none;
    }

    .name_of {
        font-size: 18px;
    }

    .team_details_inner_img img {
        height: 350px;
        object-position: top;
        width: fit-content;
    }

    .position {
        font-size: 16px;
    }

    .tabs-team-col1.tab_col11,
    .tabs-team-col1 {
        width: 100% !important;
        padding: 0 !important;
    }

    .team_details .site_des span {
        text-align: left !important;
    }

    .tabs-team {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .team_details_inner {
        display: block;
    }

    .team_details_inner_img,
    .team_details_inner_img_content {
        width: 100% !important;
        padding: 0 !important;

    }
    .team_details_inner_img{
        text-align: center;
    }

    /* our team end*/


}

@media all and (min-width: 481px) and (max-width: 767px) {
    .service_area_main ul li {
        flex: unset;
        width: 50%;
        margin-bottom: 10px !important;
    }
}

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

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

    .suburb_info .ds_fx_al {
        justify-content: center;
    }

    .left_abt_img img {
        height: 400px;
    }

    .right_abt_img img {
        height: 420px;
    }

    ul.ul_list li {
        width: 48%;
        text-align: left;
    }

    .right_abt_img {
        display: none;
    }

    .left_abt_img {
        width: 100% !important;
    }

    .abt_btn {
        padding-top: 0px !important;
    }

    ul.ul_list {
        padding-bottom: 0 !important;
        gap: 20px;
    }

    .col1_filler::before {
        right: -40px;
        width: 45px;
    }

    .suburb_filler .site_des span,
    .suburb_filler .site_main_title {
        text-align: left !important;
    }

    .suburb_filler .site_main_title:before {
        margin: 0 !important;
    }

    .col1_filler::before,
    .col1_filler::after {
        display: none;
    }

    /* suburb page end*/
    /* service area */
    .display_main_flex .site_des {
        width: 100% !important;
    }

    .service_area_btn .ds_fx_al {
        display: flex;
        justify-content: center;
    }


    .service_area_main ul li label {
        font-size: 17px;
        padding-bottom: 10px;
    }

    .service_area_main ul li {
        flex: unset;
        width: 33.33%;
        margin-bottom: 10px !important;
    }

    .service_area_main ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    /* service area end*/
    /* our team */
    .tab-btn {
        padding: 0px 10px;
        font-size: 16px;
        height: 50px;
    }

    .tab-btn.active::after {
        top: 18px;
        display: none;
    }

    .name_of {
        font-size: 18px;
    }

    .team_details_inner_img img {
        height: 350px;
        object-position: top;
    }

    .position {
        font-size: 16px;
    }

    .tabs-team-col1.tab_col11,
    .tabs-team-col1 {
        width: 100% !important;
        padding: 0 !important;
    }

    .team_details .site_des span {
        text-align: left !important;
    }

    .tabs-team {
        display: flex;
    }

    /* our team end*/

}

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

    /* suburb page */
    .left_abt_img img {
        height: 400px;
    }

    .right_abt_img img {
        height: 420px;
    }

    .col1_filler::before {
        right: -40px;
        width: 45px;
    }

    /* suburb page emd*/
    /* service area */
    .service_area_main ul li label {
        font-size: 17px;
    }

    .service_area_main ul li {
        flex: unset;
        width: 25%;
        margin-bottom: 10px !important;
    }

    .service_area_main ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    /* service area end*/

    /* our team */
    .tab-btn {
        padding: 0px 10px;
        font-size: 16px;
        height: 50px;
    }

    .tab-btn.active::after {
        top: 18px;
    }

    .name_of {
        font-size: 18px;
    }

    .team_details_inner_img img {
        height: 350px;
        object-position: top;
    }

    .position {
        font-size: 16px;
    }

    /* our team end*/
}

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

    /* suburb page */
    .left_abt_img img {
        height: 400px;
    }

    .right_abt_img img {
        height: 420px;
    }

    .col1_filler::before {
        right: -40px;
        width: 45px;
    }

    /* suburb page emd*/
    /* service area */
    .service_area_main ul li label {
        font-size: 17px;
    }

    .service_area_main ul li {
        flex: unset;
        width: 25%;
        margin-bottom: 10px !important;
    }

    .service_area_main ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    /* service area end*/
    /* our team */
    .tab-btn {
        padding: 0px 10px;
        font-size: 16px;
        height: 50px;

    }

    .name_of {
        font-size: 18px;
    }

    .team_details_inner_img img {
        height: 350px;
        object-position: top;
    }

    .position {
        font-size: 16px;
    }

    /* our team end*/
}

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

    /* suburb page */
    .col1_filler::before {
        right: -40px;
        width: 45px;
    }

    /* suburb page emd*/
    /* service area */
    .service_area_main ul li label {
        font-size: 17px;
    }

    /* service area end*/
    /* our team */
    .tab-btn {
        padding: 0px 10px;
        font-size: 18px;
    }

    .name_of {
        font-size: 20px;
    }

    .team_details_inner_img img {
        height: 350px;
        object-position: top;
    }

    /* our team end*/
}

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

    /* service area */
    .service_area_main ul li label {
        font-size: 18px;
    }

    /* service area end*/
    /* our team */
    .tab-btn {
        padding: 0px 10px;
    }

    .team_details_inner_img img {
        height: 350px;
        object-position: top;
    }

    /* our team end*/
}

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


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