.footer-above {
    color: #333;
    font-size: 16px;
    font-weight: 600
}

.footer-above center {
    position: relative;
    padding-bottom: 22px
}

.footer-above center::before {
    content: '';
    background: url(../../en_AU/images/movers.png);
    display: inline-block;
    width: 125px;
    height: 45px;
    background-size: contain;
    -webkit-transform: translateY(29px);
    -ms-transform: translateY(29px);
    transform: translateY(29px)
}

.footer-above center a {
    font-weight: 500;
    color: #71be3a;
    text-transform: uppercase
}

.cms-home .text-image-text a .fa,
.footer-above center a .fa,
.nav-sections .nav-sections-item-content>.navigation>ul>li.level0 .submenu .a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.footer-above center a .fa:before {
    font-weight: 400
}

.footer-above center a:hover .fa {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.footer-above,
.footer-links,
.page-footer .footer-top .footer-links {
    position: relative
}

.footer-links .nav.item a:hover {
    color: #71be3a!important
}

.page-footer .footer-top .footer-links .footer-links-main .footer-links-column {
    padding: 0 15px!important
}

.page-footer .footer-top .footer-links .footer-links-main .footer-links-column .footer-column-content .content>p>span {
    padding-left: 22px!important;
    word-break: break-all
}

.header.panel>.header.links>li>a:hover,
.page-footer .footer-top .footer-links .footer-links-main .footer-links-column .footer-column-content .content>p>span a:hover,
.page-footer .footer-top .footer-links .footer-links-main .footer-links-column .footer-column-content .footer.links>li>a:hover,
.page-header .block-search .action.search:hover::before {
    color: #71be3a
}

.page-footer .footer-top .footer-links .footer-links-main .footer-links-column .footer-column-content .content>p strong em {
    font-size: 14px!important
}

@media (max-width:1024px) {
    .page-footer .footer-top .footer-links {
        padding: 55px 0
    }
    .page-footer .footer-top .footer-links .footer-links-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 -30px -30px
    }
    .page-footer .footer-top .footer-links .footer-links-main .footer-links-column {
        width: 50%!important;
        float: none;
        padding: 0 0 0 30px;
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .page-footer .footer-top .footer-links {
        padding: 40px 0
    }
    .page-footer .footer-top .footer-links .footer-links-main {
        margin: 0 0 -30px -20px
    }
    .page-footer .footer-top .footer-links .footer-links-main .footer-links-column {
        width: 100%;
        padding-left: 20px
    }
    .footer-above center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px
    }
    .footer-above center>a {
        width: 100%;
        margin-top: 5px
    }
    .footer-above center::before {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 10px
    }
}

@media (max-width:650px) {
    .page-footer .footer-top .footer-links .footer-links-main .footer-links-column {
        width: 100%!important
    }
}

.page-header {
    border-bottom: none!important;
    margin-bottom: 0!important
}

.page-header .global-site-notice {
    margin-bottom: 30px
}

.page-header .header.panel {
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.page-header .header.panel .header.links {
    margin-left: 0
}

.page-header .header.panel .header.links:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-header .header.panel .header.links:first-of-type li:last-of-type {
    margin-left: 0
}

.page-header .header.panel .header.links:first-of-type li:last-of-type a {
    background: #71be3a;
    padding: 10px 20px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.page-header .header.panel .header.links:first-of-type li:last-of-type a::before {
    color: #fff;
    content: '\f007';
    font-size: 13px;
    font-family: Fontawesome;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    margin-right: 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.page-header .header.panel .header.links:first-of-type li:last-of-type a:hover,
.page-header .header.panel .header.links:first-of-type li:last-of-type a:hover::before {
    color: #333
}

.page-header .nav-toggle {
    top: 40px;
    display: none
}

.page-header .nav-toggle:before {
    font-family: FontAwesome;
    content: '\f0c9'
}

.page-header .header.content {
    padding: 20px 15px
}

.page-header .logo {
    margin-left: 0;
    margin-bottom: 0
}

.page-header .logo img {
    max-height: initial
}

.page-header .minicart-wrapper {
    margin-left: 48px
}

.page-header .minicart-wrapper .action.showcart {
    width: 46px;
    height: 46px;
    background: #71be3a;
    text-align: center;
    border-radius: 100%;
    line-height: 46px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.page-header .minicart-wrapper .action.showcart:before {
    color: #fff;
    content: '\f07a';
    font-size: 18px;
    line-height: 46px
}

.cms-home .herobanner-text a:hover,
.cms-home .text-image-text a:hover,
.page-header .minicart-wrapper .action.showcart:hover {
    opacity: .8
}

.page-header .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0
}

.page-header .block-search input {
    background: 0 0;
    border-color: #d1d1d1;
    color: #666;
    height: 45px;
    margin: 0;
    padding-right: 35px;
    position: static;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.page-header .block-search .action.search {
    display: block
}

.contact-header>a,
.page-header .block-search .action.search:before,
.page-header .minicart-wrapper .action.showcart:before {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.page-header .block-search .action.search:before {
    font-family: FontAwesome;
    content: '\f002';
    font-size: 14px
}

.contact-header {
    font-size: 20px
}

.contact-header .email>a {
    color: #71be3a;
    font-size: 13px;
}

.contact-header .contact-us {
    color: #193085;
}

.contact-header .phone-number {
    font-weight: bold;
    color: #193085;
}

.panel.header .links:nth-of-type(2) {
    display: block!important
}

.nav-sections {
    margin-bottom: 40px
}

.request-quote-header-btn {
    color: white !important;
    background: #304591;
    border-radius: 15px;
    padding: 8px;
    font-size: 15px;
}

@media (max-width:1199px) {
    .page-header .minicart-wrapper {
        margin-left: 5px
    }
    .page-header .contact-header {
        margin-left: 0
    }
}

@media (max-width:1023px) {
    .panel.header .links:nth-of-type(2) {
        display: none!important
    }
    .page-header .contact-header {
        display: block;
        /* width: 100%; */
        text-align: right;
        float: left;
        margin-bottom: 30px
    }
    .nav-sections {
        margin-bottom: 40px
    }
}

@media (max-width:768px) {
    /* .page-header .logo {
        display: block;
        float: none
    } */
    .request-quote-header-btn {
        font-size: 12px;
        padding: 5px;
    }
    .page-header .contact-header {
        text-align: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .page-header .contact-header>span {
        text-align: left
    }
    .panel.header .links {
        margin: 0;
        padding: 0;
        list-style: none
    }
    .panel.header .links>li {
        margin: 0 0 0 20px
    }
    .panel.header .links>li a {
        color: #fff!important
    }
    .panel.header .links>li:first-of-type {
        margin-left: 0
    }
    .contact-header {
        margin-top: 0px;
        font-size: 12px;
    }
    .contact-header .email {
        /*float: left; */
        display: none;
    }
    .contact-header .contact-us {
        float: right;
    }
    .contact-header>a {
        font-size: 10px;
    }
    .page-header .logo {
        margin-left: 0px;
    }
    .page-header .header.content {
        padding: 0px 15px;
    }
    [data-content-type="row"][data-appearance="contained"] [data-element="inner"] {
        margin-bottom: 5px !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }
    .toolbar-amount {
        font-size: 10px;
        padding-top: 2px;
        line-height: 15px;
    }
    .nav-toggle {
        position: static;
        float: right;
    }
    .breadcrumbs {
        margin: 0 0 5px;
    }
    .breadcrumbs .items {
        font-size: 1rem;
    }
    .page-title-wrapper .page-title {
        display: none;
    }
    .category-description {
        margin-bottom: 5px;
    }
    .category-description h1 {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
    .toolbar-products {
        text-align: left;
        margin-bottom: 6px;
    }
    .toolbar-sorter {
        font-size: 10px;
    }
    .sorter-options {
        height: 22px;
        padding: 0px;
        font-size: 10px;
    }
    .products {
        margin: 5px 0;
    }
    .reviews-actions {
        display: none;
    }
    .fotorama__stage {
        height: 250px !important;
    }
    .product-image-wrapper {
        padding-bottom: 75% !important;
    }
    .product-item .price-box {
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .category-buttons h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .category-buttons p {
        line-height: 0px;
        margin: 0px;
    }
    #rfq-header-button {
        padding-top: 25px;
    }
}

@media (max-width:767px) {
    .page-header .global-site-notice+.nav-toggle {
        top: auto;
        bottom: 50px
    }
    .page-header .nav-toggle {
        display: block!important
    }
    .page-header .block.block-search,
    .page-header .minicart-wrapper {
        display: none
    }
    .nav-sections {
        z-index: 100;
        margin-bottom: 0
    }
}

.cms-home .quote {
    padding: 60px 65px;
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #193084;
    position: relative
}

.cms-home .quote>* {
    z-index: 1
}

.cms-home .quote::before {
    content: '';
    background: url(../../en_AU/images/quote-pattern.png);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat
}

.cms-home .quote h3 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    min-width: 410px
}

.cms-home .quote p {
    color: #dfe0ea;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
    padding: 0 20px 0 40px
}

.cms-home .quote .main-btn {
    color: #fff;
    background: #71be3a;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 20px 0;
    min-width: 265px;
    line-height: 13px;
    font-size: 13px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (min-width:1024px) {
    .cms-home .quote .main-btn:focus,
    .cms-home .quote .main-btn:hover {
        background: #fff;
        color: #333
    }
}

@media (max-width:1200px) {
    .cms-home .quote h3 {
        min-width: 250px
    }
}

@media (max-width:1024px) {
    .cms-home .quote {
        padding: 50px
    }
    .cms-home .quote h3 {
        min-width: 250px
    }
    .cms-home .quote p {
        padding: 0 40px 0 20px
    }
}

@media (max-width:1023px) {
    .cms-home .quote {
        padding: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .cms-home .quote h3,
    .cms-home .quote p {
        width: 100%;
        margin: 0 0 20px
    }
    .cms-home .quote p {
        padding: 0
    }
}

.cms-home .page-wrapper {
    overflow: hidden
}

.cms-home .page-title-main {
    margin-bottom: 20px
}

.cms-home .page-title-main>strong {
    color: #333;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    padding-bottom: 0;
    padding-top: 25px;
    position: relative;
    text-transform: capitalize
}

.cms-home .page-title-main>strong::before,
.cms-home .yereone-testimonials-block-title h2 span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 44px;
    height: 4px;
    border-radius: 5px;
    background: #71be3a
}

.cms-home .page-title-main.left,
.cms-home .products-grid .product-item .product-item-info .product-item-details {
    text-align: left
}

.cms-home .page-title-main.left>strong::before {
    margin: 0
}

.cms-home #banner-slider-carousel .owl-nav button:hover::after,
.cms-home .page-title-main.white>strong {
    color: #fff
}

.cms-home .scrollup,
.cms-home .scrollup:before {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cms-home .scrollup {
    height: 57px;
    width: 57px;
    left: initial;
    right: 45px;
    bottom: 45px;
    opacity: 1;
    padding: 0;
    cursor: pointer;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
    font-size: 0;
    font-family: inherit
}

.cms-home .scrollup:before {
    font-size: 13px;
    font-family: Fontawesome;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    content: '\f062';
    color: #fff
}

.cms-home .scrollup::after {
    content: 'TOP';
    font-size: 13px;
    font-weight: 700;
    color: #fff
}

@media (max-width:1023px) {
    .cms-home .page-title-main>strong {
        font-size: 28px;
        line-height: 34px
    }
}

.cms-home .text-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 60px 0
}

.cms-home .text-image>* {
    width: 50%
}

.cms-home .text-image-image {
    text-align: center;
    padding-right: 30px
}

.cms-home .text-image-text p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin: 0 0 20px
}

.cms-home .text-image-text p:last-of-type {
    margin: 0 0 45px
}

.cms-home .page-main .block-products-list.owl-button-top .owl-controls .owl-buttons>div,
.cms-home .text-image-text a {
    color: #193084;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cms-home .text-image-text a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700
}

.cms-home .page-main .block-products-list.owl-button-top .owl-controls .owl-buttons>div .fa::before,
.cms-home .text-image-text a .fa:before {
    font-weight: 400
}

.cms-home .text-image-text a:hover .fa {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

@media (max-width:1024px) {
    .cms-home .text-image {
        margin: 55px 0
    }
    .cms-home .text-image-image {
        padding-right: 30px
    }
}

@media (max-width:1023px) {
    .cms-home .text-image {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .cms-home .text-image>* {
        width: 100%
    }
    .cms-home .text-image-image {
        padding-right: 0;
        margin-bottom: 30px
    }
}

@media (max-width:768px) {
    .cms-home .text-image {
        margin: 40px 0
    }
}

.cms-index-index .block.widget.block-products-list {
    margin: 65px 0;
    padding: 0
}

.cms-home .products-grid {
    margin: 0 -8px
}

.cms-home .products-grid .product-item .product-item-info {
    border: 1px solid #eaeaea;
    padding: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 16px -2px rgba(92, 92, 92, .15);
    box-shadow: 0 0 16px -2px rgba(92, 92, 92, .15);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cms-home #banner-slider-carousel .owl-nav button span,
.cms-home .products-grid .product-item .product-item-info .product-img-main .actions-secondary,
.cms-home .yereone-testimonials.yereone-testimonials-slider .yereone-testimonial-item .yereone-testimonial-rating .rating-result::before {
    display: none
}

.cms-home .products-grid .product-item .product-item-info .product-item-details .product-item-name {
    font-weight: 700;
    color: #333;
    font-size: 14px;
    line-height: 22px
}

.cms-home .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
    margin: 0;
    display: block!important
}

.cms-home .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.primary {
    width: 100%;
    border: 0;
    background: #71be3a!important;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cms-home .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.primary:hover {
    background: #193084!important
}

.cms-home .products-grid .product-item .product-item-info:hover {
    border-color: #71be3a
}

.cms-home .products-grid .product-item .price-box .price {
    color: #71be3a;
    line-height: 22px;
    font-weight: 700;
    font-size: 17px
}

.cms-home .page-main .block-products-list.owl-button-top .owl-controls .owl-buttons>div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    padding: 0;
    line-height: 55px;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    opacity: 1;
    -webkit-box-shadow: 0 0 7px 2px rgba(92, 92, 92, .15);
    box-shadow: 0 0 7px 2px rgba(92, 92, 92, .15)
}

.cms-home .page-main .block-products-list.owl-button-top .owl-controls .owl-buttons>div:hover {
    color: #fff;
    background: #193084
}

.cms-home .page-main .block-products-list.owl-button-top .owl-controls .owl-buttons>div.owl-prev {
    left: -75px
}

.cms-home .page-main .block-products-list.owl-button-top .owl-controls .owl-buttons>div.owl-next {
    right: -75px
}

@media (max-width:1439px) {
    .cms-home .page-main .block-products-list.owl-button-top .owl-controls .owl-buttons {
        margin-top: 30px
    }
    .cms-home .page-main .block-products-list.owl-button-top .owl-controls .owl-buttons>div {
        top: 0;
        position: relative;
        margin: 0 10px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .cms-home .page-main .block-products-list.owl-button-top .owl-controls .owl-buttons>div.owl-prev {
        left: 0
    }
    .cms-home .page-main .block-products-list.owl-button-top .owl-controls .owl-buttons>div.owl-next {
        right: 0
    }
}

@media (max-width:1024px) {
    .cms-index-index .block.widget.block-products-list {
        margin: 55px 0
    }
}

@media (max-width:768px) {
    .cms-index-index .block.widget.block-products-list {
        margin: 40px 0
    }
}

@media (max-width:479px) {
    .cms-home .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.primary {
        font-size: 11px
    }
}

.nav-sections .navigation>ul {
    border-radius: 5px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nav-sections .navigation>ul>li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width:767px) {
    .nav-sections .navigation>ul>li:last-child {
        max-width: 250px
    }
}

.nav-sections .navigation>ul::after {
    background: url(../../en_AU/images/nav-logo.png);
    background-repeat: no-repeat!important;
    background-size: cover!important;
    opacity: .05;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 160px;
    z-index: 0
}

.nav-sections .nav-sections-item-content>.navigation>ul>li.level0:first-of-type>a.level-top {
    font-size: 0;
    position: relative;
    padding: 0 20px;
    border-top-left-radius: 5px
}

.nav-sections .nav-sections-item-content>.navigation>ul>li.level0:first-of-type>a.level-top::before {
    color: #fff;
    content: '\f015';
    font-size: 18px;
    line-height: 56px;
    font-family: Fontawesome;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
    display: inline-block;
    font-weight: 400
}

@media (min-width:768px) {
    .nav-sections .nav-sections-item-content>.navigation>ul>li.level0.parent>a {
        padding: 18px 15px
    }
}

.nav-sections .nav-sections-item-content>.navigation>ul>li.level0.parent>a .ui-menu-icon {
    display: none!important
}

.nav-sections .nav-sections-item-content>.navigation>ul>li.level0.parent>a::after {
    color: #71be3a;
    content: '\f107';
    font-size: 12px;
    font-family: Fontawesome;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    margin-left: 5px
}

.nav-sections .nav-sections-item-content>.navigation>ul>li.level0>.submenu {
    padding: 0;
    border: 0;
    min-width: 255px;
    z-index: 2
}

.nav-sections .nav-sections-item-content>.navigation>ul>li.level0>.submenu .submenu {
    left: 97%!important;
    z-index: 100
}

.nav-sections .nav-sections-item-content>.navigation>ul>li.level0>.submenu>li a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (min-width:768px) {
    .nav-sections .nav-sections-item-content>.navigation>ul>li.level0>.submenu>li a {
        padding: 13px 22px
    }
}

@media (max-width:767px) {
    .nav-sections .nav-sections-item-content>.navigation>ul>li.level0>.submenu>li a {
        padding-bottom: 5px;
        padding-top: 5px
    }
}

.nav-sections .nav-sections-item-content>.navigation>ul>li.level0>.submenu>li a:hover {
    color: #71be3a
}

.nav-sections .nav-sections-item-content>.navigation>ul>li.level0>.submenu>li.parent>a {
    position: relative
}

.nav-sections .nav-sections-item-content>.navigation>ul>li.level0>.submenu>li.parent>a::after {
    color: #dadada;
    content: '\f105';
    font-size: 12px;
    font-family: Fontawesome;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    float: right
}

.nav-sections .nav-sections-item-content>.navigation>ul>li.level0>.submenu>li>.submenu {
    border: 0;
    -webkit-box-shadow: 0 0 7px 2px rgba(92, 92, 92, .15);
    box-shadow: 0 0 7px 2px rgba(92, 92, 92, .15)
}

.navigation .level0 .level-top.ui-state-focus,
.navigation .level0 .level-top:hover {
    background: #0f205f
}

.navigation>ul>.level0:first-of-type .level-top {
    background: #71be3a
}

.navigation>ul>.level0:first-of-type .level-top.ui-stat-focus,
.navigation>ul>.level0:first-of-type .level-top:hover {
    opacity: .8;
    background: #71be3a
}

@media (min-width:768px) {
    .nav-sections .navigation>ul>li.level0 .submenu>li.parent>a>.ui-menu-icon {
        right: 8px;
        display: none
    }
}

@media (min-width:1024px) {
    .nav-sections .navigation>ul>li.level0>a.level-top {
        font-weight: 500;
        border-right: 1px solid #304591;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 1
    }
}

@media (max-width:767px) {
    .sections.nav-sections.mobile-menu-show {
        left: 0!important;
        z-index: 100
    }
    .nav-sections .navigation>ul::after,
    .nav-sections .submenu {
        display: none
    }
    .nav-sections .nav-sections-item-content>.navigation>ul>li.level0.parent>a::after {
        margin-left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 20px;
        color: #fff
    }
    .nav-sections .nav-sections-item-content>.navigation>ul>li.level0:first-of-type>a.level-top {
        font-size: 1.6rem;
        position: relative;
        padding: 8px 36px 8px 15px
    }
    .nav-sections .nav-sections-item-content>.navigation>ul>li.level0:first-of-type>a.level-top:before {
        display: none
    }
    .nav-sections .nav-sections-item-content>.navigation>ul>li.level0>.submenu>li>.submenu {
        left: 0!important
    }
    .nav-sections .nav-sections-item-content>.navigation>ul>li.level0>.submenu>li>.submenu>li>a {
        color: #fff
    }
    .nav-sections .nav-sections-item-content>.navigation>ul>li.level0>.submenu>li.parent>a::after {
        display: none
    }
    .section-item-title.nav-sections-item-title .nav-sections-item-switch {
        color: #71be3a
    }
    .nav-sections .navigation>ul>li {
        flex-basis: 100%
    }
}

.cms-home #banner-slider-carousel .owl-dots,
.cms-home #banner-slider-carousel .owl-dots .owl-dot span:hover,
.cms-home #banner-slider-carousel .owl-dots .owl-dot.active span,
.cms-home #banner-slider-carousel .owl-nav {
    opacity: 1
}

.cms-home #banner-slider-carousel,
.cms-home .herobanner-new {
    border-radius: 5px;
    overflow: hidden
}

.cms-home #banner-slider-carousel .owl-dots {
    text-align: left;
    display: inline-block;
    bottom: 30px;
    width: initial;
    left: 75px
}

.cms-home #banner-slider-carousel .owl-dots .owl-dot span {
    opacity: .5
}

.cms-home #banner-slider-carousel .owl-nav button {
    opacity: 1
}

.cms-home #banner-slider-carousel .owl-nav button:after,
.cms-home .herobanner-new .swiper-button-next:after,
.cms-home .herobanner-new .swiper-button-prev:after {
    font-size: 18px;
    font-family: Fontawesome;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
    display: inline-block;
    font-weight: 900;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cms-home #banner-slider-carousel .owl-nav button:hover {
    background: #71be3a!important
}

.cms-home #banner-slider-carousel .owl-nav .owl-prev {
    left: -42.5px;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.cms-home #banner-slider-carousel .owl-nav .owl-prev::after {
    content: '\f104';
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-21px, -50%);
    -ms-transform: translate(-21px, -50%);
    transform: translate(-21px, -50%)
}

.cms-home #banner-slider-carousel .owl-nav .owl-next {
    right: -42.5px;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.cms-home #banner-slider-carousel .owl-nav .owl-next::after {
    content: '\f105';
    top: 50%;
    position: absolute;
    -webkit-transform: translate(21px, -50%);
    -ms-transform: translate(21px, -50%);
    transform: translate(21px, -50%)
}

.cms-home #banner-slider-carousel .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cms-home #banner-slider-carousel .banner-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 375px
}

.cms-home #banner-slider-carousel .banner-item::after {
    content: '';
    width: 725px;
    height: 725px;
    position: absolute;
    top: -200px;
    left: -100px;
    border-radius: 100%;
    background: rgba(25, 48, 132, .9);
    -webkit-box-shadow: 0 0 14px 3px rgba(92, 92, 92, .45);
    box-shadow: 0 0 14px 3px rgba(92, 92, 92, .45)
}

.cms-home .herobanner-new .swiper-pagination-bullets.swiper-pagination.swiper-pagination-clickable {
    text-align: left;
    display: inline-block;
    bottom: 45px;
    width: initial;
    left: 75px
}

.cms-home #banner-slider-carousel .owl-dots .owl-dot span,
.cms-home .herobanner-new .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px 0 0;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cms-home .herobanner-new .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    opacity: 1
}

.cms-home #banner-slider-carousel .owl-nav button,
.cms-home .herobanner-new .swiper-button-next,
.cms-home .herobanner-new .swiper-button-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    width: 85px;
    height: 85px;
    border-radius: 100%;
    padding: 0;
    line-height: 55px;
    background: rgba(255, 255, 255, .8);
    color: #193084;
    font-size: 18px;
    -webkit-box-shadow: 0 0 7px 2px rgba(92, 92, 92, .15);
    box-shadow: 0 0 7px 2px rgba(92, 92, 92, .15);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cms-home .herobanner-new .swiper-button-next:hover,
.cms-home .herobanner-new .swiper-button-prev:hover {
    background: #71be3a!important
}

.cms-home .herobanner-new .swiper-button-next:hover::after,
.cms-home .herobanner-new .swiper-button-prev:hover::after {
    color: #fff
}

.cms-home .herobanner-new .swiper-button-prev {
    left: -42.5px;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.cms-home .herobanner-new .swiper-button-prev::after {
    content: '\f104';
    -webkit-transform: translateX(-21px);
    -ms-transform: translateX(-21px);
    transform: translateX(-21px)
}

.cms-home .herobanner-new .swiper-button-next {
    right: -42.5px;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.cms-home .herobanner-new .swiper-button-next::after {
    content: '\f105';
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px)
}

.cms-home .herobanner-new .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cms-home .herobanner-new .swiper-slide {
    height: initial;
    position: relative;
    overflow: hidden
}

.cms-home .herobanner-new .swiper-slide::after {
    content: '';
    width: 725px;
    height: 725px;
    position: absolute;
    top: -200px;
    left: -100px;
    border-radius: 100%;
    background: rgba(25, 48, 132, .9);
    -webkit-box-shadow: 0 0 14px 3px rgba(92, 92, 92, .45);
    box-shadow: 0 0 14px 3px rgba(92, 92, 92, .45)
}

.cms-home .herobanner-img {
    position: absolute;
    height: 100%;
    width: 100%
}

.cms-home .herobanner-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cms-home .herobanner-text {
    max-width: 500px;
    padding: 45px 75px;
    position: relative;
    z-index: 10
}

.cms-home .herobanner-text .page-title-main {
    margin-bottom: 30px
}

.cms-home .herobanner-text .page-title-main>strong {
    font-size: 42px;
    line-height: 42px
}

.cms-home .herobanner-text p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin: 0
}

.cms-home .herobanner-text a,
.cms-home .herobanner-text a .fa {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cms-home .herobanner-text a {
    display: inline-block;
    font-size: 14px;
    color: #71be3a;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 30px 0 35px;
    font-weight: 700
}

.cms-home .herobanner-text a .fa {
    font-weight: 400
}

.cms-home .herobanner-text a:hover .fa {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

@media (max-width:1023px) {
    .cms-home #banner-slider-carousel .owl-dots,
    .cms-home .herobanner-new .swiper-pagination-bullets.swiper-pagination.swiper-pagination-clickable {
        left: 60px;
        bottom: 30px
    }
    .cms-home #banner-slider-carousel .banner-item {
        height: 340px
    }
    .cms-home #banner-slider-carousel .banner-item:after,
    .cms-home .herobanner-new .swiper-slide:after {
        left: -200px
    }
    .cms-home .herobanner-text {
        padding: 30px 60px;
        max-width: 400px
    }
    .cms-home .herobanner-text .page-title-main>strong {
        font-size: 28px;
        line-height: 34px
    }
}

@media (max-width:767px) {
    .cms-home #banner-slider-carousel .banner-item:after,
    .cms-home .herobanner-new .swiper-slide:after {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        background: rgba(25, 48, 132, .8)
    }
    .cms-home .herobanner-text {
        padding: 30px 60px
    }
}

@media (max-width:480px) {
    .cms-home #banner-slider-carousel .owl-dots,
    .cms-home .herobanner-new .swiper-pagination-bullets.swiper-pagination.swiper-pagination-clickable {
        left: 0;
        right: 0;
        text-align: center
    }
    .cms-home #banner-slider-carousel .banner-item {
        height: 415px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .cms-home #banner-slider-carousel .owl-nav .owl-next {
        right: -50px
    }
    .cms-home #banner-slider-carousel .owl-nav .owl-prev {
        left: -50px
    }
    .cms-home .herobanner-text {
        padding: 30px 35px;
        text-align: center
    }
    .cms-home .herobanner-text .page-title-main.left {
        text-align: center
    }
    .cms-home .herobanner-text .page-title-main.left>strong:before {
        margin: 0 auto
    }
}

.cms-home .page-title-main>strong {
    border-bottom: none!important
}

.cms-home .yereone-testimonials-block-title {
    margin: 0;
    padding-top: 65px;
    position: relative
}

.cms-home .yereone-testimonials-block-title::after,
.cms-home .yereone-testimonials.yereone-testimonials-slider::after {
    content: '';
    width: 200%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -50%;
    background-size: contain;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center bottom
}

.cms-home .yereone-testimonials-block-title h2 {
    z-index: 1;
    color: #333;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    border-bottom: none;
    padding-bottom: 20px;
    padding-top: 25px;
    position: relative;
    text-transform: capitalize
}

.cms-home .yereone-testimonials.yereone-testimonials-slider {
    padding: 65px 0;
    position: relative
}

.cms-home .yereone-testimonials.yereone-testimonials-slider .slick-list {
    padding: 60px 0 0
}

.cms-home .yereone-testimonials.yereone-testimonials-slider .slick-track {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.cms-home .yereone-testimonials.yereone-testimonials-slider .slick-slide {
    height: inherit!important
}

.cms-home .yereone-testimonials.yereone-testimonials-slider::after {
    background: url(../../en_AU/images/testimonials-bg.png);
    background-size: initial!important;
    background-color: #f1f1f1!important;
    background-repeat: no-repeat!important;
    background-position: center bottom!important;
    z-index: -1
}

.cms-home .yereone-testimonials.yereone-testimonials-slider .yereone-testimonial-item {
    z-index: 1;
    background: #fff;
    position: relative;
    text-align: center;
    padding: 130px 40px 40px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 13px -3px rgba(92, 92, 92, .15);
    box-shadow: 0 0 13px -3px rgba(92, 92, 92, .15);
    margin: 0 15px;
    height: 100%
}

.cms-home .yereone-testimonials.yereone-testimonials-slider .yereone-testimonial-item .yereone-testimonial-rating,
.cms-home .yereone-testimonials.yereone-testimonials-slider .yereone-testimonial-item .yereone-testimonial-title {
    margin-bottom: 0
}

.cms-home .yereone-testimonials.yereone-testimonials-slider .yereone-testimonial-item .yereone-testimonial-title span {
    font-weight: 600;
    font-size: 22px;
    line-height: 52px;
    margin: 0
}

.cms-home .yereone-testimonials.yereone-testimonials-slider .yereone-testimonial-item .yereone-testimonial-content span {
    font-size: 13px;
    line-height: 19px;
    color: #333
}

.cms-home .yereone-testimonials.yereone-testimonials-slider .yereone-testimonial-item .yereone-testimonial-content span:last-of-type {
    margin: 0
}

.cms-home .yereone-testimonials.yereone-testimonials-slider .yereone-testimonial-item .yereone-testimonial-rating .rating-result>span:before {
    font: 14px/1 FontAwesome;
    font-weight: 900;
    font-size: 16px;
    color: #71be3a;
    content: '\f005 ' '\f005 ' '\f005 ' '\f005 ' '\f005'
}

.cms-home .yereone-testimonials.yereone-testimonials-slider .yereone-testimonial-image {
    height: 143px;
    width: 143px;
    border-radius: 100%;
    border: 2px solid #71be3a;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cms-home .yereone-testimonials.yereone-testimonials-slider .yereone-testimonial-image img {
    -o-object-fit: contain;
    object-fit: contain
}

.cms-home .yereone-testimonials.yereone-testimonials-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    padding: 0;
    line-height: 55px;
    background: #fff;
    color: #193084;
    -webkit-box-shadow: 0 0 7px 2px rgba(92, 92, 92, .15)!important;
    box-shadow: 0 0 7px 2px rgba(92, 92, 92, .15)!important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cms-home .yereone-testimonials.yereone-testimonials-slider .slick-arrow:before {
    font-family: Fontawesome;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    color: #193084!important;
    font-size: 18px;
    line-height: 55px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cms-home .yereone-testimonials.yereone-testimonials-slider .slick-arrow:hover {
    background: #193084!important
}

.cms-home .yereone-testimonials.yereone-testimonials-slider .slick-arrow:hover::before {
    color: #fff!important
}

.cms-home .yereone-testimonials.yereone-testimonials-slider .slick-arrow.slick-prev {
    left: -75px
}

.cms-home .yereone-testimonials.yereone-testimonials-slider .slick-arrow.slick-prev::before {
    content: '\f104'
}

.cms-home .yereone-testimonials.yereone-testimonials-slider .slick-arrow.slick-next {
    right: -75px
}

.cms-home .yereone-testimonials.yereone-testimonials-slider .slick-arrow.slick-next::before {
    content: '\f105'
}

@media (max-width:1439px) {
    .testimonials-new .arrow-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px
    }
    .testimonials-new .swiper-button-next,
    .testimonials-new .swiper-button-prev {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        left: initial;
        right: initial;
        margin: 0 10px
    }
}

@media (max-width:1024px) {
    .testimonials-new {
        padding: 55px 5px;
        background: #f1f1f1
    }
    .cms-home .yereone-testimonials-block-title {
        padding-top: 55px
    }
    .cms-home .yereone-testimonials.yereone-testimonials-slider {
        padding: 55px 0
    }
}

@media (max-width:1023px) {
    .cms-home .yereone-testimonials.yereone-testimonials-slider .yereone-testimonial-item {
        padding: 50px 20px
    }
    .cms-home .yereone-testimonials.yereone-testimonials-slider .yereone-testimonial-item .yereone-testimonial-title span {
        font-size: 22px;
        line-height: 30px;
        margin: 10px 0;
        display: inline-block
    }
    .cms-home .yereone-testimonials.yereone-testimonials-slider .yereone-testimonial-image {
        height: 75px;
        width: 75px;
        top: -40px
    }
}

@media (max-width:1024px) {
    .cms-home .yereone-testimonials-block-title {
        padding-top: 40px
    }
    .cms-home .yereone-testimonials.yereone-testimonials-slider {
        padding: 40px 0
    }
}

@media (max-width:767px) {
    .cms-home .yereone-testimonials.yereone-testimonials-slider .yereone-testimonial-item .yereone-testimonial-title span {
        font-size: 20px;
        line-height: 20px
    }
    .cms-home .yereone-testimonials.yereone-testimonials-slider .yereone-testimonial-item .yereone-testimonial-content span {
        font-size: 10px;
        line-height: 12px;
        font-weight: 100
    }
    .cms-home .yereone-testimonials.yereone-testimonials-slider .yereone-testimonial-image {
        height: 75px;
        width: 75px;
        top: -40px
    }
    .cms-home .yereone-testimonials.yereone-testimonials-slider .yereone-testimonial-item .yereone-testimonial-title span {
        margin: 5px 0
    }
    .cms-home .yereone-testimonials.yereone-testimonials-slider .yereone-testimonial-item {
        height: 150px!important;
        width: 200px!important
    }
    .cms-home .yereone-testimonials.yereone-testimonials-slider .yereone-testimonial-item .yereone-testimonial-rating {
        width: 140px!important
    }
}

@media (max-width:768px) {
    .testimonials-new {
        padding: 40px 5px;
        background: #f1f1f1
    }
    .testimonials-new:after {
        display: none
    }
}

.nav-sections .navigation>ul>li.level0>a.level-top.ui-state-active {
    background: #71be3a
}

#wesbuilders-group-logo {
    display: block;
}

#wesbuilders-group-logo-mobile {
    display: none;
}

@media (max-width:768px) {
    #wesbuilders-group-logo {
        display: none;
    }
    #wesbuilders-group-logo-mobile {
        display: block;
    }
}

.greet.welcome {
    display: none !important;
}

@media all and (min-width: 640px), print {
    @media all and (min-width: 1024px), print {
        .page-products .products-grid .product-item {
            margin-left: calc((100% - 4 * 23.8%) / 3);
        }
    }
    
    .page-products .products-grid .product-item .price-box {
        min-height: 42px;
    }
    
    .page-products .products-grid .product-item-name {
        display: -webkit-box;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 42px;
    }
}

.cms-home .products-grid .product-item .price-box .special-price .price { 
    color: #d42f2f; 
}

.sbp-accordion [data-role="trigger"] {
    cursor: pointer;
    position: relative;
    padding-right: 2rem;
}

.sbp-accordion [data-role="trigger"]::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.5rem;
    height: 1.5rem;
    transform: translateY(-50%) rotate(0deg);
    transition: transform .2s ease;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M5.5 7.5l4.5 4.5 4.5-4.5' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.sbp-accordion .active > [data-role="trigger"]::after {
    transform: translateY(-50%) rotate(180deg);
}

hr.sbp-accordion-separator {
    border-color: #e5e5e5;
}
