.mainheader {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 10;
    width: 100%;
    top: 0;
    line-height: 0;
    /* border-bottom: 0px solid rgb(255 255 255 / 20%); */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
    position: relative;
    /* top: 0; */
}

.header-right {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    /* flex-grow: 1; */
    justify-content: flex-end;
}

.h_wrapper {
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
    max-width: 1790px;
    width: calc(100% - 30px);
    display: flex;
    justify-content: space-between;
    /* background-color: #203864; */
    background-color: transparent;
    align-items: unset;
    position: relative;
    flex-wrap: nowrap;
    align-items: center;
}

.main-menu-wrap {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    line-height: 0;
}


.nav-menu-wrapper .main-menu > li.menu-item-has-children:hover > a:after,
.nav-menu-wrapper .main-menu > li > .submenu > li:hover > a:after {
    /* left: calc(50% - 15px); */
    opacity: 1;
    transition: 1s;
}

p a:hover,
ul li a:hover,
ol li a:hover {
    text-decoration: none;
}


.nav-menu-wrapper {
    display: inline-flex;
    margin: 0;
    flex-grow: 1;
    justify-content: center;
    /* margin-right: 165px; */
    /* padding-left: 210px; */
}

.nav-menu-wrapper .main-menu > li a:not(.button) {
    font-size: 16px;
    letter-spacing: 0.16px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
    position: relative;
    line-height: 1;
    color: #252B2B;
}

.nav-menu-wrapper .main-menu > li > a:not(.button) {
    padding: 20px 0px;
    font-weight: 500;
    color: #171717;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.2;

    &:hover, & li.active > a {
        text-decoration: underline;
    }
}

.nav-menu-wrapper .main-menu > li a i.menudrop {
    margin-left: 5px;
    font-weight: 600;
    /* color: #fff; */
}

.wc-header-links a span {
    display: block;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.main-menu > li {
    position: relative;
    display: inline-flex;
    text-align: center;
    align-items: center;
    margin-bottom: 0;
    padding: 0 0px;
    height: 100%;
}

.main-menu > li:hover > .submenu {
    -webkit-transform: scaleY(0);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.main-menu .submenu li {
    display: block;
    width: 100%;
}

.menu_level_1 > li:not(:last-child) {
    margin-bottom: 15px;
}


.main-menu li > .submenu > li:not(:last-child) {
    margin-bottom: 15px;
}

.menu_level_2 {
    margin-top: 10px;
}

ul.menu_level_1 ul.menu_level_2 > li:not(:last-of-type) {
    padding: 0 0 5px 0;
}

.nav-menu-wrapper .main-menu > li.menu-item-has-children > a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
    transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
    bottom: -7px;
    background-color: #171717;
    width: 15px;
    height: 15px;
    left: calc(50% - 10px);
    opacity: 0;
    /* clip-path: polygon(50% 0%, 100% 50%, 50% 50%, 0 50%); */
    transform: scaleX(-0.6) rotate(45deg);
    border: 0px solid #0F2E1F;
}

/* .fixed-header .nav-menu-wrapper .main-menu>li>a:after {
    background-color: #343434;
} */


ul.main-menu > li.active > a:after,
ul.main-menu > li:hover > a:after {
    opacity: 1;
}

ul.main-menu > li.hidden,
.togglebtn,
.menulogo {
    display: none;
}

ul.main-menu .submenu {
    left: 0%;
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: left;
    border-radius: 0 0 0px 0px;
    z-index: 10;
    background: #ffffff;
    border-bottom: 0px solid #AB1116;
    left: calc(50% - 85px);
    margin: -0px auto 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0;
    overflow: hidden;
    min-width: 310px;
    padding: 0;
}

ul.main-menu .submenu > ul {
    margin-bottom: 0;
}

ul.main-menu > li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    /* display: block; */
}

ul.main-menu .submenu.menu_level2 {
    width: calc(800px - 284px);
    left: 284px;
    right: unset;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    background: transparent;
    box-shadow: none;
    transform: none;
    display: none;
    height: 100%;
    /* box-shadow: -1px 0px 21px 0px rgba(0, 0, 0, 0.1); */
    max-height: 100%;
    overflow: auto;
    padding: 0 0 0 84px;
    border: 0;
    margin: 0px;
}

ul.main-menu .submenu.menu_level2 ul {
    display: inline-block;
    flex-wrap: wrap;
}

div.submenu.menu_level2::-webkit-scrollbar {
    width: 5px;
}

div.submenu.menu_level2::-webkit-scrollbar-track {
    background: transparent;
}

div.submenu.menu_level2::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 20px;
    border: 3px solid #c1c1c1;
}

li.menu-item-has-children.menu-item-hover div.submenu.menu_level2 {
    opacity: 1;
    visibility: visible;
    z-index: 11;
}

div.submenu.menu_level2 li {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    display: inline-block;
}

div.submenu.menu_level2 a {
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
}

div.submenu.menu_level2 a:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 16px;
    background: transparent url(../images/map-pin.svg) no-repeat;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(51%) sepia(77%) saturate(3717%) hue-rotate(171deg) brightness(99%) contrast(86%);
}

ul.main-menu nav ul > li:first-child img {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.submenu.childmenu li.menu-item-has-children a img {
    filter: brightness(0) !important;
    margin-right: 15px;
    top: 1px;
    position: relative;
}

ul.main-menu li.has-sub:hover:after {
    opacity: 1;
}

ul.main-menu .submenu .fa-angle-down.menudrop {
    position: absolute;
    width: 22px;
    height: 22px;
    background: transparent;
    border-radius: 100%;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: var(--primary);
    border: 0px solid var(--white);
    font-size: 20px;
    text-align: center;
    padding: 0 0 0 0;
    line-height: 22px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.fixed-header .nav-menu-wrapper .main-menu > li.active > a,
.fixed-header .nav-menu-wrapper .main-menu > li:hover > a {
    text-decoration: underline;
    color: #000000;
}

body.menuoverlay main {
    filter: blur(1px);
}

.fixed-header .mainheader {
    -moz-transition: height 0.3s;
    will-change: height ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: 0.3s ease-in-out 0s normal none 1 running fadeInDown;
    animation: 0.3s ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
    background-color: #000000;
}

.nav-logo {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-width: 135px;
    width: 135px;
    margin: 16px 0;
}

.nav-logo > a {
    display: inline-flex;
    align-self: center;
    width: 100%;
}

.header-right .btnlist {
    column-gap: 20px;
    align-items: center;

    & .phone-link:hover {
        & .wrapper {
            color: var(--themecolor);
            transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
        }
    }
}

.main-menu li.active > a {
    /* color: var(--themecolor); */
    text-decoration: underline !important;
}

/* areas-we-serve  menu */

li.areas_menu > .submenu {
    width: 900px;
    padding: 0;
    height: 340px;
    left: calc(50% - 360px);
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 5px #00000029;
}

.areas-list-header {
    width: 275px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    background: rgba(46, 48, 69, 0);
    flex-wrap: wrap;
    position: relative;
    padding: 0px 0px 20px 0px;
}

.submenu.menu_level2 > li {
    width: 100%;
}

.areas_menu .areas-list-header li > .submenu.menu_level2 {
    /* height: calc(100% - 10px); */
    /* height: calc(100% - 10px);  */
    bottom: 0;
    margin: auto 0px auto 0px;
    padding: 84px 0px 0px 30px;
    border-radius: 0px;
    background-color: #F8F6F2;
    border: 0;
    width: calc(900px - 275px);
    max-width: calc(900px - 275px);
    left: 275px;
    overflow: auto;
    overflow-x: hidden;
    height: 100%;
}

.areas_menu .areas-list-header li > .submenu.menu_level2 > li {
    width: calc(50% - 10px);
}

.areas_menu .areas-list-header li.menu-item-hover > .submenu.menu_level2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: none;
    display: inline-flex;
    box-shadow: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

.areas_menu .areas-list-header > li.menu-item-hover > a,
.areas_menu .areas-list-header > li:hover > a,
.areas_menu .areas-list-header > li > a:hover {
    background-color: var(--themecolor);
    z-index: 1;
    color: #fff !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.75);
    box-shadow: none;
    background: transparent linear-gradient(271deg, #252b2bc9 0%, #252b2b 100%) 0% 0% no-repeat padding-box;
}

.areas-list-header > li > a::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
	filter: brightness(0) invert(0);
    right: 16px;
    top: calc(50% - 5px);
}

.areas-list-header > li:hover > a::after,
.areas-list-header > li.menu-item-hover > a::after {
    transform: translateX(0px);
    filter: brightness(0) invert(1);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.nav-menu-wrapper .main-menu li.areas_menu .areas-list-header > li.menu-item-hover > a .fa-angle-down.menudrop {
    transform: rotate(-90deg);
}

.area_text {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    font-family: 'Roboto';
    color: #000000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-bottom: 1px solid #b6b6b7;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0; width: 100% !important;
}

.area-list-title {
    font-size: 16px;
    color: #505157;
    font-weight: 700;
    padding: 0 0 20px 14px;
    margin-bottom: 0px;
    border-bottom: 1px solid #b6b6b7;
}

.main-menu li.areas_menu .submenu > li > a {
    padding-left: 0px;
    display: inline-block;
    line-height: 1.4;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding: 0 0 0 20px;
}

.main-menu li.areas_menu .submenu > li > a::after {
    display: none;
}

.main-menu li.areas_menu .submenu > li > a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    background: transparent url(../images/icon/location.svg) no-repeat center center;
    background-size: contain;
    height: 14px;
    width: 10px;
    display: block;
}

.areas-list-header > li > a {
    width: 100%;
    display: inline-flex;
    padding: 22px 24px 21px 15px;
    background: #ffffff00;
    border-radius: 0px;
    font-size: 16px !important;
    flex-wrap: wrap; cursor: default;
}

.areas-list-header > li > a > p {
    font-size: 11px;
    color: #000000;
    margin-bottom: 0;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.25;
    padding: 5px 0 0 0px;
}


.areas-list-header > li:not(:last-child) {
    margin-bottom: 1px;
}

.areas-list-header > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.areas_menu .areas-list-header > li > a > .menudrop {
    visibility: hidden;
    opacity: 0;
    display: none;
}

/* areas-we-serve  menu */


/*cosygroup.com.au update  */

main {
    margin-top: 111px;
}

.nav-menu-wrapper > nav {
    width: 100%;
}

li.services-menu-list > .submenu {
    width: 800px;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    background: transparent;
    justify-content: space-between;
    left: calc(50% - 472px);
    background-color: #ffffff;
    box-shadow: 0px 3px 6px #58585821;
    border-radius: 0 0;
    border-top: 0px solid var(--themecolor);
    position: absolute;
    top: 100%;
    min-height: 381px;
}

ul.services-list-header {
    list-style: none;
    display: inline-flex;
    width: 284px;
    background: transparent;
    padding: 16px 0 30px 0px;
    max-width: 430px;
    row-gap: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    left: 0;
    background: #F3F3F3;
    flex-direction: column;
    z-index: 1;
}

.main-menu .submenu ul.services-list-header > li {
    display: inline-flex;
    width: 100%;
    padding: 0px 0px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background: #ffffff00;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
    border-bottom: 1px solid #E4E6EF;
    border-radius: 0;

    &:not(:last-child) {
        margin-bottom: 0;
    }
}

ul.main-menu ul.services-list-header li > .submenu.menu_level2 > ul > li {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

ul.main-menu ul.services-list-header li > .submenu.menu_level2 {
    padding: 85px 50px 10px 50px;
    background-color: #fff;

    & > li:last-child {
        margin-bottom: 0;
    }
}

ul.main-menu ul.services-list-header li.menu-item-hover > .submenu.menu_level2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: none;
    display: flex;
    box-shadow: none;
    /* flex-wrap: wrap; */
    gap: 0px;
    flex-direction: column;
}

.main-menu .submenu ul.services-list-header > li > a {
    display: inline-flex;
    align-items: center;
    padding: 18px 80px 19px 20px;
    position: relative;
    border: 0px solid transparent;
    height: 100%;
    align-items: center;
    color: #252B2B;
    line-height: 1.2;
    margin-bottom: 0px;
    background-color: transparent;
    gap: 13px;
    font-weight: 800;
}

.service_text-wrap {
    width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
    display: inline-flex;
    width: 100%;
    padding-bottom: 13px;
    border-bottom: 1px solid lightgray;
    padding-left: 45px;
}

.main-menu .submenu ul.services-list-header > li > a:hover {
    color: var(--themecolor) !important;

    &::after {
        filter: invert(13%) sepia(72%) saturate(7300%) hue-rotate(353deg) brightness(99%) contrast(88%) !important;
    }
}

.main-menu .submenu ul.services-list-header > li > a > i.menudrop {
    display: none;
}

.main-menu .submenu ul.services-list-header > li > a::after {
    content: "";
    position: absolute;
    height: 12px;
    width: 16px;
    right: 25px;
    top: 0;
    bottom: 0;
    background: url(../images/icon/arrow-right.svg) center center / contain no-repeat transparent;
    margin-block: auto;
}


.main-menu .submenu ul.services-list-header > li > a:hover::after,
.main-menu .submenu ul.services-list-header > li.active > a::after {
    filter: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}


.main-menu .submenu ul.services-list-header > li > a > p {
    color: #000000;
}

.service_text {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2;
    font-family: var(--sitefonts);
    color: var(--themecolor);
    background: #fff;
    z-index: 1;
    padding-right: 0;
}

.main-menu > li.menu-btn > a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
    font-weight: normal;
    padding: 15px 20px;
    background-color: var(--themecolor);
    gap: 12px;
    border-radius: 5px;
}


.main-menu > li.menu-btn > a:hover {
    background: #000;
    color: #fff !important;
}

.nav-menu-wrapper .submenu.menu_level2 > li > a:not(.button) {
    letter-spacing: 0.14px;
    line-height: 1.25;
    padding-left: 17px;
    font-size: 14px;

    & > i {
        font-weight: bold;
        font-size: 16px;
        margin-right: 5px;
    }
}

.title-service-menu {
    position: absolute;
    bottom: 15px;
    width: 100%;
    padding-inline: 15px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.48px;
    line-height: 1.2;
    color: #fff;
    z-index: 1;
}

.top-header-right {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-block: 10px;

    & > .btnlist > a {
        min-height: 45px !important;
        padding: 14px 30px 12px !important;
    }
}

ul.main-menu .areas_list_menu > .submenu {
    width: 760px;
    left: calc(50% - 425px);
    padding: 30px;
    background: #fff;

    & > ul.areas-list-top {
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
        column-count: 3;
        column-gap: 30px;

        & > li {
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-bottom: 1px dashed rgb(237 28 36 / 14%);

            & > a {
                padding-left: 20px;

                &::after {
                    position: absolute;
                    content: "";
                    left: 0;
                    top: 0px;
                    background: url(../images/icon/map-pin.svg) center center no-repeat;
                    background-size: contain;
                    height: 15px;
                    width: 12px;
                    display: block;
                    filter: brightness(1) invert(1);
                }
            }
        }
    }
}

.submenu-title {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
}

/* ---------------------cosygroup.com.au ------------------------------- */

.heading-24 {
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
}

/* udpate */
.top-header {
    display: block;
    width: 100%;
    line-height: 100%;
    text-align: center;
    background-color: transparent;
    max-width: 100%;
    padding-inline: 15px;
    margin-inline: auto;
    border-bottom: 1px solid #D2D2D2;

    & .flex-container {
        display: inline-flex;
        width: 100%;
        margin: 0 auto;
        max-width: 1760px;
        padding: 0 0px;
        justify-content: space-between;
        position: relative;
        /* padding-block: 20px; */
        /* border-bottom: 1px solid #FFFFFF; */
        align-items: center;

        & > a {
            position: absolute;
            right: 0;
            font-size: 17px;
            font-weight: bold;
            letter-spacing: 0.34px;
            line-height: 1.25;
            font-family: var(--sitefonts);
            color: #fff;
            top: 0;
            bottom: 0;
            margin: auto;
            display: inline-flex;
            align-items: center;

            & > span {
                display: inline-block;
                color: var(--themecolor);
                margin-right: 5px;
            }

            & > img {
                margin-right: 10px;
            }
        }
    }
}

img.side-sticky-img {
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
}

ul.main-menu > li.about-menu .submenu {
    background: #343434;
    padding: 25px 15px 15px;

    & .list-header > li {
        padding-bottom: 15px;
        border-bottom: 1px dashed rgb(185 152 49 / 20%);
        margin-bottom: 15px;
    }
}

.single-col-header {
    display: inline-block;
    width: 100%;
    /* padding-block: 15px 0; */
}

.single-col-header > li {
    margin-bottom: 0;

    &:not(:last-child) {
        margin-bottom: 00px;
        padding-bottom: 00px;
        border-bottom: 1px solid #E4E6EF;
    }

    & > a:not(.button) {
        display: inline-flex;
        align-items: center;
        padding: 23px 40px 25px 20px;
        position: relative;
        border: 0px solid transparent;
        height: 100%;
        align-items: center;
        color: #252B2B;
        line-height: 1.2;
        margin-bottom: 0px;
        background-color: transparent;
        gap: 13px;
        font-weight: 800;
        width: 100%;

        &::after {
            content: "";
        }

        &:hover {
            background: var(--themedark);
        }
    }
}

ul.main-menu > li > .submenu {
    /* border-top: 2px solid var(--themecolor); */
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 33%);
    -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 33%);
    -moz-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 33%);
    border: 1px solid #707070;
    border-radius: 15px;
}

.mobile-links {
    display: none !important;
}

/* -------------------------------update-------------------------- */
.single-dropdown.browse-categories-dropdown {
    display: inline-block;
    width: 100%;
    position: relative;
}

.single-dropdown-link-list {
    display: inline-flex;
    /* flex-direction: column; */
    padding: 0px;
    /* background: #FFFFFF; */
    /* border-radius: 0 0 3px 3px; */
    position: absolute;
    left: 0;
    top: 100%;
    width: 548px;
    z-index: 1;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    text-align: left;
    padding-top: 10px;
    /* gap: 10px; */
    /* box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 33%); */
    /* border-radius: 20px; */
    overflow: hidden;
    margin-top: -10px;

    & li > a {
        font-size: 14px;
        letter-spacing: 0.16px;
        font-weight: bold;
        text-decoration: none;
        text-transform: capitalize;
        position: relative;
        line-height: 1.1;
        color: #252B2B;
        width: 100%;

        &:hover {
            color: var(--dark);
            background: transparent;
            text-decoration: underline;
        }

        &:not(:last-child) {
            padding-bottom: 15px;
            border-bottom: 1px solid lightgray;
        }
    }

    &::after {
        content: '';
        position: absolute;
        height: calc(100% - 10px);
        width: 100%;
        border-radius: 20px;
        bottom: 0;
        left: 0;
        background: #FFFFFF;
        border: 1px solid #707070;
        z-index: -1;
    }
}

.single-dropdown > a:not(.button) {
    display: inline-flex;
    line-height: 1;
    font-size: 14px;
    font-family: 'Roboto';
    letter-spacing: 0;
    color: #171717;
    font-weight: 500;
    padding-block: 21.5px;
    cursor: pointer;
    border: 1px solid #707070;
    background: var(--themecolor);
    padding: 15px 22px 13px;
    border-radius: 50px;
    text-transform: capitalize;
    align-items: center;
    gap: 15px;

    & > i {
        font-size: 20px;
        font-weight: 600;
        line-height: 0.8;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
    }

    &:hover {
        color: #FFFFFF !important;
        text-decoration: none;
        background-color: #171717;
        border-color: #171717 !important;
    }

    &::after {
        display: none;
    }
}

.single-dropdown-link-wrap {
    display: inline-flex;
    flex-direction: column;
    min-width: 230px;
    flex-grow: 1;
    padding-right: 20px;
    padding-block: 17px;
    margin-bottom: 0;
}

.single-dropdown.active,
.single-dropdown:hover {
    & .single-dropdown-link-list {
        display: inline-flex;
        transform: scaleY(1);
        transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
    }

    & .single-dropdown-link {
        color: #ffffff;
        background: #171717;
        border-color: #171717;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;

        & > i {
            transform: scaleY(-1);
            transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
        }
    }
}

.single-dropdown-link-wrap > li {
    margin-bottom: 0px;

    & > a {
        display: inline-flex;
        line-height: 1.2;
        padding: 12px 31px 12px 28px;
        position: relative;
        font-size: 14px;
        letter-spacing: 0;
        font-weight: 500;
        line-height: 1.2;
        width: 100%;

        &::after {
            position: absolute;
            content: '';
            height: 15px;
            width: 15px;
            right: 15px;
            top: 0;
            bottom: 0;
            margin-block: auto;
            background: transparent url(../images/icon/arrow-right-circle.svg) no-repeat center;
            background-size: contain;
        }
    }

    &:not(:last-child) {
        border-bottom: 1px solid #DDDDDD;
    }
    & > a:hover, &.active > a { 
        text-decoration: underline;
    }
}

.single-dropdown {
    margin-right: 250px;
}

.menu-cta {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 39px;
    background: #F8F6F2;
    border: 1px solid #707070;
    border-radius: 0 20px 20px 0;

    & .heading-24 {
        font-weight: normal;
        letter-spacing: 0;
        margin-bottom: 17px;
        line-height: 1.35;
    }

    & > .img-wrap {
        margin-bottom: 15px;
        & > img {
            border-radius:10px;
        }
    }

    & > .btn-theme {
        border-color: #1C1C1C !important;
        padding: 17px 16px 15px !important;
        width: 100%;
    }
}

.header_search_wrapper {
    flex-grow: 1;
    max-width: 740px;
    margin-left: auto;
    margin-right: 200px;
}

.aws-container {
    display: inline-block;
    width: 100%;
}

.aws-container .aws-search-form {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 49px !important;
}

.aws-container .aws-search-form .aws-wrapper {
    width: 100%;

    & input[type="search"].aws-search-field {
        margin-bottom: 0 !important;
        width: 100%;
        padding: 15px 50px 15px 16px;
        background-color: #fff;
        border: 1px solid #B6A697;
        color: #707070;
        font-size: 14px;
        line-height: 1;
        transition: all 0.5s ease -in-out;
        -webkit-transition: all 0.5s ease -in-out;
        min-height: 46px;
        border-radius: 100px !important;
        /* margin-bottom: 16px !important; */
        font-weight: 500;

        &:hover { border-color: #000;} 
    }
}

.aws-container .aws-search-form .aws-search-btn {
    position: absolute;
    height: 100%;
    width: 50px;
    right: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    height: 100%;
    background: transparent;
    border-radius: 0 50px 50px 0 !important;
    border-color: transparent;
}

.aws-container .aws-search-form .aws-search-btn_icon {
    display: inline-block;
    line-height: 1;

    & > svg {
        margin-bottom: 0;
    }
}
.aws-container .aws-search-form .aws-search-clear { 
    right: 35px;
}
ul.accout_dtl_wrap {
    display: inline-flex;
    align-items: center;
    gap: 20px;

    & > li {
        margin-bottom: 0;

        & > a {
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 7px;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 1;
            color: #1C1C1C;

            &:hover {
                color: #000;
                text-decoration: underline;
            }
        }
    }

    .single-dropdown-link-list {
        width: 570px;
    }
}

.wc-block-mini-cart__button {
    padding: 5px;
    white-space: nowrap;
    margin-bottom: 0;
    border: 1px solid #000000;
    border-radius: 100%;
    &:hover {
        border-color: var(--themecolor);
        background-color: var(--themecolor);
    }
}

.wc-block-components-drawer__close-wrapper .wc-block-components-drawer__close {
    padding: 4px !important;
    min-height: unset !important;
    height: 25px !important;
    width: 25px !important;
    text-align: center;
    margin: auto;
    & svg {
        margin-bottom: 0;
        max-width: 15px;
        align-self: center;
        line-height: 0 !important;
        height: 16px;
    }
}
/* .wp-block-woocommerce-filled-mini-cart-contents-block {
    padding-top: 25px;
} */
.wc-block-components-drawer__close { 
    right: 18px !important;
    top: 29px !important;
}
/* udpate */


@media (min-width: 991.98px) {
    .fixed-header .togglebtn {
        top: 30px;
    }

    .nav-menu-wrapper .main-menu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        height: 100%;
        position: static;
        column-gap: 34px;
        /* justify-content: center; */
        padding: 0 0px 0 0px;
        margin-bottom: 0;
    }

    .main-menu > li.has-sub {
        position: static;
    }
}

@media (max-width: 1800px) {
    .single-dropdown {
        margin-right: 50px;
    }

    .h_wrapper {
        width: 100%;
    }
}

@media (max-width: 1599.98px) {
    .header-right .btnlist {
        column-gap: 10px;
    }

    .nav-menu-wrapper .main-menu {
        column-gap: 20px;
    }

    .header_search_wrapper {
        margin-right: 100px;
    }
    li.areas_menu > .submenu { 
        left: calc(50% - 550px);
    }
}

@media (max-width: 1439.98px) {
    .nav-menu-wrapper .main-menu {
        /* column-gap: 15px; */
        padding: 0 0px 0 0;
        justify-content: center;
    }

    .nav-menu-wrapper .main-menu > li > a {
        font-size: 14px;
    }

    .nav-menu-wrapper .main-menu {
        width: 100%;
        justify-content: center;
        column-gap: 20px;
    }

    .h_wrapper {
        padding: 0 15px;
    }

    .header_search_wrapper {
        margin-right: 30px;
        max-width: 600px;
    }

    .nav-menu-wrapper .main-menu {
        /* justify-content: space-between; */
        padding-inline: 0 30px;
    }

    .single-dropdown {
        margin-right: 0;
    }

    ul.accout_dtl_wrap {
        gap: 20px;
    }
    li.areas_menu > .submenu { 
        left: calc(50% - 650px);
    }
}


@media (max-width: 1199.98px) {
    .nav-logo {
        min-width: 180px;
        width: 180px;
    }

    .header-right .btnlist {
        column-gap: 5px;
    }

    .header-right .btnlist > a {
        line-height: 1.3;

        /* font-size: 14px;
        padding: 15px 10px;
        min-width: 130px; */

        & > img {
            display: none;
        }
    }

    .nav-menu-wrapper .main-menu {
        column-gap: 15px;
    }

    .nav-menu-wrapper .main-menu > li > a:not(.button) {
        font-size: 14px;
        padding: 22.5px 0px;
    }


    li.areas_menu > .submenu {
        left: calc(50% - 648px);
    }

    .togglebtn span {
        position: relative;
        display: block;
        margin-top: 8px;
        vertical-align: top;
        margin-top: 0;
        margin: 0 auto;
    }

    .togglebtn span::before {
        top: 7px;
        width: 22px;
        height: 2px;
        border-radius: 2px;
    }

    .togglebtn span {
        width: 22px;
        height: 2px;
        border-radius: 2px;
        border: 0 solid var(--themecolor);
        /* float: left; */
        margin-top: 0px;
    }

    .togglebtn span::after {
        width: 22px;
        height: 2px;
        border-radius: 2px;
        border: 0 solid var(--themecolor);
        top: 14px;
    }

    .togglebtn span::before,
    .togglebtn span::after {
        content: "";
        position: absolute;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.2s ease all;
        transition: 0.2s ease all;
    }

    .togglebtn span,
    .togglebtn span::before,
    .togglebtn span::after {
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        border-radius: 0;
        border-radius: 2px;
    }

    .togglebtn span,
    .togglebtn span::before,
    .togglebtn span::after {
        background-color: #252b2b;
    }

    .fixed-header .togglebtn span,
    .fixed-header .togglebtn span::before,
    .fixed-header .togglebtn span::after {
        background-color: #252b2b;
    }

    .togglebtn {
        position: fixed;
        right: 20px;
        top: 98px;
        display: block;
        text-align: center;
        width: 22px;
        height: 18px;
        border: 0 solid var(--themecolor);
        border-radius: 4px;
        cursor: pointer !important;
        z-index: 1001;
        padding: 0 0;
        background-color: #eb2c3200;
    }

    .fixed-header .togglebtn {
       top: 98px;
    }

    .togglebtn.active span::before {
        -webkit-transform: rotate(45deg) translateY(0);
        transform: rotate(45deg) translateY(0);
        width: 22px;
        top: 6px;
    }

    .togglebtn.active span::after {
        -webkit-transition-delay: 0.09s;
        width: 22px;
        top: 6px;
        transition-delay: 0.09s;
        -webkit-transform: rotate(45deg) translateY(0);
        transform: rotate(-45deg) translateY(0);
    }

    .togglebtn.active span {
        background-color: transparent !important;
    }

    .header-right {
        margin-right: 55px;
        padding: 10px 0;
    }

    .overlay.active {
        position: absolute;
        left: 0;
        right: 0;
        background: #0000006e;
        width: 100%;
        height: calc(100vh - 134px);
        bottom: 0;
        top: 134px;
        z-index: 10;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }

    .fixed-header .overlay.active,
    .fixed-header .nav-menu-wrapper .main-menu {
        height: calc(100vh - 134px);
    }

    .fixed-header .nav-menu-wrapper .main-menu,
    .fixed-header .overlay.active {
        top: 134px;
    }

    .nav-menu-wrapper {
        display: inline-flex;
        align-items: center;
        flex-grow: 0;
        padding: 0;
    }

    .nav-menu-wrapper .main-menu {
        position: fixed;
        left: auto;
        top: 134px;
        right: 0;
        bottom: 0;
        z-index: 111;
        display: none;
        width: 100%;
        max-width: 450px;
        padding: 20px 30px 0;
        background: #fff;
        height: calc(100% - 134px);
        overflow: auto;
        justify-content: flex-end;
        transform: translate3d(100vw, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
        will-change: transform;
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-bottom: 10px;
    }

    .main-menu.active {
        transform: translate3d(0vw, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
    }

    .main-menu > li {
        padding: 0;
        display: block !important;
        width: 100%;
        text-align: left;
        height: auto;
        border-bottom: 1px solid rgba(83, 83, 83, 0.3);
    }

    .main-menu > li:last-of-type {
        border-bottom: 0 solid rgba(83, 83, 83, 0.3);
    }

    .nav-menu-wrapper .main-menu > li > a {
        color: #000;
        display: block;
        padding: 15px 0;
        width: 100%;

    }

    .main-menu > li.menu-btn > a {
        padding: 15px 0px;
        font-weight: 600;
        color: #000;
        font-family: var(--sitefonts);
        text-transform: capitalize;
        font-size: 14px;
        letter-spacing: 0px;
        background: transparent;
    }

    .main-menu > li.menu-btn > a > i {
        display: none;
    }

    .nav-menu-wrapper .main-menu > li a:hover {
        color: transparent !important;
    }

    .main-menu > li .submenu {
        position: static;
        min-width: 100%;
        display: none;
        background: transparent;
        padding: 15px;
        visibility: inherit;
        opacity: unset;
        transform: none;
        box-shadow: none;
        margin: 0;
    }

    .nav-menu-wrapper .submenu.menu_level2 > li > a:not(.button) {
        padding-left: 0;

        & > img {
            display: none;

        }

        &::after {
            display: none;
        }

        .title-service-menu {
            position: relative;
            inset: unset;
            color: #111111;
            font-size: 16px;
            font-weight: 500;
            padding-inline: 0;
        }
    }

    .nav-menu-wrapper .main-menu > li a i.menudrop {
        width: 30px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 10px;
        margin: 0;
        height: 30px;
        line-height: 30px;
    }

    .nav-menu-wrapper .main-menu > li.active > a:after,
    .nav-menu-wrapper .main-menu > li > a:after {
        display: none;
    }

    ul.main-menu li > .submenu {
        display: none;
        border: 0;
        width: 100%;
        min-height: unset;
        box-shadow: none; border-radius: 0;
    }

    ul.main-menu li:hover > .submenu {
        display: none;
        opacity: unset;
        visibility: unset;
        -webkit-transform: unset;
        transform: unset;
    }


    .fixed-header .nav-menu-wrapper .main-menu > li.active > a,
    .fixed-header .nav-menu-wrapper .main-menu > li:hover > a {
        color: var(--themecolor);
    }

    .fixed-header .nav-menu-wrapper .main-menu > li:hover > a {
        color: var(--themecolor);
    }

    ul.main-menu .submenu .fa-angle-down.menudrop {
        color: #000;
        display: block !important;
        font-size: 14px;
        right: 0;
    }

    .main-menu > li .submenu {
        padding: 0;
    }

    .nav-menu-wrapper .main-menu > li.isopen > a > i.menudrop {
        transform: rotate(180deg);
        color: #000;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .main-menu .submenu {
        border-radius: 0;
        width: 100%;
        height: auto;
        /* areas-list  */
    }

    li.areas_menu > .submenu {
        width: 100%;
        height: auto;
        padding-left: 15px;
    }

    .areas-list-header > li > a > .menudrop {
        display: inline-block;
    }

    .areas-list-header::after,
    .areas-list-header > li > a::after,
    .area_text,
    .areas_menu .areas-list-header li > .submenu.menu_level2::before {
        display: none !important;
    }

    .nav-menu-wrapper .main-menu > li.menu-item-has-children > a:after {
        display: none;
    }

    .areas-list-header > li > a > .img-wrap {
        position: relative;
        min-width: 40px;
        width: 40px;
    }

    .areas-list-header {
        gap: 0px;
        width: 100%;
        margin: 0;
        padding: 0;
        display: inline-flex;
        height: auto;
        margin-bottom: 10px;
    }

    .nav-menu-wrapper .main-menu > li a:not(.button) {
        font-size: 14px;
        color: #000;
    }

    .main-menu .submenu .areas-list-header > li {
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 15px;

        &:last-child {
            margin-bottom: 0;
        }
    }

    .nav-menu-wrapper .main-menu .areas-list-header > li > a {
        font-size: 14px !important;
        font-weight: bold;
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 0px;
        padding: 0px 28px 0px 0px;
        margin-left: 0;
    }

    .areas_menu .areas-list-header > li.menu-item-hover > a,
    .areas_menu .areas-list-header > li:hover > a,
    .areas_menu .areas-list-header > li > a:hover {
        display: block;
        box-shadow: none;
        background-color: transparent;
        z-index: 1;
        color: #000 !important; background: transparent;
    }

    .areas-list-header > li > a > p {
        display: none;
    }

    .areas_menu .areas-list-header > li.menu-item-hover > a P,
    .areas_menu .areas-list-header > li:hover > a P,
    .areas_menu .areas-list-header > li > a:hover P {
        color: #000000 !important;
    }

    .nav-menu-wrapper .main-menu > li a:hover {
        color: #000000 !important;
    }

    .areas_menu .areas-list-header li.menu-item-hover > .submenu.menu_level2 {
        display: none;
    }

    .areas_menu .areas-list-header li > .submenu.menu_level2 > li {
        width: 100%;
        margin-bottom: 15px;

        & > a {
            padding-left: 20px;
            font-size: 14px;

            &::before {
                top: 1px;
            }
        }

        &:last-child {
            margin-bottom: 0;
        }
    }

    .areas_menu .areas-list-header li > .submenu.menu_level2 {
        padding: 15px 0 0px 0px;
        position: relative;
        left: unset;
        top: unset;
        height: unset;
        bottom: unset;
        background: transparent;
        column-count: 1 !important;
        border-radius: 0;
    }

    .area-list-title {
        display: none;
    }

    .areas-list-header > li:last-child {
        border: 0;
    }

    /* .nav-menu-wrapper .main-menu .areas-list-header>li.isopen>a {
        border-bottom: 1px dashed #cbcbcb !important;
    } */
    .areas_menu .areas-list-header > li > a > .menudrop {
        visibility: visible;
        opacity: 1;
        display: inline-block;
        /* areas-list  */
        /* services-list  */
    }

    ul.services-list-header {
        max-width: 100%;
        padding: 0px 0px 20px 10px;
        width: 100%;
        border: 0;
        background: transparent;
    }

    .main-menu .submenu ul.services-list-header > li {
        padding: 0 0px 0 0px;
        flex-direction: column;
        min-height: auto;
        width: 100%;
        border-bottom: 0;
    }

    .main-menu .submenu ul.services-list-header > li:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgb(0 0 0 / 10%);
        border-radius: 0;
    }

    .main-menu .submenu ul.services-list-header > li > a {
        padding: 0 0 0 0px;
        font-weight: bold;
        position: relative;
        /* display: inline-block; */
        color: #000;
        font-size: 16px;
        gap: 10px;
        font-weight: 600;
    }

    ul.main-menu ul.services-list-header li > .submenu.menu_level2 {
        padding: 15px 0px 0px 16px;
        overflow: visible;

        & > li:last-child {
            margin-bottom: 0;
        }
    }

    .main-menu .submenu ul.services-list-header > li > a > .img-wrap {
        display: none;
    }

    .main-menu .submenu ul.services-list-header > li > a > p {
        font-size: 12px;
        letter-spacing: 0.24px;
        max-width: 100%;
        /* ----services-list------ */
    }

    .main-menu .submenu ul.services-list-header > li > a:hover,
    .main-menu .submenu ul.services-list-header > li.active > a,
    .main-menu .submenu ul.services-list-header > li.menu-item-hover > a {

        & .service-menu-title,
        & .service-menu-text {
            color: #000;
        }
    }

    ul.main-menu .submenu.menu_level2 {
        padding: 30px;
        max-width: 100%;
        box-shadow: none;
        opacity: unset;
        visibility: unset;
        transform: none;
        height: unset;
        display: none;
        /* update */
    }

    /* ---------cosygroup.com.au------------ */
    html.menuhidden {
        max-height: 100vw;
        overflow: hidden;
    }

    .nav-menu-wrapper .main-menu > li > a:not(.button) {
        font-size: 16px !important;
        padding: 18px 0;
        font-weight: bold;
        color: #000000 !important;
    }

    .nav-menu-wrapper .main-menu > li a:not(.button) {
        font-size: 14px !important;
        color: #000 !important;
        padding-left: 0;
    }

    .main-menu .submenu ul.services-list-header > li > a::after {
        display: none;
    }

    .top-header {
        & .flex-container {
            border-bottom: 0;
        }
    }

    .nav-logo {
        min-width: 100px;
        width: 100px;
        margin-right: 20px;
    }

    li.services-menu-list > .submenu {
        &:after {
            display: none;
        }
    }

    img.side-sticky-img {
        display: none;
    }

    ul.services-list-header {
        &:after {
            display: none;
        }
    }

    ul.main-menu > li.about-menu {
        & .submenu {
            background: transparent;
            padding: 0 0 0 15px;

            & .list-header > li {
                padding-bottom: 0px;
                border-bottom: 0px dashed rgb(185 152 49 / 20%);
                margin-bottom: 15px;
            }
        }
    }

    .header-right .btnlist > a {
        min-height: auto;
        font-size: 16px;
        padding: 11px 10px;
        min-width: auto !important;
    }

    .submenu.menu_level2 > li {
        width: 100%;
        padding-right: 0px;
    }

    .mobile-links {
        display: inline-flex !important;
    }

    .single-col-header {
        padding-top: 0;
        padding-left: 0;
        /* padding-bottom: 15px; */
    }

    .single-col-header > li {
        & > a:not(.button) {
            padding: 15px 40px 15px 10px;

            &::after {
                position: absolute;
                content: '';
                height: 15px;
                width: 15px;
                right: 15px;
                top: 0;
                bottom: 0;
                margin-block: auto;
                background: transparent url(../images/icon/arrow-right-circle.svg) no-repeat center;
                background-size: contain;
            }
        }
    }


    .service_text-wrap {
        width: 100%;
        display: none !important;
    }

    ul.main-menu .areas_list_menu > .submenu {
        max-width: 100%;
        padding: 10px 0px 10px 20px;
    }

    ul.main-menu .areas_list_menu > .submenu {
        & > ul.areas-list-top {
            column-count: 2;
        }
    }

    .submenu-title {
        display: none;
    }

    ul.main-menu .areas_list_menu > .submenu {
        & > ul.areas-list-top {
            & > li {
                border-bottom: 0px;
            }
        }
    }

    

    .single-dropdown.active, .single-dropdown:hover {
        & .single-dropdown-link-list {
            /* display: done; */
            transform: scaleY(0);
        }
    }

    .single-dropdown-link-wrap {
        width: 100%;
        min-width: unset;
        padding: 0;
        border-radius: 0;
        margin-bottom: 0;
    }

    .single-dropdown > a:not(.button).showhide {
        & .fa-angle-down:before {
            content: "X" !important;
            font-family: cursive;
            color: #ffffff;
            font-family: 'Roboto' !important;
        }

        & + .single-dropdown-link-list {
            transform: scaleY(1);
            transform-origin: top;
            transition: all 0.1s ease-in-out;
            -webkit-transition: all 0.1s ease-in-out;
            -ms-transition: all 0.1s ease-in-out;
            display: inline-flex;
        }
    }

    /* ---------cosygroup.com.au------------ */
}

@media (max-width: 991.98px) {
    .single-dropdown-link-list {
        /* display: none; */
        border-radius: 0;
        /* border-top: 2px solid var(--themecolor); */
        width: 300px;
    }

    .menu-cta {
        display: none;
    }

    .single-dropdown-link-wrap > li {
        border-bottom: 0px !important;
    }

    .single-dropdown-link-wrap > li:not(:last-child) {
        & > a {
            &::before {
                content: '';
                position: absolute;
                width: calc(100% - 2px);
                bottom: 0;
                left: 1px;
                border-bottom: 1px solid #DDDDDD;
            }
        }
    }

    
}

@media (max-width: 767.98px) {

    .contact-form-box.benner-form {
        padding: 15px 15px 20px;
    }

    .main-menu > li .submenu {
        padding: 0;
    }

    .header-right .btnlist > a.btn-white {
        display: none;
    }

    .header-right {
        padding: 12px 0;
    }

    .nav-logo {
        margin-right: 10px;
    }

    .header_search_wrapper {
        margin-right: 10px;
        width: 150px;
    }

    .top-header-right {
        & > .btnlist {
            gap: 9px;

            & > a {
                min-height: 45px !important;
                padding: 14px 15px 12px !important;
            }
        }
    }

    form.aws-search-form .aws-wrapper {
        & input[type="search"].aws-search-field {
            padding: 15px 37px 15px 16px;
            font-size: 16px !important;
        }
    }

    .menu-cta {
        display: none;
    }

    /* .single-dropdown > a:not(.button) {
        background: transparent;
        border-radius: 0;
        padding: 0;
        border: 0;
        padding: 13px 0;
        font-weight: bold;
        position: relative;
        padding-right: 30px;

        & > i {
            width: 30px;
            text-align: center;
            position: absolute;
            right: 0;
            top: 0;
            margin: 0;
            height: 30px;
            line-height: 30px;
            font-size: 16px;
            font-weight: 600;
            bottom: 0;
            margin: auto;
        }

        &:hover {
            color: #171717 !important;
            text-decoration: none;
            background-color: transparent;
            border: 0 !important;
        }
    } */
}

@media (max-width: 575.98px) {
    .togglebtn {
        top: 76px;
        right: 15px;
    }

    .fixed-header .togglebtn {
        top: 76px;
    }

    .main-menu-wrap {
        /* background: #000; */
    }

    .overlay.active {
        top: 105px;
        height: calc(100vh - 105px);
    }

    .nav-menu-wrapper .main-menu {
        top: 105px;
        height: calc(100% - 105px);
        max-width: 100%;
        padding: 0px 15px 0;
        border-top: 2px solid var(--themecolor);
    }

    .fixed-header .nav-menu-wrapper .main-menu,
    .fixed-header .overlay.active {
        top: 105px;
    }

    .fixed-header .overlay.active,
    .fixed-header .nav-menu-wrapper .main-menu {
        height: calc(100vh - 105px);
    }

    /* ------ cosygroup.com.au------ */
    .nav-logo {
        /* min-width: 90px;
        width: 90px; */
        padding: 0;
        margin: 5px 0 5px 10px;
        min-width: 100px;
        width: 100px;
        gap: 20px;
    }

    .header-right {
        width: 100%;
        margin: 0;
        padding: 0;
        border-bottom: 0px solid #ffffff00;
        flex-wrap: nowrap;
        align-items: unset;
        display: none;

        & .btnlist {
            width: 100%;
            gap: 0;

            & a {
                flex: 1;
                min-height: 45px;
                padding: 6px 5px;
                border-radius: 0 !important;

                & > img {
                    display: block;
                }
            }
        }
    }

    .header-right .btnlist > .btn-theme:hover {
        background: var(--themecolor);
        color: #fff !important;
    }

    .header-right .btnlist .phone-link {
        text-align: center;
        align-items: center;
        justify-content: center;
        background: #000;
        height: 100%;

        & .wrapper {
            color: #fff !important;
            font-size: 16px;
            font-weight: 600;

            & span {
                display: none;
            }
        }
    }

    .h_wrapper {
        max-width: 100%;
        width: 100%;
        padding: 0 0px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .top-header {
        padding-inline: 0;

        & .flex-container {
            padding-block: 5px;
            justify-content: center;
            gap: 20px;
        }
    }

    .top-header-right {
        display: none;

        & > .top-address {
            font-size: 13px;
        }
    }

    .single-dropdown-link-list {
        width: 100%;
    }

    .single-dropdown > a:not(.button).showhide {
        & + .single-dropdown-link-list {
            z-index: 10;
        }
    }
    .single-dropdown > a:not(.button) {
        font-size: 12px;
        color: #171717;
        padding: 9px 22px 7px;
        margin-block: 5px;
            & > i { font-size: 13px; }
    }
    
    .wc-block-components-drawer__close { 
        top: 18px !important;
    }
    /* ------ cosygroup.com.au ------ */
}

@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@media (hover: hover) {
    .nav-menu-links ul.main-menu > li.has-sub:hover > a:after {
        content: "";
        position: absolute;
        bottom: -28px;
        left: 50%;
        margin-left: -12px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #01aeef;
        clear: both;
    }

    .nav-menu-links ul.main-menu > li > a:hover,
    .nav-menu-links ul.main-menu > li.active > a {
        text-decoration: none !important;
        transform: none !important;
        box-shadow: none !important;
    }
}