﻿body {
    overflow-x: hidden;
    background-image: url(../images/bottom-back.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

.testimonials {
    margin: 50px auto;
}

    .testimonials h1 {
        text-align: center;
    }

    .testimonials row {
        margin-top: 30px;
    }

.col-testimony {
    margin: 10px auto;
}

.profile {
    padding: 120px 40px 40px;
    background-color: white;
    min-height: 400px;
    background-image: url(../images/quote-back.png);
    background-position: center;
    background-repeat: no-repeat;
}

    .profile img {
        top: -100px;
        position: absolute;
        left: calc(50% - 100px);
        border: 10px solid white;
    }

.user {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

blockquote {
    font-size: 15pt;
    line-height: 40px;
    color: #d52e76;
    padding-left: 50px;
    padding-right: 50px;
}

.btn-more {
    background-color: #d52d78;
    color: white;
    border-radius: 20px;
    border: none;
    letter-spacing: 2px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15pt;
}

.card-body {
    /*margin-left: 30px;
    margin-right: 30px;*/
}

.card-img {
    width: 100%;
    height: 100%;
}

.card-title {
    color: #7f1a46;
    font-weight: 700;
    font-size: 26pt;
}

.card-text {
    color: #d82b7a;
    font-size: 15pt;
    font-weight: 400;
}

.product-box-bg {
    background-color: #ffd3e0;
    height: 300px;
    width: 100%;
    position: absolute;
    margin-top: 200px;
    left: 50px;
}

.home-divider {
    min-height: 180px;
}

.home-divider-sm {
    min-height: 100px;
}

.middle-text {
    padding-bottom: 10px;
    color: #d52d78;
    font-size: 26pt;
    font-weight: bolder;
}

.product-box {
    min-height: 400px;
    min-width: 360px;
    border: 2px solid #c22a75;
}

.img-border {
    position: absolute;
    left: 0px;
    top: 6rem;
    right: 0px;
    bottom: -50px;
    border: 2px solid #c02a75;
    z-index: -10;
    margin-bottom: 10px;
    background-color: white;
}

.img-border-blue {
    position: absolute;
    left: 0px;
    top: 6rem;
    right: 0px;
    bottom: -50px;
    border: 2px solid #0a80c3;
    z-index: -10;
    margin-bottom: 10px;
    background-color: white;
}

.img-border-herbal {
    position: absolute;
    left: 0px;
    top: 6rem;
    right: 0px;
    bottom: -50px;
    border: 2px solid #4d774f;
    z-index: -10;
    margin-bottom: 10px;
    background-color: white;
}

.product-more {
    bottom: -20px;
    border: 3px solid #ffadc4;
    position: absolute;
    left: 50%;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: -130px;
    background-color: white;
    color: #eb9ec0;
    text-decoration: underline;
    font-size: 15pt;
}

    .product-more a {
        color: #d52d78;
    }

        .product-more a:hover {
            color: #ef5777;
        }

.product-more-blue {
    bottom: -20px;
    border: 3px solid #9ec7ff;
    position: absolute;
    left: 50%;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: -130px;
    background-color: white;
    color: #2c90ce;
    text-decoration: underline;
    font-size: 15pt;
}

    .product-more-blue a {
        color: #2c90ce;
    }

        .product-more-blue a:hover {
            color: #ef5777;
        }

.product-more-herbal {
    bottom: -20px;
    border: 3px solid #4d774f;
    position: absolute;
    left: 50%;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: -130px;
    background-color: white;
    color: #58a052;
    text-decoration: underline;
    font-size: 15pt;
}

    .product-more-herbal a {
        color: #58a052;
    }

        .product-more-herbal a:hover {
            color: #58a052;
        }

.product-grid {
    text-align: center;
    padding: 0 0 72px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .product-grid .product-image {
        position: relative;
        transition: all .3s ease 0s;
    }

        .product-grid .product-image a {
            display: block;
        }

        .product-grid .product-image img {
            width: 100%;
            height: auto;
        }

    .product-grid .pic-1 {
        opacity: 1;
        transition: all .3s ease-out 0s;
    }


    .product-grid .product-content {
        background-color: transparent;
        text-align: center;
        /*padding: 12px 0;*/
        margin: 0 auto;
        /*position: absolute;*/
        left: 0;
        right: 0;
        bottom: -27px;
        z-index: 1;
        /*margin-left: 2px;*/
        /*margin-right: 2px;*/
        /*margin-bottom: -10px;*/
    }

    .product-grid .title {
        color: #d72d76;
        font-size: 22pt;
        font-weight: bold;
        letter-spacing: .5px;
        text-transform: capitalize;
        margin: 0 0 10px;
    }

        .product-grid .title a {
            color: #d72d76;
            text-decoration: none;
        }

            .product-grid .title a:hover, .product-grid:hover .title a {
                color: #ef5777;
            }


    .product-grid .title-blue {
        font-size: 22pt;
        font-weight: bold;
        letter-spacing: .5px;
        text-transform: capitalize;
        margin: 0 0 10px;
    }

        .product-grid .title-blue a {
            color: #0a81c5;
            text-decoration: none;
        }

            .product-grid .title-blue a:hover, .product-grid:hover .title a {
                color: #ef5777;
            }

    .product-grid .title-herbal {
        color: #4d774f;
        font-size: 22pt;
        font-weight: bold;
        letter-spacing: .5px;
        text-transform: capitalize;
        margin: 0 0 10px;
    }

        .product-grid .title-herbal a {
            color: #4d774f;
            text-decoration: none;
        }

            .product-grid .title a:hover, .product-grid:hover .title a {
                color: #ef5777;
            }

span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
}

    span.img-text:hover {
        color: #2caae1;
    }
