/*---------------------------------------------------------------
[Custom StyleSheet MyStyle]

Project: Seyago India
Version: 0.1
Made On: 16-6-2017
Last Change: 16-6-2017
Assigned to: Sunil Jaswani
Prinmary Use: MLM Business;
----------------------------------------------------------------*/


/*---------------------------------------------------------------
[Color Codes]

Logo Color-1: #008F4F (Green)
Logo Color-2: #8B9267 (Medium black)
Logo Color-3: #A3CD73 (Light Green)
Logo Color-4: #ED3237 (Red)
----------------------------------------------------------------*/


/*----------------------------------------------------------------
[Table of Contents -  Indexing of Our Style Sheet]

1. General Styles
2. Logo & Header
3. Home Page
4. LAB AND TEST
5. Contact
6. Footer
7. FILTER OPTIONS For Lab & Test Benefits
8. Testimonials
9. Pagination For Health Tips
10. Responsive Styles
-----------------------------------------------------------------*/

/* --- 1. General Styles --- */
.spacet-30{
    margin-top: 30px;
}
.spacetb-10{
    margin: 10px 0;
}
.spacetb-30{
    margin: 30px 0;
}
.text-white{
    color: #ffffff!important;
}

/* =============
   Helper classes
============= */
.p-0 {
    padding: 0 !important;
}
.p-10 {
    padding: 10px !important;
}
.p-20 {
    padding: 20px !important;
}
.p-30 {
    padding: 30px !important;
}
.p-l-0 {
    padding-left: 0 !important;
}
.p-r-0 {
    padding-right: 0 !important;
}
.p-t-0 {
    padding-top: 0 !important;
}
.p-b-0 {
    padding-bottom: 0 !important;
}
.p-t-10 {
    padding-top: 10px !important;
}
.p-b-10 {
    padding-bottom: 10px !important;
}
.p-l-r-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.p-t-5 {
    padding-top: 5px !important;
}
.p-t-20 {
    padding-top: 20px !important;
}
.p-b-20 {
    padding-bottom: 20px !important;
}
.m-0 {
    margin: 0 !important;
}
.m-l-0 {
    margin-left: 0 !important;
}
.m-l-5 {
    margin-left: 5px !important;
}
.m-l-10 {
    margin-left: 10px !important;
}
.m-l-20 {
    margin-left: 20px !important;
}
.m-r-5 {
    margin-right: 5px !important;
}
.m-r-10 {
    margin-right: 10px !important;
}
.m-r-15 {
    margin-right: 15px !important;
}
.m-l-5 {
    margin-left: 5px !important;
}
.m-l-10 {
    margin-left: 10px !important;
}
.m-l-15 {
    margin-left: 15px !important;
}
.m-t-5 {
    margin-top: 5px !important;
}
.m-t-0 {
    margin-top: 0 !important;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-t-15 {
    margin-top: 15px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-25 {
    margin-top: 25px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-40 {
    margin-top: 40px !important;
}
.m-t-50 {
    margin-top: 50px !important;
}
.m-b-0 {
    margin-bottom: 0 !important;
}
.m-b-5 {
    margin-bottom: 5px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.m-b-15 {
    margin-bottom: 15px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-b-25 {
    margin-bottom: 25px !important;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.w-xs {
    min-width: 80px;
}
.w-sm {
    min-width: 95px;
}
.w-md {
    min-width: 110px;
}
.w-lg {
    min-width: 140px;
}


/* --- 2. Logo & Header --- */
.navbar-brand {
    padding: 10px 0;
    height: auto;
}
.navbar-alt .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-inverse {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: transparent;
}
.navbar-default {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.2);
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #42aae6;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
    color: #7f858f;
}
@media only screen and (max-width: 768px)
{
    /*.navbar-brand {*/
        /*width: 178px;*/
    /*}*/
    .navbar-brand {
        width: 0px;
    }
}

.card {
    margin: 10px 0;
    padding: 12px 12px;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
    background: #fff;
}

.card .card-title {
    margin: 10px 0;
    padding: 5px;
    border-bottom: 1px dashed #dedede;
    color: #0d0d0f;
    font-size: 22px;
    font-weight: 600px;
}
/*mobile app icon h5 tag color*/
.home-footer .footer-header h2, h5 {
    color: #42aae6;
}

.zoom {
    padding: 12px;
    background-color: #FFFFFF;
    transition: transform .2s; /* Animation */
    width: 200px;
    height: 507px;
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


@media only screen and (min-width: 1024px) and (max-width: 2560px)
{
    .analytics .product {
        padding: 6px 0px 0px 73px;
        width: 216px;
        height: 460px;

    }

    .analytics .product-aloe img {
        padding: 0px 0px 0px 51px;
        width: 241px;
        height: 148px;

    }
}
@media only screen and (min-width: 320px) and (max-width: 768px)
    /*@media (min-width: 320px) and (max-width: 768px)*/
{
    .analytics .product img {
        padding: 0px 0px 0px 51px;
        width: 216px;
        height: 460px;

    }

    .analytics .product-aloe img {
        padding: 0px 0px 0px 51px;
        width: 241px;
        height: 148px;

    }
    .product{
        margin-bottom: 3rem!important;
    }
    .zoom {
        padding: 12px;
        background-color: #FFFFFF;
        transition: transform .2s; /* Animation */
        width: 166px;
        height: 507px;
        margin: 0 -63px;
    }
    .product{
        padding : 0 0 4px 56px;
    }

}
.mt-2{
    margin-top: 2rem!important;
}
.product-detail-img{
    max-width: 100%;
}
.product-heading{
    padding-top: 0!important;
}
.wrap-contact-info .wrap-contact-info-text h4 {
    margin-bottom: 3px;
}

/*website cart page style*/

.counter-component input {
    width: 100%;
    padding: 5px 0 7px;
    font-size: 14px;
    border: 0 !important;
    margin: 0 0 5px;
    outline: none;
    line-height: 1.70;
}

.counter-component .btn-flickr {
    padding: 11px 1px 5px 2px;
}




input.slim-input, textarea.slim-input, select.slim-input {
    display: inline-block;
    width: 100%;
    padding: 11px;
    font-size: 13px;
    border: 1px solid #e4e4e4 !important;
    box-shadow: none !important;
    max-width: 100%;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0 0 5px;
    outline: none;
    line-height: 1.42;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
}
.btn-flickr:not(:disabled):not(.disabled).active, .btn-flickr:not(:disabled):not(.disabled):active, .show > .btn-flickr.dropdown-toggle {
    color: #fff;
    border-color: #dfdfdf;
    background-color: #cc006a;
}
.counter-component .btn-flickr {
    padding: 8px 15px;
}
.btn-flickr:hover {
    border-color: #ff0084;
}
.btn-flickr, .btn-flickr:hover {
    background-color: #ff0084;
    color: #fff;
}

.btn-flickr {
    border-color: #fff;
}
.m-t-5 {
    margin-top: 5px !important;
}
.visible-xs-block{
    width: 160px;
    padding: 10px 20px;
    position: absolute!important;
    /*left: 1em;*/
}