.btm-line {
    border-bottom: 1px solid #DFE2DE;
    padding: 0 0 100px 0;
}

/*------------------------------|| Inner Bnaner Start ||----------------------------------*/

.inner-banner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    min-height: 600px;
}

.formbanner.inner-banner {
    min-height: 660px;
    align-items: flex-end;
    padding-bottom: 35px;
}

.inner-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.85;
    top: 0;
    left: 0;
    z-index: 0;
    transform: rotate(180deg);
}

.inner-banner.inrbnrbig:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000080 0% 0% no-repeat padding-box;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 0;
}

.inner-banner .container {
    width: 100%;
    min-height: 600px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
}

.small_innerbanner.inner-banner,
.small_innerbanner.inner-banner .container {
    min-height: 400px;
}

.inner-banner-wrapper {
    padding-bottom: 30px;
    width: 100%;
}

.formbanner .inner-banner-wrapper {
    padding-bottom: 0;
    align-items: flex-end;
}

.inner-banner-wrapper .heading-50 {
    font-family: 'Inter';
    font-weight: 700;
    letter-spacing: 0px;
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 10px;
}

.formbanner .inner-banner-wrapper .heading-50 {
    margin-bottom: 30px;
}

.inner_banner_subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 1.6px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.inner_banner_subtitle:has(+ .btnlist) {
    margin-bottom: 30px;
}

.inner-banner-wrapper .btnlist:has(+ .woo_breadcums) {
    margin-bottom: 30px;
}

.inner-banner ul li::before {
    content: none
}

.inbanner-content {
    text-align: center;
}

.inner-banner-wrapper:has(.area-right-block .contactright .wpcf7-form.invalid) {
    padding-top: 120px;
    padding-bottom: 25px;
}

/*------------------------------||inner banner end||----------------------------------*/

/*------------------------------|| Breadcrumb Start ||----------------------------------*/
ul.woo_breadcums li span,
ul.woo_breadcums li a,
ul.woo_breadcums li a {
    color: var(--white);
}

ul.woo_breadcums {
    padding: 0;
    margin-bottom: 0;
    margin-left: 0;
}

ul.woo_breadcums:has(+ .btnlist) {
    margin-bottom: 30px;
}

ul.woo_breadcums li {
    font-family: 'Inter';
    position: relative;
    list-style: none;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 0;
    padding-left: 0;
    color: #FFFFFF;
}

ul.woo_breadcums li:after {
    display: none
}

ul.woo_breadcums li span {
    font-family: 'inter';
    position: relative;
    z-index: 0;
    line-height: 1.3;
    margin: 0px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: none;
}

ul.woo_breadcums li a {
    font-family: 'Inter';
    position: relative;
    z-index: 0;
    line-height: 1.3;
    margin: 0px 35px 0 0;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: none;
}

ul.woo_breadcums li a:hover {
    color: #fff;
    text-decoration: underline !important;
}

ul.woo_breadcums li a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -24px;
    font-size: 14px;
    height: 12px;
    width: 7px;
    background: transparent url(../images/icon/arrow-right-wht.svg) no-repeat center;
    background-size: contain;
    z-index: 0;
}

ul.woo_breadcums li a:hover {
    text-decoration: none;
}

.inner-banner.no-banner {
    background: var(--black);
    padding: 15px 0;
    min-height: auto;
}

.no-banner {
    margin-top: 148px;
}

.inner-banner.no-banner ul.woo_breadcums li,
.inner-banner.no-banner ul.woo_breadcums li span,
.inner-banner.no-banner ul.woo_breadcums li a {
    color: var(--sitetext);
}

.inner-banner.no-banner ul.woo_breadcums {
    text-align: left;
}

.inner-banner.no-banner:before {
    display: none;
}

/*------------------------------|| Breadcrumb end ||----------------------------------*/



/*------------------------------|| areas form start ||----------------------------------*/
.search_bar {
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 26px;
    margin-top: 24px;
}

.search_bar .suburb-search-form {
    max-width: 560px;
    height: 54px;
    width: 100%;
    position: relative;
}

.search_bar .suburb-search-form input {
    position: relative;
    height: 50px;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 15px 102px 15px 20px;
    line-height: 22px;
    border: 0;
    font-size: 16px;
    font-weight: normal;
    color: var(--black);
    font-family: 'Inter';
    text-transform: none;
    letter-spacing: 0px;
    border-radius: 0;
}

.search_bar .suburb-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--themecolor);
    border: 0;
    color: #fff;
    height: 50px;
    width: unset;
    min-width: 87px;
    box-shadow: none;
    font-weight: bold;
    padding: 5px;
    font-size: 16px;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-family: 'Inter';
    text-transform: capitalize;
    gap: 8px;
    border-radius: 0 !important;
}

.suburb-search-form .ui-autocomplete {
    max-height: 220px;
    overflow-x: hidden;
    position: absolute;
    background: #f5f5f5;
    margin: 0;
}

.suburb-search-form ul {
    z-index: 9
}

.suburb-search-form .ui-autocomplete li .ui-menu-item-wrapper {
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
}

.suburb-search-form .ui-autocomplete li .ui-state-active {
    font-weight: 600;
    color: #fff;
    background: var(--themecolor);
    border: none
}

.suburb-search-form .ui-autocomplete li {
    border-bottom: 1px solid #ededed;
    overflow: hidden;
    cursor: pointer;
    padding-left: 0;
    margin-bottom: 0;

    &:after {
        content: none;
    }
}

.suburb-search-form .ui-autocomplete li.ui-state-focus {
    background: #f8f8f8
}

.suburb-search-form .ui-autocomplete li img {
    float: left;
    height: 50px;
    margin: 5px 10px
}

.suburb-search-form .ui-autocomplete li span {
    line-height: 1.75em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}

.suburb-search-form button {
    position: relative;
}

/*------------------------------|| areas form end ||----------------------------------*/


/*------------------------------||suburb contact form start ||----------------------------------*/
.suburb-contact-form {
    width: 558px;
    background: #E1F1F7;
    z-index: 1;
    padding: 50px;
}

.suburb-contact-form .title-design {
    margin-bottom: 23px;
}

.suburb-contact-form .title-design .heading-30 {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Inter Tight';
}

.suburb-contact-form .title-design p {
    text-align: left;
    color: #4B4B4B;
}

.suburb-contact-form .suburb-contact-form-container {
    position: relative;
    z-index: 0;
}

.suburb-contact-form .form-control {
    background-color: transparent;
    position: relative;
    border-radius: 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #707070;
    padding: 0px 0 15px 0;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Inter Tight';
    color: rgb(255 255 255 / 70%);
    letter-spacing: 0.45px;
    text-transform: none;
}


.suburb-contact-form select.form-control {
    background: transparent url(../images/select-icon.svg) no-repeat right 0 top 5px;
    padding-right: 20px;
    background-color: #000;
    color: rgb(255 255 255 / 70%);
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    border-radius: 0px;
    text-transform: none;
    letter-spacing: 0.45px;
    font-family: 'Inter Tight';
}

.suburb-contact-form textarea.form-control {
    height: auto;
    min-height: unset;
}

.suburb-contact-form .form-group:has(textarea) {
    margin-bottom: 34px;
}

.suburb-contact-form .form-group {
    margin-bottom: 24px;
}

.suburb-contact-form .submit_button {
    justify-content: flex-end;
}

.suburb-contact-form .btn_border {
    color: #fff;
    background: var(--orange);
    min-width: auto;
    cursor: pointer;
}

.suburb-contact-form label {
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    color: #fff;
}

.suburb-contact-form p {
    color: var(--white);
    margin: 0 0 16px 0;
}

.suburb-contact-form .button {
    margin: 0;
    float: right;
    text-transform: none;
    width: 100%;
}

.suburb-contact-form .button>img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(152deg) brightness(105%) contrast(105%);
}

.suburb-contact-form .button:hover {
    background: var(--darkblue);
    border: 1px solid #fff;
}

.suburb-contact-form .button:hover img {
    filter: brightness(0) invert(1);
}

.suburb-contact-form {
    position: relative;
}

.hm-cn-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.suburb-contact-form.suburb-contact-form .form-title {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 0;
    line-height: 1.2;
    z-index: 1;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.suburb-contact-form .suburb-contact-form-container .row {
    gap: 18px;
    display: flex;
}

.suburb-contact-form .heading-15 {
    font-size: 15px;
    font-weight: normal;
    font-family: 'Inter Tight';
    color: #fff;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 42px;
    letter-spacing: 0.45px;
}

/*------------------------------||suburb contact form end ||----------------------------------*/

/*------------------------------||arteas page inner banner end||----------------------------------*/
.inner-banner:has(+ .areas-page) .inner-banner-wrapper {
    max-width: 709px;
}

.inner-banner:has(+ .areas-page) .inner-banner-wrapper .heading-40 {
    line-height: 1.25;
}

.area-left-block,
.area-right-block {
    width: 50%;
}

.area-left-block {
    max-width: 586px;
    /* padding-bottom: 40px; */
}

.area-right-block {
    max-width: 520px;

    & .contactright {
        background-color: #F1F3F8;
        padding: 26px 30px 30px 30px;
    }
}

/*------------------------------||arteas page inner banner end||----------------------------------*/



/*------------------------------||service detail page inner banner start||----------------------------------*/
.serdetail-banner .inner-banner-wrapper {
    display: block;
    width: 100%;
    max-width: 670px;
    margin-bottom: 0;
    padding-top: 0;
}

.serdetail-banner .inner-banner-wrapper .heading-40 {
    line-height: 1.3;
    color: var(--white);
    margin-bottom: 15px;
}

/*------------------------------||service detail page inner banner end||----------------------------------*/

/* car booking list */
.car-booking-list li {
    position: relative;
    padding-left: 37px;
}

.car-booking-list li:after {
    position: absolute;
    content: "";
    left: 0;
    top: -3px;
    width: 22px;
    height: 22px;
    background: url(../images/icon/listing-icon.svg)no-repeat;
}

/*------------------------------||bottom form section end||----------------------------------*/


/*------------------------------|| quality section start||----------------------------------*/
.features-sec {
    position: relative;
}

/* .features-sec .intro-sec .sm-title {
    margin-bottom: 40px;
} */

.features-box {
    position: relative;
    background: var(--white);
    display: inline-flex !important;
    flex-direction: column !important;
}

.features_container {
    padding: 40px 48px 40px 48px;
}

.feature-image {
    margin-top: auto;
}

.features-series {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Inter Tight';
    line-height: 21px;
    letter-spacing: 0;
    color: #fff;
    background: #313131;
    border-radius: 4px;
    padding: 9px 19px;
}

.features-box:last-of-type:after {
    display: none;
}

.quality_container {
    text-align: left;
}

.features-title {
    font-family: 'Inter';
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 15px;
}

.features-para {
    margin-top: 13px;
}

.features-box p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    font-family: 'Inter';
    color: #2D2D2D;
}

.features-sec .btnlist {
    justify-content: center;
    width: 100%;
    margin-top: 50px;
}

.features-wraper.slick-initialized {
    margin: 0 -10px;
}

.features-wraper.slick-initialized .slick-slide {
    padding: 0 10px;
}

.features-wraper:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.features-wraper:not(.slick-initialized.slick-slider) {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.features-wraper:not(.slick-initialized) .features-box {
    width: calc(33.33% - 20px);
    position: relative;
}

ul.color-list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #E1E2E5;
    border-bottom: 1px solid #E1E2E5;
}

.color-list-wrap li {
    padding-left: 0;
    list-style-type: none;
    max-width: 90px;


    &:after {
        content: none;
    }
}

.color-list-wrap li span {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    font-family: 'Inter';
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
}

.color-box {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.color-box.blacknight-color {
    background: #3A3A3B;
}

.color-box.pearlwhite-color {
    background: #EFF5F4;
}

.color-box.copperpearl-color {
    background: #654931;
}

.color-box.whitebrich-color {
    background: #F8EEDC;
}

.color-box.monumentsatin-color {
    background: #505050;
}

/*------------------------------|| quality section end||----------------------------------*/


/*------------------------------||leagal support start||----------------------------------*/
.legal-title {
    width: 515px;
}

.legal-btn {
    width: calc(100% - 515px);
    max-width: 670px;
}

.legal_support_usp {
    gap: 42px;
}

.legal_support_usp_item {
    width: calc(20% - 35px);
    padding: 45px 50px;
    border-radius: 2px;
    border: 2px solid #DBEAF3;
    position: relative;
}


.legal_support_usp_icon {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.legal_support_usp_icon img {
    margin: auto;
}

.aboutpg .legal-trust-sec {
    padding: 100px 0;
    background-color: var(--lightblue);
}

.legal_support_usp_text p {
    margin-bottom: 0;
    text-align: center;
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 0;
    font-family: 'Inter';
}

/*------------------------------||leagal support end||----------------------------------*/


/* --------------------------------||cta section start||------------------------------------ */
.top-cta {
    position: relative;
}

.cta-wrapper {
    padding: 65px 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.cta-wrapper:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;


    width: 100%;
    height: 100%;
    background: #072E58 0% 0% no-repeat padding-box;
    opacity: 0.85;
}

.cta-content {
    position: relative;
    width: calc(100% - 380px);
}

.cta-content .heading-40 {
    color: #fff;
    margin-bottom: 4px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.3;
    font-family: 'Black Han Sans';
}

.cta-content p {
    color: #fff;
    margin-bottom: 0;
}

.cta-content p a {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 0px;
    letter-spacing: 0.32px;
}

.cta-wrapper .btnlist {
    margin-bottom: 0;
    width: 380px;
    justify-content: flex-end;
}

/* --------------------------------||cta section end||------------------------------------ */



/*------------------------------|| areas we serve section start ||----------------------------------*/
.area-we-serve {
    padding-top: 65px;
    position: relative;

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 1530px;
        margin: auto;
        border-top: 1px solid #E1E2E5;
    }
}

.area-we-serve .container {
    justify-content: space-between;
}

.area-we-serve-content ul.areas-sec-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 120px;
    margin-bottom: 0;
}

.area-we-serve-content ul.areas-sec-list:not(:last-of-type) {
    /* padding-bottom: 29px; */
    margin-bottom: 35px;
    /* border-bottom: 1px solid rgb(112 112 112 / 20%); */
}

.area-we-serve .heading-50,
.area-we-serve .heading-34 {
    color: #2E2F30;
}

.area-we-serve-content ul.areas-sec-list li {
    position: relative;
    line-height: 1.4;
    padding-left: 28px;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    width: calc(100% / 5 - 96px);

    & strong {
        display: block;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 0;
        letter-spacing: 0;
    }
}

.area-we-serve-content ul.areas-sec-list li:before {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/icon/map-icon.svg) left top no-repeat;
    width: 13px;
    height: 18px;
    left: 0;
    top: 2px;
    background-size: contain;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.area-we-serve-content ul.areas-sec-list li:after {
    content: '';
    position: absolute;
    top: 0;
    right: calc(0% - 50px);
    left: unset;
    width: 1px;
    height: 100%;
    background: #E1E2E5;
    background-size: unset;
}

.area-we-serve-content ul.areas-sec-list li a {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0px;
    line-height: 1.3;
    color: #000000;
}

.area-we-serve-content ul.areas-sec-list li a:hover {
    color: var(--themecolor);
}

.area-we-serve-content ul.areas-sec-list li.active,
.area-we-serve-content ul.areas-sec-list li:hover>a {
    color: var(--themecolor);
}

/* .area-we-serve-content ul.areas-sec-list li.active:before,
.area-we-serve-content ul.areas-sec-list li:hover:before {
    background: url(../images/icon/map-icon-blue.svg) left top no-repeat;
} */

.areas-sec-map {
    position: relative;
    overflow: hidden;
}

.map-iframe-box {
    line-height: 1;
}

.map-iframe-box iframe {
    height: 650px;
    margin-bottom: 0;
}

/*------------------------------|| areas we serve section end ||----------------------------------*/




/*------------------------------||Brands page start||----------------------------------*/
.brands-listing {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.brands-listing .slide-box {
    border: 1px solid #DFE2DE;
    width: 240px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/*------------------------------||Brands page end||----------------------------------*/

.about-page .heading_line_ark {
    &::after {
        display: none;
    }
}


.faq-page .heading_line_ark {
    &::after {
        display: none;
    }
}

.contact-page .heading_line_ark {
    &::after {
        display: none;
    }
}

.servicepg .heading_line_ark {
    &::after {
        display: none;
    }
}


/* full width content section  */
.fullwidthcontent.aligncenter {
    text-align: center;
    margin-bottom: 80px;
    padding: 0 200px 50px;
    border-bottom: 1px solid #E1E2E5
}

.fullwidthcontent.aligncenter .heading-34 {
    color: var(--themecolor);
    margin: 0 0 10px 0
}

.choosescreen-page .fullwidthcontent.aligncenter,
.choosescreensize-page .fullwidthcontent.aligncenter {
    padding: unset;
    padding-bottom: 45px;
    border-bottom: none;
    max-width: 768px;
    margin: auto;
    margin-bottom: 0;
}


/*------------------------------||faq page start||----------------------------------*/
.faq-page .img-content-sec.faqs-sec>.container {
    border-bottom: 0;
    padding-bottom: 0;
}

/*------------------------------||faq page end||----------------------------------*/


@media (max-width: 1900px) {
    .inner-banner .container {
        width: 90%;
    }
}

@media (max-width: 1800px) {}

@media (max-width: 1600px) {

    /* brands page start */
    .brands-listing {
        justify-content: flex-start;
        gap: 20px;
    }

    .brands-listing .slide-box {
        width: 210px;
    }

    /* Area We serve */
    .area-we-serve {
        padding-top: 60px;
    }

    .area-we-serve-content ul.areas-sec-list li {
        width: calc(100% / 4 - 90px);
    }
}

@media (max-width: 1439.98px) {

    /*------------------------------|| Breadcrumb Start ||----------------------------------*/
    ul.woo_breadcums li a {
        margin: 0px 25px 0 0;
    }

    ul.woo_breadcums li a:after {
        right: -15px;
    }

    main ul.woo_breadcums>li>span {
        font-size: 16px;
    }

    /* bottom form section start */

    .formdivlogo {
        max-width: 160px;
    }

    .formdivlogo img {
        width: 160px;
        height: 160px;
    }

    .formdivlogo .rotate-badge {
        width: 160px;
        height: 160px;
    }

    .rotate-badge>img.center-logo {
        max-width: 70px;
    }

    .form-group.form-group100 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .form-group.form-group33 {
        padding-left: 5px;
        padding-right: 5px;
    }


    /* quality section start */
    .features-wraper:not(.slick-initialized.slick-slider) {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .features-wraper:not(.slick-initialized) .features-box {
        width: calc(33.33% - 15px);
        position: relative;
    }

    .features_container {
        padding: 30px;
    }

    /* cta section start */
    .cta-wrapper {
        padding: 40px;
    }

    /* legal support sectikbs gart */
    .legal_support_usp {
        gap: 20px;
    }

    .legal_support_usp_item {
        width: calc(20% - 18px);
        padding: 35px 25px;
    }


    /* brands page start */
    .brands-listing .slide-box {
        width: 200px;
    }

    .fullwidthcontent.aligncenter {
        padding: 0 100px 50px;
    }

    /* Area We serve */
    .area-we-serve {
        padding-top: 40px;
    }

    .area-we-serve-content ul.areas-sec-list {
        column-gap: 75px;
    }

    .area-we-serve-content ul.areas-sec-list li {
        width: calc(100% / 4 - 57px);
    }

}

@media (max-width: 1199.98px) {

    /* Inner Banner */
    .inner-banner .container {
        align-items: center;
    }

    /* areas detail page */
    .areasbanner-icon {
        width: 50px;
        height: 60px;
    }

    .areasbanner-title {
        margin: 10px 0 0;
    }

    /* bottom form section start */
    .formdivlogo {
        display: none;
    }

    .equip-icon {
        display: none;
    }

    /* quality section start */


    /* legal suppor section start */
    .legal_support_usp {
        justify-content: flex-start !important;
    }

    .legal_support_usp_item {
        width: calc(33.33% - 18px);
        padding: 35px 25px;
    }

    /* brands page start */
    .brands-listing .slide-box {
        width: 217px;
    }

    .fullwidthcontent.aligncenter {
        padding: 0 0 50px;
        margin-bottom: 60px;
    }


    /* ------------------ Area We Serve ----------------- */
    .area-we-serve {
        padding-top: 30px;
    }

    .area-we-serve-content ul.areas-sec-list {
        column-gap: 50px;
    }

    .area-we-serve-content ul.areas-sec-list li {
        width: calc(100% / 3 - 34px);
    }

    .area-we-serve-content ul.areas-sec-list li:after {
        right: calc(0% - 5px);
    }

}

@media (max-width: 991.98px) {

    .features-sec {
        padding-top: 50px;
    }

    .area-left-block,
    .area-right-block {
        width: 100%;
        max-width: 100%;
    }

    .area-left-block {
        padding-bottom: 30px;
    }

    .formbanner .area-left-block {
        text-align: center;
    }

    .area-we-serve-content ul.areas-sec-list {
        column-gap: 30px;
    }

    .area-we-serve-content ul.areas-sec-list li {
        width: calc(100% / 3 - 20px);
    }

    .area-we-serve-content ul.areas-sec-list li:after {
        right: calc(0% - 10px);
    }

    .map-iframe-box iframe {
        height: 450px;
        margin-bottom: 0;
    }

    /* BreadCrumb */
    .homepg ul.woo_breadcums {
        text-align: center;
    }

    /* Inner Banner */
    .inner-banner-wrapper {
        padding-top: 0;
    }

    .inner-banner-wrapper .btnlist:has(+ .woo_breadcums) {
        margin-bottom: 15px;
    }

    .inner_banner_subtitle:has(+ .btnlist) {
        margin-bottom: 15px;
    }

    .inner-banner .container {
        width: 85%;
    }

    .formbanner.inner-banner {
        min-height: unset;
        align-items: center;
        padding-bottom: 0;
    }

    /*arteas detail page inner banner end*/
    .formbanner .inner-banner-wrapper {
        padding-top: 100px;
        padding-bottom: 25px;
    }

    .inner-banner:has(+ .areas-page) .inner-banner-wrapper {
        max-width: 100%;
    }

    .inner-banner:has(+ .areas-page) .inner-banner-wrapper .heading-40 {
        line-height: 1.1;
        margin-bottom: 15px;
    }

    .formbanner .inner-banner-wrapper .heading-50 {
        margin-bottom: 20px;
        text-align: center;
    }

    .formbanner ul.woo_breadcums {
        text-align: center;
    }

    .homepg .inner-banner-wrapper .heading-50 {
        text-align: center;
    }

    .formbanner .banner_badge_list {
        justify-content: center;
    }

    .inner-banner-wrapper .banner_badge_list {
        margin: 0 0 20px 0;
    }

    .area-right-block {
        & .contactright {
            padding: 35px 35px 35px 35px;
        }
    }

    .search_bar {
        margin-bottom: 15px;
        margin-top: 0;
    }

    .search_bar .suburb-search-form {
        height: 45px;
    }

    .search_bar .suburb-search-form input {
        height: 45px;
    }

    .search_bar .suburb-search-form button {
        height: 45px;
        min-height: 45px;
    }

    .areasbanner-icon {
        width: 38px;
        height: 45px;
    }

    .areasbanner-title {
        margin: 8px 0 0;
        font-size: 16px;
        line-height: 20px;

    }

    .areasdetail-banner .container {
        height: 100%;
    }

    .areasbanner-container {
        margin-top: 35px;
        margin-bottom: 40px;
    }

    /*arteas detail page inner banner end*/

    .fullwidthcontent.aligncenter {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }


    /* bottom form section start */
    .form-group.form-group33:has(#select-position) {
        width: 100%;
    }

    .form-group.form-group33.ddmmyy {
        width: 100%;
    }

    .form-group.form-group33 {
        width: 50%;
    }

    .deg-arc {
        display: none;
    }


    /* quality section start */
    .features-wraper:not(.slick-initialized.slick-slider) {
        gap: 15px;
    }

    .features-wraper:not(.slick-initialized) .features-box {
        width: calc(50% - 8px);
    }

    .features-para {
        margin-top: 10px;
    }


    /* cta section start */
    .cta-wrapper {
        padding: 30px;
    }

    .cta-content {
        width: 100%;
    }

    .cta-wrapper .btnlist {
        margin-bottom: 0;
        margin-top: 20px;
        width: 100%;
        justify-content: flex-start;
    }

    .area-we-serve-content ul.areas-sec-list {
        margin-bottom: 10px;
    }

}

@media (max-width: 767.98px) {

    /* Container Width */
    .inner-banner .container {
        width: 100%;
    }

    /* Inner Banner */
    .inner-banner {
        min-height: 100%;
    }

    .inner-banner .container {
        min-height: 500px;
    }

    .small_innerbanner.inner-banner,
    .small_innerbanner.inner-banner .container {
        min-height: 500px;
    }

    /* .bg-blue {
        background: #EFF7FF;
        padding: 30px 0;
    } */

    .area-we-serve-content ul.areas-sec-list li {
        width: calc(100% / 2 - 15px);
        padding-bottom: 10px;
    }

    .area-we-serve .heading-34 {
        margin-bottom: 20px;
    }

    .map-iframe-box iframe {
        height: 350px;
    }

    /* inner banner section start */
    .inner-banner-wrapper {
        padding-top: 20px;
    }

    ul.woo_breadcums li {
        font-size: 14px;
    }

    ul.woo_breadcums li a {
        margin: 0px 25px 0 0;
    }

    ul.woo_breadcums li a:after {
        right: -19px;
        height: 14px;
        width: 6px;
    }

    .fullwidthcontent.aligncenter {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }


    /*arteas detail page inner banner end*/
    .inner-banner:has(+ .areas-page) .inner-banner-wrapper .heading-40 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .search_bar .suburb-search-form {
        max-width: 100%;
    }

    .search_bar .suburb-search-form button {
        font-size: 16px;
    }

    /*arteas detail page inner banner end*/


    /* areas page start */
    .areasbanner-bx {
        width: calc(100% / 3);
    }

    .areasbanner-container {
        row-gap: 20px;
    }

    .areasbanner-title {
        font-size: 14px;
        line-height: 18px;
    }

    .area-right-block {
        & .contactright {
            padding: 20px;
        }
    }

    .area-we-serve-content ul.areas-sec-list:not(:last-of-type) {
        margin-bottom: 25px;
    }

    /* quality section start */

    .features_container {
        padding: 20px;
    }

    .features-wraper:not(.slick-initialized) .features-box {
        width: 100%;
    }

    /* legal section start */
    .legal_support_usp {
        gap: 20px;
    }

    .legal_support_usp_item {
        width: calc(50% - 10px);
        padding: 20px;
    }

    /* brands page start */
    .brands-listing {
        gap: 15px;
    }

    .brands-listing .slide-box {
        width: calc(50% - 8px);
        height: 90px;
    }

    .brands-listing img {
        max-width: 90px;
        height: 50px;
        object-fit: contain;
    }

    .areas-sec-map iframe {
        height: 300px;
    }

}

@media (max-width: 575.98px) {

    .inner-banner .bgimg {
        object-fit: cover;
        object-position: 40%;
    }

    .inner_banner_subtitle {
        text-align: center;
    }

    .inner-banner-wrapper .btnlist:has(+ .woo_breadcums) {
        justify-content: center;
        width: 100%;
    }

    .inner-banner-wrapper .heading-50 {
        text-align: center;
    }

    ul.woo_breadcums {
        text-align: center;
    }

    .formbanner .inner-banner-wrapper {
        padding-top: 140px;
    }

    .serdetail-banner .inner-banner-wrapper .heading-40 {
        text-align: center;
    }

    /*arteas detail page inner banner end*/
    .inner-banner:has(+ .areas-page) .inner-banner-wrapper .heading-40 {
        font-size: 22px;
    }

    .search_bar .suburb-search-form {
        height: 40px;
    }

    .search_bar .suburb-search-form input {
        height: 40px;
    }

    .search_bar .suburb-search-form button {
        height: 40px;
        min-height: 40px;
    }

    /*arteas detail page inner banner end*/

    .areasbanner-container {
        row-gap: 15px;
    }

    .areasdetail-banner .inner-banner-wrapper .heading-40 {
        margin-bottom: 10px;
    }

    .areasbanner-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .area-we-serve-content ul.areas-sec-list:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .area-we-serve .heading-34 {
        margin-bottom: 10px;
    }


    /* bottom form section start */

    .features-title {
        font-size: 18px;
    }

    .features-para {
        margin-top: 5px;
    }

    /* legal section start */
    .legal_support_usp {
        gap: 15px;
    }

    .legal_support_usp_item {
        width: calc(50% - 8px);
    }

    .legal_support_usp_icon {
        max-width: 40px;
        margin: 0 auto 10px;
    }

    .legal_support_usp_text p {
        line-height: 20px;
        font-size: 15px;
    }

}

@media (max-width: 480px) {

    .areasbanner-icon {
        width: 35px;
        height: 40px;
    }

    .areasbanner-bx {
        width: calc(100% / 2);
    }

    /* legal section start */
    .legal_support_usp_item {
        padding: 15px 12px;
    }

    /* areas we serve section start */
    .area-we-serve-content ul.areas-sec-list li {
        width: 100%;
    }

    .area-we-serve-content ul.areas-sec-list li {
        & strong {
            display: inline;
        }
    }

}


@media (max-width: 375px) {}