@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap');

@font-face {
    font-family: "NoeDisplay";
    src: url("/fontfamilys/NoeDisplay-Regular.woff2");
}

/* general START */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    /*margin-top: 99px;*/
}

a {
    color: #597e34;
    transition: all 0.2s ease;
    text-decoration: none;
    border-bottom: 1px solid;
}

.green-back a {
    color:#fff;
}

a:hover {
    color: #90c64f;
    text-decoration: none;
    border-bottom: 1px solid #90c64f;
}

.button:disabled {
    opacity: 0.5;
}

h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "NoeDisplay";
    font-weight: 300;
    color: #000;
}

h1 {

}

h2::after {
    content: '';
    height:1px;
    width:50px;
    background-color: #afcb37;
    margin-top: 1.5rem;
}

.specialH2 {
    font-size: 2.5rem;
}

@media (min-width:1200px) {
    h1 {
        font-size: 3.2rem;
    }
}

h2 span {
    font-size: 66.666666%;
    display: block;
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}


@media (min-width:1024px) {
    h2 span {
        margin-bottom: 1.8rem;
    }

    h2 {
        display: block;
        font-size: 2.25rem;
    }
}

@media (min-width:1200px) {
    h2 {
    }
    .specialH2 {
        font-size: 3.6rem;
    }
}

h3 {
    font-size: 1.2rem;
    margin-bottom: 1.25rem;
}

.blogbody h2, .blogbody h3 {
    margin-bottom:0.75rem;
}

.blogbody h3 {
    color:#597e34;
    font-size: 1.2rem;
}

@media (min-width:992px) {
    h3 {
        font-size: 1.8rem;
    }

    .blogbody h2 {
        font-size: 1.5rem;
    }
}

.lime-green {
    color: #afcb37;
}

.light-grey-back {
    background-color: #f2f2f2;
}

.grey-back {
    background-color: #e8e8e8;
}

.mid-grey-back {
    background-color: #d9d9d9;
}

.grey-back h1,
.grey-back h2,
.grey-back h3 {
    color: #000;
}

.green-back h1,
.green-back h2,
.green-back h3 {
    color: #fff;
}

.YL-green {
     color:#597e34;
}

.green-back {
    background-color: #597e34;
    color: #fff;
}

.body-text-intro {
    font-size:1rem;
    font-weight:bold;
}

.body-text {
    line-height: 1.8;
}

.body-text.policy-content h2 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    margin-top:2.25rem;
}

.body-text p {
    margin-bottom: 1.25rem;

}

.body-text a {
    color: #597e34;
}

.body-text a:hover {
    border-bottom: 1px solid #597e34;
}

.body-text p:last-child {
    margin-bottom: 0rem;
}

.body-text ul {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
}

.body-text li {
}

.body-text ul {
    /* Remove default bullets */
    list-style: none;
}

.body-text ul li {
    margin-bottom:0.5rem;
}

.body-text ul li::before {

    /* Add Unicode of the bullet */
    content: "\2022";

    /* Color of the content -- bullet here */
    color: #afcb37;

    /* Required to add space between
        the bullet and the text */
    display: inline-block;

    /* Required to add space between
        the bullet and the text */
    width: 1.25em;

    /* Required to add space between the
        bullet and the text */
    margin-left: -1.25em;
    font-weight: bold;
}

.body-text .list-unstyled li::before {

    /* Add Unicode of the bullet */
    content: "";

    /* Color of the content -- bullet here */
    color: transparent;

    /* Required to add space between
        the bullet and the text */
    display: inline-block;

    /* Required to add space between
        the bullet and the text */
    width: 0;

    /* Required to add space between the
        bullet and the text */
    margin-left: 0;
}

/* Block Lists */

.centred-list {
    list-style: none;
	margin-left: 0;
	padding-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.centred-list li {
    border-top:1px solid #00000047;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.centred-list li:last-of-type {
    border-bottom:1px solid #00000047;
}

@media (min-width:992px) {
    .list-col-right {
        width:50%;
        padding-left: 3rem;
    }

    .list-col-left {
        width:50%;
        padding-right: 3rem;
    }

    .centred-list {
        margin-top: 7px;
    }

    .centred-list li {
        border-top:1px solid #00000047;
        padding-top: 1.25rem;
        padding-bottom:  1.25rem;
    }
}

/****/

.carousel-control-prev, .carousel-control-next {
    opacity: 1;
        transition: 0.2s ease all;
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    opacity: 1;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color:#afcb37;
    border-radius: 50%;
    background-size: 20px;
}


.carousel-control-prev:hover, .carousel-control-next:hover {
    background-color: #00222170;
}

.button-link {
    color: #fff;
    display: flex;
    text-decoration: none;
    width: max-content;
    padding: 12px 20px;
    background-color: #007935;
    border-radius: 30px;
    transition: 0.2s ease all;
}

.button-link span {
    line-height: 0.8;
    margin-top: 4px;
    margin-right: 10px;
    margin-left: 10px;
}

.button-link .material-icons {
    line-height: 0.8;
}

.button-link:hover {
    color: #fff;
    background-color: #2b3942;
    text-decoration: none;
}

.button-wrap {
    display: flex;
    flex-direction: column;
    width: max-content;
}

.button-wrap span {
    margin-top: 25px;
    height: 5px;
    background-color: #96151a;
    width: 100%;
}

.button-span {
    margin-top: 25px;
    height: 5px;
    background-color: #96151a;
    max-width: 80px;
    width: 100%;
}

.button {
    background-color: #90c64f;
    color: #fff;
    padding: 0.75rem 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    transition: 0.2s ease all;
    border: 0px;
    border-bottom: 1px solid transparent;
    border-radius: 40px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.5);
}

.button.button-white {
    background-color: #597e34;
}

.button:hover {
    background-color: #fff;
    color: #90c64f;
    border-bottom: 1px solid transparent;
}

.page-header {
    height: 768px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url('/img/main-header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-header {
    height: 667px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), url('/img/headerbackground.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.main-header h1 {
    font-size: 2.5rem;
    /*3.2rem;*/
    margin-bottom: 1.5rem;
}

.main-header .subheading {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
}

.section-heading {
    margin-bottom: 30px;
}

@media (min-width:768px) {
    .section-heading {
        margin-bottom: 45px;
    }
}


@media (min-width:992px) {
    .section-heading {
        margin-bottom: 45px;
    }
}

.homepage-white-section {
    padding-top:90px;
    padding-bottom: 120px;
}

@media (min-width:992px) {
    .homepage-white-section {
      padding-top: 120px;
      padding-bottom: 180px;
    }
}

@media (min-width:1200px) {
    .homepage-white-section {
      padding-top: 150px;
      padding-bottom: 180px;
    }
}

/* Garden Homepage Module */

.garden-module {
    color: #fff;
    background-image:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)),
        url('/img/garden-bck-mob.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 1024px;
}

.garden-module h3 {
    color: #fff;
    margin-bottom: 5px;
    padding-top: 16px;
    padding-bottom: 5px;
}

@media (min-width:350px) {
    .garden-module h3 {
        font-size: 1.5rem;
        padding-bottom: 0px;
    }
}

.garden-module a {
    color:#90c64f;
}

.garden-module a:hover {
    color:#fff;
    border-bottom-color:#fff;
}

.garden-module ul li::before {

    /* Add Unicode of the bullet */
    content: '';
    background: url('/img/circle.png');
    /*url of image*/
    position: absolute;
    width: 50px;
    /* width of the image */
    ;
    height: 50px;
    /* height of the image */
    ;
    display: block;
    background-size: 50px;
    margin-left: 0;
    left: 15px;
}

.garden-module ul {
    padding-left: 15px;
    list-style-type: none;
}

.garden-module ul li {
    padding-left: 50px;
    margin-bottom: 0px;
    position: relative;
}

.garden-module p {
    font-size: 0.875rem;
}

.garden-list-border {
    border-left: 1px solid #fff;
    display: block;
    padding-left: 40px;
    margin-left: -40px;
    padding-bottom: 1px;
    padding-top: 10px;
}

.garden-module ul li:before {
    margin-left: -30px;
}

.garden-module ul li:last-child .garden-list-border {
    border-left: 1px solid transparent;
}

.garden-module ul li:first-child:before {
    background: url('/img/professional.png');
    /*url of image*/
    position: absolute;
    width: 50px;
    /* width of the image */
    ;
    height: 50px;
    /* height of the image */
    ;
    display: block;
    background-size: 50px;

    left: 15px;
}

.garden-module ul li:nth-child(2):before {
    background: url('/img/sustainable.png');
    /*url of image*/
    position: absolute;
    width: 50px;
    /* width of the image */
    ;
    height: 50px;
    /* height of the image */
    ;
    display: block;
    background-size: 50px;
    left: 15px;
}

.garden-module ul li:nth-child(3):before {
    background: url('/img/affordable.png');
    /*url of image*/
    position: absolute;
    width: 50px;
    /* width of the image */
    ;
    height: 50px;
    /* height of the image */
    ;
    display: block;
    background-size: 50px;
    left: 15px;
}


@media (min-width:768px) {
    .garden-module {
        background-image:
            linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0)),
            url('/img/garden-bck.jpg');
        height: 768px;
    }
}

@media (min-width:992px) {

    .testimonial-message {
        display: block;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        font-size: 1.2rem;
    }

    .garden-module h3 {
        color: #fff;
        margin-bottom: 8px;
        padding-top: 0px;
        font-size: 1.8rem;
        margin-bottom: 0px;
        margin-left: 15px;
        padding-top: 10px;
    }

    .garden-module ul li::before {

        /* Add Unicode of the bullet */
        content: '';
        background: url('/img/circle.png');
        /*url of image*/
        position: absolute;
        width: 50px;
        /* width of the image */
        ;
        height: 50px;
        /* height of the image */
        ;
        display: block;
        background-size: 50px;
        left: 0px;
    }

    .garden-module ul li {
        padding-left: 50px;
    }

    .garden-list-border {
        border-left: 2px solid #fff;
        display: block;
        padding-left: 55px;
        margin-left: -40px;
        padding-bottom: 30px;
        padding-top: 10px;
        line-height: 1.8;
    }

    .garden-module ul li:last-child .garden-list-border {
        border-left: 1px solid transparent;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

}

@media (min-width:1200px) {

    .garden-module h3 {
      color: #fff;
      margin-bottom: 8px;
      padding-top: 0px;
      font-size: 2.5rem;
      margin-bottom: -7px;
      margin-left: 15px;
      padding-top: 7px;
    }
    .garden-list-border {
        border-left: 2px solid #fff;
        display: block;
        padding-left: 55px;
        margin-left: -40px;
        padding-bottom: 30px;
        padding-top: 20px;
    }
}


footer {
    font-size: 0.875rem;
    color: #fff;
    background-color: #afcb37;
}

footer h2 {
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    font-size: 1.2rem;
}

footer h3 {
    font-size: 1rem;
}

footer ul li {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    line-height: 1.8;
}

footer a {
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border 0.2s ease;
}

footer a:hover {
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #fff;
}

footer .contact span {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 1.6rem;
}

footer .contact-address .adr {
    color: #7492a4;
}

.footer-work-logo {
    max-width: 40px;
    margin-bottom: 1rem;
}

.footer-border {
    background-color: #444547;
}

/* Contact Block */

@media (min-width:992px) {

    .contactUs .colRight {
        position: relative
    }
}

/* Dividers */

.divider-contact {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #afcb37;
}

.divider-contact-top-circle {
    background-color: #afcb37;
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 5px;
    margin-top: -3px;
    left: 0;

}

.divider-contact-bottom-circle {
    background-color: #afcb37;
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 5px;
    margin-top: -3px;
    right: 0;
}

.divider-vertical {
    position: absolute;
    left: auto;
    right: auto;
    top: 0;
    bottom: 0;
    height: auto;
    width: 2px;
    left: -1px;
    background-color: #efefef;
}

.divider-vertical-top-circle {
    position: absolute;
    top: -4px;
    height: 8px;
    border-radius: 5px;
    width: 8px;
    left: -4px;
    background-color: #efefef;
}

.divider-vertical-bottom-circle {
    position: absolute;
    bottom: -4px;
    height: 8px;
    border-radius: 5px;
    width: 8px;
    left: -4px;
    background-color: #efefef;
}



@media (min-width:992px) {


    .divider-contact {
        position: absolute;
        left: auto;
        right: auto;
        top: 0;
        bottom: 0;
        height: auto;
        width: 2px;
        left: -1px;
        background-color: #afcb37;
    }

    .divider-contact-top-circle {
        position: absolute;
        top: -4px;
        height: 8px;
        border-radius: 5px;
        width: 8px;
        left: -4px;
        background-color: #afcb37;
    }

    .divider-contact-bottom-circle {
        position: absolute;
        bottom: -4px;
        height: 8px;
        border-radius: 5px;
        width: 8px;
        left: -4px;
        background-color: #afcb37;
    }
}

/* Page Intro */

.intro,
.intro p {
    font-family: 'NoeDisplay';
    font-size: 1.2rem;
    line-height: 1.2;
    color:#afcb37;
    margin-bottom: 2.25rem;
}

.intro p {
    color:#597e34;
}

.introCopy {
    padding-bottom: 30px;
}

.introCopy p:last-child {
    margin-bottom: 0px;
}

.intro-padding {
    padding-top: 75px;
    padding-bottom: 60px;
}

@media (min-width:575px) {
    .intro-padding {
        padding-top: 90px;
        padding-bottom: 120px;
    }
}

@media (min-width:992px) {
    .intro,
    .intro p {
    font-family: 'NoeDisplay';
    font-size: 1.5rem;
    }
}

@media (min-width:1024px) {
    .intro {
        margin-bottom: 90px
    }

    .intro,
    .intro p {
    font-size: 1.8rem;
    }

}

/* Package Style */

.package-inner {
    padding: 60px 30px 75px 30px;
}

.premium .package-inner {
    padding: 15px 15px 75px 15px;
}

#HomepagePackages .package-inner {
    padding: 60px 15px 75px 15px;
}

#HomepagePackages .premium .package-inner {
    padding: 15px 15px 75px 15px;
}

@media (min-width:768px) {
    .package-inner {
        padding: 60px 30px;
    }
}

@media (min-width:1200px) {
    #HomepagePackages .package-inner {
        padding: 60px 90px 60px 90px;
    }

    #HomepagePackages .premium .package-inner {
        padding: 60px 90px 60px 90px;
    }
}

.package {
    padding: 0px;
    transition: 0.2s ease all;
    text-align: center;
    position: relative
}

.package h2 {
    font-size: 2.5rem;
    margin-bottom: -5px;
}

.package h3 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.25rem;
    font-family: 'montserrat';
    text-transform: uppercase;
}

.package.green-back h4 {
    color: #fff;
}


.package .subHeading {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.page-header {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url('/img/main-header-mob.jpg');
    background-size: cover;
    background-position: bottom;
    height: 400px;
}

.package-header {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url('/img/main-header-mob.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
}

.header-text {
    height: 100%;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 120px;
    display: flex;
    align-items: flex-end;
}

.header-copy {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    font-family: 'NoeDisplay'
}

@media (min-width:1200px) {
    .header-copy {
        font-size: 1.8rem;
    }
}


/* Package Comparison */

.comparison-list {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-left: 3rem;
    margin-left: 20px;
}

.comparison-list ul li:last-child {
    margin-bottom: 0px
}

.comparison-list li::before {
    content: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 68.8'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2390c64f;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='30 51.3 8.3 33 0 42.9 30.8 68.8 90 9 80.8 0 30 51.3'/%3E%3C/svg%3E") !important;
    color: red;
    background-size: 1rem;
    background-position: center;
    margin-left: -2.25rem !important;
    margin-right: 1rem;
}

.comparison-list li:after {
    content:"";
    margin-top:1rem;
    margin-left: -2.25rem;
    display: block;
    height:1px;
    border-bottom: 1px solid rgba(159, 158, 158, 0.5);
}

.comparison-list li.wrong:before {
    content: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 69.09 69.09'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fb8c00;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='69.09 9.15 59.89 0.15 34.84 25.44 9.15 0 0.15 9.2 25.79 34.59 0 60.63 9.89 68.95 34.94 43.65 60.63 69.09 68.95 59.2 43.99 34.5 69.09 9.15'/%3E%3C/svg%3E") !important;
    padding-left: 0.2rem;
    margin-right: 1rem;
    top: 2px;
    position: relative;
}

@media (min-width:768px) {
    .comparison-list {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (min-width:992px) {

    .package-container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .comparison-list {
        margin-top: 45px;
        margin-bottom: 0px;
    }

    .comparison-list li {
        margin-bottom:1.25rem;
    }
}


.button-bottom {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: auto;
    z-index: 10;
}

.header-slogan {
    display:block;
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
    font-family: 'NoeDisplay', serif;
    line-height: 1;
}

@media (min-width:450px) {
    .page-header {
        background-position: center;
    }
}

@media (min-width:575px) {
    .page-header {
        background-position: center;
    }

    .header-copy {
        width: 80%;
        margin: 0 auto;
    }
}

@media (min-width:768px) {
    .page-header {
        height: 520px;
    }
}

@media (min-width:992px) {

    .page-header {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url('/img/main-header.jpg');
    }

    .header-text {
        flex-direction: column;
        justify-content: space-between;
        padding-top: 30px;
    }

    .header-slogan {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 3rem;
        font-family: 'NoeDisplay', serif;
        line-height: 1;
    }
}

@media (min-width:1200px) {
    body {
        /*margin-top: opx;*/
    }

    .page-header {
        height: 600px;
    }

    .header-text {
        padding-top: 45px;
    }

    .header-slogan {
        font-size: 4.2rem;
    }
}

@media (min-width:1500px) {
    .page-header {
        height: 640px;
    }
}

/* Sale Strip */

.sale-strip {
    display: block;
    background-color: red;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    color:#fff;
    border-bottom: 0px;
    transition: background-color 0.3s ease-in-out;

}

.sale-strip:hover {
    background-color:#90c64f;
    border-bottom: 0px;
    color:#fff;
    transition: background-color 0.3s ease-in-out;
}

.sale-strip span {
    font-weight: bold;
    text-transform: uppercase
}

@media (min-width:992px) {
    .sale-strip span {
        font-size: 1.2rem
    }
}

/* Section Padding */

.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-padding-blog {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.section-padding.noTop,
.section-lg-padding.noTop {
    padding-top: 0px;
}

.section-padding.noBottom,
.section-lg-padding.noBottom {
    padding-bottom: 0px;
}

.section-lg-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (min-width:768px) {
    .intro-padding {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media (min-width:992px) {
    .section-padding, .section-padding-blog {
        padding-top: 90px;
        padding-bottom: 90px;
    }

}

@media (min-width:1200px) {
    .section-padding {
        padding-top: 90px;
        padding-bottom: 90px;
    }

}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: auto;
}

.green-overhang {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin-top: -137px;
}

@media (min-width:992px) {
    .green-overhang {
        margin-top: -167px;
    }
}
/* Package Page */

.package-page-header {
    background-color: #597e34;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 104, 61, 0.7)), url('/img/grass-header.jpg');
    background-position: center;
    background-size: 200%;
    background-repeat: no-repeat;
    text-align: center;
}

.package-page-header h1 {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: -8px;
    padding-top: 75px;
    padding-bottom: 0px;
    border: 0;
    color: #fff;
    font-size: 2.5rem;
}


@media (min-width:375px) {
    .package-page-header h1 {
        font-size: 3.5rem;
        margin-bottom: -11px;
    }
}

@media (min-width:520px) {
    .package-page-header h1 {
        font-size: 4.5rem;
        margin-bottom: -15px;
    }
}

@media (min-width:768px) {
    .package-page-header h1 {
        font-size: 5.2rem;
        margin-bottom: -18px;
    }
}

@media (min-width:992px) {
    .package-page-header h1 {
        font-size: 6.4rem;
        margin-bottom: -21px;
    }
}

@media (min-width:1200px) {
    .package-page-header h1 {
        font-size: 7rem;
        margin-bottom: -22px;
    }
}

@media (min-width:1500px) {
    .package-page-header h1 {
        font-size: 9rem;
        margin-bottom: -28px;
    }
}

/* Default Header */

.default-header {
    padding-top: 60px;
    background-color: #597e34;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 104, 61, 0.7)), url('/img/grass-header.jpg');
    background-position: center;
    background-size: 200%;
    background-repeat: no-repeat;
    text-align: center;
}

@media (min-width:1500px) {
    .default-header {
        background-size: 200%;
    }
}

.default-header h1 {
    font-family: 'NoeDisplay';
    color:#fff;
    letter-spacing: -0.05rem;
    margin-bottom: 60px;
    font-size: 2.25rem;
}

.default-header img {
    margin-bottom: -30px;
}

@media (min-width:768px) {
    .default-header h1 {
        font-size: 3rem;
    }
}

@media (min-width:1024px) {
    .default-header {
        padding-top: 90px;
    }
    .default-header h1 {
        font-size: 3.6rem;
    }
}

@media (min-width:1200px) {
    .default-header h1 {
        font-size: 4.2rem;
    }
}

@media (min-width:1500px) {
    .default-header h1 {
        font-size: 5rem;
    }
}

/* Slick Slider */

.slick-prev,
.slick-next {
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
}

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.slick-prev::before {
    font-size: 30px;
    padding: 5px;
    background-color: #597e34;
    border-radius: 50%;
    font-family: 'Material Icons';
    content: 'keyboard_arrow_left';
}

.slick-next::before {
    font-size: 30px;
    padding: 5px;
    background-color: #597e34;
    border-radius: 50%;
    font-family: 'Material Icons';
    content: 'keyboard_arrow_right';
}

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
    color: #fff;
    opacity: 0.8;
    background-color: #597e34;
}


/* Accordian */

.accordion-item, .accordion-button {
    background-color: transparent;
}

.accordion-button, .accordion-body {
    padding: 1rem 0rem 1rem 0rem;
}
.accordion-item h3 {
    font-family: 'montserrat';
    font-weight: bold;
}

.green-back .accordion-button {
    color:#fff;
}

.green-back .accordian-item {=
    border: 1px solid rgba(255, 255, 255,);
}

.green-back .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.green-back .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

.green-back .accordion-button::after {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.green-back .accordion-button:not(.collapsed)::after {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media (min-width:992px) {
    .accordion-button {
        font-size: 1.2rem;
    }
}

/* Breadcrumbs */

.breadcrumbs-wrap {
    display: none;
    color: #fff;
    text-align: center;
}

@media (min-width:768px) {
    .breadcrumbs-wrap {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
    }
}

.breadcrumbs {
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    display: flex;
    justify-content: center;
}

.breadcrumbs li {
    margin-left:0px;
    margin-right: 8px;
}

.breadcrumbs a {
    color:#fff;
    margin-right: 5px;
}

.breadcrumbs a:hover {
    border-bottom-color: #fff;
}

.my-slider {
    position: relative;
}

#controls {
    display:none;
    margin-bottom: 20px;
    padding:0 30px;
}

@media (min-width:768px) {

#controls {
    display: flex;
    position: absolute;
    width:100%;
    height: 100%;
    padding: 0px;
}

}

.previous,
.next {
    position: absolute;
    top: calc(50% - 34px);
    z-index: 1;
    padding: 5px;
    border: 0px;
    height: 34px;
    color:#fff;
    border-radius: 50%;
    background-color: #afcb37;
    outline:none;
}

.previous:disabled ,.next:disabled {
    display: none;
    background-color: rgba(141, 198, 63, 0.5);
}

.previous {
    left: -16px;
}

.next {
    right: 32px;
}

.tns-slider {
    display: flex;
}

.tns-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.tns-nav button {
    background-color: rgba(0, 104, 61, 0.5);
    border: 0;
height: 10px;
width: 20px;
    margin: 5px;
}
.tns-nav .tns-nav-active {
    background-color: #597e34;
}

/* Service/Treatment Boxes */

.service-item {
    height: 100%;
    background-color: #597e34;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service-box {
    position: relative;
}
.service-box .button {
    position: absolute;
    z-index:1;
    font-size:0.875rem;
    bottom:-23px;
}
.service-padding {
    padding: 45px 45px 45px 45px;
}
.service-padding h2 {
    color: #fff;
    font-size: 1.5rem;
}
@media (min-width:992px) {
    .service-padding h2 {
        font-size: 1.8rem;
    }
    .service-padding {
        padding: 60px 45px 60px 45px;
    }
}

/* Page Blocks */

.image-box {
    min-height: 300px;
    background-color: #597e34;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 104, 61, 0.7)), url('/img/grass-header.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

@media (min-width:992px) {
    .image-box {
        min-height: 360px;
        height: auto;
    }
}

/* Full Width Images */

.full-width-image {
    display: block;
    height:420px;
    width:100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Build Your Own */

.form-section {
    border-top: 60px solid #e8e8e8;
}

.form-box {
    margin-top:-60px;
    padding-bottom: 60px;
}
.build-button {
    position: absolute;;
    margin-top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width:992px) {
    .form-section {
        border-top: 90px solid #e8e8e8;
    }

    .form-box {
        margin-top:-90px;
        padding-bottom: 90px;
    }

    .build-button {
        font-size: 1.2rem;
    }
}

.label-for-check {
    height: 100%;
    border:1px solid grey;
    display:flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}

@media (min-width:768px) {
    .label-for-check {
        min-height: 80px;
    }
}

.label-for-check input {
    position: absolute;
    opacity: 0;
}

.label-for-check .label-inner {
    padding: 1rem 1.5rem;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

:checked + .label-inner {
  background-color: #597e34;
  color:#fff;

}

.label-for-check strong {
    display: contents;
}



.offset-image-large-text {
  font-family: "NoeDisplay";
  font-size: 1.5rem;
  margin-bottom: 45px;
  color:#597e34;
}
.offset-image-inner {
    background-color: #597e34;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom:260px;
    margin-right: 0.75rem;
}
.offset-box-inner {
    padding-top: 2.25rem;
    padding-right: 2.25rem;
    padding-left: 2.25rem;
    padding-bottom: 2.25rem;
    margin-top: -1.5rem;
    margin-left: 0.75rem;
}

@media (min-width:768px) {
    .offset-image-large-text {
      font-size: 1.8rem;
      margin-bottom: 6rem;
    }
}

@media (min-width:992px) {
    .offset-column-row {
        display: flex;
        flex-direction: row;
        margin-left: 0rem;
        margin-right: -3rem;
    }

    .offset-image-inner {
        width:50%;
        margin-right: -3rem;
    }
    .offset-box-inner {
        width:50%;
        padding:4.2rem 3rem;
        margin-left: 0rem;
        margin-top:-2.5rem;
        margin-bottom:2.5rem;
    }
}

@media (min-width:1024px) {
    .offset-image-large-text {
        font-size: 2.5rem;
    }
}

@media (min-width:1200px) {

    #aboutIntro {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .offset-image-large-text {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
        margin-top:-101px;
    }
    .offset-image-large-text p {
        line-height: 1.2;
    }
}


.about-module {
    margin-bottom:0px;
}

.about-section {
    border-bottom:120px solid #d9d9d9;
}

@media (min-width:992px) {
    .about-section {
        border-bottom:0px;
    }
}

.about-module h2 {
    line-height: 36px;
    margin-bottom: -4px;
    color:#afcb37;
}

.about-module-intro {
    font-family: "NoeDisplay";
    font-size: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.about-module-image img {
    margin-bottom:-120px
}

@media (min-width:768px) {

    .about-module-intro {
        font-size: 1.8rem;
    }

    .about-module h2 {
        font-size: 3rem;
        line-height: 1;
        margin-bottom:-5px;
    }

}

@media (min-width:992px) {

.about-module-image img {
    margin-top:-45px;
}

.about-module h2 {
    font-size: 4rem;
    line-height: 1;
    margin-bottom:-6px;
}
}

@media (min-width:1024px) {

    .about-module-image img {
        margin-top:0px;
        margin-bottom:0px
    }
}

@media (min-width:1200px) {

    .about-module h2 {
      font-size: 4rem;
      line-height: 1;
      margin-bottom: -15px;
    }
    .about-module-image img {
        margin-top:-60px;
    }
    .about-module-intro {
        margin-top:3rem;
        font-size: 2.5rem;
        line-height: 1.2;
    }
}

@media (min-width:1500px) {
    .about-module h2 {
        font-size: 5rem;
        margin-bottom: -20px;
    }
}

/* Team Boxes */

.team-item {
    height: 100%;
    background-color: #597e34;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.team-inner {
    padding: 30px 30px 30px 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 100%;
}

.ifphoto.team-inner {
    padding-top:110px;
}

.team-inner h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.team-inner h4 {
    color: #afcb37;
    font-size: 0.75rem;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.team-inner p:first-of-type {
    margin-top: 15px;
}

.team-inner p:last-of-type {
    margin-bottom: 0px;
}

.team-inner p {
    font-size: 0.875rem;
    max-width: 600px;
    margin: 0 auto;
}

.team-box {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    max-width: 510px;
    margin: 0 auto;
}

.team-content {
    flex-grow:1;
    display: flex;
    flex-direction: column;
}

.team-photo {
    min-height: 150px;
    background-position: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    border-radius: 50%;
    margin-bottom: -90px;
    z-index:1;
}

@media (min-width:1200px) {
    .team-photo {
        min-height: 240px;
        width:240px;
        margin-bottom: -120px
    }
    .ifphoto.team-inner {
        padding-top:150px;
    }
}

@media (min-width:768px) {
/**
.team-box.left {
    display: flex;
    flex-direction: row;
    margin-right: -3rem;
}

.team-box.right {
    display: flex;
    flex-direction: row-reverse;
    margin-right: 0rem;
    margin-left: -3rem;
}

.team-row .col-12 .team-box:nth-child(even) {
    flex-direction: row-reverse;;
}

.team-inner {
    width:50%;
    margin-top: 1.5rem;
    margin-bottom:1.5rem;
    padding: 3rem;
    position: relative;
    z-index: 10;
}
**/

.team-inner.noImage {
    width:100%
}

.team-inner h3 {
    color: #fff;
    font-size: 1.8rem;
}
}

@media (min-width:1200px) {
    /**
    .right .team-photo, .left .team-photo {
        min-height: 420px;
    }
    **/
}

#controls {
	    :focus {outline: none;}
}

.intro-image-inner {
    background-color: #597e34;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom:420px;
}
.intro-box-inner {
    padding-top: 4rem;
    padding-right: 3rem;
    padding-left: 3rem;
    padding-bottom: 4rem;
    display: flex;
    justify-content: center;
}
.intro-text-wrap {
    max-width: 540px;
}
.intro-box-inner .large-text {
    font-family: 'NoeDisplay';
    font-size: 1.5rem;
    line-height: 1.2;
    color:#597e34;
    margin-bottom: 2.25rem;
}

.large-text::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    margin-top: 1rem;
    background-color: #96c11f;
}

@media (min-width:575px) {
    .intro-text-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
}

@media (min-width:768px) {

    .intro-box-inner .large-text {
        font-family: 'NoeDisplay';
        font-size: 1.8rem;
    }

    .intro-text-wrap {
        max-width: 720px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

@media (min-width:992px) {

    .page-intro-padding {
        padding-top:120px;
        padding-bottom:120px;
    }

    .intro-column-row {
        display: flex;
        flex-direction: row-reverse;
        margin-left: -3rem;
        margin-right: 0rem;
    }

    .intro-image-inner {
        width:50%;
        margin-right: -3rem;
    }
    .intro-box-inner {
        position:relative;
        z-index:10;
        width:50%;
        padding:4.2rem 3rem;
        margin-left: 0rem;
        margin-top:2.5rem;
        margin-bottom:2.5rem;
    }
}

@media (min-width:1200px) {
    .intro-image-inner {
        padding-bottom:none;
        min-height: 380px
    }
}

@media (min-width:1500px) {
    .intro-image-inner {
        min-height: 420px
    }
    .intro-box-inner .large-text {
  font-family: 'NoeDisplay';
  font-size: 2.5rem;
  line-height: 1.2;
}
}

.testimonial-box {
    height: 100%;
}

.divider {
    width:40px;
    height:2px;
}

.divider.white {
    background-color: #fff;
}

.testimonial-inner {
    padding:1.5rem;
}

.testimonial-location {
    color: #fff;
    font-size: 0.875rem;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin-bottom:1.5rem;
}

@media (min-width:575px) {
    .testimonial-inner {
        padding:2.25rem;
    }
}

@media (min-width:768px) {
    .testimonial-inner {
        text-align: center;
    }

    .testimonial-inner .divider {
        margin: 0 auto;
    }
}

@media (min-width:992px) {
.testimonial-inner {
    padding: 4.2rem 3rem;
}
}

.large-centred-text {
    font-family: 'NoeDisplay';
    font-size: 1.5rem;
    line-height: 1.25;
}


@media (min-width:992px) {
    .large-centred-text {
        font-family: 'NoeDisplay';
        font-size: 1.8rem;
    }
}

/*

@media (min-width:1500px) {
    .large-centred-text {
        font-family: 'NoeDisplay';
        font-size: 2.5rem;
    }
}

*/

/** Blog **/

.blogbody p strong {
    color:#597e34;
}

.blog-cont {
    margin-left:auto;
    margin-right: auto;
}

.blogImage {
    border-bottom: 0px;
}

.blogImage:hover {
    border-bottom: 0px;
}

.blog-box {
    padding:30px 45px;
}

.blog-box .date {
    color: #afcb37;
}

.blog-box h2 {
    font-size: 1.25rem;
}

.blog-box a {
    border-bottom:1px transparent;
}

.blog-box a:hover {
    border-bottom:1px solid #afcb37;
}

.blog-intro.intro p {
    font-size: 1.5rem;
}

.hentry {
    max-width: 510px;
}

@media (min-width:768px) {
    .blog-box h2 {
        font-size: 1.5rem;
    }
    .blog-cont {
        margin-left:0;
        margin-right: 0;
    }
}

@media (min-width:992px) {

.blog-intro.intro p {
    font-size: 1.8rem;
}

.locations-box h2 {
    font-size: 1.8rem;
}

}

/* Gallery Image */

.gallery-image {
    border-bottom: 0px;
}

.gallery-image:hover {
    border-bottom: 0px;
}

.service-padding .entry-published {
    color: #afcb37;
}

/**/

.cookie-overlay {
	display: none;
	position: fixed;
	/*background-color: rgba(255,255,255,1.00);*/
    background-color: #90c64f;
	width: 100%;
	z-index: 999999;
	padding-bottom: 30px;
	left: 0px;
	bottom: 0px;
}
.cookie-overlay p {
	padding-top: 25px;
}
.cookie-overlay .cookieClose {
	display: block;
	width: 25px;
	text-align: right;
	margin-top: -12px;
	height: 25px;
	border-radius: 50%;
	background-color: rgba(253, 195, 0, 1);
	float: right;
	margin-right: 30px;
}

.horizontal-divider {
    background-color: #90c64f;
    width:50px;
    height: 2px;
    margin-right: auto;
    margin-top:20px;
    margin-bottom: 20px;
}

@media (min-width:768px) {
    .horizontal-divider {
        background-color: #90c64f;
        width:100px;
        height: 2px;
        margin-left: auto;
        margin-right: auto;
        margin-top:40px;
        margin-bottom: 40px;
    }
}

.testimonial-message {
    padding-left:50px;
    padding-right:50px;
}

.form-special {
    height:0px;border:0px;background-color:transparent;color:transparent;font-size: 0px;padding: 0px;margin: 0px !important;
}

.form-special input {
    height:0px;border:0px;background-color:transparent;color:transparent; font-size: 0px;
}

.form-check {
    display: flex;
    justify-content: center;
}
