body {
    font-size: 16px;
    font-family: 'Cabin', sans-serif;
}

a:hover {
    text-decoration: none;
}
.logo img {
    width: 157px;
}

header {
    padding: 10px 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #504f4f;
    font-size: 16px;
    font-weight: 600;
    padding-left: 25px;
}

.Home-welth-text-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
 

.Home-welth-img-right {
    margin-top: 0px;
}

.Home-welth-text-sec h2 {
    font-weight: 600;
    font-size: 42px;
    color: #29a8ef !important;
}

.health-all { 
    padding-left: 25px;
}

.Home-Detox {
    background: linear-gradient(135deg, #25bfe1 0%, #105d6f 70%, #00171d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    min-height: 460px;
    padding-top: 15px;
}
.lipcat-poster {
    background: #d8eefa;
}
.Home-Detox {
    text-align: center;
    color: #fff;
}

    .Home-Detox p {
        text-align: left;
    }

    .Home-Detox h3 {
        padding-top: 50px;
        color: #fcde42;
        font-size: 35px;
        text-align: center;
        font-weight: 600;
    }

.wellness-img {
    position: relative;
}

.wellness-img-2 img {
    position: relative;
    top: 0px;
}
 

.pancha-tulasi {
    background-color: #012501 !important;
    color: #fff;
}

    .pancha-tulasi h4 {
        text-align: center;
    }

    .pancha-tulasi h3 {
        padding-top: 50px;
        color: #fcde42;
        font-size: 35px;
        text-align: center;
        font-weight: 600;
    }

.categories img {
    border-radius: 7px;
}

footer {
    background-color: #f3f3f3;
    padding: 25px 0px 0;
}

.inputfiled input {
    background-color: #c5c5c5;
    border: none;
    margin-top: 10px;
    width: 100%;
    border-radius: 30px;
    height: 40px;
    padding: 10px;
}

.inputfiled textarea {
    background-color: #c5c5c5;
    border: none;
    margin-top: 10px;
    width: 100%;
    border-radius: 30px;
    height: 80px;
    padding: 10px;
}

footer h3 {
    font-weight: bold;
}

footer p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/*footer h6 {
    font-weight: 600;
}*/

input:focus-visible {
    outline-offset: 0px !important;
}

.inputfiled button {
    background-color: #002458;
    color: #fff;
    border-radius: 15px;
    padding: 10px 20px;
}

.inputfiled a:hover {
    background-color: #0a387a;
}

.page-title {
    color: #01286d;
    font-weight: bold;
}


/*---------------------inner-pages----------------------*/

.inner-pages {
    background: #f6572b;
    /*height:80px;*/
}

    .inner-pages h3 {
        text-align: center;
        line-height: 80px;
        color: #fff;
    }

.inner-content {
    min-height: 500px;
    margin: 50px 0px;
}

.products {
    min-height: 170px;
    margin: 20px 0px;
    border-radius: 7px;
    cursor: pointer;
    border: 1px solid #ddd;
    transform: scale(1);
    transition: 0.3s all ease-in-out;
    overflow: hidden;
}

    .products a h3 {
        text-align: center;
        color: #504f4f;
        text-transform: capitalize;
        font-size: 25px;
        background: #ebebeb;
        line-height: 65px;
        height: 65px;
        margin-bottom: 0px;
        transition: 0.8s all ease-in-out;
    }

    .products:hover {
        box-shadow: 2px 2px #ededed;
        transform: scale(1.1);
    }

        .products:hover h3 {
            background: #1453a0;
            transition: 0.8s all ease-in-out;
            color: #fff;
        }

    .products img {
        transform: scale(1);
        transition: 0.8s all ease-in-out;
        outline: none;
        border: none;
        box-shadow: none;
    }


    .products:hover img {
        /*background: #f1f1f1;*/
        transform: scale(1.2);
    }

.legal {
    border: 1px solid #ddd;
    min-height: 150px;
    padding: 15px;
    margin-bottom: 25px;
    background: #fff;
}

    .legal h3 {
        text-align: center;
        padding-top: 20px;
        font-size: 20px;
        text-transform: capitalize;
        color: #000;
    }

.company h2 {
    color: #2e2e2e;
    font-weight: bold;
    font-size: 28px;
}

.right-wrap {
    padding-left: 8px;
}

.ingrediants {
    border: 1px solid #ddd;
    margin: 25px 0px;
    min-height: 200px;
}

    .ingrediants p {
        padding: 10px;
        font-size: 14px;
    }

    .ingrediants h4 {
        background: #ef5a22;
        color: #fff;
        text-align: center;
        font-size: 20px;
        padding: 5px 0px;
    }

.product-view h2 {
    color: #ef5c22;
    font-weight: bold;
}

    .product-view h2 small {
        color: #504f4f;
    }

.product-view h5 {
    color: #f1582a;
}

.product-view h3 {
    color: #1d529c;
}

.reserved {
    background: #fff;
    text-align: center;
    margin-top: 15px;
}

    .reserved p {
        text-align: center;
        padding: 10px;
        width: 100%;
        display: block;
    }

.quick-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.quick-links li {
    display: inline-block;
    padding-left: 20px;
}

.quick-links li a {
    color: #504f4f;
}

.quick-links li a:hover {
    color: #f0592a;
}
.joinnow {
    background: linear-gradient(45deg, #29d300, #29a8ef);
    padding: 7px 25px !important;
    border-radius: 24px;
    margin-left: 17px;
    color: #fff !important;
}

.social-media {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* width: 100%; */
    margin-left: 0px;
    padding-left: 0px;
    float: right;
}

    .social-media li {
        display: inline-block;
        padding-left: 20px;
    }

        .social-media li a {
            color: #504f4f;
            font-size: 22px;
        }

            .social-media li a:hover {
                color: #f0592a;
            }

footer h4 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

footer h6 {
    text-align: center;
}
div#carouselExampleIndicators4, #carouselExampleIndicators5, #carouselExampleIndicators6 {
    height: 232px;
    overflow: hidden;
}

.slider-3 .Home-welth-text-sec h2 {
    font-size: 21px; 
    text-align: center;
    background: linear-gradient(45deg, #29d300, #29a8ef);
    width: 100%;
    color: #fff !important;
    padding: 9px 11px;
    min-height: 67px;
}
@media screen and (max-width:580px) {
    .navbar-collapse {
        width: 100%;
        background: #fff;
        position: fixed;
        top: 74px;
        left: 0px;
    }

    .Home-welth-text-sec h2 {
        font-size: 26px;
    }
    .health-all {
        height: 150px;
        padding-left: 25px;
    }

    .Home-welth-text-sec {
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Wellness-text {
        height: 100px !important;
    }

    .inputfiled {
        margin-bottom: 15px;
    }

    .quick-links {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: center;
    }

    .drop-down {
        position: relative !important;
        top: 0px !important;
        left: 0px;
        background: #fff;
        padding: 5px 15px;
    }
}

.Menu-gallery {
    position: relative;
}

.drop-down {
    position: absolute;
    top: 40px;
    left: 0px;
    display: none;
    background: #fff;
    padding: 5px 15px;
    width: 180px;
}

    .drop-down a {
        padding-left: 0px !important;
    }

.Menu-gallery:hover .drop-down {
    display: block;
}

.latest-news {
    background: #29d300;
    color: #fff;
    padding: 7px 22px;
    border-radius: 20px;
    /*margin-top: 59px;*/
}

