/* ***********************************************
                Reset CSS start
*********************************************** */
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 1;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
    padding: 0;
    margin: 0;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
    outline: none;
}
sub, sup {
  /* Specified in % so that the sup/sup is the right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}
/* ***********************************************
                Reset CSS end
*********************************************** */




/* ***********************************************
                Site CSS start
*********************************************** */
@font-face {
    font-family: 'Gibson-SemiBold';
    src: url('../fonts/Gibson-SemiBold.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Gibson-SemiBold.otf')  format('opentype'),
    url('../fonts/Gibson-SemiBold.woff') format('woff'), 
    url('../fonts/Gibson-SemiBold.ttf')  format('truetype'), 
    url('../fonts/Gibson-SemiBold.svg#Gibson-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gibson-Regular';
    src: url('../fonts/Gibson-Regular.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Gibson-Regular.otf')  format('opentype'),
    url('../fonts/Gibson-Regular.woff') format('woff'), 
    url('../fonts/Gibson-Regular.ttf')  format('truetype'), 
    url('../fonts/Gibson-Regular.svg#Gibson-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gibson-Bold';
    src: url('../fonts/Gibson-Bold.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Gibson-Bold.otf')  format('opentype'),
    url('../fonts/Gibson-Bold.woff') format('woff'), 
    url('../fonts/Gibson-Bold.ttf')  format('truetype'), 
    url('../fonts/Gibson-Bold.svg#Gibson-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "sw-icon-font";
    src:url("../fonts/sw-icon-font.eot?ver=1");
    src:url("../fonts/sw-icon-font.eot?ver=1#iefix") format("embedded-opentype"),
    url("../fonts/sw-icon-font.woff?ver=1") format("woff"),
    url("../fonts/sw-icon-font.ttf?ver=1") format("truetype"),
    url("../fonts/sw-icon-font.svg?ver=1#1445203416") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gibson-SemiBold';
    src: url('../fonts/Gibson-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gibson-SemiBold.otf')  format('opentype'),
    url('../fonts/Gibson-SemiBold.woff') format('woff'),
    url('../fonts/Gibson-SemiBold.ttf')  format('truetype'),
    url('../fonts/Gibson-SemiBold.svg#Gibson-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.clearfix {
    position: relative
}
.clearfix::before,
.clearfix::after {
    content: '';
    display: table;
    width: 100%;
}

body {
    font-family: 'Gibson-Regular';
    font-size: 16px;
    overflow-x: hidden;
    background: #ffffff;
    padding-top: 74px;
}
body.afterLogin {
    padding-top: 123px;
}
a, button {
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
}
h1 {
    text-align: center;
    font-family: 'Gibson-SemiBold';
    font-size: 46px;
    color: #008542;
    margin-bottom: 20px;
    line-height: 54px;
}
h2 {
    text-align: center;
    font-family: 'Gibson-SemiBold';
    font-size: 36px;
    color: #008542;
    margin-bottom: 20px;
    line-height: 44px;
}
h3 {
    text-align: center;
    font-family: 'Gibson-SemiBold';
    font-size: 26px;
    color: #008542; 
    margin-bottom: 20px;
    line-height: 30px;
}
h4 {
    font-family: 'Gibson-SemiBold';
    font-size: 20px;
}
h5 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #424242;
    line-height: 24px;
}
p {
    font-family: 'Gibson-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #424242;
    margin-bottom: 15px;
}
p a {
    text-decoration: none;
    color: #008542;
}
p strong, p b {
    font-family: 'Gibson-SemiBold';
    font-size: 18px;
    line-height: 22px;
}
hr {
    margin: 30px 0;
    background: transparent;
    border-color: #c0c0c0;
}
ul {
    margin-bottom: 30px;
}
li {
    list-style: none;
    padding: 13px 0;
    font-size: 18px;
    position: relative;
    padding-left: 40px;
    line-height: 20px;
    color: #424242;
}
li::after {
    content: "";
    position: absolute;
    background: #008542 url('../images/tick.png') no-repeat center;
    top: 6px;
    left: 0;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    width: 30px;
    background-size: 16px;
    background-position: center;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    background-size: 12px;
}
.noPadding {
    padding: 0 !important;
}
.padding-right-30 {
    padding-right: 30px !important;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-left h2 {
    text-align: left;
}
.text-center h1, .text-center h2, .text-center h3, .text-center h4 {
    text-align: center !important;
}
.padding-top-20 {
    padding: 20px 0 0 0 !important;
}
.wrapper {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}
.wrapper::after,
.wrapper::before {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}
.medium-wrapper {
    max-width: 1000px;
}
.small-wrapper {
    max-width: 750px;
}
.xs-wrapper {
    max-width: 660px;
}
.row {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}
.column {
    padding: 0 10px;
    position: relative;
}
.disabled {
    opacity: 0.5;
    pointer-events: none;
}
@media (min-width: 768px) {
    .row {
        -webkit-display: -webkit-box;
        -webkit-display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;  
        flex-wrap: wrap;
    }
    .column {
        display: block;
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;    
    }
    .column-12 {
        width: 100%;
        min-width:100%;

    }
    .column-11 {
        width: 91.66666667%;
        min-width: 91.66666667%;
    }
    .column-10 {
        width: 83.33333333%;
        min-width: 83.33333333%;
    }
    .column-9 {
        width: 74.8%;
        min-width: 74.8%;
    }
    .column-8 {
        width: 66%;
        min-width: 66%;
    }
    .column-7 {
        width: 57%;
        min-width: 57%;
    }
    .column-6 {
        width: 50%;
        min-width: 50%;
    }
    .column-5 {
        width: 41%;
        min-width: 41%
    }
    .column-4 {
        width: 33%;
        min-width: 33%;
    }
    .column-3 {
        width: 24.8%;
        min-width: 24.8%;
    }
    .column-2 {
        width: 16.66666667%;
        min-width: 16.66666667%;
    }
}


.section-padding-50 {
    padding: 50px 0;
}
.section-padding-top-50 {
    padding-top: 50px;
}
.section-padding-top-60 {
    padding-top: 60px;
}
.section-padding-top-20 {
    padding-top: 20px;
}
.section-padding-30 {
    padding: 30px 0;
}
.section-padding-20 {
    padding: 20px 0;
}
.section-padding-bottom-50 {
    padding-bottom: 50px;
}
.section-padding-bottom-30 {
    padding-bottom: 30px;
}
.section-padding-60 {
    padding: 60px 0;
}
.section-padding-120 {
    padding: 120px 0 60px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}
.btn {
    font-size: 20px;
    font-family: 'Gibson-Regular';
    color: #000;
    display: inline-block;
    padding: 15px 30px;
    text-decoration: none;
    border: 1px solid #008542;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    margin: 10px 0;
    text-align: center;
    color: #008542;
}
.btn:hover {
    background: #8dc63f;
    border-color: #8dc63f;
    color: #ffffff;
}
.btn-block {
    display: block;
}
.btn-inline {
    padding: 15px 60px;
}
.btn-small {
    padding: 10px 25px;
}
.btn-medium {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}
.btn-green {
    color: #ffffff;
    background: #008542;
}
.btn-white {
    color: #008542;
    background: #ffffff;
}
.btn-white-outline {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}
.btn-outline {
    background: none;
    border-color: #ffffff;
    color: #ffffff;
}
.btn-smallpad-l-r {
    padding-left: 5px;
    padding-right: 5px;
}
input {
    border: 1px solid #c0c0c0;
    height: 54px;
    display: block;
    width: 100%;
    font-size: 18px;
    font-family: 'Gibson-Regular';
    padding: 10px 20px;
    background: #ffffff;
}
textarea {
    border: 1px solid #c0c0c0;
    display: block;
    width: 100%;
    font-size: 18px;
    font-family: 'Gibson-Regular';
    padding: 20px;
    background: #ffffff;
    resize: none;
    outline: none;
}
.sectionheading {
    margin-bottom: 30px;
}
.sectionheading h1 {
    margin-bottom: 0;
}
.sectionheading h2 {
    margin-bottom: 0;
}
.sectionheadingsmall {
    margin-bottom: 25px;
}
.sectionheadingsmall h3 {
    margin-bottom: 0;
}
.margin-top-0 {
    margin-top: 0 !important;
}
strong {
    font-family: 'Gibson-SemiBold';
}
.gray {
    background: #f5f5f5 !important;
}
.white {
    background: #ffffff !important;
}
.green {
    background: #008542;
}
.whiteBg {
    background: #ffffff;
}
.text-center {
    text-align: center;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.breadcrumbs {
    background: #f5f5f5;
    padding: 10px 0;
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
}
.breadcrumbs ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 12px;
    position: relative;
}
.breadcrumbs ul li:hover a {
    color: #8dc63f;
}
.breadcrumbs ul li::after {
    content: none;
}
.breadcrumbs ul li::before {
    content: "/";
    margin: 0 5px;
}
.breadcrumbs ul li:first-child::before {
    content: none;
}
.breadcrumbs ul li a {
    text-decoration: none;
    color: #424242;
}
.breadcrumbs ul li.selected {
    font-family: 'Gibson-SemiBold';
}
.breadcrumbs ul li.selected::before {
    font-family: 'Gibson-Regular';
}

#preloader {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
#status {
    background-image: url('../images/loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
    left: 50%;
    margin: -200px 0 0 -200px;
    position: absolute;
    top: 50%;
    width: 400px;
}



/* ***************Header Start************************* */
.header {
    background: #008c3a;
    position: fixed;
    z-index: 999;
    right: 0;
    left: 0;
    top: 0;
}
.logo {
    float: left;
    padding: 15px 0;
}
.logo a {
    display: block;
}
.headerNav {
    width: 1000px;
    float: right;
    background: #fff;
    text-align: right;
    border-bottom-left-radius: 300px;
    -webkit-border-bottom-left-radius: 300px;
    -ms-border-bottom-left-radius: 300px;
    -moz-border-bottom-left-radius: 300px;
    -o-border-bottom-left-radius: 300px;
    position: relative;
    padding-right: 50px;
}
.headerNav::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    background: #ffffff;
    width: 10000px;
}
.headerNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.headerNav ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}

.headerNav ul li.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 5px solid #8dc63f !important;
    bottom: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    height: auto;
    width: inherit;
    background: transparent;
    pointer-events: none;
}
.headerNav ul li::after {
    content: none;
}
.headerNav ul li a {
    display: block;
    font-size: 18px;
    color: #018C3B;
    font-family: 'Gibson-Regular';
    text-decoration: none;
    font-weight: normal;
    padding: 20px 40px;
}
.headerNav ul > li > a:hover {
    /* font-family: 'Gibson-SemiBold'; */
    background: #f5f5f5;
    color: #028B3B;
}
.headerSearch {
    position: absolute;
    right: 0;
    top: 0;
    padding: 18px;
}
.headerSearch a {
    display: block;
}
.headerSearch img {
    width: 20px;
}
.searchBox {
    background: #ffffff;
    display: none;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    right: 0;
    border-bottom: 2px solid #008c3a;
}
.searchBox input {
    border: none;
    font-size: 22px;
    padding: 20px;
    width: 100%;
    font-family: 'Gibson-Regular';
    color: #424242;
    height: auto;
}

/* ***************Header End************************* */



/* ***************Top Gray Header Right start************************* */
.topGrayHeader {
    background: #424242;
    padding: 10px 0;
}
.topGrayHeaderLeft {
    vertical-align: middle;
    display: inline-block;
    padding: 6px 0;
}
.topGrayHeaderLeft a {
    color: #ffffff;
    text-decoration: none;
} 
.topGrayHeaderRight {
    text-align: right;
}
.headerCart {
    margin: 0;
    padding: 0;
}
.headerCart li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
}
.headerCart li::after {
    content: none;
}
.headerCart li a {
    display: block;
}
.headerCart li img {
    width: 25px;
}
.cart {
    position: relative;
}
.cartItemNumber {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    height: 22px;
    width: 22px;
    background: #008c3a;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: -3px;
    left: 100%;
}




/* ***************Top Gray Header Right End************************* */




/* *************** Benner Start ************************* */
.bannerSec {
    background: url('../images/home-banner.jpg') no-repeat center top;
    background-size: cover;
    height: 600px;
    position: relative;
}
.bannerTxt {
    padding: 50px 0;
    text-align: center;
    background: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.bannerTxt h2 {
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gibson-Bold';
    margin-bottom: 10px;
}
.bannerTxt p {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
}
.scrollBtm {
    margin-top: 40px;
    display: inline-block;
    padding-top: 10px;
}
.scrollBtm img {
    position: absolute;
    bottom: 0;
    width: 55px;
    margin-left: -27.5px;
    left: auto;
    right: auto;
    animation-name:arrow;
    animation-duration:1s;
    animation-timing-function:linear;
    animation-delay:0s;
    animation-iteration-count:infinite;
    animation-direction:normal;
    animation-play-state:running;
      -webkit-animation-name:arrow;
      -webkit-animation-duration:1s;
      -webkit-animation-timing-function:linear;
      -webkit-animation-delay:0s;
      -webkit-animation-iteration-count:infinite;
      -webkit-animation-direction:normal;
      -webkit-animation-play-state:running;
}
@keyframes arrow
{
0%   {bottom:0;}
75% {bottom:10px;}
100% {bottom:0;}
}
@-webkit-keyframes arrow
{
0%   {bottom:0;}
75% {bottom:10px;}
100% {bottom:0;}
}

/* *************** Benner End ************************* */



/* *************** grass category start ************************* */
.grassCategory {
    background: #ffffff;
}
.grassCategory .wrapper {
    max-width: 600px;
}
/* *************** grass category End ************************* */



/* *************** post code section start ************************* */
.postCodeSec {
    background: #f5f5f5;
    text-align: center;
}
/* .postCode {
    margin-top: 40px;
} */
.postCode label {
    font-family: 'Gibson-Regular';
    color: #424242;
    font-size: 18px;
}
.postCode input {
    padding: 17px 20px;
    border: 1px solid #c0c0c0;
    width: 350px;
    font-size: 18px;
    font-family: 'Gibson-Regular';
    color: #c0c0c0;
    margin-left: 10px;
    height: auto;
    display: inline-block;
}

/* *************** post code section End ************************* */



/* *************** Filter area start ************************* */
.filterCheckbox {
    background: #424242;
    text-align: center;
}
.filterArea label {
    color: #fefefe;
    font-size: 18px;
    margin-bottom: 30px;
    display: block;
}
.customCheckbox {
    display: inline-block;
    padding: 0;
    text-align: center;
    margin: 20px 0;
}
.customCheckbox input {
    display: none;
}
.customCheckbox input + label {
    font-size: 18px;
    color: #424242;
    margin: 0;
    line-height: 22px;
    position: relative;
    padding-left: 40px;
    display: inline-block;
    text-align: left;
}
.customCheckbox input + label::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border: 1px solid #000000;
    top: -4px;
    left: 0;
}
.customCheckbox input:checked + label::before {
    background: #8dc63f;
    border-color: #8dc63f;
}
.filterCheckbox .customCheckbox {
    padding: 0 40px;
    max-width: 160px;
}
.filterCheckbox .customCheckbox input + label {
    color: #ffffff;
    margin-top: 50px;
    padding: 0;
    font-size: 16px;
    text-align: center;
    display: block;
}
.filterCheckbox .customCheckbox input + label::before {
    border: 1px solid #fff;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.filterCheckbox .customCheckbox input:checked + label::before {
    border-color: #8dc63f;
}
.filterCheckbox .customCheckbox {
    margin: 0;
}
.sortBy {
    background: #ffffff;
    padding: 20px 0;
}
.sortBy .wrapper {
    max-width: 1000px;
}
.sortByFull .wrapper {
    max-width: 1170px;
}
.sortBy p {
    color: #424242;
    display: inline-block;
    padding-top: 20px;
    margin: 0;
}
.sortBy .customSelect2 {
    float: right;
}
.customSelect {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    overflow: hidden;
    border: 1px solid #008c3a;
    position: relative;
}
.customSelect::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    z-index: 1;
    background: url('../images/chevrongreen.svg') no-repeat center;
    height: 40px;
    width: 50px;
    background-size: 20px;
    pointer-events: none;
}
.customSelect2 select {
    width: 210px;
}
.customSelect select {
    height: 40px;
    width: 210px;
    border: none;
    margin: 0 20px;
    background: transparent;
    font-size: 16px;
    color: #008c3a;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    background: transparent;
}

/* *************** Filter area End ************************* */


/* *************** Grass quote box start ************************* */
.grassQuoteBox {
    background: #f5f5f5;
    padding: 50px 0 0;
}
.grassQuoteBox  .column-4 {
    margin-bottom: 60px;
}
.grassQuote {
    background: #fff;
    box-shadow: 7px 8px 7px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 7px 8px 7px 1px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 7px 8px 7px 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 7px 8px 7px 1px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 7px 8px 7px 1px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.grassTitle {
    font-size: 18px;
    padding: 21px 10px;
    background: #424242;
    text-align: center;
    color: #fff;
}
.grassInfo p {
    color: #424242;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    
}
.grassInfo h5 {
    margin-bottom: 0;
    font-size: 18px;
    color: #424242;
    line-height: 24px;
    min-height: 50px;
}
.grassInfo p a, .grassInfo p strong a, .grassInfo h5 a {
    text-decoration: none;
    color: #424242;
}
.grassDescrip {
    min-height: 100px;
}

.grassContent {
    padding: 10px 15px 30px;
}
.grassInfo {
    margin-bottom: 20px;
    padding: 0 10px;
    /* min-height: 100px; */
}
.grassQuoteBox .row {
    margin-left: -30px;
    margin-right: -30px;
}
.grassQuoteBox .column {
    padding-left: 30px;
    padding-right: 30px;
}
.grassOptionsBox {
    display: table;
    width: 100%;
}
.grassOptionsBox > div {
    display: table-cell;
    padding: 18px 6px;
    vertical-align: middle;
}
.grassOptionsBox > div:first-child {
    width: 50px;
}
.grassOptionsInfo p {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
    margin: 0;
}
.grassOptionsInfo p span {
    font-family: 'Gibson-SemiBold';
    font-size: 16px;
    margin-top: 5px;
    display: block;
    text-transform: none;
}
.grassOptions .column {
    padding: 0 0;
}
.grassOptions .row {
    margin: 0;
}
.grassBtns {
    padding: 0 30px;
    margin-top: 30px;
}
.grassLogo {
    text-align: center;
    margin: 10px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
.contactTile {
    padding: 90px 0;
}
.tileImg {
    line-height: 0;
}
.contactTile p {
    margin-bottom: 40px;
}
.contactTile h3 {
    margin-bottom: 40px;
}
.icon {
    width: 35px;
    background: url('../images/grass_icons.svg');
    background-size: 120px;
    height: 35px;
    vertical-align: middle;
}
.icon-1 {
    background-position: 0px 0px;
}
.icon-2 {
    background-position: -44px 0px;
}
.icon-3 {
    background-position: -85px -2px;
}
.icon-4 {
    background-position: 0 -44px;
}
.icon-5 {
    background-position: -44px -44px;
}
.icon-6 {
    background-position: -84px -44px;
}
/* *************** Grass quote box end ************************* */
 


/* *************** Get a quote start ************************* */
.getQuote {
    text-align: center;
    background: #f5f5f5;
}
.getQuoteImg {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.getQuoteTxt {
    max-width: 1000px;
    margin: 0 auto;
}
.getQuoteTxt p {
    color: #424242;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}
.layingTurfSlider {
    position: relative;
}
.layingTurfSlider .slick-list {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    overflow: hidden;
}
.layingTurfSlider .slick-slide img {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    overflow: hidden; 
}
.layingTurfSlider .slick-slide img {
    max-height: 550px;
    max-width: 100%;
}
.slick-arrow {
    position: absolute;
    top: 250px;
    z-index: 9;
    background: #008c41 url('../images/chevron.svg') no-repeat center;
    border: none;
    height: 45px;
    width: 45px;
    font-size: 0;
    background-size: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    outline: none;
    cursor: pointer;
}
.slick-next.slick-arrow {
    right: -22.5px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.slick-prev.slick-arrow {
    left: -22.5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.slick-dots {
    list-style: none;
    text-align: center;
    padding: 40px 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 555px;
}
.slick-dots li {
    display: inline-block;
    padding: 0 50px;
    position: relative;
}
.slick-dots li::after {
    content: none;
}
.slick-dots li:first-child {
    padding-left: 0;
}
.slick-dots li:last-child {
    padding-right: 0;
}
.slick-dots li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-top: -0.5px;
    z-index: -1;
}
.slick-dots li button {
    height: 30px;
    width: 30px;
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 14px;
    color: #fff;
    background: #c0c0c0;
    font-family: 'Gibson-SemiBold';
    line-height: 32px;
    outline: none;
    cursor: pointer;
    box-shadow: 0 0 0 10px #fff;
    -webkit-box-shadow: 0 0 0 10px #fff;
    -moz-box-shadow: 0 0 0 10px #fff;
    -ms-box-shadow: 0 0 0 10px #fff;
    -o-box-shadow: 0 0 0 10px #fff;
}
.slick-dots li.slick-active button {
    background: #8dc63f;
}
/* *************** Get a quote end ************************* */



/* *************** Plan your yard start ************************* */
.planYard {
    background: #ffffff;
    text-align: center;
    margin: 150px 0 0 0;
}
.yardTileSec .row {
    margin: 0;
}
.yardTileSec .column {
    padding: 0;
}
.yardTileSecPad .row {
    margin: 0 -10px;
}
.yardTileSecPad .column {
    padding: 0 10px;
}
.yardTileSecPad .yardTileTitle {
    min-height: inherit;
}
.yardTileTitle h3 {
    margin: 0;
}
.yardTileSecPad .yardTileImg img {
    max-width: inherit;
    height: 100%;
    width: auto;
}
.tileSingle .column {
    flex-grow: 1;
}
.home-yardTileSec .yardTileImg {
    height: 280px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
   /*  line-height: 280px; */
}
.yardTileImg img {
    /* vertical-align: middle; */
    vertical-align: top;
}
.yardTileContent {
    text-align: center;
    padding: 30px 45px 50px;
}
.home-yardTileSec .yardTileContent {
    padding-bottom: 0;
}
.home-yardTileSec .yardTileBtn {
    padding: 0 45px 50px;
}
.yardTileDescription p {
    line-height: 26px;
    margin: 0;
}
/* .yardTileTitle {
    min-height: 90px;
} */
.tileSingle .yardTileTitle {
    min-height: inherit;
    margin-bottom: 30px;
}
.yardTileDescription {
    height: 200px;
    padding-bottom: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.tileSingle .yardTileDescription {
    height: inherit;
}
.green h2, .green p {
    color: #fff;
}
.yardTileImg {
    overflow: hidden;
    max-height: 250px;
}
.yardTileImg img {
    width: 100%;
    height: auto;
}
/* *************** Plan your yard end ************************* */



/* *************** Quality Guaranteed start ************************* */
.qualityGuaranteed {
    text-align: center;
    
}
.qualityGuaranteed.green {
    padding: 0 15px;
}
.stepSec .qualityGuaranteed {
    padding-left: 15px;
    padding-right: 15px;
}
.qualityGuaranteedImg {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.qualityBrand object {
    margin: 20px 30px;
}

.qualityGuaranteed + div {
	margin-top: 30px;
}

.qualityGuaranteed + div p {
	text-align: center;
}


/* *************** Quality Guaranteed end ************************* */



/* *************** grass types pages start ************************* */
.articleList ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.articleList ul li {
    margin: 0;
    padding: 0; 
}
.articleList ul li::after {
    content: none;
}
.articleList ul li a {
    padding: 25px;
    display: block;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid #c0c0c0;
    margin-top: -1px;
    color: #424242;
    position: relative;
    background: #ffffff;
}
.articleList ul li a:hover {
    box-shadow: 10px 0px 0px #008542 inset;
    -webkit-box-shadow: 10px 0px 0px #008542 inset;
    -ms-box-shadow: 10px 0px 0px #008542 inset;
    -moz-box-shadow: 10px 0px 0px #008542 inset;
    -o-box-shadow: 10px 0px 0px #008542 inset;
    color: #008542;
    background: #f5f5f5;
}
.articleList ul li a::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    height: 15px;
    width: 15px;
    margin-top: -7.5px;
    background: url('../images/chevrongreen.svg') no-repeat center;
    background-size: 20px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    pointer-events: none;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
}
.articleList ul li a:hover::after {
    right: 10px;
}
.resultTxt {
    margin-bottom: 20px;
    display: block;
}
.defaultContent .articleList p {
    margin-bottom: 15px;
}
/* *************** grass types pages end ************************* */


/**************** Turf Suppliers start****************/
.grassTileNarrow {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}
.grassTileNarrow .grassInfo {
    min-height: 100px;
}
.quoteIcons {
    text-align: center;
}
.quoteIcons ul li {
    display: inline-block;
    margin: 0 8px;
    padding: 0;
}
.quoteIcons ul li::after {
    content: none;
}
.quoteIcons li a {
    display: inline-block;
    background: #008542;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
}
.quoteIcons li a img {
    width: 25px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.up-arrow {
    background: url('../images/chevrongreen.svg') no-repeat center;
    height: 20px;
    width: 30px;
    display: inline-block;
    background-size: 100%;
    vertical-align: middle;
    margin-left: 10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
} 
.down-arrow {
    background: url('../images/chevrongreen.svg') no-repeat center;
    height: 20px;
    width: 30px;
    display: inline-block;
    background-size: 100%;
    vertical-align: middle;
    margin-left: 10px;
}
.localRetailersBtn {
    cursor: pointer;
}
.localRetailers {
    padding: 30px 0;
    display: none;
}
.localRetailersTable {
    display: table;
    width: 100%;
}
.localRetailersTableTr {
    display: table-row;
}
.localRetailersTableTrTd {
    display: table-cell;
    text-align: center;
    width: 33.333%;
    padding: 20px;
    font-size: 18px;
    border-top: 1px solid #c0c0c0;
    vertical-align: middle;
    line-height: 26px;
}
.localRetailersTableTrTd:nth-child(2) {
    width: 20%;
}
.localRetailersTableTr:last-child .localRetailersTableTrTd {
    border-bottom: 1px solid #c0c0c0;
}



/**************** Turf Suppliers end****************/



/**************** single-grass-type start ****************/
.grassQuoteSingleListing {
    background: transparent !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
.grassQuoteSingleListing .grassOptions {
    margin: 0 0 0 130px;
}
.grassQuoteSingleListing .grassOptions .column-4 {
    margin: 20px 0;
}
.grassQuoteSingleListing .grassOptionsBox > div {
    text-align: left;
}
.grassQuoteSingleListing .grassLogo {
    height: 150px;
}
.grassQuoteSingleListing .grassOptionsInfo p {
    font-size: 14px;
}
.grassQuoteSingleListing .grassOptionsInfo p span {
    font-size: 18px;
}
.defaultContent p {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 30px;
}
.defaultContent h2 {
    text-align: left;
    margin-bottom: 30px;
}
.defaultContent figure {
    margin: 20px 0;
    position: relative;
}
.defaultContent figure figcaption {
    position: absolute;
    padding: 25px 30px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}
.defaultContent figure img {
    width: 100%;
}
.videoBox {
    height: 550px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 30px;
}
.compareTile {
    background: #ffffff;
    padding: 10px 10px 40px 10px;
    /* box-shadow: 7px 8px 7px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 7px 8px 7px 1px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 7px 8px 7px 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 7px 8px 7px 1px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 7px 8px 7px 1px rgba(0, 0, 0, 0.04); */
}
.compareTileSlider {
    box-shadow: 7px 8px 7px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 7px 8px 7px 1px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 7px 8px 7px 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 7px 8px 7px 1px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 7px 8px 7px 1px rgba(0, 0, 0, 0.04);
    padding: 0 10px;
    background: #fff;
}
.compareTileLogo {
    background: #f5f5f5;
    padding: 20px;
}
.compareTileLogo object {
    max-height: 40px;
}
.compareTileInfo {
    padding: 0 15px;
}
.compareTileList {
    display: table;
    width: 100%;
}
.compareListTd {
    display: table-cell;
    width: 50%;
    padding: 12px 0;
    border-bottom: 1px solid #f1f1f1;
    text-align: left;
    font-size: 18px;
}
.compareListTd:first-child {
    width: 60%;
}
.compareTileList:last-child .compareListTd {
    color: #008542;
}
/* .compareListTd:nth-child(even) {
    padding-left: 25px;
} */
.compareListTd object {
    width: 15px;
}
.compareTileTable {
    display: table;
    width: 100%;
}
.compareTileTd {
    display: table-cell;
    width: 33.333%;
    text-align: center;
}
.compareTileTd .compareTile {
    padding-left: 0;
    padding-right: 0;
}
/* .compareTileTd:first-child .compareTile {
    padding-left: 10px;
}
.compareTileTd:last-child .compareTile {
    padding-right: 10px;
} */
.compareTileTd .compareTile .compareTileInfo {
    padding: 0;
}
.compareTileTd .compareTile .compareListTd {
    text-align: center;
}
.compareSec .row {
    margin-left: -20px;
    margin-right: -20px;
}
.compareSec .row .column {
    padding-left: 20px;
    padding-right: 20px;
}
/**************** single-grass-type end ****************/




/**************** single-post start ****************/
.bigProduct {
    height: 220px
}
.priceTag {
    color: #424242;
    margin: 30px 0;
    font-size: 18px;
}
.relatedTile .yardTile {
    background: #f5f5f5;
    margin-bottom: 20px;
}
.relatedTile .yardTileContent {
    padding: 30px 45px 30px;
}
.relatedTile .yardTileImg {
    height: inherit;
    max-height: 180px;
}
/* .relatedTile .yardTileImg img {
    max-width: inherit;
    height: 100%;
    vertical-align: text-bottom;
    line-height: 1;
} */
.shareIcon {
    font-size: 16px;
    color: #008542;
    font-family: 'Gibson-SemiBold';
    margin: 30px 0;
}
.shareIcon span {
    display: inline-block;
    background: #008542;
    border-radius: 50%;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    margin-left: 10px;
}
.shareIcon a {
    text-decoration: none;
    color: #008542;
}
.shareIcon span img {
    max-width: 30px;
}

/**************** single-post end ****************/


/**************** request confirmation start ****************/
.requestSummary {
    background: #f5f5f5;
}
.requestSummaryInner {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.requestSummaryList {
    margin-bottom: 30px;
}
.requestSummaryList p {
    margin-bottom: 5px;
}
.requestSummaryList p a {
    color: #424242;
}
/**************** request confirmation end ****************/



/**************** product category start ****************/
.productListingBox .row {
    margin-left: -15px;
    margin-right: -15px;
}
.productListingBox .column {
    padding: 0 15px;
    margin-bottom: 30px;
}
.productListingBox .grassInfo {
    min-height: 100px;
}
.articleListNoouterBorder ul li a {
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
}
.articleListNoouterBorder ul li:last-child a {
    border-bottom: none;
}
.productSearch {
    position: relative;
    border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -ms-border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    -o-border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-bottom-right-radius: 30px;
    -o-border-bottom-right-radius: 30px;
    -ms-border-bottom-right-radius: 30px;
    overflow: hidden;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.productSearch input {
    padding-right: 60px;
}
.productSearchBtn {
    display: block;
    position: absolute;
    height: 54px;
    width: 54px;
    background: #858585;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    top: 0;
    line-height: 70px;
    right: 0;
}
.productSearchBtn img {
    width: 25px;
}
.leftArrow {
    background: url('../images/chevron.svg') no-repeat center;
    background-size: 100%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: inline-block;
    height: 10px;
    width: 15px;
    vertical-align: middle;
    top: -1px;
    position: relative;
}
/**************** product category end ****************/


/**************** product category index start ****************/
.productBannerInner {
    background: #f5f5f5;
    padding: 50px 50px 0 50px;
}
.productBannerImg {
    width: 50%;
    float: left;
    padding-right: 30px;
}
.productBannerImg img {
    max-width: 100%;
}
.productBannerInfo {
    float: left;
    width: 50%;
}
.productBannerInfo {

}
.productBannerInfo h4 {
    text-transform: uppercase;
    font-size: 32px;
    color: #008542;
    font-family: 'Gibson-Bold';
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.offerPrice {
    font-size: 100px;
    color: #008542;
    font-family: 'Gibson-Bold';
    display: inline-block;
}
.offerPrice span {
    font-size: 60px;
    font-family: 'Gibson-SemiBold';
    vertical-align: top;
    position: relative;
    top: 5px;
}
.originalPrice {
    display: inline-block;
    font-size: 50px;
    font-family: 'Gibson-Bold';
    color: #008542;
    margin: 0 0 0 20px;
    position: relative;
}
.originalPrice::after {
    content: '';
    position: absolute;
    left: -8px;
    right: -8px;
    bottom: 50%;
    height: 8px;
    background: #d65354;
    margin-bottom: -12px;
}
.originalPrice span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
}
span.smalldolaricon {
    font-size: 30px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'Gibson-SemiBold';
    top: 5px;
}
.bannerBtns {
    margin-top: 15px;
}
.bannerBtns .btn {
    padding: 10px 30px;
    margin-right: 15px;
}
.sidebarFilterArea {
    background: #ffffff;
    padding: 20px 30px;
}

/**************** product category index end ****************/




/**************** product page start ****************/
.productDetails-productimg {
    text-align: center;
    padding: 25px;
}
.productDetails-productimg img {
    max-width: 100%;
}
.productDetails-productInfo h1 {
    text-align: left;
}
.productDetails-productInfo {
    position: relative;
}
.productDetails-productInfo .shareIcon {
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 1;
    margin: 0;
}
.quantitySec {
    width: 70px;
    display: inline-block;
    margin-right: 15px;
}
.quantitySec label {
    text-align: center;
    display: block;
    margin-bottom: 8px;
}
.quantitySec input {
    text-align: center;
}
.addToCartSec {
    padding: 20px 0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}
.regular-price .price,
.regular-price,
.productPrice {
    font-size: 20px;
    color: #424242;
    margin-bottom: 30px;
    font-weight:400;
}
.productInfoTxt {
    padding: 30px 0 0 0;
    height: 160px;
    overflow: hidden;
}
.productInfoTxt.show {
    height: inherit;
}
.productDetails-productInfo p {
    font-size: 18px;
    line-height: 26px;
}
.productInfoTxtShowBtn {
    color: #008542;
    text-decoration: none;
    display: inline-block;
    margin: 20px 0;
}
/**************** product page end ****************/





/**************** grass gallery start ****************/
.gassItem {
    position: relative;
    margin-bottom: 10px;
}
.gassItem a,
.gassItem:hover,
.gassItem:focus {
    outline: none;
}
.gassItem img {
    max-width: 100%;
}
.gassItem figure {
    line-height: 1px;
}
.gassItem figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-family: 'Gibson-SemiBold';
    background: rgba(0,0,0,0.4);
}
.formGroup {
    margin-bottom: 15px;
}
.formGroup label {
    text-align: left;
    margin-bottom: 7px;
    display: block;
    color: #424242;
    font-size: 12px;
}
.formError input {
    box-shadow: 5px 0px 0px 0px #d65354 inset;
    -webkit-box-shadow: 5px 0px 0px 0px #d65354 inset;
    -ms-box-shadow: 5px 0px 0px 0px #d65354 inset;
    -moz-box-shadow: 5px 0px 0px 0px #d65354 inset;
    -o-box-shadow: 5px 0px 0px 0px #d65354 inset;
    border-color: #d65354;
}
.adviceForm {
    max-width: 600px;
    margin: 0 auto;
}
.customFileUpload {
    position: relative;
    display: inline-block;
}
.adviceForm .btn {
    width: 260px;
}
.customFileUpload input[type="file"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    margin: 10px 0;
    cursor: pointer;
    opacity: 0;
}
.uploadedImage img {
    max-width: 100%;
}

/**************** grass gallery end ****************/





.errorMsg {
    text-align: center;
    background: #d65354 !important;
}
.errorMsg h1,
.errorMsg h2,
.errorMsg h3,
.errorMsg h4,
.errorMsg h5,
.errorMsg h6 {
    color: #ffffff !important;
}
.errorMsg p {
    color: #ffffff !important;
}
.customSelectSquare {
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    height: 54px;
    border: 1px solid #c0c0c0;
    background: #ffffff;
}
.customSelectSquare select {
    height: 100%;
    color: #000000;
    width: 100%;
}
.customSelectSquare::after {
    height: 54px;
}
.quantityBox {
    position: relative;
    display: inline-block;
}
.quantityBox span {
    position: absolute;
    right: 1px;
    bottom: 1px;
    display: inline-block;
    height: 52px;
    background: #f1f1f1;
    padding: 14px;
    line-height: 24px;
}
.quantityBox input {
    padding-right: 55px;
}
.tabHeader {
    border-bottom: 4px solid #008542;
    text-align: center;
    background: #f5f5f5;
}
.tabHeader .wrapper {
    font-size: 0;
}
.tabHeaderItem {
    padding: 20px;
    text-align: center;
    background: #ffffff;
    color: #fff;
    display: inline-block;
    color: #008542;
    font-size: 18px;
    width: 360px;
    cursor: pointer;
}
.tabHeaderItem.active {
    background: #008542;
    color: #ffffff;
}
.tabHeaderItem.active .down-arrow {
    background: url('../images/chevron.svg') no-repeat center;
    background-size: 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.tabBodyItem {
    display: none;
}
.tabBodyItem.active {
    display: block;
}
.tabBody {
    padding: 20px 0;
}
.tabArea .down-arrow {
    width: 20px;
}
.t-tip {
    display: inline-block;
    background: #008542;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    line-height: 22px;
    text-align: center;
    margin-left: 5px;
    color: #fff;
    font-size: 14px;
}
.cartDropDown {
    position: absolute;
    width: 300px;
    font-size: 16px;
    background: #008c3a;
    text-align: center;
    color: #ffffff;
    right: -20px;
    padding: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    top: 100%;
    margin: 10px 0 0 0;
    z-index: 1;
    line-height: 20px;
}
.cartDropDown::before {
    content: '';
    position: absolute;
    right: 30px;
    top: -5px;
    height: 10px;
    width: 10px;
    background: #008c3a;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.t-tipSec {
    display: inline-block;
    position: relative;
}
.toolTipMsg {
    position: absolute;
    padding: 10px;
    background: #008542;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: #ffffff;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 150px;
    text-align: center;
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 20px;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    z-index: 9;
}
.toolTipMsg::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 8px;
    width: 8px;
    background: #008542;
    margin-left: -2px;
    margin-top: -4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.t-tipSec.show .toolTipMsg {
    bottom: 100%;
    visibility: visible;
    opacity: 1;
}
.messagehead {
    margin-bottom: 30px;
}
.messagehead p {
    font-size: 18px;
    margin: 0 0 5px 0;
}
.createQuoteTable {
    display: table;
    width: 100%;
    margin: 30px 0 0;
}
.createQuoteTableTr {
    display: table-row;
    background: #f5f5f5;
}
.createQuoteTableTr:nth-child(2n) {
    background: #ffffff;
}
.createQuoteTableTrTd {
    display: table-cell;
    padding: 20px 30px;
    vertical-align: middle;
    font-family: 'Gibson-Regular';
    font-size: 18px;
    line-height: 24px;
}
.createQuoteTableTrTd:nth-child(2) {
    width: 200px;
    text-align: right;
}
.bin-icon {
    background: #d65354;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    height: 26px;
    width: 26px;
    text-align: center;
    padding: 4px 6px;
}
.bin-icon:hover {
    opacity: 0.6;
}
.bin-icon img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.createQuoteTable input {
    display: inline-block;
    width: 60px;
    height: auto;
    margin: 0 10px 0 5px;
}
.dlr {
    font-size: 24px;
    font-family: 'Gibson-Regular';
    vertical-align: middle;
}
.reload-icon {
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    height: 26px;
    width: 26px;
    text-align: center;
    background: #858585;
    padding: 3px 6px;
}
.reload-icon img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.unavailable {
    color: #d65354;
    margin: 0 20px 0 5px;
    font-size: 16px;
    vertical-align: middle;
}
.errorTr {
    box-shadow: 10px 0px 0px 0px #d65354 inset;
    -webkit-box-shadow: 10px 0px 0px 0px #d65354 inset;
    -ms-box-shadow: 10px 0px 0px 0px #d65354 inset;
    -moz-box-shadow: 10px 0px 0px 0px #d65354 inset;
    -o-box-shadow: 10px 0px 0px 0px #d65354 inset;
}
.addItem {
    padding: 15px 0;
    border-top: 1px solid #cccccc;
}
.orDivider {
    border-top: 1px solid #cccccc;
    text-align: center;
    margin-top: 0;
}
.orDivider span {
    display: inline-block;
    padding: 0 15px;
    background: #ffffff;
    font-size: 16px;
    top: -10px;
    position: relative;
}
.viewquote .down-arrow,
.viewquote .up-arrow {
    background-size: 25px;
}
.requestSummary .sectionheading {
    margin: 0;
}
.uploadpdfDoc {
    text-align: center;
}
.smallBanner {
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.stepSec .yardTileContent {
    padding: 20px;
    position: relative;
    text-align: center;
}
.stepSec .yardTileDescription p {
    font-size: 18px;
}
.stepSec .yardTileDescription {
    height: inherit;
}
.stepSec h4 {
    color: #434345;
    margin-bottom: 20px;
}
.stepSec .yardTileImg {
    height: 200px;
    line-height: inherit;
    margin-bottom: 5px;
}
.tileNo {
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 34px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    background: #8dc63f;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    margin: -20px 0 0 -16px;
}
.stepTabinner {
    display: none;
}
.stepTabinner.active {
    display: block;
}
.stepItem {
    margin-right: -10px;
}
.stepTab .stepItem {
    display: none;
}
.stepItem ul li a.active {
    box-shadow: 10px 0px 0px #008542 inset;
    -webkit-box-shadow: 10px 0px 0px #008542 inset;
    -ms-box-shadow: 10px 0px 0px #008542 inset;
    -moz-box-shadow: 10px 0px 0px #008542 inset;
    -o-box-shadow: 10px 0px 0px #008542 inset;
    color: #008542;
    background: #f5f5f5;
    border-right-color: #f5f5f5;
}
.stepItem ul li:last-child a.active {
    border-bottom-color: #f5f5f5;
}
.stepItem ul li:first-child a.active {
    border-top-color: #f5f5f5;
}
.stepItem ul li a.active::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.tipsSec {
    background: #ffffff;
    padding-left: 50px;
    padding-right: 50px;
}
.col-2-sec ul {
    overflow: hidden;
}
.col-2-sec ul li {
    float: left;
    width: 50%;
    padding-right: 30px;
    line-height: 30px;
}
.col-2-sec ul li::after {
    top: 12px;
}

.besicTab {
    margin: 30px 0;
}
.besicTabHeader {
    background: #f5f5f5;
    padding: 25px 25px;
    cursor: pointer;
}
.besicTabHeader h5 {
    color: #424242;
    margin: 0;
    display: inline-block;
}
.besicTabHeader span {
    float: right;
    width: 20px;
}
.besicTabBody {
    padding: 25px;
    background: #f9f9f9;
}
.besicTabBody p {
    font-size: 16px;
}
.besicTabBody {
    display: none;
}
.productTitle, .productDescription {
    padding: 10px 30px;
}
.customlightbox hr {
    margin: 15px 30px;
}
.productImg {
    margin-bottom: 30px;
}
.lightBoxproductdetails {
    padding: 20px 50px;
}
.customlightbox {
    /* display: none; */
    /* overflow: hidden; */
    /* visibility: hidden; */
    width: 600px;
    background: transparent;
    margin-left: 80px;
    margin-right: 80px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.fancybox-slide.fancybox-slide--inline.fancybox-slide--current.fancybox-slide--complete .customlightbox {
    opacity: 1;
    position: relative;
    pointer-events: inherit;
}
.lightBoxInner {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}
.productTitle h3 {
    margin-bottom: 0;
    text-align: left;
}
.lightBoxInnerPart-1,
.lightBoxInnerPart-2 {
    padding: 30px 0 20px;
}
.lightBoxInnerPart-1 {
    padding-top: 0;
}
.lightBoxproductdetailsDescrip h3 {
    text-align: left;
    margin-bottom: 10px;
}
.customlightbox .lightBoxproductdetailsDescrip p {
    margin-bottom: 15px;
}
.lightBoxproductdetailsDescrip {
    padding: 30px;
}
.lightBoxproductdetailsImg {
    background: #ffffff;
    /* background: #f5f5f5; */
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}
.lightBoxproductdetailsImg img {
    max-width: 100%;
    margin: 0 auto;
}
.customlightbox h5 {
    color: #424242;
    margin-bottom: 15px;
}
.customlightbox p {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
}
.searchOuter {
    display: inline-block;
}
.mobileSearchIcon {
    display: none;
}
.mobilehamburger {
    display: none;
}
.menu-arw {
    background: url('../images/chevrongreen.svg') no-repeat center;
    height: 14px;
    width: 13px;
    background-size: 100%;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
@media (min-width: 768px) {
    .sub-menu {
        position: absolute;
        background: #ffffff;
        width: 600px;
        border-bottom: 4px solid #008c3a;
        top: 130%;
        left: 0;
        visibility: hidden;
        opacity: 0;
        transition: all ease-in-out 400ms;
        -webkit-transition: all ease-in-out 400ms;
        -ms-transition: all ease-in-out 400ms;
        -moz-transition: all ease-in-out 400ms;
        -o-transition: all ease-in-out 400ms;
        z-index: 9;
    }
    .header-nav-inner > ul > li:hover > .sub-menu {
        visibility: visible;
        top: 100%;
        opacity: 1;
    }
    .header-nav-inner > ul > li:hover > a .menu-arw {
        transform: rotate(180deg);
    }
    .headerNav .sub-menu li {
        display: inline-block;
        width: 50%;
    }
    .headerNav .sub-menu li a {
        padding: 15px 20px;
        text-align: left;
        display: block;
        font-size: 16px;
    }
    .mobile-only-menu {
        display: none;
    }
    .nav-contact {
        display: none;
    }
    .sliderNumber {
        display: none;
    }
}
.afterLoginCartandUser {
    display: none;
}
.mobile-show {
    display: none;
    margin-top: 30px;
}
.desktop-hide {
    display: none;
}
.postCode span {
    display: none;
    font-size: 12px;
    font-family: 'Gibson-SemiBold';
    margin-bottom: 10px;
}
.priceTurf {
    font-size: 12px;
    font-family: 'Gibson-SemiBold';
    margin-bottom: 20px;
}
.priceTurf .noPostcode, .priceTurf .postcodeSet{
    font-size: 14px;
    line-height: 20px;
}
.priceTurf .regular-price,
.priceTurf .regular-price .price,
.priceTurf .regular-price, .productPrice{
    font-size: 28px;
    color: #424242;
    margin: 30px 0;
}
.priceTurf .regular-price .price.pricelocation{
    font-size:24px;
}
.priceTurf #areaNotServed{
    display: none;
}

.priceTurf .pricedelivery{
    font-size: 16px;
    font-weight: 200;
    margin: 5px 0 0;
}
.postCodeTurf .searchOuter{
    overflow: initial;
}

.yardTileTitle {
    min-height: 90px;
}
span.select2-selection__arrow {
    display: none;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    border: 1px solid #008c3a;
    position: relative;
}
.select2-container--default .select2-selection--single::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    z-index: 1;
    background: url('../images/chevrongreen.svg') no-repeat center;
    height: 40px;
    width: 50px;
    background-size: 20px;
    pointer-events: none;
}
.select2.select2-container.select2-container--default.select2-container--below.select2-container--open.select2-container--focus {
    background: #008c3a;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.select2-container--open .select2-selection__rendered {
    color: #ffffff !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #008c3a;
}
.select2-container .select2-selection--single {
    height: inherit;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 6px 15px;
    padding-right: 40px;
}
.select2-results__option::before, .select2-results__option::after {
    content: none;
}
.select2-results__option {
    background: #ffffff !important;
    color: #008c3a !important;
    font-size: 16px;
    padding: 10px 15px;
}
.select2-dropdown {
    margin-top: -1px;
    border: 1px solid transparent;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    overflow: hidden;
    box-shadow: 7px 8px 7px 1px rgba(0, 0, 0, 0.04);
}
.select2-container--open .select2-selection--single::after {
    background: url('../images/chevron-small-up.svg') no-repeat center;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #000000 !important;
}
.only-mobile-show {
    display: none !important;
}
.tab-show {
   display: none !important; 
}
.compareSec .slick-arrow {
    top: 50%;
}
.compareTileTd .compareTile .compareListTd:first-child {
    display: none;
}
.grassGallerySlider .slick-arrow {
    top: 50%;
    background: #ffffff url('../images/chevrongreen.svg') no-repeat center;
    background-size: 20px;
}
.grassGallerySlider .slick-prev.slick-arrow {
    left: -60px;
}
.grassGallerySlider .slick-next.slick-arrow {
    right: -60px;
}
.grassGallerySlider .slick-dots {
    top: auto;
    bottom: 100%;
    padding: 10px;
}
.grassGallerySlider .slick-dots li.slick-active button {
    background: #ffffff;
}
.lawnCareProductsSlider {
    padding-bottom: 30px;
}
.lawnCareProductsSlider .slick-slide {
    margin: 0 30px;
    margin-bottom: 15px;
}

.lawnCareProductsSlider .slick-list {
    margin: 0 -30px;
}
.lawnCareProductsSlider .slick-arrow {
    top: 50%;
}
.videoBox {
   background-size: cover;
   background-repeat: no-repeat;
}
.categoryListing .yardTile {
    margin-bottom: 30px;
}
.categoryListing .row {
    margin-left: -15px;
    margin-right: -15px;
}
.categoryListing .column-6, .categoryListing .column-8, .categoryListing .column-4 {
    padding-left: 15px;
    padding-right: 15px;
}
.categoryListing .yardTileTitle {
    min-height: inherit;
}
.ajaxLoader img {
    width: 200px;
}
.searchList {
    margin-bottom: 40px;
}
.searchList h3 {
    text-align: left;
    margin-bottom: 5px;
}
.productBoxItem {
    box-shadow: 7px 8px 7px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 7px 8px 7px 1px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 7px 8px 7px 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 7px 8px 7px 1px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 7px 8px 7px 1px rgba(0, 0, 0, 0.04);
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    display: table;
    width: 100%;
    margin: 30px 0;
}
.productBoxItem > div {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 10px;
}
.productBoxItemImg {
    width: 160px;
}
.productBoxItemImg img {
    width: 100%;
}
.productBoxItemInfo h3 {
    font-size: 18px;
    margin: 0;
    color: #424242;
    text-align: left;
}
.search-result .defaultContent {
    padding-right: 100px;
}
.searchinputbox {
    width: 350px;
    margin: 40px auto;
    display: block;
}
.getQuoteTxt h4 {
    color: #858585;
    font-size: 30px;
    font-family: 'Gibson-Regular';
    margin-bottom: 10px;
}
.productBox h2 {
    text-align: left;
}
.categoryListingSingle {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}
.categoryListingSingle .yardTileImg {
    display: table-cell;
    width: 50%;
    padding-right: 15px;
    vertical-align: middle;
    background-size: cover;
    border-right: 15px solid #fff;
}
.categoryListingSingle .yardTileContent {
    display: table-cell;
    text-align: left;
    padding: 0 20px;
    vertical-align: middle;
}
.yardTileContent h5 {
    font-size: 15px;
    color: #008c3a;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.categoryListingSingle .yardTileContent h3 {
    text-align: left;
    margin-bottom: 15px;
}
.superCategoryListing .yardTileContent , .superCategoryListing .yardTileContent h3 {
    text-align: left;
}
.searchList h5 {
    display: none;
}


/* *************** Footer start ************************* */
.footer {
    text-align: center;
}
.footerTop {
    padding: 60px 0;
    background: #008542;
}
.footerLogo {
    float: left;
    margin: 8px 0 0 0;
}
.contactWithUs {
    float: right;
    text-align: left;
}
.contactWithUs p {
    color: #fff;
    margin: 0 0 10px 0;
}
.contactWithUs img {
    height: 22px;
}
.contactWithUs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contactWithUs ul li {
    display: inline-block;
    padding: 0 4px;
}
.contactWithUs ul li::after {
    content: none;
}
.footerNav {
    display: inline-block;
    margin: 20px 0 0 0;
}
.footerNav li {
    display: inline-block;
    padding: 0 25px;
    vertical-align: middle;
}
.footerNav li::after {
    content: none;
}
.footerNav ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
}
.footerCopyRight {
    padding: 10px;
    text-align: center;
    background: #ffffff;
}
.footerCopyRight p {
    color: #424242;
    font-size: 12px;
    margin: 0;
}

/* *************** Footer end ************************* */


/* ***********************************************
                Site CSS end
*********************************************** */






/* ***********************************************
                RESPONSIVE START
*********************************************** */
@media(min-width: 641px){
    .grassQuoteNarrow .grassTitle {
        display: none;
    }
    .lawnStoreSec.white {
        background: transparent !important;
    }
}
@media(min-width: 768px){
    /* .pull-right {
        float: right;
    } */

}




@media (max-width: 1199px) {
    .wrapper {
        max-width: 980px;
    }
    h2 {
        font-size: 34px;
    }
    .grassQuoteBox .column-4 {
        width: 50%;
        min-width:50%;
    }
    .yardTileContent {
        text-align: center;
        padding: 30px 20px 50px;
    }
    .home-yardTileSec .yardTileContent {
        padding-bottom: 0;
    }
    .home-yardTileSec .yardTileBtn {
        padding: 0 20px 50px;
    }
    .headerNav {
        width: 800px;
    }
    .headerNav ul li a {
        padding: 20px 20px;
    }
    .footerTop {
        padding: 40px 0;
    }
    .slick-dots {
        top: 455px;
    }
    .slick-arrow {
        top: 200px;
    }
    .grassBtns {
        padding: 0 10px;
    }
    .compareTileInfo {
        padding: 0 5px;
    }
    .compareListTd {
        font-size: 15px;
    }
    .btn-inline {
        padding: 15px 30px;
    }
    .productBannerInfo h4 {
        font-size: 28px;
        line-height: 30px;
    }
    .offerPrice {
        font-size: 70px;
    }
    .offerPrice span {
        font-size: 44px;
    }
    .originalPrice span {
        font-size: 16px;
    }
    .originalPrice {
        font-size: 40px;
    }
    .originalPrice::after {
        height: 4px;
        margin-bottom: -8px;
    }
    .btn {
        font-size: 16px;
    }
    .productInfoTxt {
        height: 150px;
    }
    .xs-wrapper {
        max-width: 660px;
    }
    .small-wrapper {
        max-width: 750px;
    }

}
@media (max-width: 1024px) {
    body {
        padding-top: 60px;
    }
    .wrapper {
        max-width: 750px;
    }
    .logo {
        padding: 10px 0;
    }
    .headerNav {
        width: 585px;
        padding-right: 20px;
    }
    .headerNav ul li a {
        padding: 20px 6px;
        font-size: 16px;
    }
    .headerSearch {
        padding: 23px 0px 15px;
    }
    .headerSearch img {
        width: 15px;
    }
    .filterCheckbox .customCheckbox {
        padding: 0 20px;
        max-width: 130px;
    }
    .getQuoteImg, .qualityGuaranteedImg {
        height: 300px;
        background-attachment: scroll;
    }
    .yardTileImg {
        height: 175px;
    }
    .sortBy .wrapper {
        max-width: 750px;
    }
    .grassQuoteBox .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .grassQuoteBox .column {
        padding: 0 15px;
    }
    .grassQuoteBox .column-4 {
        margin-bottom: 30px;
    }
    .grassQuoteBox {
        padding: 40px 0 0;
    }
    .grassOptionsInfo p span {
        font-size: 14px;
    }
    .section-padding-50 {
        padding: 30px 0;
    }
    .section-padding-60 {
        padding: 40px 0;
    }
    .layingTurfSlider {
        max-width: 700px;
        margin: 0 auto;
    }
    .yardTileSec .column {
        padding: 0;
        width: 100%;
        margin: 15px auto;
    }
    .yardTileDescription {
        height: auto;
    }
    .yardTileImg {
        height: auto;
        line-height: inherit;
    }
    .footerTop {
        padding: 25px 0;
    }
    .footerNav ul li a {
        font-size: 14px;
    }
    .slick-dots {
        top: 335px;
    }
    .slick-arrow {
        top: 150px;
    }
    .sub-menu {
        width: 455px;
    }
    .headerNav .sub-menu li a {
        padding: 15px 10px;
        font-size: 14px;
    }
    .latest-articles-sec .column {
        width: 100%;
    }
    /* .latest-articles-sec p {
        text-align: center;
    } */
    .productListingBox .column-9 {
        width: 65%;
        min-width: 65%;
    } 
    .productListingBox .column-9 .column-4 {
        width: 50%;
        min-width: 50%;
    }   
    .productListingBox .column-3 {
        width: 35%;
        min-width: 35%;
    }
    .medium-desktop-hide {
        display: none;
    }
    .desktop-hide {
        display: block;
    }
    .yardTileSecPad .yardTileImg img {
        max-width: inherit;
        height: auto;
        width: 100%;
    }
    .yardTileSecPad .row {
        padding: 0 10px;
    }
    .localRetailersTableTrTd:nth-child(2) {
        width: auto;
    }
    .yardTileSec .defaultContent .column {
        padding: 0;
        width: 100%;
        margin: 15px auto;
    }
    .grassQuoteSingleListing .grassOptions {
        margin: 0;
    }
    .padding-right-30 {
        padding-right: 0;
    }
    .compareSec .column-4 {
        margin-bottom: 30px;
    }
    .compareSec .column-4,
    .compareSec .column-8 {
        width: 100%;
        min-width: 100%;
    }
    .grassGallerySec .column-8,
    .grassGallerySec .column-4 {
        width: 100%;
        min-width: 100%;
    }

    
    .productImg {
        margin-bottom: 15px;
    }
    .stepSec .yardTileImg {
        height: 120px;
    }
    .stepSec .yardTileDescription p {
        font-size: 15px;
        line-height: 22px;
    }
    .stepSec .yardTileContent {
        padding: 20px 0;
    }
    .articleList ul li a {
        font-size: 16px;
        line-height: 24px;
    }
    .col-2-sec {
        padding: 0 20px;
    }
    .lawnCareProductsSlider .slick-slide {
        margin: 0 10px;
        margin-bottom: 15px;
    }
    .lawnCareProductsSlider .slick-list {
        margin: 0 -10px;
    }
    .lawnCareProductsSlider .grassContent {
        padding: 10px 10px 30px;
    }
    .grassInfo p, .grassInfo h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .grassInfo p strong, .grassInfo p b {
        font-size: 16px;
    }
    .videoBox {
        margin-bottom: 0;
    }
    .categoryListing .column-6 {
        width: 100%;
        min-width: 100%;
    }
    .grassGallery {
        margin-bottom: 30px;
    }
    .productBoxItemImg {
        width: 95px;
    }
    .search-result .defaultContent {
        padding-right: 0;
    }
    .defaultContent p {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 26px;
    }
    .searchList h3 {
        margin-bottom: 10px;
    }
    .searchList {
        margin-bottom: 20px;
    }
    .productBannerInfo h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .offerPrice {
        font-size: 50px;
    }
    .offerPrice span {
        font-size: 28px;
    }
    .originalPrice {
        font-size: 30px;
    }
    .originalPrice span {
        font-size: 15px;
    }

}
@media (max-width: 767px) {
    .bannerTxt h2 {
        letter-spacing: 2px;
    }
    .bannerTxt {
        padding: 30px 0;
    }
    .postCode label {
        display: block;
        margin-bottom: 20px;
    }
    .mobileSearchIcon {
        background: #858585;
        display: block;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        width: 54px;
        height: 54px;
        padding: 14px 13px 10px;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        cursor: pointer;
    }
    .mobileSearchIcon img {
        max-width: 24px;
    }
    .searchOuter {
        position: relative;
        display: block;
    }
    .filterCheckbox {
        background: #f5f5f5;
    }
    .filterCheckbox .customCheckbox {
        max-width: inherit;
        display: block;
        padding: 30px 15px;
        border-top: 1px solid #c0c0c0;
    }
    /* .filterCheckbox .customCheckbox:last-child {
        border-bottom: 1px solid #c0c0c0;
    } */
    .filterCheckbox .customCheckbox input + label {
        color: #424242;
        margin: 0;
        padding: 0 0 0 40px;
        text-align: left;
    }
    .filterCheckbox .customCheckbox input + label::before {
        border-color: #c0c0c0;
        background: #ffffff;
        left: 0;
        top: -3px;
        right: auto;
    }
    .filterCheckbox .customCheckbox input:checked + label::before {
        border-color: #8dc63f;
        background: #8dc63f;
    }
    .filterCheckbox .wrapper {
        padding: 0;
    }
    .filterArea label {
        color: #424242;
    }
    .filterCheckbox.section-padding-60 {
        padding: 10px 0 0 0;
    }
    .grassQuoteBox .row {
        -webkit-display: -webkit-box;
        -webkit-display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;  
        flex-wrap: wrap;
    }
    .grassTitle {
        font-size: 16px;
    }
    .layingTurfSlider {
        max-width: 560px;
    }
    .footerNav li {
        padding: 0 15px
    }
    .slick-dots {
        top: 265px;
    }
    .slick-arrow {
        top: 110px;
    }
    .mobileSearchIcon {
        display: none;
    }
    .sliderNumber {
        display: none;
    }
    .grassTitle span {
        display: none;
    }
    .headerNav {
        min-height: 56px;
    }
    .header-nav-inner {
        position: fixed;
        background: #ffffff;
        right: -120%;
        left: auto;
        bottom: 0;
        top: 64px;
        overflow: auto;
        z-index: 999;
        padding-bottom: 100px;
        width: 100%;
        opacity: 0;
        transition: all ease-in-out 500ms;
        -webkit-transition: all ease-in-out 500ms;
        -ms-transition: all ease-in-out 500ms;
        -moz-transition: all ease-in-out 500ms;
        -o-transition: all ease-in-out 500ms;
    }
    .header-nav-inner.show-menu {
        transition: all ease-in-out 500ms;
        -webkit-transition: all ease-in-out 500ms;
        -ms-transition: all ease-in-out 500ms;
        -moz-transition: all ease-in-out 500ms;
        -o-transition: all ease-in-out 500ms;
        right: 0;
        opacity: 1;
    }
    .header-nav-inner > ul > li {
        display: block;
        text-align: left;
        border-bottom: 2px solid #f1f1f1;
    }
    .header-nav-inner > ul > li > a {
        padding: 20px;
        color: #424242;
        font-family: 'Gibson-SemiBold';   
    }
    .mobilehamburger {
        display: block;
        position: absolute;
        right: 0;
        padding: 23px 0 17px;
        cursor: pointer;
    }
    .headerSearch {
        right: 30px;
    }
    .headerNav .sub-menu {
        background: #f5f5f5;
        width: 100%;
        padding: 0 25px;
        display: none;
    }
    .headerNav .sub-menu li {
        display: block;
    }
    .headerNav .sub-menu li a {
        color: #000000;
        border-bottom: 1px solid #c0c0c0;
        font-size: 16px;
        padding: 20px 0;
    }
    .headerNav .sub-menu li:last-child a {
        border-bottom: none;
    }

    ul.mobile-only-menu {
        padding: 10px 0;
    }
    ul.mobile-only-menu li {
        border: none;
    }
    ul.mobile-only-menu li a {
        font-size: 12px;
        
        padding: 12px 20px;
    }
    ul.mobile-only-menu li:hover a {
        background: transparent;
    }
    .nav-contact {
        background: #008c3a;
        display: table;
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 999;
    }
    .nav-contact > div {
        display: table-cell;
        vertical-align: middle;
        padding: 20px 20px;
    }
    .call-to {
        width: 30%;
        text-align: center;
        background: #8dc63f;
    }
    .call-to p {
        color: #ffffff;
        margin: 5px 0 0 0;
    }
    .nav-contact .contactWithUs ul li {
        padding: 0 10px;
    }
    .nav-contact .contactWithUs p {
        margin: 0;
    }
    .nav-contact .contactWithUs ul li:hover {
        background: transparent;
    }
    .nav-contact .contactWithUs img {
        height: 30px;
    }
    .nav-contact .contactWithUs {
        float: none;
        text-align: center;
    }
    .nav-contact .contactWithUs ul li a {
        padding: 0 10px 5px 10px;
    }
    .nav-contact .contactWithUs ul li:hover a {
        background: transparent;
    }
    .searchBox {
        z-index: 9999;
    }
    /* body.menu-show {
        overflow: hidden;
    } */
    .headerNav {
        width: 70%;
    }
    .afterLoginCartandUser {
        right: 0;
        top: 0;
        border-left: 2px solid #424242;
        padding: 0px 20px;
        bottom: 0;
        display: inline-block;
    }
    .afterLoginCartandUser a.cartIcon {
        padding: 0 !important;
        margin: 0;
        display: inline-block !important;
    }
    .cart-item {
        font-size: 10px;
        position: absolute;
        background: #008c3a;
        height: 16px;
        width: 16px;
        color: #fff;
        text-align: center;
        line-height: 16px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        margin: -3px 22px;
    }
    .mobilehamburger .close {
        display: block;
    }
    .mobilehamburger .open {
        display: none;
    }
    .mobilehamburger.open-menu .close {
        display: none;
    }
    .mobilehamburger.open-menu .open {
        display: block;
    } 
    .grassOptions .column-6 {
        width: 50%;
        min-width: 50%;
    }
    .productListing .row {
        -webkit-display: -webkit-box;
        -webkit-display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
    }
    .productListingBox .column-9 {
        width: 100%;
        min-width: 100%;
    }
    .productListingBox .column-3 {
        width: 100%;
        min-width: 100%;
    }
    .yardTileTitle {
        min-height: inherit;
    }
    .header-nav-inner > ul > li.mobile-cart > a {
        display: inline-block;
    }
    .localRetailersTableTrTd {
        font-size: 16px;
        line-height: 22px;
    }
    .defaultContent figure figcaption {
        padding: 20px 25px;
        font-size: 16px;
    }
    .compareSec {
        padding: 0 15px;
    }
    .btn {
        font-size: 16px;
    }
    .padding-right-30 {
        padding-right: 0 !important;
    }
    img {
        max-width: 100%;
    }
    .lightBoxproductdetailsDescrip {
        text-align: center;
    }
    .lightBoxproductdetailsDescrip h3 {
        text-align: center;
    }
    .tileSingle .column {
        width: 100%;
    }
    .small-desktop-hide {
        display: none;
    }
    .stepSec .yardTileImg {
        height: 180px;
    }
    .stepTab .stepItem {
        display: block;
    }
    .grassGallery {
        margin-bottom: 20px;
    }
    .customlightbox {
        width: 450px;
    }
    .lawnCareProductsSlider  {
        padding: 0 20px;
    }
    .stepTab {
        margin-top: 30px;
    }
    .stepItem {
        margin-right: 0;
        background: #ffffff;
    }
    .stepItem a {
        font-size: 18px;
        background: #ffffff;
        color: #424242;
        box-shadow: 0px 1px 0px 0px #c0c0c0 inset;
        -webkit-box-shadow: 0px 1px 0px 0px #c0c0c0 inset;
        -ms-box-shadow: 0px 1px 0px 0px #c0c0c0 inset;
        -moz-box-shadow: 0px 1px 0px 0px #c0c0c0 inset;
        -o-box-shadow: 0px 1px 0px 0px #c0c0c0 inset;
        text-align: left;
        cursor: pointer;
        padding: 25px 20px;
        padding-right: 50px;
        position: relative;
        display: block;
        text-decoration: none;
    }
    .stepItemArrow {
        position: absolute;
        cursor: pointer;
        top: 50%;
        right: 20px;
        margin-top: -9px;
        background: url('../images/chevron-small.svg') no-repeat center;
        width: 20px;
        height: 20px;
        display: inline-block;
    }
    .stepItem a.active {
        background: #008542;
        color: #fff;
    }
    .stepItem a.active .stepItemArrow {
        background: url('../images/chevron.svg') no-repeat center;
        background-size: 20px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .stepSec .column.column-8.gray {
        background: #fff !important;
    }
    .relatedSec .btn {
        margin-top: 30px;
    }
    .stepSec .yardTileDescription {
        padding-bottom: 0;
    }
    .stepSec .wrapper {
        padding: 0;
    }
    .stepSec .yardTileContent {
        padding: 20px 20px;
    }
    .stepSec .sectionheading {
        padding: 0 15px;
    }
    .col-2-sec ul li {
        width: 100%;
        float: left;
        line-height: 20px;
    }
    .tipsSec {
        background: #f5f5f5;
    }
    .sidebarMobile {
        padding: 30px 0;
    }
    .categoryListing .mobile-show {
        margin-bottom: 30px;
    }
    .articleList > p {
        font-size: 24px;
        text-align: center !important;
        margin: 30px 0 30px;
        color: #008542;
        font-family: 'Gibson-SemiBold';
    }
    .productBoxItemImg {
        width: 200px;
    }
    .producBanner {
        display: none;
    }
    .topGrayHeader .column-6 {
        width: 50%;
        min-width: 50%;
        float: left;
    }
    .inner-banner .productSearch {
        margin: 30px auto;
    }
    .tab-show {
       display: block !important; 
    }
    .inner-banner .customCheckbox {
        margin: 20px 10px;
    }
    .tab-hide {
        display: none;
    }
    .besicTabHeader {
        padding: 15px;
    }
    .besicTabHeader h5 {
        font-size: 16px;
    }
    .besicTabBody p {
        font-size: 14px;
        line-height: 22px;
    }
    .besicTabBody {
        padding: 15px;
    }
    .quantityBox {
        display: block;
        margin-right: 50px;
    }
    .t-tipSec {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -4px;
    }
    .toolTipMsg {
        left: auto;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        right: -15px;
    }
    .toolTipMsg::after {
        left: auto;
        right: 21px;
    }
    .tabHeaderItem {
        width: 50%;
    }
    .tabHeaderItem h4 {
        font-size: 16px;
    }
    .tabArea .down-arrow {
        width: 16px;
    }
    .turfDeliveredSec .text-center,
    .youNeedSec .text-center {
        text-align: left;
    }
    .youNeedSec .column-6 {
        float: left;
        width: 50%;
        min-width: 50%;
    }
    .youNeedSec .t-tipSec {
        margin-top: -10px;
    }
}
@media (max-width: 750px) {
    .grassOptions .column-6 {
        width: 100%;
        min-width: 100%;
    }
}
@media (max-width: 640px) {
    body {
        font-size: 16px;
    }
    li {
        font-size: 16px;
    }
    h1 {
        font-size: 36px;
        line-height: 46px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    h3 {
        font-size: 24px;
    }
    .mobileSearchIcon {
        display: inline-block;
    }
    .sliderNumber {
        display: inline-block;
    }
    .grassTitle span {
        display: inline-block;
    }
    .section-padding-50 {
        padding: 30px 0;
    }
    /* .section-padding-30 {
        padding: 20px 0;
    } */
    .postCode input {
        width: 100%;
        margin: 0;
    }
    .bannerTxt h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .bannerTxt p {
        font-size: 16px;
    }
    .scrollBtm img {
        width: 40px;
        margin-left: -20px;
    }
    .scrollBtm {
        margin-top: 20px;
    }
    .bannerTxt {
        padding: 30px 0 20px;
    }
    .grassQuoteBox .column-4 {
        width: 100%;
        min-width: 100%;
    }
    .grassQuoteBox .column-6 {
        width: 50%;
        min-width: 50%;
    }
    .contactTile {
        padding: 50px 0;
    }
    .getQuoteImgInfo p,
    .getQuoteImgInfo h2 {
        text-align: left;
    }
    .layingTurfSlider .slick-list {
        border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
    }
    .slick-arrow {
        display: none !important;
    }
    .layingTurfSlider {
        padding: 0 15px;
        margin-bottom: 100px;
    }
    .layingTurfSlider::after {
        content:"";
        position: absolute;
        right: -15px;
        top: 0;
        bottom: 0;
        width: 15px;
        background: #008c3a;
    }
    .layingTurfSlider::before {
        content:"";
        position: absolute;
        left: -15px;
        top: 0;
        bottom: 0;
        width: 15px;
        background: #008c3a;
    }
    .slick-dots li {
        padding: 0 5px;
    }
    .slick-dots li::before,
    .slick-dots li::after {
        content: none;
    }
    .slick-dots li button {
        font-size: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        height: 10px;
        width: 10px;   
    }
    .slick-dots {
        padding: 30px 0;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .layingTurfSlider .slick-list {
        box-shadow: 0 3px 6px 0px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 3px 6px 0px rgba(0,0,0,0.2);
        -ms-box-shadow: 0 3px 6px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 3px 6px 0px rgba(0,0,0,0.2);
        -o-box-shadow: 0 3px 6px 0px rgba(0,0,0,0.2);
    }
    .yardTileSec .column {
        width: 100%;
        margin: 0;
    }
    .planYard {
        margin: 20px 15px;
        position: relative;
    }
    .slick-slide img {
        border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        overflow: hidden;
    }
    .slick-dots {
        top: auto;
    }
    .layingTurfSlider {
        margin-bottom: 50px;
    }
    .sliderNumber {
        background: #8dc63f;
        color: #ffffff;
        height: 30px;
        width: 30px;
        display: inline-block;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        text-align: center;
        line-height: 30px;
        position: absolute;
        right: 0;
        left: 0;
        top: -35px;
        margin: 0 auto;
    }
    .yardTileSec.home-yardTileSec .row {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
    .yardTileSec.home-yardTileSec .column:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
    }
    .yardTileSec.home-yardTileSec .column:last-child {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
    }
    .qualityBrand object {
        margin: 10px 20px;
        height: 60px;
        display: inline-block;
        vertical-align: middle;
    }
    .footerNav {
        display: block;
        margin: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ffffff;
    }
    .footerNav li {
        padding: 10px 15px;
        display: block;
    }
    .footerLogo {
        float: none;
        margin: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ffffff;
    }
    .contactWithUs {
        float: none;
        text-align: center;
        padding: 20px 0;
    }
    .contactWithUs ul li {
        display: inline-block;
        padding: 0 15px;
    }
    .contactWithUs img {
        height: 30px;
    }
    .contactWithUs p {
        margin: 0 0 20px 0;
    }
    .grassQuoteBox .grassTitle {
        font-size: 18px;
        background: #f5f5f5;
        color: #424242;
        box-shadow: 0px 1px 0px 0px #c0c0c0 inset;
        -webkit-box-shadow: 0px 1px 0px 0px #c0c0c0 inset;
        -ms-box-shadow: 0px 1px 0px 0px #c0c0c0 inset;
        -moz-box-shadow: 0px 1px 0px 0px #c0c0c0 inset;
        -o-box-shadow: 0px 1px 0px 0px #c0c0c0 inset;
        text-align: left;
        cursor: pointer;
        padding: 25px 20px;
        padding-right: 50px;
        position: relative;
    }
    .grassQuoteBox .grassContent {
        display: none;
    }
    .grassQuoteBox .wrapper {
        padding: 0;
    }
    .grassQuoteBox .column-4 {
        margin-bottom: 0;
    }
    .grassQuoteBox {
        padding: 0;
    }
    .grassQuoteBox .grassQuote {
        border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
    }
    .grassQuoteBox .grassTitle span {
        position: absolute;
        cursor: pointer;
        top: 50%;
        right: 20px;
        margin-top: -9px;
        background: url('../images/chevron-small.svg') no-repeat center;
        width: 20px;
        height: 20px;   
    }
    .grassQuoteBox .grassTitle span.arrow-down {
        background: url('../images/chevron-small-up.svg') no-repeat center;
    }
    .active-tile .grassTitle {
        background: #008542;
        color: #ffffff;
    }
    .mobile-hide {
        display: none;
    }

    .grassBtns {
        padding: 0;
    }
    .getQuoteTxt p {
        font-size: 16px;
        line-height: 22px;
    }
    .sectionheading {
        margin-bottom: 20px;
    }
    .btn {
        font-size: 16px;
    }
    .searchBox input {
        font-size: 16px;
    }
    .headerNav {
        width: 60%;
    }
    .nav-contact .contactWithUs ul li a {
        padding: 0 5px 5px 5px;
    }
    .latest-articles {
        display: table;
        width: 100%;
        border-bottom: 1px solid #c0c0c0;
        border-top: 1px solid #c0c0c0;
        margin-bottom: -1px !important;
    }
    .latest-articles > div {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
    }
    .latest-articles .yardTileContent {
        padding: 0 20px;
    }
    .latest-articles .yardTileImg {
        height: 120px;
        width: 160px;
        line-height: 1px;
    }
    .latest-articles .yardTileTitle h3 {
        text-align: left;
        font-size: 20px;
    }
    .latest-articles-sec p {
        text-align: left;
    }
    .latest-articles-sec .column {
        padding: 0;
    }
    .mobile-show {
        display: block;
    }
    .sortBy.sortByFull.gray {
        background: #ffffff !important;
    }
    .inner-banner {
        text-align: left;
        /* padding-left: 15px;
        padding-right: 15px; */
    }
    .inner-banner .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .inner-banner h1,
    .inner-banner h2,
    .inner-banner h3,
    .inner-banner p {
        text-align: left !important;
    }
    .productListing .row {
        -webkit-display: -webkit-block;
        -webkit-display: -webkit-block;
        display: -ms-block;
        display: -webkit-block;
        display: block;
        flex-wrap: inherit;
    }
    .productListingBox .column-9 .column-4 {
        width: 100%;
        min-width: 100%;
        margin: 0;
    }
    /* .productListingBox .column-9 .column-4:nth-child(odd) .grassQuote {
        background: #f5f5f5;
    } */
    .productListingBox .column {
        padding: 0;
    }
    .productListingBox .grassQuote {
        -webkit-box-shadow: none;
        -webkit-border-radius: 0;
    }
    .productListingBox .getQuoteImgInfo {
        padding: 0;
    }
    .productListingBox .grassContent {
        padding: 0;
        display: table;
        width: 100%;
    }
    .productListingBox .grassLogo.bigProduct {
        width: 200px;
    }
    .productListingBox .grassLogo.bigProduct img {
        max-width: 100%;
    }
    .productListingBox hr {
        display: none;
    }
    .productListingBox .grassLogo.bigProduct, .grassInfo {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .productListingBox .grassInfo2 {
        display: none;
    }
    .priceTag {
        margin: 15px 0;
        font-size: 16px;
    }
    .productListingBox p strong  {
        font-size: 15px;
    }
    .grassCategory {
        padding: 0 !important;
        margin-top: -20px;
    }
    .bannerSec {
        height: 400px;
    }
    .postCode {
        text-align: left;
    }
    .postCode span {
        display: block;
    }
    .grassOptionsInfo p span {
        font-size: 12px;
    }
    .getQuoteImgInfo {
        background: #ffffff;
    }
    .layingTurf {
        background: #f5f5f5;
    }
    .slick-slide {
        background: #ffffff;
    }
    .yardTileSec {
        background: #ffffff;
    }
    .yardTile.gray {
        background: #fff !important;
    }
    .yardTileContent {    
        text-align: left;
    }
    .yardTileTitle h2 {
        text-align: left;
    }
    .yardTile.white h2,
    .yardTile.white .yardTileContent {
        text-align: center
    }
    .home-yardTileSec .yardTile.white {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
    .home-yardTileSec .yardTile.white .yardTileImg {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }
    .home-yardTileSec .yardTile.white .yardTileContent {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
    }
    .home-yardTileSec .yardTile.white .yardTileBtn {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
        padding-bottom: 0;
    }
    .yardTileContent .btn {
        width: 100%;
    }
    .yardTileSec .btn {
        margin-top: 30px;
    }
    .only-mobile-show {
        display: inline-block !important;
    }
    .getQuoteTxtInner {
        height: 170px;
        overflow: hidden;
    }
    .getQuoteTxtInner.show {
        height: auto;
    }
    .getQuoteImgInfoInner {
        padding: 0 15px;
    }
    .resultTxt {
        text-align: left;
    }
    .grassTileNarrow .grassInfo {
        text-align: center;
    }
    .grassQuote {
        box-shadow: none;
    }
    .grassQuoteNarrow .grassTitle {
        background: #ffffff;
    }
    .grassQuoteNarrow.active-tile .grassTitle {
        background: #008542;
    }
    .grassQuoteNarrow .grassContent {
        background: #f5f5f5;
    }
    .local-retailers {
        border-top: 1px solid #ccc;
        padding-top: 15px;
        background: #f5f5f5;
    }
    .local-retailers .getQuoteImgInfo {
        background: none;
    }
    .localRetailersTable {
        display: block;
        width: inherit;
    }
    .localRetailersTableTr {
        display: block;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }
    .localRetailersTableTr:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .localRetailersTableTr {
        display: block;
    }
    .localRetailersTableTrTd {
        display: block;
        text-align: center;
        width: 100%;
        border-top: none;
        padding: 10px;
    }
    .localRetailersTableTr:last-child .localRetailersTableTrTd {
        border-bottom: none;
    }
    .localRetailersTableTrTd:nth-child(2) {
        width: 100%;
    }
    .productListingBox .column-9 .column-4:nth-child(odd) .grassQuote {
        background: #f5f5f5;
    }
    .productListingBox .bigProduct {
        height: auto;
    }
    p strong, p b {
        font-size: 16px;
    }
    .requestSummaryList {
        margin-bottom: 25px;
    }
    .compareTileSlider::after {
        content: "";
        position: absolute;
        right: -30px;
        top: 0;
        bottom: 0;
        width: 15px;
        background: #008c3a;
    }
    .compareTileSlider::before {
        content: "";
        position: absolute;
        left: -30px;
        top: 0;
        bottom: 0;
        width: 15px;
        background: #008c3a;
    }
    .compareTileSlider {
        margin-bottom: 45px;
        padding: 0;
    }
    .compareTileSlider .grassBtns {
        padding: 0 10px;
    }
    .compareSecOuter h2 {
        text-align: center;
    }
    .compareTile {
        padding-top: 0;
    }
    .compareSecOuter.section-padding-60 {
        padding-top: 0;
    }
    .grassQuoteSingleListing .grassQuoteBox .grassContent {
        display: block;
    }
    .grassQuoteSingleListing .grassContent {
        display: block;
    }
    .grassQuoteSingleListing .grassLogo {
        height: auto;
    }
    .grassQuoteSingleListing .grassLogo img {
        max-width: 100%;
    }
    .grassQuoteSingleListing .grassOptions .column-4 {
        margin: 5px 0;
        width: 50%;
        min-width: 50%;
    }
    .grassQuoteSingleListing .grassOptions hr {
        margin: 15px 0;
    }
    .grassQuoteSingleListing .grassOptionsInfo p span {
        font-size: 14px;
    }
    .defaultContent p {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 28px;
    }
    .defaultContent figure figcaption {
        padding: 15px 20px;
    }
    li::after {
        top: 10px;
        height: 25px;
        width: 25px;
        background-size: 12px;
    }
    .compareTileTd .compareTile .compareListTd {
        text-align: left;
        padding: 15px;
    }
    .compareTileTd .compareTile .compareListTd:first-child {
        display: table-cell;
    }
    /* .qualityGuaranteed.green h2 {
        color: #008542;
    }
    .qualityGuaranteed.green {
        background: #f5f5f5;
    }
    .qualityGuaranteed .btn {
        color: #ffffff;
        background: #008542;
        margin-top: 0;
    }
    .qualityGuaranteed .btn:hover {
        background: #8dc63f;
        border-color: #8dc63f;
        color: #ffffff;
    } */
    .grassQuoteSingleListing .grassTileNarrow {
        padding-left: 15px;
        padding-right: 15px;
    }
    .videoBoxOuter {
        padding: 0 15px;
    }
    .videoBox {
        margin-bottom: 0;
        /* margin-left: 15px;
        margin-right: 15px; */
        height: 300px;
    }
    .videoBox iframe {
        height: 300px;
    }
    .inner-banner.section-padding-30 {
        padding: 0;
    }
    .gassItem figure {
        overflow: hidden;
    }
    .gassItem img {
        height: 200px;
        max-width: inherit;
    }
    .latest-articles .yardTileImg img {
        width: auto;
        height: 100%;
    }
    .mobile-align-left {
        text-align: left;
    }
    .mobile-align-left h1,
    .mobile-align-left h2,
    .mobile-align-left h3 {
        text-align: left;
    }
    .adviceForm .btn {
        width: 100%;
    }
    .customFileUpload {
        display: block;
    }
    .section-padding-60 {
        padding: 30px 0;
    }
    .lightBoxInner {
        border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
    }
    .customlightbox p {
        font-size: 16px;
        line-height: 22px;
    }
    .productTitle, .productDescription {
        padding: 10px 20px;
    }
    .customlightbox hr {
        margin: 10px 20px;
    }
    .fancybox-close-small {
        width: 30px;
        height: 30px;
    }
    .fancybox-close-small::after {
        top: 0px;
        right: 7px;
        width: 16px;
        height: 16px;
        font: 24px/32px Arial,Helvetica Neue,Helvetica,sans-serif;
    }
    .lightBoxproductdetails {
        padding: 20px 20px;
    }
    .lightBoxproductdetails .column-5 {
        width: 45%;
        min-width: 45%;
        float: left;
    }
    .lightBoxproductdetails .column-7 {
        width: 55%;
        min-width: 55%;
        float: left;
    }
    .lightBoxproductdetailsDescrip {
        text-align: left;
    }
    .lightBoxproductdetailsDescrip h3 {
        text-align: left;
        margin-bottom: 5px;
    }
    .customlightbox .lightBoxproductdetailsDescrip p {
        margin-bottom: 0px;
    }
    .customlightbox .btn {
        font-size: 14px;
        width: auto !important;
    }
    .lightBoxproductdetails .row {
        overflow: hidden;
    }
    .lightBoxproductdetailsDescrip {
        padding: 0;
    }
    
    .customlightbox {
        width: 85%;
        margin: 100px 0 30px;
    }
    .fancybox-is-open .fancybox-bg {
        opacity: .95;
    }
    .lawnCareProductsSlider .grassContent {
        display: block;
    }
    .lawnCareProductsSlider .grassQuote {
        border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
    }
    .lawnCareProductsSlider .grassInfo {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        margin: 0;
        padding: 0;
    }
    .customlightbox::before {
        content: '';
        height: 100%;
        width: 5%;
        background: #f5f5f5;
        top: 0;
        bottom: 0;
        right: -15%;
        position: absolute;
        z-index: 1;
        margin-right: 20px;
    }
    .customlightbox::after {
        content: '';
        height: 100%;
        width: 5%;
        background: #f5f5f5;
        top: 0;
        bottom: 0;
        left: -15%;
        position: absolute;
        z-index: 1;
        margin-left: 20px;
    }
    .lawnCareProductsSlider .grassContent hr {
        display: none;
    } 

    .lawnCareProductsSlider .priceTag {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }
    .lawnCareProductsSlider .mobile-show {
        margin-top: 0;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
    }
    .lawnCareProductsSlider .grassInfo h5 {
        font-size: 24px;
        line-height: 30px;
        color: #008542;
        font-family: 'Gibson-SemiBold';
    }
    .lawnCareProductsSlider .grassInfo h5 a {
        color: #008542;
    }
    .lawnCareProductsSlider .grassDescrip {
        min-height: initial;
        margin: 20px 0;
    }
    .lawnCareProductsSlider .grassQuote {
        box-shadow: 0 3px 6px 0px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 3px 6px 0px rgba(0,0,0,0.2);
        -ms-box-shadow: 0 3px 6px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 3px 6px 0px rgba(0,0,0,0.2);
        -o-box-shadow: 0 3px 6px 0px rgba(0,0,0,0.2);
    }
    .layingTurfSlider .slick-slide img {
        border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        overflow: hidden; 
    }
    .lawnCareProductsSlider .grassContent {
        padding: 20px;
    }
    .lawnCareProductsSlider .slick-dots {
        
    }
    .lawnCareProductsSlider {
        position: relative;
        margin-bottom: 80px;
    }
    .lawnCareProductsSlider::before {
        content: '';
        position: absolute;
        width: 30px;
        background: #008542;
        right: -30px;
        top: 0;
        bottom: 15px;
    }
    .lawnCareProductsSlider::after {
        content: '';
        position: absolute;
        width: 30px;
        background: #008542;
        left: -30px;
        top: 0;
        bottom: 15px;
    }
    .layingTurfSlider {
        max-width: 100%;
    }
    .relatedTile .yardTile {
        background: #ffffff;
    }
    /* .latest-articles .yardTileVdo {
        width: 180px;
    } */
    .latest-articles .yardTileVdo iframe {
        height: 120px;
    }
    .defaultContent .articleList p {
        margin-bottom: 20px;
    }
    .lawnStoreSec {
        background: #008b46;
        padding: 20px;
        margin: 0 -15px;
    }
    .lawnStoreSec .btn {
        background: #ffffff;
        color: #008b46;
    }
    .sidebarMobile .latest-articles .yardTileVdo {
        width: 160px;
    }
    .lawncare-productsOuter {
        padding-bottom: 0;
    }
    .sidebarMobile .appendPrependSecInner {
        margin-bottom: 60px;
    }
    .categoryListingInner .column:nth-child(even) .yardTile, .categoryListingInner .column:nth-child(even) .yardTile.gray {
        background: #f5f5f5 !important;
    }
    .yardTileSec .row {
        margin: 0;
        padding: 0;
    }
    .yardTileSec .wrapper {
        padding: 0;
    }
    .yardTileSec .column {
        padding: 0;
    }
    .mobile-show .btn {
        width: auto;
        display: block;
        margin-left: 20px;
        margin-right: 20px;
    }
    .latest-articles-sec .btn {
        width: auto;
        display: block;
        margin-left: 20px;
        margin-right: 20px;
    }
    .yardTileSec .defaultContent .column {
        padding: 0 15px !important;
    }
    .tileSingle p {
        text-align: center;
        font-family: 'Gibson-SemiBold';
    }
    .yardTileDescription p {
        font-family: 'Gibson-Regular';
        text-align: left;
    }
    .defaultContent .qualityGuaranteed.green {
        margin: 0 -15px;
    }
    .searchOuter {
        border-bottom-right-radius: 30px;
        -webkit-border-bottom-right-radius: 30px;
        -ms-border-bottom-right-radius: 30px;
        -moz-border-bottom-right-radius: 30px;
        -o-border-bottom-right-radius: 30px;
        border-top-right-radius: 30px;
        -webkit-border-top-right-radius: 30px;
        -ms-border-top-right-radius: 30px;
        -moz-border-top-right-radius: 30px;
        -o-border-top-right-radius: 30px;
        overflow: hidden;
    }
    .categoryListingSingle .yardTileImg {
        display: block;
        width: 100% !important;
        border-right: none;
        height: 250px !important;
    }
    .categoryListingSingle .yardTileContent {
        display: block;
    }
    .categoryListingSingle .latest-articles {
        border: none;
    }
    .categoryListingSingle .latest-articles .yardTileContent {
        padding: 30px 20px;
    }
    .categoryListingSingle .latest-articles .yardTileTitle h3 {
        font-size: 26px;
        line-height: 34px;
    }
    .categoryListingSingle {
        background: #f5f5f5;
    }
    .categoryListing .column-8 {
        padding: 0;
    }
    .superCategoryListing .yardTileContent h5 {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .super-category-tab-header {
        padding: 20px;
        font-size: 18px;
        color: #424242;
        position: relative;
        background: #fff;
        cursor: pointer;
    }
    .mobile-super-category .grasstileArrow {
        position: absolute;
        cursor: pointer;
        top: 50%;
        right: 20px;
        margin-top: -9px;
        background: url('../images/chevrongreen.svg') no-repeat center;
        width: 20px;
        height: 20px;
        background-size: 20px;
        z-index: 99;
        display: inline-block;
    }
    .super-category-tab {
        border-top: 1px solid #c0c0c0;
        border-bottom: 1px solid #c0c0c0;
        margin-top: -1px;
    }
    .super-category-tab .yardTile.latest-articles:nth-child(even) {
        background: #f5f5f5;
    }
    .super-category-tab-body {
        display: none;
    }
    .super-category-tab-header.active {
        background: #008542;
        color: #ffffff;
        margin-bottom: -1px;
        border-bottom: 1px solid transparent;
    }
    .super-category-tab-header.active .grasstileArrow {
        background: url('../images/chevron-small-up.svg') no-repeat center;
    }
    .categoryListing.superCategoryListing.section-padding-bottom-50 {
        padding-bottom: 0;
    }
    .super-category-tab-body .btn {
        margin: 30px 20px;
        display: block;
        width: auto;
    }
    .getQuoteTxt h4 {
        font-size: 18px;
    }
    .search-result .wrapper {
        padding: 0;
    }
    .productBoxItem {
        box-shadow: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        margin: 0;
        border-bottom: 1px solid #c0c0c0;
        border-top: 1px solid #c0c0c0;
        margin-top: -1px;
    }
    .productBoxItem:nth-child(odd) {
        background: #f5f5f5;
    }
    .productBoxItemImg {
        width: 120px;
    }
    .searchList {
        padding: 30px 20px;
        background: #fff;
        margin: 0;
        border-top: 1px solid #c0c0c0;
        border-bottom: 1px solid #c0c0c0;
        margin-top: -1px;
    }
    .searchList:nth-child(odd) {
        background: #f5f5f5;
    }
    .searchList h3 {
        margin: 0;
        font-size: 18px;
        line-height: 26px;
    }
    .searchList p {
        display: none;
    }
    .searchList h5 {
        font-size: 12px;
        color: #008c3a;
        letter-spacing: 1px;
        margin-bottom: 5px;
        display: block;
    }
    .search-result.gray {
        background: #fff !important;
    }
    .productBox h2,
    .search-result h2 {
        padding: 20px;
        font-size: 18px;
        margin: 0;
        font-family: 'Gibson-Regular';
        background: #f5f5f5;
        border-top: 1px solid #c0c0c0;
        border-bottom: 1px solid #c0c0c0;
        margin-top: -1px;
        position: relative;
        cursor: pointer;
    }
    .productBox h2 .grasstileArrow,
    .search-result h2 .grasstileArrow {
        position: absolute;
        cursor: pointer;
        top: 50%;
        right: 20px;
        margin-top: -9px;
        background: url('../images/chevrongreen.svg') no-repeat center;
        width: 20px;
        height: 20px;
        background-size: 20px;
        z-index: 99;
        display: inline-block;

    }
    .product-tab h2.active {
        background: #008c3a;
        color: #ffffff;
    }
    .product-tab h2.active .grasstileArrow {
        background: url('../images/chevron-small-up.svg') no-repeat center;
    }
    
    .searchListOuter, .productBoxInner {
        display: none;
    }
    .defaultContent .mobile-show {
        margin: 0;
    }
    .super-category-tab-body .grassQuote:nth-child(even) {
        background: #f5f5f5;
    }
    .inner-banner .productSearch {
        margin-bottom: 0;
    }
    .tab-show .sidebarFilterArea {
        display: none;
    }
    .topGrayHeaderLeft a {
        font-size: 14px;
    }
    .lawncare-productsOuter.gray {
        background: #ffffff !important;
    }
    .white-theme .lawnCareProductsSlider .grassContent {
        background: #f5f5f5;
    }
    .productDetails-productimg {
        margin-bottom: 40px;
    }
    .productDetails-productInfo {
        position: static;
    }
    .productDetails-productInfo .shareIcon {
        right: 10px;
        top: -50px;
    }
    .productDetails-productInfo {
        text-align: center;
    }
    .productDetails-productInfo h1 {
        text-align: center;
    }
    .addToCartSec .btn {
        width: auto;
    }
    .productInfoTxt {
        text-align: left;
    }
    .productInfoTxtBtn, .besicTab {
        text-align: left;
    }
    .relatedProductsTheme-2 > p {
        font-size: 24px;
        text-align: center;
        margin-bottom: 30px;
        font-family: 'Gibson-SemiBold';
        color: #008542;
    }
    .relatedProductsTheme-2 .productListing {

    }
    .relatedProductsTheme-2 > .productListing > .row  {
        overflow: hidden;
    }
    .relatedProductsTheme-2 > .productListing > .row > .column {
        display: none;
        background: #fff !important;
    }
    .relatedProductsTheme-2 > .productListing > .row > .column .grassQuote {
        background: #fff;
        border-right: 1px solid #ccc;
        margin: 15px 0;
    }
    .relatedProductsTheme-2 > .productListing > .row > .column:nth-child(1),
    .relatedProductsTheme-2 > .productListing > .row > .column:nth-child(2) {
        display: block;
        width: 50%;
        float: left;
    }
    .productListingBox .relatedProductsTheme-2 .grassLogo.bigProduct {
        display: block;
    }
    .productListingBox .relatedProductsTheme-2 .grassLogo.bigProduct, .relatedProductsTheme-2 .grassInfo {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .getQuoteImgInfo .relatedProductsTheme-2 p,  .relatedProductsTheme-2 .getQuoteImgInfo h2 {
        text-align: center;
    }
    .mobile-gray {
        background: #f5f5f5;
    }
    .mobile-gray .white {
        background: #f5f5f5 !important;
    }
    .getQuoteImgInfo .sectionheading h1 {
        text-align: left;
    }
    .yourDetails .getQuoteImgInfo {
        background: transparent;
    }
    .column-sm-4 {
        width: 33.333%;
        min-width: 33.333%;
        float: left;
    }
    .tabHeader {
        display: none;
    }
    .tabBodyInnerMobileHeading {
        margin: 0;
        display: block;
        width: 100%;
        text-align: left;
        background: #424242;
        color: #fff;
    }
    .tabHeaderItem .down-arrow {
        float: right;
        background-image: url('../images/chevron.svg');
    }
    .tabSec .wrapper,
    .turfDeliveredSec .wrapper,
    .youNeedSec .wrapper {
        padding: 0;
    }
    .customCheckbox {
        display: block;
        padding: 25px 15px;
        text-align: left;
        border-top: 1px solid #c0c0c0;
        border-bottom: 1px solid #c0c0c0;
        margin: 0;
        margin-top: -1px;
    }
    .tabArea .customCheckbox {
        background: #f5f5f5;
    }
    .tabBody {
        padding: 0;
    }
    .youNeedSec {
        padding-top: 40px;
    }
    .youNeedSec .column-6 {
        float: none;
        width: 100%;
        min-width: 100%;
    }
    .youNeedSec h2,
    .turfDeliveredSec h2 {
        text-align: left;
    }
    .youNeedSec .sectionheading,
    .turfDeliveredSec .sectionheading {
        padding: 0 15px;
    }
    .requestBtnSec .customCheckbox {
        border: none;
    }
    .youNeedSec.gray.section-padding-bottom-50 {
        padding-bottom: 0;
    }
    .customCheckbox input + label::before {
        background: #fff;
    }
    .formGroup label {
        font-size: 14px;
    }
    .formGroup {
        margin-bottom: 25px;
    }
    .requestBtnSec .btn {
        display: block;
    }
    .viewquote h4 span {
        float: right;
    }
    .requestSummary .sectionheading {
        margin: 0;
        overflow: hidden;
        padding: 20px;
    }
    .viewquote h4 {
        text-align: left !important;
        font-size: 16px;
        font-family: 'Gibson-Regular';
    }
    .requestSummary {
        padding: 0;
    }
    .requestSummary .wrapper {
        padding: 0;
    }
    .requestSummaryOuter hr {
        display: none;
    }
    .requestSummaryInner {
        padding: 30px 0 20px;
    }
    .viewquote.showTable {
        background: #008542;
        color: #ffffff;
    }
    .viewquote .down-arrow {
        height: 20px;
        width: 20px;
        background-size: 100%;
    }
    .viewquote.showTable .up-arrow {
        background: url('../images/chevron.svg') no-repeat center;
        height: 20px;
        width: 20px;
        background-size: 100%;
    }
    .createQuoteTableTrTd {
        padding-left: 15px;
        font-size: 14px;
        line-height: 20px;
    }
    .createQuoteTableTrTd:nth-child(2) {
        width: 150px;
        text-align: right;
        padding-left: 0;
        padding-right: 15px;
    }
    .messagehead p {
        font-size: 16px;
    }
    textarea {
        font-size: 16px;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    li {
        font-size: 14px;
    }
    .latest-articles .yardTileTitle h3 {
        text-align: left;
        font-size: 16px;
        line-height: 22px;
    }
    .latest-articles .yardTileContent {
        padding: 0 10px;
    }
    .productListingBox .grassLogo.bigProduct {
        width: 130px;
    }
    .btn {
        width: 100%;
    }
    .fancybox-close-small {
        top: -8px;
        right: -8px
    }
    .defaultContent p {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 24px;
    }
    .searchinputbox {
        width: 300px;
    }

}
@media (max-width: 359px) {
    .customSelect select {
        width: 170px;
    }
    .customSelect2 select {
        width: 180px;
    }
    .nav-contact .contactWithUs ul li {
        padding: 0 0;
    }
    .customSelect select {
        height: 35px;
    }
    .call-to {
        width: 35%;
    }
    .headerNav {
        width: 50%;
    }
    .sortBy p {
        padding-top: 15px;
    }
    .searchinputbox {
        width: 280px;
    }
    
}

/* ***********************************************
                RESPONSIVE END
*********************************************** */


.grassInfo2{
    line-height: 1.5em;
}


