*{
    margin: 0px;
    padding: 0px;
}

img.logo-coupon {
    margin-top: -45px;
    margin-bottom: -49px;
    margin-left: 68px;
}

.copyright.text-center {
    border-top: 1px solid;
    padding: 19px;
}
html{
    font-size: 15px;
}


/* content */
#content .product {
    border-bottom: 1px solid #d6d6d6;
    box-sizing: border-box;
    padding: 10px 0;
}

#content .coupon h4 {
    text-align: center;
    color: #083b66;
    background-color: #d6d6d6;
    border-top: 3px solid #74d14c;
    padding: 10px 0;
}
/* //content */


/* banner */
div#banner {
    padding: 20px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
}


#banner .logo img {
    margin-top: -50px;
}

#banner .logo {
    height: 100px;
    overflow: hidden;
    text-align: center;
}
/* //banner */

/* header */
#header li.nav-item.active a {
    color: #74d14c;
}

#header i.fa.fa-home {
    color: #083b66;
}

#header i.fa.fa-home:hover {
    color: #74D14C;
}

#header {border-bottom: 1px solid #d6d6d6;}

div#header ul li a {
    text-transform: uppercase;
    display: block;
    padding: 10px 20px;
    color: #083b66;
    font-weight: bold;
}

div#header ul li a:hover {
    color: #74d14c;
}

#header nav {
    background: transparent;
    padding: 0px;
}
/* //header */


/*div#header {
    height: 100px;
    background-color: aqua;
}

div#content {
    height: 400px;
}

div#content .col-8 {
    background-color: #850bc7;
    height: 400px;
}

div#footer {
    height: 100px;
    background-color: chocolate;
#header i.fa.fa-home {
    color: #083b66;
}

#header i.fa.fa-home:hover {
    color: #74D14C;
}

#header {border-bottom: 1px solid #d6d6d6;}

div#header ul li a {
    text-transform: uppercase;
    display: block;
    padding: 10px 20px;
    color: #083b66;
    font-weight: bold;
}

div#header ul li a:hover {
    color: #74d14c;
}

#header nav {
    background: transparent;
    padding: 0px;
}


    /* mobile */
    @media (max-width: 575px) { 
        *{
            margin: 0px;
            padding: 0px;
        }

#content .product h5.title {
    font-size: 1rem;
}


        #header .logo img {
        }

        #header .btn-toggle {
            height: 60px;
            line-height: 60px;
        }

        div#header {
            text-align: center;
        }
    }
    /* //mobile */

    /* tablet */
    @media (min-width: 575px) and (max-width:767px) {
        *{}
    }
/* //tablet */




div#footer {
    background-color: #f3f3f3;
    padding: 1px 0 0px 0;
    margin-top: 56px;
}

div#content .col-4 {
    height: 400px;
    background-color: chartreuse;
    }*/

    /* mobile */
    @media (max-width: 575px) { 
        *{
            margin: 0px;
            padding: 0px;
        }

#content .product h5.title {
    font-size: 1rem;
}


        #header .logo img {
        }

        #header .btn-toggle {
            height: 60px;
            line-height: 60px;
        }

        div#header {
            text-align: center;
        }
    }
    /* //mobile */

    /* tablet */
    @media (min-width: 575px) and (max-width:767px) {
        *{}
    }
/* //tablet */