@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular');
    src: local('Roboto-Regular'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
}

body{
     margin:0;
     padding:0;
     color: #252525;
    font-family: 'Roboto-Regular';
    font-size: 16px;
}
p {
    color: #252525;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: 'Roboto-Regular';
}
h1, h2, h3, h4, h5, h6{
    color: #222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 10px;
}
h1{
    font-size: 26px;
    color: #000000;
}
h2{
    font-size: 22px;
    color: #000000;
}
h3{
    font-size: 18px;
    color: #000000;
}
h4{
    font-size: 26px;
    color: #4fb84f;
}
h5{
    font-size: 22px;
    color: #4fb84f;
}
h6{
    font-size: 18px;
    color: #4fb84f;
}
a{
    color: #4fb84f;
}
a:focus, a:hover{
    text-decoration:none;
}
.logo {
    padding: 0px 0px;
    display: block;
    width: 100%;
    float: left;
}
.logo > h1 {
     border: none;
    color: #4fb84f;
    padding: 0px 0px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 36px;
}
.navbar-nav.breadcrumb > li + li:before{
    display: none;
}
.navbar-header .attr-nav {
    display: none;
}
nav.navbar.bootsnav {
    background-color: #ffffff;
    border-bottom: 1px solid #9b9b9b;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #000000;
    font-weight: 600 !important;
    padding: 15px 10px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    text-shadow: none;
    margin: 0px 0px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: #4fb84f;
    color: #fff;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #000000;
    color: #fff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    padding:10px 10px;
    font-size: 16px;
    font-weight: 100 !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #4fb84f;
    padding: 6px 10px 2px 10px;
    cursor: pointer;
}
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.attr-nav > ul > li > a {
    color: #ffffff;
    padding: 18px 10px;
}
.navbar-right {
    float: right !important;
    display: table-cell !important;
}
.carousel-inner>.item:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
}
.carousel-indicators{
    display: none;
}
.carousel-caption {
    background-color: inherit;
    left: 12%;
    right: auto;
    text-align: left;
}
.carousel-caption h1 {
    color: #ffffff;
    text-shadow: none;
    margin: 0px;
    font-size: 48px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}
.carousel-caption p{
    margin: 15px 0px 10px;
    font-size: 18px;
    line-height: 26px;
}
.carousel-caption a {
    width: 175px;
    line-height: inherit;
    height: auto;
    padding: 15px 40px 15px;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #4fb84f;
    font-weight: 100;
    text-shadow: none;
    transition: all 0.2s linear;
}
.carousel-caption a:hover{
    background-color: #4fb84f;
    color: #ffffff;
}
.about-block {
    padding: 60px 0px;
}
.abt-right{
    position: relative;
}
.abt-right h2 {
    font-size: 42px;
    margin-top: 0px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    color: #4fb84f;
    position: relative;
}
.abt-right h2:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 5px;
    background-color: #4fb84f;
}
.info-link a {
    background-color: transparent;
    color: #4fb84f;
    padding: 15px 25px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
    transition: all 0.3s ease;
    border: 1px solid #4fb84f;
}
.info-link a:hover{
    background-color: #4fb84f;
    border-color: #4fb84f;
    color: #ffffff;
}
.discover-block {
    padding: 50px 0px;
    background-color: #eeeeee;
}
.square-content{
    position: relative;
    margin-bottom: 50px;
}
.square-content h1 {
    font-size: 42px;
    margin-top: 0px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
}
.square-content h1:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 5px;
    background-color: #4fb84f;
}
.disc-list img {
    width: 100%;
}
.disc-heading h3 {
    font-size: 20px;
    margin: 0px;
    text-align: center;
}
.disc-heading h3 a{
    color: #ffffff;
    background-color: #4fb84f;
    display: block;
    padding: 10px 0px;
}
.disc-heading p{
    margin-bottom: 15px;
    font-size: 14px;
}
.disc-list .disc-btn {
    color: #252525;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 4px;
    transition: all 0.2s linear;
    font-family: 'Ubuntu-Bold';
}
.disc-list .disc-btn:hover{
    color: #3f4b72;
}
.range-block {
    padding: 50px 0px;
}
.range-list img{
    width: 100%;
}
.range-list {
    margin-bottom: 15px;
}
.range-heading h3{
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 0px;
}
.range-heading h3 a{
    color: #000000;
}
.range-heading h3 a:hover{
    color: #4fb84f;
}
.delivery-block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0px;
    position: relative;
}
.delivery-block:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(0 0 0 / 65%);
}
.deliver-info {
    text-align: center;
}
.deliver-info h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 60px;
    margin: 0px;
}
.deliver-info p {
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    margin: 20px 20px;
}
.membership-btn {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 12px 25px;
    margin-top: 15px;
    display: inline-block;
    background-color: transparent;
    font-size: 18px;
    transition: all 0.3s linear;
}
.membership-btn:hover{
    background-color: #4fb84f;
    border-color: #4fb84f;
    color: #ffffff;
}
.news-form{
    position: relative;
    z-index: 1;
    text-align: center;
}
.news-letter {
    background-color: #e1caaa;
    padding: 50px 0px;
}
.news-form h1 {
    margin: 0px;
    color: #3f4b72;
    display: inline-block;
        font-size: 30px;
}
.input-group-btn .btn {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ffffff;
    font-size: 15px;
    color: #ffffff;
    border-radius: 5px !important;
}
.input-group-btn .btn-primary {
    padding: 10px 25px;
}
.color-white {
    margin-right: 5px;
    color: #ffffff !important;
}
#newsletterForm .form-control {
    height: 42.5px;
    width: 300px;
    border-radius: 5px;
    float: right;
    background-color: #ffffff;
    border-color: #ffffff;
    border: none;
    margin-right: 15px;
}

footer{
    background-color: inherit;
    border: none;
}
.top-footer{
    background-color: #002400;
     padding: 50px 0px;
}
.footer-logo {
    padding: 0px 10px;
}
.more-info .fa-home {
    float: left;
}
.more-info .add-info {
    display: table;
}
.footer-title{
    border: none;
    text-transform: capitalize;
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #4fb84f;
    position: relative;
}
.footer-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background-color: #0e790f;
}
.hours-list li{
    color: #ffffff;
    margin-bottom: 10px;
}
.shop-list a{
    font-size: 16px;
    text-transform: capitalize;
}
.more-info li{
    font-size: 16px;
}
.address-info li strong {
    display: block;
    padding-bottom: 5px;
}
.more-info i {
    margin-right: 0px;
    font-size: 16px;
    padding: 0px !important;
    margin-right: 10px;
    color: #ffffff;
}
.more-info p {
    color: #ffffff;
}
.input-group-btn .btn {
    background: #3f4b72 none repeat scroll 0 0;
    border: 1px solid #3f4b72;
    font-size: 15px;
}
.copy p, .power p a {
    color: #000000;
}
.bottom-footer {
    padding: 15px 0px;
    background-color: #eeeeee;
}
.power p{
    color: #000000;
}
.power p a{
    color: #4fb84f;
} 
.copy p, .power p {
    margin: 0px;
}
.power p {
    text-align: right;
}
.footer-about h3{
    font-size: 30px;
    margin-top: 0px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
}
.footer-about p{
    color: #ffffff;
}
.del-space {
    display: none;
}
.social-icons li a {
    border: 1px solid #4fb84f;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 20px;
    border-radius: 250px;
    padding: 5px 10px;
    transition: all 0.3s linear;
}
.social-icons li a .fa-facebook {
    padding-left: 3px;
}
.social-icons li a:hover{
    background-color: #4fb84f;
    border-color: #4fb84f;
    color: #ffffff;
}
.shop-list a:hover {
    color: #4fb84f;
}
.address-info li a:hover{
    color: #4fb84f;
}
.sd-member-app h5{
    text-align: center;
}
.sd-member-app{
    text-align: center;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #eaeaea;
}
#scrolltoup:hover{
    color: #ffffff;
}

/*--media-responsive--*/
@media (min-width:992px){
    .deliver-info h2{
        font-size: 62px;
    }
    .disc-main-heading {
        font-size: 48px;
    }
    .deliver-info p{
       margin: 40px 5% 25px;
        font-size: 24px;
        line-height: 1.5;
    }
    .shop-list {
        margin-left: 30px;
    }
}
@media (max-width:1199px) and (min-width:992px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 12px;
        font-size: 16px;
        margin: 12px 0px;
    }
    .carousel-caption{
        top: 25%;
    }
    .abt-right h2{
        font-size: 46px;
    }
    .deliver-info h2{
        font-size: 60px;
    }
    .footer-menu ul li a{
        padding: 0px 6px;
    }
}
@media (max-width:991px) and (min-width:768px){
    .logo img{
        float: none;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 15px;
        font-size: 16px;
        margin: 0px;
    }
    ul.nav.navbar-nav.navbar-right {
        width: 100%;
    }
    .navbar-header {
        float: none;
        margin: 0px;
        width: 100%;
        text-align: center;
    }
    .carousel-caption h1 {
        font-size: 36px;
    }
    .carousel-caption p{
        font-size: 16px;
        margin-top: 10px;
    }
    .abt-right {
        padding-top: 30px;
    }
    .news-form h1{
        font-size: 22px;
        margin-top: 5px;
    }
    .deliver-info h2 {
        font-size: 36px;
        line-height: 45px;
    }
    .menu-list .menu-text h3{
        font-size: 24px;
    }
    .disc-heading h3{
        font-size: 16px;
    }
    .copy p, .power p{
        margin-top: 0px;
    }
}
@media (max-width:767px) and (min-width:320px){
    .logo img{
        float: none;
    }
    .logo{
        padding-bottom: 0px;
    }
    .top-header-left {
        text-align: center;
        margin-bottom: 15px;
    }
     nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px 10px;
        font-size: 16px;
        margin: 0px;
    }
    .carousel-caption{
        top: 10%;
    }
    .disc-list  {
        margin-bottom: 25px;
    }
    .news-form h1{
        margin-bottom: 15px;
    }
    .abt-right {
        padding-top: 30px;
    }   
    .footer-title{
        margin-top: 20px;
    }
    .logo > h1{
        font-size: 30px;
        margin-top: 10px;
    }
   .range-list {
        margin-bottom: 30px;
    }
    .footer-about {
        margin-top: 25px;
    }
   
}
@media (max-width:480px) and (min-width:320px){
    .abt-right h2{
        font-size: 30px;
    }
    .square-content h1{
        font-size: 36px;
    }
   .carousel-caption p{
        display: none;
   }
   .carousel-caption h1{
        font-size: 24px;
        margin-bottom: 10px;
   }
    .carousel-caption{
        top: 25%;
    }
    .carousel-caption a{
        padding: 10px;
        width: auto;
    }
    .deliver-info h2 {
        font-size: 36px;
        line-height: 48px;
    }
    .discover-block, .about-block, .top-footer{
        padding: 30px 0px;
    }
    .disc-main-heading {
        font-size: 26px;
    }
   .disc-heading h3 {
        font-size: 18px;
    }
    .news-form h1 {
        font-size: 24px;
    }
    .deliver-info p{
        margin: 10px 0px;
    }

}
