/*Common styles starts */
body {
    font-family: 'Lato', sans-serif;
}
.primary_green_color {
    color: #97bf26;
}
.primary_green_bg {
    background-color: #97bf26;
}
.secondary_grey_bg {
    background-color: #e5e5e5;
}
a {
    color: #000;
    text-decoration: underline;
}
h1 {
    font-size: 5.0rem;
    font-weight: 900;
}
h2 {
    font-size: 3rem;
    font-weight: 700;
}
h3 {
    font-size: 2.5rem;
    font-weight: 700;
}
h4 {
    font-size: 2rem;
    font-weight: 700;
}
h5 {
    font-size: 1.7rem;
    font-weight: 700;
}
h6 {
    font-size: 1.5rem;
    font-weight: 700;
}
.color_white {
    color: #fff;
}
.color_black {
    color: #000;
}
p, ul {
    font-size: 1.1rem;
}
ul {
    padding-left: 20px;
}
.btn1 {
    color: #000;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 8px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-decoration: none;
}
.btn1:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}
.btn2 {
    color: #fff;
    background-color: #97bf26;
    cursor: pointer;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 8px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-decoration: none;
}
.btn2:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}
.small_border {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 15px;
}
.small_border:after {
    position: absolute;
    content: "";
    width: 14%;
    height: 8px;
    background: #97bf26;
    bottom: -20px;
    left: 0;
}
/*Common styles ends */


/* header styles starts */

.header_wrapper {
    border: 1px solid #707070;
}
.top_web_info {
    position: relative;
    word-break: break-word;
}
.top_web_info.top_phone:after {
    display: none;
}
.top_web_info:after {
    position: absolute;
    content: '';
    width: 2px;
    background: #97bf26;
    height: 80%;
    top: 10%;
    right: -8px;
}
.top_web_info p {
    margin: 0;
    font-size: 13px;
    color: #000000;
}
.top_web_info p a {
    color: #000000;
    text-decoration: none;
}
.top_phone::before {
    position: absolute;
    content: "\f3cd"; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 700;
    left: -5px;
    width: 30px;
    height: 30px;
    top: 0;
    font-size: 28px;
}
.top_phone {
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.top_hours {
    position: relative;
}
.top_hours::before {
    position: absolute;
    content: "\f017";
    font-family: "Font Awesome 5 Free"; 
    left: -5px;
    width: 30px;
    height: 30px;
    top: 0;
    font-size: 28px;
}
.grey, .grey a {
    color:rgba(0,0,0,0.64) !important;
}

/* header styles ends */

/* body styles starts */

.title_social_inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.title_social_inner .small_title_top a {
    color: #000000;
    border-bottom: 2px solid #ffffff;
    font-size: 14px;
    padding-bottom: 2px;
    display: inline-block;
    text-decoration: none;
}
.title_social_inner .top_order_social {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social_media_wrapper a {
    margin: 0 4px;
    font-size: 20px;
    position: relative;
    display: inline-block;
}
.social_media_wrapper a:hover {
    color: #000;
}
.banner-container {
    background: url("../images/grass-sod-rolls-for-sale-near-me-toronto-header.webp") no-repeat center center #000;
    background-size: cover;
}
.middle_locations ul,
.sub_heading ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.sub_heading ul li {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    font-size: 25px;
    font-weight: 700;
    position: relative;
}
.sub_heading ul li:not(:last-child):after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    right: -5px;
    top: calc(50% - 3.5px);
    background: #97bf26;
    border-radius: 50%;
}

.testimonial_container {
    background-color: #e5e5e5;
}
.testimonial_author {
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 900;
}
.testimonial_star {
    margin-bottom: 0px;
    font-size: 14px;
}
.testimonial_list {
    padding: 0 45px;
    position: relative;
}

.testimonial_list::before {
    position: absolute;
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #97bf26;
    left: 0;
    font-size: 45px;
    transform: rotate(180deg);
    top: 0px;
    line-height: 35px;
}
.fa-quote-right {
    font-weight: 700;
    color: #97bf26;
    left: 0;
    font-size: 45px;
}
/*.testimonial_list::after {
    position: absolute;
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #97bf26;
    right: 5px;
    font-size: 45px;
    bottom: 0px;
    line-height: 35px;
}*/
.testimonial_list p {
    margin: 10px 0px;
}
.product_sell_row {
    overflow: hidden;
}
.we_sell_prod_grid .img_cont {
    border: 1px solid #707070;
}
.we_sell_prod_grid .link_title {
    margin: 5px 0px 30px 0px;
}
.we_sell_prod_grid .link_title a {
    color: #000;
    font-size: 13px;
    text-decoration: underline;
}
.large_greenbg_text,
.large_greenbg_text p {
    font-size: 2.3rem;
}
.medium_greenbg_text,
.medium_greenbg_text p {
    font-size: 2rem;
}
.middle_order_now .btn1 {
    font-size: 1rem;
    position: relative;
    top: -3px;
}

.volume_size_container .img_cont {
    border: 0px solid #707070;
	text-align:center
}
.volume_size_container .col_title {
    font-weight: 700;
    font-size: 22px;
}

.size_price_cont .p_title {
    font-size: 14px;
    font-weight: 900;
    margin-top: 14px;
    margin-bottom: 0px;
    line-height: 14px;
}
.size_price_cont .p_title_small {
    font-size: 12px;
    margin-bottom: 0px;
}
.size_price_cont .p_title_green {
    margin-bottom: 5px;
    font-weight: 900;
    font-size: 20px;
}
.size_price_cont .p_start {
    font-size: 14px;
    color: #666;
}
.gallery_img_fill img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery_secondary_col .row:last-child {
    padding-top: 16px;
}
.gallery_secondary_col .row:first-child {
    padding-bottom: 16px;
}
ul.round_b4_first_letter {
    padding-left: 0;
    list-style: none;
}
ul.round_b4_first_letter li {
    position: relative;
}
ul.round_b4_first_letter li:first-letter {
    padding-left: 15px;
}
ul.round_b4_first_letter li:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    left: 2px;
    top: 12px;
    background: #000;
    border-radius: 50%;
}
.faq_colmn ul li {
    margin-bottom: 20px;
}
.faq_colmn {
    border: 1px solid #707070;
    padding: 20px;
    height: 100%;
}
.faq_colmn table {
    border: 1px solid #222;
    width: 100%;
}
.faq_colmn table th {
    background-color: #000;
    color: #fff;
}
.faq_colmn table tr td:last-child, .faq_colmn table tr th:last-child {
    border-right: none;
}
.faq_colmn table tr td, .faq_colmn table tr th {
    border-right: 1px solid #222;
    padding-top: 4px;
    padding-bottom: 4px;
}
.cubic_ft_col {
    min-width: 70px;
}
.middle_locations ul li {
    padding-right: 15px;
    margin-right: 15px;
    font-size: 31px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.middle_locations ul li:not(:last-child):after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    right: -5px;
    top: calc(50% - 3.5px);
    background: #000;
    border-radius: 50%;
}

.popup_action {
    cursor: pointer;
}
.vb_popup_wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.8);
}
.vb_popup_wrapper .vb_popup_inner {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    top: 5%;
    text-align: center;
    background: transparent !important;
    overflow: auto;
    border-radius: 2px;
    -webkit-animation: animateThis 0.8s ease-in-out;
    -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes animateThis {
    0% {
        width: 10px;
        height: 10px;
    }
    100% {
        width: 700px;
        height: auto;
    }
}
.vb_popup_wrapper .vb_close_popup {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 23px;
    color: #8BC34A;
    font-weight: 900;
    text-decoration: none;
}
/* body styles ends */

/* footer styles starts */

.footer_wrapper a {
    text-decoration: none;
}
.footer_disclaimer {
    background-color: #000;
}
.footer_logo_address p,
.footer_email_container p,
.footer_address_container .footer_address p {
    font-size: 14px;
}
.footer_address_container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer_address_container .footer_address:first-child:before {
    position: absolute;
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    left: -5px;
    width: 25px;
    height: 25px;
    top: -3px;
    font-size: 24px;    
}
.footer_address_container .footer_address {
    position: relative;
}
.footer_address_container .footer_address:first-child {
    padding-left: 24px;
}
.footer_email_container:before {
    position: absolute;
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    left: -5px;
    width: 20px;
    height: 20px;
    top: -5px;
    font-size: 20px;  
}
.footer_email_container {
    padding-left: 24px;
    position: relative;
}

/* footer styles ends */

/* media queries starts */

@media(min-width: 992px) {
    .product_sell_row {
        display: flex;
        flex-wrap: wrap;
    }
    .product_sell_row .col.firstcol {
        padding-left: 0 !important;
    }
}

@media(min-width: 768px) {
    .top_hours {
        padding-left: 30px;
    }
    .top_phone .phone_grid:first-child {
        padding-left: 25px;
    }
    .top_phone {
        display: flex;
    }
    .footer_logo {
        max-width: 360px;
    }
    .testimonial_list p {
        font-size: 30px;
    }
}

@media(max-width: 767px) {
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.5rem;
    }
    h3 {
        font-size: 2.1rem;
    }
    .top_hours {
        padding-top: 30px;
    }
    .top_phone .phone_grid:first-child {
        padding-top: 25px;
        padding-bottom: 5px;
    }
    .top_hours::before {
        left: calc(50% - 14px);
        font-size: 20px;
    }
    .top_phone::before {
        left: calc(50% - 14px);
        font-size: 20px;   
    }
    .social_media_wrapper {
        min-width: 78px;
    }
    .testimonial_list p {
        font-size: 24px;
    }
    .middle_locations ul li {
        font-size: 27px;
    }
    .gallery_secondary_col {
        padding-top: 24px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 991px) {
    .product_sell_row .col {
        width: 50%;
        float: left;
        margin: 20px 0px;
    }
    .product_sell_row .firstcol {
        width: 100%;
    }
}

/* media queries ends */ 