body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    line-height: 29px;
    background: #F5F5F5;
}



.navbar-section {
 font-family: 'Roboto Condensed', sans-serif;
}

    .navbar-section .navbar-brand img {
        width: 220px;
    }

    .navbar-section a {
        color: #111 !important;
        letter-spacing:2px;
        text-transform:uppercase;
        font-size:15px;
        padding: 5px 9px 1px 9px!important;
        display:inline-block;
      
        /*line-height:20px*/
    }

    .navbar-nav a{
          margin-top:3px
    }

      .navbar-section li{
          margin-left:9px;
          margin-right:9px
      }

    .navbar-nav a:hover {
        color: #111 !important;
        background-color: #e7e2d2 !important;
    }

        .navbar-section .navbar-brand  {
  padding-left:0px !important

    }


.products-section h5 {
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 3px;
    font-size: 19px;
}

.btn {
    box-shadow: none !important;
    outline: 0 !important;
}

.btn-1 {
    background: #6ECD6A !important;
    border: 1px solid #AFF3AF !important;
    transition: all .2s !important;
    color: #fff;
    font-weight: 500;
    margin-top: 7px;
    font-size: 14px;
}

    .btn-1:hover {
        background: #59b256 !important;
        color: #fff;
    }

.btn-2 {
    background: #3ca3f5 !important;
    border: 1px solid #3ca3f5 !important;
    transition: all .2s !important;
    color: #fff;
    font-weight: 500;
    margin-top: 7px;
    font-size: 14px;
}

    .btn-2:hover {
        background: #2987d2 !important;
        color: #fff;
    }

.title-h1 {
    color: #669965;
    font-weight: bold;
}

/**/



footer {
    background: #1b1e1e url(affiliation/assets/images/footer-bg.jpg) no-repeat;
    background-size: cover;
    padding: 27px 0px 0px 0px;
}

    footer p {
        font-size: 14px;
        color: #e6e6e6;
        line-height: 28px;
    }

.pd-left-10 {
    padding-left: 10px;
}

.logo-footer {
    margin-bottom: 10px;
}

footer h3 {
    font-size: 18px;
    color: #e3e3e3;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin: 40px 0 30px;
}

.footer_menu {
    margin: 15px 0;
    list-style: none;
    padding: 0;
}

    .footer_menu > li {
        padding: 0;
        line-height: 24px;
        margin: 12px 0;
    }

    .footer_menu a {
        color: #d7d7d7;
        font-size: 15px;
    }

        .footer_menu a:hover {
            color: #29bf53;
            text-decoration: none;
        }


.bottom-footer {
    padding: 2px 0 5px 0px;
    margin: 30px 0 0;
    background: #020a0e;
}

.footer-copyright {
    margin: 30px 0 20px;
    font-size: 13px;
    color: #fff;
}

@media(min-width:768px) {
    .logo-footer {
        width: 330px;
        margin-top: 20px;
        margin-bottom:20px
    }
}


@media(max-width:767px) {
    footer {
        text-align: center;
    }

    .logo-footer {
        width: 200px;
        margin-bottom: 25px;
    }

    .product-image {
        margin-top: 20px;
    }

    .btn-1 {
        font-size: 13px;
    }

    .btn-2 {
        font-size: 13px;
    }

    .products-section h5 {
        font-weight: 600;
        padding-top: 3px;
        padding-bottom: 0px;
        font-size: 16px;
    }
}
