/*
Theme Name: Storefront Blank Child Theme
Theme URI: http://www.pootlepress.com/shop/free-blank-woothemes-storefront-child-theme/
Description: Pootlepress child theme for the Storefront theme.
Author: PootlePress
Author URI: http://www.pootlepress.com
Template: storefront
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: storefront-child
*/


/* Breadcrumb */
.woocommerce-breadcrumb{
    display:none;
}
/* My Account */

.micuenta-content .label{
    float:right;
    color:#747c83;
    font-weight: normal;
    padding-top: 14px;
    margin-right: -24px;
}
.micuenta-content .row{
    padding: 12px
}


.micuenta-content input{
    border-radius: 5px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px;
    padding: 8px;
    width: 49%;
    color:#747c83;
    font-weight: normal;
}
.micuenta-content input.email{
    width: 99%;
}

.micuenta-content input.woocommerce-Button{
    color:#fff;
}

/* My Account END */

.site-main{
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.newsletter-block {
    margin-top: 12px
}
.mycs-footer input.form-control {
    width: auto;
    float: left;
    border: none;
    padding: 14px;
    background-color: #fff;
    color: #43454b;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 5px 0px 0px 5px;
    box-sizing: inherit;
    font-weight: normal;
    box-shadow: none;
    height: 44px;
}
.site{
  overflow-x: initial;
}

/* Sticky footer */
.entry-content,
#primary{
    min-height: calc(100vh - 70px);
}

/* woocommerce */
.storefront-full-width-content.single-product div.product .summary{
    width:100%;
}
.woocommerce-content,
.woocommerce{
    margin-top:5%;
}
.woocommerce-content.single-product{
    margin-top:10%;
    margin-left:-15px;
    margin-right: 15px;
}
.woocommerce-products-header{
    padding-bottom: 0 !important;
}
ul.products{
    padding-left: 0;
}
ul.products li{
    padding-left: 0;
    margin-top:0;
}
.related>h2:first-child{
    font-size: 24px;
    background-color: # ;
    padding: 20px;
    text-align: left !important;
    margin: 0px 0px 14px 0px;
    color: #333;
}
.related>h2:first-child{
    display: block !important;
    margin: 0 auto 15px !important;
    width: 100% !important;
}
h2.woocommerce-loop-product__title {
    color: #747c83 !important;
    font-size: 18px !important;
    margin-bottom: 15px !important;
}
ul.products li.product .price {
    color: #95c11a !important;
    font-size: 18px !important;
    margin-bottom: 20px !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 0px;
    background-color: #95c11a;
    border-radius: 5px;
    padding: 9px;
    width: 215px;
    font-weight: bold;
    font-size: 16px !important;
    color: white;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:active,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:focus {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background-color: #0099ff;
    text-decoration: none;
    color: #ffffff !important;
}
ul.products li.product {
    margin-bottom: 40px !important;
}
.single-product div.product form.cart .button {
    text-align: center;
    background-color: #95c11a;
    border-radius: 5px;
    margin: 0;
    padding: 0px;
    height: 42px;
    /*width: 100%;*/
    width: 69%;
    font-weight: bold;
    font-size: 16px !important;
    color: white;
}
.fa-commenting-o {
    color: #ffffff;
    font-size: 200px;
    text-align: center;
    display: block;
    margin-bottom: 80px;
}
.number-icon {
    text-align: center;
    border-radius: 500px;
    width: 40px;
    height: 40px;
    padding: 9px 0px 9px 0px;
    font-size: 18px;
    color: #95c11a;
    background-color: #fff;
    margin-bottom: 65px;
    display: inline-block;
    float: left;
    margin-right: 12px;
}
ul.icon-list-b{
    padding-left: 0px;
    list-style: none;
}
ul.icon-list-d{
    list-style: none;
    float: right;
    width: 100%;
    text-align: right;
    margin-bottom: 12px;
    color: #747c83;
}
ul.icon-list-d li,
ul.icon-list-e li{
    list-style: none;
}

.icon-list-a, .icon-list-a li, .icon-list-b, .icon-list-b li, .icon-list-c .icon-list-c li, .icon-list-d .icon-list-d li,  .icon-list-e .icon-list-e li,{
  padding: 0;
  margin: 0;
  list-style: none;
}

.icon-list-a li, .icon-list-b li, .icon-list-c li, .ul-images li {
  margin-left: 25px;
}
.icon-list-a li.main-bullet:before {
    content: '\f004';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -115px;
    color: #95c11a;
    margin-top: -25px;
    font-size: 80px;
    text-align: center;
}
.icon-list-b li:before {
    content: '\f068';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -22px;
    color: #747c83;
}
.icon-list-d li:before {
    content: '\f043';
    font-family: 'FontAwesome';
    margin-right: 12px;
    color: #95c11a;
}
/*.icon-list-e li:before {
    content: '\f043';
    font-family: 'FontAwesome';
    margin-right: 12px;
    color: #ffffff;
}*/
.icon-list-e li:before {
    content: '\f068';
    font-family: 'FontAwesome';
    margin-right: 12px;
    color: #ffffff;
}
.icon-list-e{
    color:#fff;
}
.ul-images li.step-two-img:before {
    background-image: url("../images/doctors.jpg");
    background-position: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 0px;
    width: 200px;
    height: 200px;
    background-size: cover;
    border-radius: 500px;
}
.ul-images li.step-three-img:before {
    background-image: url("../images/MCS_PostAna-BASIC.png");
    background-position: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 0px;
    width: 200px;
    height: 200px;
    background-size: cover;
    border-radius: 500px;
}
.no-paddings {
    padding: 0px;
}
.product-box {
   text-align: center;
}
.icon-radio-box {
    border: 15px solid #e5e5e5;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    padding-top: 40px;
    font-size: 4em;
    color: #95c11a;
}

.icon-radio-box .glam-icon{
    fill: #95c11a;
    height: 160px;
    margin-top: -30px;
}
.icon-radio-box .myers-icon{
    fill: #95c11a;
    height: 160px;
    margin-top: -45px;
}

.my-care-spot-product-descripttion .storefront-product-sharing{
    display:none;
}

.storefront-product-sharing a{
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px; 
}
.storefront-product-sharing ul li a:before{
  display: inline-block;
  position: absolute;
  text-indent: 0;
  padding-left: 7%;
}

.storefront-full-width-content.single-product .related ul.products li.product, 
.storefront-full-width-content.single-product .upsells ul.products li.product{
    margin-right: 15px;
    width: 32.4%;
    margin-top: 0px;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery{
    margin-bottom: 15px;
}


.storefront-product-sharing ul li{
    border-right:none !important;
}
.storefront-product-sharing ul li a:hover:before{
    transform: none !important;
}
.storefront-product-sharing{
    padding: 0 0 0 0 !important;
}
.storefront-full-width-content.single-product div.product .summary{
    margin-bottom: 0;
}
.single-product div.product form.cart{
    margin-bottom: 0;
}
section.related.products{
    width:100%;
    float:left;
}

select.qty {
    border: 1px solid #e5e5e5;
    width: 53px;
    height: 37px;
    color: #747c83;
    margin: 0px;
    padding: 5px;
}

.quantity_select {
margin:0
}

.col2-set .form-row-first,
.col2-set .form-row-last{
    width:100%;
}

th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions{
    padding-bottom: 20px;
}

.order_details{
    background-color: transparent;
}

.home-how-it-works-take-action.cannabis-conditions{
    padding: 100px 0px 10px 0px;
}

.payment-form{
    padding-top: 10%;
}
/* Notices */
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button, .woocommerce-noreviews .button, p.no-comments .button{
padding: 10px;
background: #95c11a !important;
color: #fff !important;
}

.woocommerce-product-gallery__wrapper__web-inspector-hide-shortcut__{

width:100% !important;

}

#billing_company_field{
    display:none;
}

.woocommerce-product-gallery .flex-viewport {
    height: 426px !important;
    min-height: 425px;
}

.single-product div.product .woocommerce-product-gallery img {
    height: 100% !important;
    width: 100% !important;
    max-width: 50% !important;
    /* display: block; */
    /* margin-left: 0; */
    /* margin-right: auto; */
    object-fit: contain;
}
ul.products li.product img {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    object-fit: cover;
    height: 250px;
}
.project-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.special-intro-card {
    position: absolute;
    top:110px;
    left: 0;
    right: 0;
    padding: 0px 15px;
}
#carousel-home-section.carousel .item {
    height: 650px;
}
#carousel-home-section .item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 650px;
}


/* -- Carousel de testimonios */
#carousel-testimonial-section.carousel item {
    /*height: */ 
}
.iphone-7{
    background-position: center center;
    background-repeat: no-repeat;
    height: 617px;
    background-size: 50%;
    background-image: url("../images/Licencia-Cannabis.png");
}
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5,
.fade-carousel .slides .slide-6,
.fade-carousel .slides .slide-7,
.fade-carousel .slides .slide-8,
.fade-carousel .slides .slide-9 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}
.fade-carousel .slides .slide-1 {
    background-image: url("../images/ana-cabezas-tablet.png");
}
.fade-carousel .slides .slide-2 {
    background-image: url("../images/mental-health-hero.jpg");
}
.fade-carousel .slides .slide-3 {
    background-image: url("../images/nutrition-hero.jpg");
}
.fade-carousel .slides .slide-4 {
    background-image: url("../images/cannabis.jpg");
}
.fade-carousel .slides .slide-5 {
    background-image: url("../images/iv7.jpg");
}
.iv-products {
    background-position: 50%;
    width: 400px;
    height: 400px;
    background-size: cover;
    border-radius: 500px;
}
.hydro-caredrip {
    background-image: url("../images/iv5.jpg");
}
.myers-caredrip {
    background-image: url("../images/iv2.jpg");
}
.hangover-caredrip {
    background-image: url("../images/iv9.jpg");
}
.immunity-caredrip {
    background-image: url("../images/iv1.jpg");
}
.athlete-caredrip {
    background-image: url("../images/iv6.jpg");
}
.beauty-caredrip {
    background-image: url("../images/iv7.jpg");
}
.vip-caredrip {
    background-image: url("../images/iv8.jpg"); 
}
.hero-image .project-overlay, .customer-testimonials .project-overlay{
    position: relative;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .added_to_cart:hover, .widget a.button:hover, .site-header-cart .widget_shopping_cart a.button:hover,
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .added_to_cart, .widget a.button, .site-header-cart .widget_shopping_cart a.button{
    background-color: #95c11a;
}

.woocommerce-tabs .panel{
    min-height: 0;
}

.storefront-product-sharing{
    padding-top: 15px;
}
.my-care-spot-product-descripttion .woocommerce-Reviews{
    padding-top: 15px;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport,
.woocommerce-product-gallery__image.flex-active-slide,
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery{
 width:100% !important;
}
.single-product div.product .woocommerce-product-gallery img{
    height:auto;
    width: 100%;
    max-width: 400px;
    display: block;
    margin-left: 0;
    margin-right: auto 
}
.single-product div.product form.cart .quantity{
    margin-bottom: 13px;
    margin-right: 15px;
}
.storefront-product-sharing ul{
    padding: 0;
}
#wc-stripe-payment-request-wrapper{
    display: none;
}
.button{

    width: auto;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px !important;
    background-color: #95c11a;
    border: none;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 12px;
}

.shop_table{
    width:100%;
}
.wc-proceed-to-checkout{
    margin-top: 10px;
}
table.shop_table_responsive tr td {
    text-align: left;
    padding-bottom: 5%;
    
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments{
    background-color: #3d9cd2;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments{
    background-color: transparent !important;
    margin-left: 0;
    border-radius: 5px;
    color: #95c11a !important;
    clear: both;
    /*border-left: .6180469716em solid rgba(0,0,0,.15);*/
    border-left: none;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a, .woocommerce-noreviews a, p.no-comments a{
        color: #95c11a !important;
}



@font-face {
    font-family: 'flex_displaythin';
    src: url("https://s3.amazonaws.com/wadhop-assets/Fonts/flexdisplay-thin-webfont.eot");
    src: url("https://s3.amazonaws.com/wadhop-assets/Fonts/flexdisplay-thin-webfont.eot?#iefix") format('embedded-opentype');
    src: url("https://s3.amazonaws.com/wadhop-assets/Fonts/flexdisplay-thin-webfont.woff") format('woff');
    src: url("https://s3.amazonaws.com/wadhop-assets/Fonts/flexdisplay-thin-webfont.ttf") format('truetype');
    src: url("https://s3.amazonaws.com/wadhop-assets/Fonts/flexdisplay-thin-webfont.svg#flex_displaythin") format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nexa_lightregular';
    src: url("https://s3.amazonaws.com/wadhop-assets/Fonts/nexa_light-webfont.eot");
    src: url("https://s3.amazonaws.com/wadhop-assets/Fonts/nexa_light-webfont.eot?#iefix") format('embedded-opentype');
    src: url("https://s3.amazonaws.com/wadhop-assets/Fonts/nexa_light-webfont.svg#nexa_lightregular") format('svg');
    src: url("https://s3.amazonaws.com/wadhop-assets/Fonts/nexa_light-webfont.woff") format('woff');
    src: url("https://s3.amazonaws.com/wadhop-assets/Fonts/nexa_light-webfont.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    font: 13px Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0;
    background-color: #ffffff !important;
    line-height: 20px;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    
}

.hentry {
    margin: 0px !important;
}
.entry-header {
    display: none;
}
.main-container{
    min-height:500px;
}
a:hover,
a:active,
a:focus {
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in !important;
    -moz-transition: all 0.2s ease-in !important;
    -o-transition: all 0.2s ease-in !important;
    transition: all 0.2s ease-in !important;
    outline: none !important;
    outline-offset: none !important;
}
ul {
    margin-bottom: 0px
}
li {
    font-size: 16px;
    line-height: 1.5;
}
.navbar-nav {
    margin: 0;
}
.navbar {
    background-color: #ffffff;
    box-shadow: 0 3px 2px -2px rgba(200,200,200,0.2);
    border: none;
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-toggle .icon-bar {
    background: #63783f !important;
    border-radius: 5px !important;
    height: 3px !important;
}
.navbar-toggle .icon-bar:hover,
.navbar-toggle .icon-bar:active,
.navbar-toggle .icon-bar:focus {
    /*background: transparent !important;*/
    background: inherit;
}

.nav .caret{
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.nav a:hover .caret{
    border-top-color: #95c11a;
    border-bottom-color: #95c11a;
}
.logo2-1 {
    background-image: url("../images/logo2-1.png");
    width: 330px;
    height: 400px;
    background-size: 100%;
    background-repeat: no-repeat !important;
    margin: auto;
}
.navbar-nav>li>a {
    font-size: 14px;
    font-weight: normal;
    color: #95c11a;
    padding: 20px 6px;
}
.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus {
    background-color: #95c11a !important;
    color: #ffffff !important;
    outline: none;
    outline-offset: none;
    text-decoration: none;
}
.nav .open>a, 
.nav .open>a:hover, 
.nav .open>a:focus {
    background-color: #f5f5f5 !important;
    color: #95c11a !important;
    outline: none;
    outline-offset: none;
    text-decoration: none;
}
.dropdown-menu {
    padding: 0 !important;
    margin: 0 !important;
}
.dropdown-menu>li>a {
    padding: 12px !important;
    font-size: 14px;
    color: #747c83 !important;
    font-weight: normal !important;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:active,
.dropdown-menu>li>a:focus {
    background-color: #f5f5f5 !important;
    color: #95c11a !important;
    outline: none;
    outline-offset: none;
    text-decoration: none;
}
.nav>li.dropdown.open,
.nav>li.dropdown:hover
{ 
    position:static;
}
.nav>li.dropdown.open .dropdown-menu,
.nav>li.dropdown:hover .dropdown-menu {
    width: 100%; 
    text-align: left; 
    left:0; 
    right:0; 
    border:none;
}
.navbar-collapse {
    padding: 0 !important;
}
.navbar-collapse .navbar-nav.navbar-right:last-child{
    margin-right: 0;
}
input.form-control.newsletter-sub  {
    width: 150px;
    float: left;
    border: 1px solid transparent;
    padding: 12px;
    background-color: #fff;
    color: #43454b;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 5px 0px 0px 5px;
    box-sizing: inherit;
    font-weight: normal;
    box-shadow: none;
}
input.form-control {
    width: 200px;
    float: left;
    border: 1px solid #d2d2d2;
    padding: 12px;
    background-color: #fff;
    color: #43454b;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 5px;
    box-sizing: inherit;
    font-weight: normal;
    box-shadow: none;
}
.input-text:focus, 
input[type=text]:focus, 
input[type=email]:focus, 
input[type=url]:focus, 
input[type=password]:focus, 
input[type=search]:focus, textarea:focus {
    background-color: #ffffff !important;
}
.newsletter-sub  {
    width: 200px;
    float: left;
    border: 1px solid #d2d2d2;
    padding: 12px;
    background-color: #fff;
    color: #43454b;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 5px;
    box-sizing: inherit;
    font-weight: normal;
    box-shadow: none;
}
.form-control:focus {
    border-color: #e5e5e5;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.newsletter-sub-btn a {
    display: inline-block;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    background-color: #95c11a;
    padding: 14px;
    border-radius: 0px 5px 5px 0px;
}
.newsletter-sub-btn a:hover, 
.newsletter-sub-btn a:active, 
.newsletter-sub-btn a:focus {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background-color: #0099ff;
    text-decoration: none;
    color: #ffffff !important;
}
.newsletter h3 {
    color: #5f5f5f;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #747c83;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 13px;
    font-size:13px;
}
.footerLink {
    height: 165px;
}
.footerLink p {
    font-size: 14px;
    color: #d4d4d4;
}
.footerLink .list-unstyled {
    margin-left: 0;
}
.footerLink .list-unstyled a {
    color: #d4d4d4;
    font-weight: normal;
}
.mycs-footer.footer.clearfix {
    display: block;
    width: 100%;
    padding: 80px 0px 80px 0px;
    background-color: #747c83;
}
.mycs-footer hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: solid 4px #d4d4d4;
}

.footer .footerLink .list-inline {
    margin-top: 5px;
    margin-bottom:13px;
    margin-left:0;
}
.footerLink .fa {
    font-size: 20px;
}
.footerLink a:active, .footerLink a:hover, .footerLink a:focus { 
    color: #ffffff;
    text-decoration: none;
}
.footerLink h3, .mycs-footer h3 {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 13px;
    font-size:14px;
    margin-top: 0px;
}
.footerLink ul li { 
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    padding:0px 6px 0 0 ;
}

footer p {
 font-size:14px;
 line-height:1.5;
 color: #d4d4d4;
 margin-bottom: 0px;

}
.social-icons {
    margin: auto;
    width: 225px;
}
.before-footer {
    padding: 25px 0px;
    background-color: #747c83;
}
.mycs-footer span.fa {
    background-color: #95c11a;
    padding: 10px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    margin: 0px 5px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}
.mycs-footer span.fa:hover,
.mycs-footer span.fa:active,
.mycs-footer span.fa:focus {
    background-color: #0099ff;
}
.list-group-item:first-child, .list-group-item:last-child { 
    border-radius: 0px;
}
.list-group-item {
    border-color: #e5e5e5 !important;
    color: #747c83 !important;
    padding: 20px !important;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.list-group-item:hover,
.list-group-item:active,
.list-group-item:focus {
    color: #95c11a !important;
    border-left: 5px solid #95c11a !important;
    padding-left: 16px !important;
}
.about-us-image {
    background-image: url("../images/8.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 25px;
    background-position: 100%;
    background-color: #ffffff;
}
.contact-us-image {
    background-image: url("../images/7-compressed.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 25px;
    background-position: 100%;
    background-color: #ffffff;
}
.jobs-image {
    background-image: url("../images/2-compressed.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 25px;
    background-position: 70% 30%;
    background-color: #ffffff;
}
.press-image {
    background-image: url("../images/1-compressed.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 25px;
    background-position: 100%;
    background-color: #ffffff;
}
.hero-image {
    background-repeat: no-repeat !important;
    background-position: 100% !important;
    background-color: #ffffff !important;
    background-size: cover !important;
    height: 650px !important;
}
.detail-main-img {
    background-repeat: no-repeat !important;
    background-position: 100% !important;
    background-color: #ffffff !important;
    background-size: cover !important;
}
.home-section .slide-6 {
    background: url("../images/4-compressed.jpg");

}
.mental-health-section .hero-image {
    background: url("../images/mental-health-hero.jpg");
}
.nutrition-section .hero-image {
    background: url("../images/nutrition-hero.jpg");
}
.medical-care-section .hero-image {
    background: url("../images/ana-cabezas-tablet.png");
}
.home-section .hero-image {
    background: url("../images/doctor-patient-hands.png");
}
.iv-therapy-section .hero-image {
    background: url("../images/iv3.jpg");
}
.faqs-section .hero-image {
    background: url("../images/main-bg-pic.jpg");
}
.pricing-table-section .hero-image {
    background: url("../images/main-bg-pic.jpg");
}
.how-it-works-section .hero-image {
    background: url("../images/main-bg-pic.jpg");
}
.product-section .detail-main-img {
    background: url("../images/main-bg-pic.jpg");
}
.home-section .container-fluid {
    padding: 0px;
}
.intro-card {
    padding-top: 200px;
}
.intro-card h1, .special-intro-card h1 {
    color: #ffffff;
    font-size: 64px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}
.intro-card h3, .special-intro-card h3{
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1px 1px #747c83;
    margin-bottom: 40px;
}
.home-register4free-btn a {
    padding: 25px;
    font-size: 20px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 100px;
    font-weight: normal;
    display: block;
    margin: auto;
    text-align: center;
}
.home-register4free-btn a:hover, 
.home-register4free-btn a:focus,
.home-register4free-btn a:active {
    color: #ffffff;
    background-color: #95c11a;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    outline: none;
    outline-offset: none;
}
.fa-play-fix:before {
    margin-right: 5px;
}
.fa-play-fix {
    display: inline;
}
.fa-play-fix a {
    font-size: 20px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #747c83;
    margin-left: 7px;
    display: none;
    font-weight: normal
}
.fa-play-fix a:hover,
.fa-play-fix a:active,
.fa-play-fix a:focus {
    color: #95c11a !important;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    outline: none;
    outline-offset: none;
    text-shadow: 1px 1px 1px #ffffff;
}
.pricing-section {
    background-color: #ffffff;
    padding: 80px 0px 70px 0px;
}
.pricing-section h1 {
    text-align: center;
    font-size: 48px;
    padding: 0px 0px 0px 0;
    margin: 0px;
    font-weight: bold;
    color: #747c83;
}
.pricing-section h3 {
    text-align: center;
    font-weight: normal;
    color: #747c83;
    padding: 20px 0px 80px 0px;
    margin: 0 auto;
    width: 80%;
}
.home-how-it-works{
    background-color: #95c11a;
}
.home-how-it-works.cannabis-home{
    background-color: #fff;
}
.services-container {
    background-color: #f5f5f5;
    padding: 80px 0px 70px 0px;
}
.services-container h1 {
    text-align: center;
    font-size: 48px;
    padding: 0px 0px 0px 0;
    margin: 0px;
    font-weight: bold;
    color: #747c83;
}
.services-container h3 {
    text-align: center;
    font-weight: normal;
    color: #747c83;
    padding: 20px 0px 80px 0px;
    margin: 0 auto;
    width: 80%;
    color: #747c83;
}
.services-container h4 {
    text-align: center;
    font-weight: bold;
    color: #747c83;
}
.customer-testimonials .project-overlay {
    padding: 80px 0px 0px 0px;
}
.customer-testimonials {
    background-image: url("../images/iv2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.customer-testimonials h1{
    text-align: center;
    font-size: 48px;
    margin: 0px;
    font-weight: bold;
    color: #ffffff;
    padding: 0px 0px 25px 0px;
}
.customer-testimonials h3{
    text-align: center;
    font-weight: normal;
    color: #ffffff;
    padding: 20px 0px 80px 0px;
    margin:0 auto;
    width: 80%;
}
.customer-testimonials p.customer-testimonial {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    width: 60%;
    margin-top:0px;
    margin-bottom: 0px;
    margin: auto;
}
.customer-testimonials p{
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 80px;
    margin-top: 30px;
    color: #ffffff;
}
.home-section .section-a h1{
    text-align: center;
    font-size: 48px;
    margin: 0px;
    font-weight: bold;
    color: #747c83;
}
.home-section .section-a h3{
    text-align: center;
    font-weight: normal;
    color: #747c83;
    padding: 20px 0px 40px 0px;
    margin:0 auto;
    width: 80%;
}
.home-section .section-a h2{
    color: #95c11a;
    text-align: left;
    color: #95c11a 
}
.home-section .section-a p{
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
}
.home-how-it-works h1{
    text-align: center;
    font-size: 48px;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    color: #ffffff;
}
.home-how-it-works h3{
    text-align: center;
    font-weight: normal;
    color: #ffffff;
    padding: 20px 0px 80px 0px;
    margin: 0 auto;
    width: 80%;
}
.home-how-it-works h4 {
    text-align: left;
    color: #ffffff;
    margin-top: 0px;
}
.services-container.section-paddings {
    padding: 80px 0px 40px 0px;
}
.benefits-container {
    padding: 80px 0px 10px 0px;
}
.benefits-container h1 {
    text-align: center;
    font-size: 48px;
    margin: 0px;
    font-weight: bold;
    color: #747c83;
}
.benefits-container h3 {
    text-align: center;
    font-weight: normal;
    color: #747c83;
    padding: 20px 0px 0px 0px;
    margin: 0 auto;
    width: 80%;
}
.benefits-container h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #95c11a;
    font-size: 24px;
}
.benefits-container p {
    font-size: 16px;
    line-height: 1.5;
    color: #747c83;
}
.benefits-container a {
    font-size: 16px;
    color: #747c83;
    line-height: 1.5;
}
.benefits-container a:hover,
.benefits-container a:active,
.benefits-container a:focus {
    text-decoration: none !important;
    color: #0099ff;
    -webkit-transition: all 0.2s ease-in !important;
    -moz-transition: all 0.2s ease-in !important;
    -o-transition: all 0.2s ease-in !important;
    transition: all 0.2s ease-in !important;
    outline: none !important;
    outline-offset: none !important;
}
.services-container .services-bullets {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    background-size: 60%;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: white;
    border-radius: 100px;
}
.services-container .services-bullets.service-icon-1 {
    background-image: url("../images/marijuana-user.png");
}
.services-container .services-bullets.service-icon-2 {
    background-image: url("../images/cannabis-card-renewal.png");
}
.services-container .services-bullets.service-icon-3 {
    background-image: url("../images/cannabis-card-duplicate.png");
}
.services-container .services-bullets.service-icon-4 {
    background-image: url("../images/cannabis-icon.png");
}
.services-container .services-bullets.service-icon-5 {
    background-image: url("../images/iv-icon.png");
}
.home-how-it-works .hiw-img-bullets.register-img {
    background-image: url("../images/7-compressed.jpg");

}
.caredrips-logo{
    height: 96px;
    width: 350px;
    margin: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../images/caredrips-logo-white.png");
}
.view-more-btn-services {
    text-align: center;
    display: block;
    margin: 25px 0px 40px 0px;
}
.view-more-btn-services a {
    color: #95c11a;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #95c11a;
    padding: 13px;
    border-radius: 100px;
    display: block;
    width: 180px;
    margin: auto;
    height: 48px;
}
.view-more-btn-services a:hover,
.view-more-btn-services a:active,
.view-more-btn-services a:focus {
    color: #ffffff !important;
    background-color: #95c11a;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    outline: none;
    outline-offset: none;
}
.home-how-it-works .hiw-img-bullets {
    background-position: 50%;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    background-size: cover;
    border-radius: 500px;
    margin-bottom: 30px;
    margin-top: 40px
}
.home-how-it-works .hiw-img-bullets.register-img {
    background-image: url("../images/7-compressed.jpg");
}
.home-how-it-works .hiw-img-bullets.group-doctor-img {
    background-image: url("../images/doctors.jpg");
}
.home-how-it-works .hiw-img-bullets.mobile-doctor-img {
    background-image: url("../images/MCS_PostAna-BASIC.png");
}
.block-detail {
    padding: 0px 0px;
    width: 80%;
    margin: auto;
}
.home-how-it-works h4 {
    text-align: left;
    font-weight: bold;
}
.home-how-it-works p {
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
}
.view-more-btn {
    text-align: center;
}
.view-more-btn a {
    color: #95c11a;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.view-more-btn a:hover,
.view-more-btn a:active,
.view-more-btn a:focus {
    color: #0099ff !important;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    outline: none;
    outline-offset: none;
}
.home-download-app {
    background: #ffffff;
}
.home-download-app h1 {
    text-align: left;
    font-size: 48px;
    padding: 0px 0 30px 0;
    margin: 0px;
    font-weight: bold;
    color: #747c83;
}
.pricing-table-section h1 {
    text-align: center;
    font-size: 48px;
    padding: 100px 0 30px 0;
    margin: 0px;
    font-weight: bold;
    color: #747c83;
}
.home-download-app p {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0px
}
.amwell-logo {
    background: url("../images/amwell-logo.png") no-repeat;
    background-size: 100%;
    width: 225px;
    height: 61px;
    margin: 0 auto;
    margin-bottom: 18px
}
.apple-store-logo {
    background: url("../images/apple-store-logo.png") no-repeat;
    width: 163px;
    height: 48px;
    float: left;
    background-size: 100%;
    border-radius: 100px;
    margin-right: 6px;
}
.google-play-logo {
    background: url("../images/google-play-logo.png") no-repeat;
    width: 163px;
    height: 48px;
    float: left;
    background-size: 100%;
    border-radius: 100px;
    margin-right: 6px;
}
a .apple-store-logo:hover, a .google-play-logo:hover,
a .apple-store-logo:active, a .google-play-logo:active,
a .apple-store-logo:focus,  a .google-play-logo:focus {
    opacity: .3;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    outline: none;
    outline-offset: none;
}
.mobile-devices {
    background: url("../images/devices1.png") no-repeat;
    background-size: 100%;
    width: 100%;
    height: 410px;
    display: block;
    margin: 0 auto;
}
.home-our-providers {
    background-color: #f5f5f5;
}
.home-our-providers h1 {
    text-align: center;
    font-size: 48px;
    padding: 0px 0 40px 0;
    margin: 0px;
    font-weight: bold;
    color: #747c83;
}
.home-our-providers h4 {
    text-align: center;
    font-weight: bold;
}
.home-our-providers p {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.home-our-providers .owl-carousel {
    margin: auto;
}
.home-our-providers .owl-dots {
    display: none;
}
.partner-section {
    padding: 80px 0px 50px 0px;
}
.partner-section h1 {
    text-align: center;
    font-size: 48px;
    padding: 0px 0 80px 0;
    margin: 0px;
    font-weight: bold;
    color: #747c83;
}
.partner-block {
    padding: 0px 0px;
}
.partner-1 {
    background: url("../images/ike-asistencia-logo.png") no-repeat bottom;
    background-size: 100%;
    height: 130px;
    width: 250px;
    margin: auto;
    margin-bottom: 30px;
    background-position: 50% 50%;
}
.partner-2 {
    background: url("../images/santander-logo.png") no-repeat bottom;
    background-size: 100%;
    height: 130px;
    width: 250px;
    margin: auto;
    margin-bottom: 30px;
    background-position: 50% 50%;
}
.partner-3 {
    background: url("../images/palig-logo.png") no-repeat bottom;
    background-size: 100%;
    height: 130px;
    width: 250px;
    margin: auto;
    margin-bottom: 30px;
    background-position: 50% 50%;
}
.partner-4 {
    background: url("../images/caribe-federal-credit-union-logo.png") no-repeat bottom;
    background-size: 100%;
    height: 130px;
    width: 250px;
    margin: auto;
    margin-bottom: 30px;
    background-position: 50% 50%;
}
.partner-5 {
    background: url("../images/island-infusion-pharmacy.png") no-repeat bottom;
    background-size: 100%;
    height: 130px;
    width: 250px;
    margin: auto;
    margin-bottom: 30px;
    background-position: 50% 50%;
}
.provider-1 {
    background: url("../images/DRA.Cabezas.png") no-repeat bottom;
    background-size: cover;
    height: 300px;
    margin-bottom: 30px;
    margin-top: 40px;
}
.provider-2 {
    background: url("../images/Generalista.png") no-repeat top;
    background-size: cover;
    height: 300px;
    margin-bottom: 30px;
    margin-top: 40px;
}
.provider-3 {
    background: url("../images/Nutricionista.jpg") no-repeat top;
    background-size: cover;
    height: 300px;
    margin-bottom: 30px;
    margin-top: 40px;
}
.provider-4 {
    background: url("../images/draCabezas.png") no-repeat top;
    background-size: cover;
    height: 300px;
    margin-bottom: 30px;
    margin-top: 40px;
}
.how-it-works-section {
    background-color: #f5f5f5;
    /*padding: 80px 0px 80px 0px;*/
}
/*.how-it-works-section h1 {
    text-align: center;
    font-size: 48px;
    padding: 0px 0px 0px 0;
    margin: 0px;
    font-weight: bold;
    color: #747c83;
}*/
.how-it-works-section h3 {
    text-align: center;
    font-weight: normal;
    color: #747c83;
    padding: 20px 0px 80px 0px;
    margin:0 auto;
    width: 80%;
}
.service-conditions {
    background-color: #f5f5f5;
    padding: 80px 0px 40px 0px;
}
.service-conditions h1 {
    text-align: center;
    font-size: 48px;
    padding: 0px 0px 0px 0;
    margin: 0px;
    font-weight: bold;
    color: #747c83;
}
.service-conditions h3 {
    text-align: center;
    font-weight: normal;
    color: #747c83;
    padding: 20px 0px 80px 0px;
    margin:0 auto;
    width: 80%;
}
.service-conditions p {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}
.conditions-by-service {
    padding: 20px 0px;
    border-bottom: 5px solid #95c11a;
    color: #95c11a;
    font-weight: bold;
    text-align: center;
    background-color: #ffffff;
    font-size: 18px;
    margin: auto;
}
.home-medical-conditions {
    background-color: #f5f5f5;
    padding: 80px 0px 80px 0px;
}
.home-medical-conditions .condition-name{
    text-align: center;
    font-size: 16px;
    color: #747c83;
    margin: 12px 0px;
}
.service-conditions .condition-name{
    text-align: center;
    font-size: 16px;
    color: #747c83;
    padding: 20px 20px 0px 20px;
}
.home-medical-conditions h1 {
    text-align: center;
    font-size: 48px;
    padding: 0px 0px 0px 0;
    margin: 0px;
    font-weight: bold;
    color: #747c83;
}
.home-medical-conditions h3 {
    text-align: center;
    font-weight: normal;
    color: #747c83;
    padding: 20px 0px 80px 0px;
    margin:0 auto;
    width: 80%;
}
.home-medical-conditions h4 {
    text-align: center;
    font-weight: bold;
}
.home-medical-conditions p {
    text-align: center;
    font-size: 16px;
    margin-top: 0px !important;
    padding: 20px;
    background-color: #ff3399;
    color: white;
    width: 50%;
    margin: auto;
    border-radius: 100px;
}
.service-conditions p {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px !important;
    padding: 20px;
    background-color: #ff3399;
    color: white;
    width: 80%;
    margin: auto;
    border-radius: 100px;
}
.block-detail-1 {
    background-color: transparent;
    text-align: center;
    padding: 24px 6px;
    border: 1px solid #ffffff;
    margin: 10px -5px;
    border-radius: 5px;
}
.block-detail-1:hover,
.block-detail-1:active,
.block-detail-1:focus {
    background-color: #95c11a;
    color: #ffffff;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    outline: none;
    outline-offset: none;
    border: 1px solid #95c11a;
}
.block-detail-2 {
    background-color: #ff3399;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}
.block-detail-3{
    margin-bottom: 40px;
    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 7px 21px 0 rgba(0, 0, 0, .1);
}
.home-benefits {
    background-color: #f5f5f5;
}
.home-benefits h4 {
    text-align: center;
    font-weight: bold;
}
.home-benefits  p {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
}
.home-benefits span {
    display: block;
    font-size: 65px !important;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 120px;
    height: 120px;
    padding: 25px;
    border-radius: 500px;
    color: #ff3399;
    border: 2px solid #ff3399;
}
.contact-us-section p, 
.about-us-section p, 
.careers-section p, 
.press-section p, 
.terms-section p, 
.privacy-section p{
    font-size: 14px;
    line-height: 1.5;
}
.red-highlighted-text {
    color:red;
    font-weight:bold;
    text-transform: uppercase;
}
.pink-highlighted-text {
    color:#ff3399;
    font-weight:bold;
}
.contact-us-section h4, 
.about-us-section h4, 
.careers-section h4, 
.press-section h4, 
.terms-section h4, 
.privacy-section h4 {
    font-weight: bold;
    margin: 0px;
}
.contact-us-section .container, 
.about-us-section .container, 
.careers-section .container, 
.press-section .container, 
.terms-section .container, 
.privacy-section .container,
#customer_login,
.product{
    margin-top: 120px;
}
.contact-us-section li, 
.about-us-section li, 
.careers-section li, 
.press-section li, 
.terms-section li, 
.privacy-section li {
    font-size: 14px;
    line-height: 1.5;
}
.faqs-section .panel {
    margin-bottom: 12px;
    border-radius: 0px;
    background-color: #f8f8f8;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.faqs-section .panel-body {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 3px;
}
.faqs-section .panel-body a {
    color: #95c11a;
    font-size: 16px;
    line-height: 1.5;
    display: inline;
}
.faqs-section .panel-body a:hover,
.faqs-section .panel-body a:active,
.faqs-section .panel-body a:focus {
    color: #0099ff;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-decoration: none;
    outline: none;
    outline-offset: none;
}
.faqs-section .panel a {
    color: #747c83;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 !important;
    padding: 15px !important;
    display: block;
}
.faqs-section .panel a:hover,
.faqs-section .panel a:active,
.faqs-section .panel a:focus {
    background-color: #f1f1f1;
    color: #95c11a;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-decoration: none;
    outline: none;
    outline-offset: none;
}
.faqs-section h2 {
    margin-bottom: 12px;
    padding: 15px;
    background-color: #e5e5e5;
}
.pricing-table-section .block-detail-2 span {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 64px 0px;
    display: block;
}
.pricing-table-categories-span {
    font-size: 16px;
    padding: 12px 0px;
    display: block;
    text-align: left;
    color: #747c83;
}
.pricing-table-section .pricing-table-content span {
    font-size: 16px;
    padding: 12px 0px;
    display: block;
    text-align: center;
    color: #747c83;
}
.pricing-table-content .fa-check {
    color: #73cf42 !important;
}
.pricing-table-section p {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 80px;
    margin-bottom: 0px;
    color: #747c83;
}
.pricing-table-section p.disclaimer-pricing {
    text-align: left !important;
    margin-top: 40px !important;
    margin-bottom: 90px !important;
    padding: 0px 15px;
}
.iv-content a.add-to-cart-btn {
    text-align: center;
    float: right;
    margin: auto;
    margin-top: 0px;
    background-color: #95c11a;
    padding: 15px;
    border-radius: 100px;
    width: 215px;
    font-weight: bold;
    font-size: 16px;
    color: white;
}
.pricing-table-section p.disclaimer-pricing {
    text-align: left !important;
    margin-top: 40px !important;
    margin-bottom: 90px !important;
    padding: 0px 15px;
}
.pricing-table-add-to-cart-btn a {
    color: #ffffff;
    font-size: 16px;
    padding: 12px;
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #95c11a;
}
.pricing-table-add-to-cart-btn a:hover, 
.pricing-table-add-to-cart-btn a:active, 
.pricing-table-add-to-cart-btn a:focus {
    background-color: #0099ff
}
.iv-content a.add-to-cart-btn:hover,
.iv-content a.add-to-cart-btn:active,
.iv-content a.add-to-cart-btn:focus {
    background-color: #0099ff;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-decoration: none;
    outline: none;
    outline-offset: none;
}
.container-wp-margin {
    margin-top: 90px;
}
/* login forms */
.woocommerce-form-row input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.register-login-form-section p,
.login-form p {
    font-size: 15px;
    line-height: 1.5;
}
.register-form p,
#customer_details p,
#customer_details label
{
    font-size: 16px;
    color: #747c83;
    text-align: left !important;
    font-weight: normal !important;
}
.register-form h5{
    margin: 0px;
    color: #747c83;
    line-height: 19px !important;
}

.register-login-form-section a, .login-form p a {
    color: #95c11a;
    font-size: 14px;    
}
.register-login-form-section a:hover,
.register-login-form-section a:active,
.register-login-form-section a:focus {
    color: #0099ff;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-decoration: none;
    outline: none;
    outline-offset: none;
}
.form-column-block,
.login-form.transparent-block-header,
.register-form,
#customer_details{
    background-color: #e5e5e5;
    padding: 24px;
    border-radius: 5px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.login-form.transparent-block-header{
    background-color: transparent;
    padding-top: 20px;
}
.login-form.transparent-block-header .input-text{

    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}


.form-column-block-1 {
    background-color: #ffffff;
    padding: 24px 0px;
    border-radius: 5px;
}
.form-dob {
    display: inline !important;
    width: 25% !important;
}
.form-dob-title{
    margin-bottom:12px !important;
}
.register-login-form-section .form-group,
.woocommerce-Input {
    margin-bottom: 12px;
}
.register-login-form-section .form-control,
/*.woocommerce-Input,*/
.register .woocommerce-form-row input,
.login-form .woocommerce-Input,
#customer_details input
 {
    display: block;
    width: 100%;
    padding: 12px;
    height: initial;
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-radius: 5px !important;
    height: 46px !important;
    line-height: 1 !important;
    margin-bottom: 12px !important;
    margin-right: 12px;
}
.woocommerce-Input,
.input-text{
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}
.woocommerce-form-row input:-webkit-input-placeholder{
    color: #999999;
}

.register-login-form-section .form-dob {
    text-align: center;
}
.register-login-form-section label {
    margin: 0px;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 12px;
}
.register-login-form-section h2 {
    margin-top: 0px;
    margin-bottom: 24px;
}
.register-login-form-section .login-btn, .register-login-form-section .register-btn {
    display: block;
    width: 100%;
    padding: 13px;
    background-color: #95c11a;
    font-size: 16px;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 5px;
}
.woocommerce-Button{
    width: 100% !important;
    color: #ffffff;
    height: 46px;
    font-weight: bold;
    font-size: 16px;
    background-color: #95c11a;
    border: none;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 12px;

}

.register-login-form-section .login-btn:hover, .register-login-form-section .register-btn:hover,
.register-login-form-section .login-btn:active, .register-login-form-section .register-btn:active
.register-login-form-section .login-btn:focus, .register-login-form-section .register-btn:focus {
    background-color: #0099ff;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-decoration: none;
    outline: none;
    outline-offset: none;
}
.how-it-works-section h2 {
    margin-top: 0px;
    color: #95c11a;
}
.how-it-works-section p {
    font-size: 16px;
    line-height: 1.5;
}
.how-it-works-section span {
    display: block;
    font-size: 125px !important;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 100px;
    width: 200px;
    height: 200px;
    padding: 37px;
    border-radius: 500px;
}
.how-it-works-section .fa-sign-in{
    color: #95c11a;
    border: 2px solid #95c11a;
}
.how-it-works-section .fa-user-md {
    color: #ff3399;
}
.how-it-works-section .hiw-img-bullets {
    background-position: 50%;
    margin-bottom: 40px;
    margin-top: 0px;
    width: 145px;
    height: 145px;
    background-size: cover;
    border-radius: 500px;
    display: block;
    float: right;
}
.how-it-works-section .hiw-img-bullets.iv-content{
    border-radius: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.iv-content-select{
    float: right;
}
.how-it-works-section .hiw-img-bullets.register-img {
    background-image: url("../images/7-compressed.jpg");
}
.how-it-works-section .hiw-img-bullets.group-doctor-img {
    background-image: url("../images/doctors.jpg");
}
.how-it-works-section .hiw-img-bullets.mobile-doctor-img {
    background-image: url("../images/MCS_PostAna-BASIC.png");
}
.how-it-works-section  .hiw-img-bullets.Hydro-img {
    background-image: url("../images/HydroCareDrip.png");
}
.how-it-works-section  .hiw-img-bullets.Inmunity-img {
    background-image: url("../images/InmunityCareDrip.png");
}
.how-it-works-section  .hiw-img-bullets.Action-img {
    background-image: url("../images/ActionCareDrip.png");
}
.how-it-works-section .hiw-img-bullets.Hangover-img {
    background-image: url("../images/HangoverCareDrip.png");
}
.how-it-works-section  .hiw-img-bullets.Myers-img {
    background-image: url("../images/MyersCareDrip.png");
}
.how-it-works-section  .hiw-img-bullets.Glam-img {
    background-image: url("../images/GlamCareDrip.png");
}


.cannabis-home  .hiw-img-bullets.cannabis-price-img {
    background-image: url("../images/cannabis-price.jpg") !important;
}
.cannabis-home .block-detail p{
    text-align: left;
}

.cannabis-home .view-more-btn{
    text-align: left;
}

.valign-col {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.iv-product-section-a {
    padding: 80px 0px 80px 0px;
    background-color: #ffffff
}
.iv-product-section-b {
    background-color: #f5f5f5;
    padding: 80px 0px 80px 0px;
}
.home-how-it-works {
    padding: 80px 0px 40px 0px;
}
.home-how-it-works-step-1 {
    padding: 80px 0px 70px 0px;
}
.home-how-it-works-step-2 {
    background-color: #f5f5f5;
    padding: 80px 0px 80px 0px;
}
.home-how-it-works-step-3 {
    padding: 80px 0px 80px 0px;
}
.home-how-it-works-take-action {
    background-color: #ff3399;
    padding: 100px 0px 120px 0px;
}
.home-how-it-works-take-action h1 {
    text-align: center;
    font-size: 48px;
    padding: 0px 0 100px 0;
    margin: 0px;
    font-weight: bold;
    color: #ffffff;
}
.how-it-works-section p{
 margin:0;
}
.home-how-it-works-step-2 h2{
    text-align: right;
}
.home-how-it-works-step-2 p{
    text-align: right;
}
.iv-content h2{
    text-align: right;
    color: #95c11a;
    font-weight: bold;
    margin-bottom: 20px;
}
h2.iv-main-price {
    text-align: right;
    color: #95c11a;
    font-weight: normal;
    margin: 20px 0px;
}
.iv-content p{
    text-align: right;
    font-size: 16px;
    line-height: 1.5;
    color: #747c83;
}
.pricing-section .price {
    font-size: 100px;
    line-height: 70px;
    font-weight: bold;
}
.pricing-section .dollar {
    font-size: 60px;
    line-height: 43px;
    margin-right: 2px;
    vertical-align: top;
}
.pricing-section .service {
    margin-bottom: 20px;
    font-weight: normal;
}
.pricing-section .term {
    text-align: center;
    margin-top: 20px;
}
.pricing-section .icon-list-b p {
    color: #747c83;
}
.pricing-section .icon-list-b li:before {
    color: #747c83;
}
.pricing-section .view-more-btn-services a {
    color: #ffffff;
    background-color: #95c11a;
    font-size: 16px;
    font-weight: bold;
    padding: 13px;
    border-radius: 100px;
    display: block;
    width: 60%;
    margin: inherit;
    height: 48px;
}
.pricing-section .view-more-btn-services a:hover,
.pricing-section .view-more-btn-services a:active,
.pricing-section .view-more-btn-services a:focus {
    color: #ffffff !important;
    background-color: #0099ff;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    outline: none;
    outline-offset: none;
}
.flex-container {
    background-color: #f5f5f5;
    color: #95c11a;
    border-radius: 500px;
    width: 350px;
    height: 350px;
    margin-bottom: 40px !important;
    margin: auto;
}
.flex-inner {
    padding: 100px 71px 110px 68px;
}
.inviting-section {
    background-color: #95c11a;
    padding: 90px 0px 40px 0px;
}
.inviting-section h1 {
    text-align: center;
    font-size: 48px;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    color: #ffffff;
}
.inviting-section h3 {
    text-align: center;
    font-weight: normal;
    color: #ffffff;
    padding: 20px 0px 80px 0px;
    margin: 0 auto;
    width: 80%;
}

.inviting-section .register-btn {
    width: 275px;
    margin: auto;
    text-align: center;
}
.inviting-section .register-btn a {
    color: #ffffff;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    background-color: #95c11a;
    border-radius: 100px;
    border: 2px solid #ffffff;
    margin-bottom: 40px;
    display: block;
    height: 58px;
}
.inviting-section .register-btn a:hover,
.inviting-section .register-btn a:active,
.inviting-section .register-btn a:focus {
    background-color: #ffffff;
    color: #95c11a;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-decoration: none;
    outline: none;
    outline-offset: none;
}
.home-how-it-works-take-action .register-btn {
    width: 50%;
    margin: auto;
    text-align: center;
}
.home-how-it-works-take-action .register-btn a {
    color: #747c83;
    padding: 20px;
    font-size: 20px;
    background-color: #ffffff;
    border-radius: 100px;
    font-weight: normal;
}
.home-how-it-works-take-action .register-btn a:hover,
.home-how-it-works-take-action .register-btn a:active,
.home-how-it-works-take-action .register-btn a:focus {
    background-color: #e5e5e5;
    color: #95c11a;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-decoration: none;
    outline: none;
    outline-offset: none;
}
.app-btn-group,
.app-btn-group-2 {
    display: -webkit-box;
    margin-top: 20px;
}
span.amwell-logo {
    display: -webkit-inline-box;
    width: 85px;
    height: 26px;
    margin: 0;
    border-radius: 0;
    padding: 0;
}
.how-it-works-section span.pink-highlighted-text {
    font-size: 16px !important;
    text-align: center;
    margin: 0;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 0px;
    height: 0px;
    padding: 0px;
    border-radius: 0px;
    display: initial;
}
.how-it-works-section p.disclaimer-pricing {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    padding: 0px;
}
.section-paddings{
    padding: 80px 0px;
}
.home-benefits {
    padding: 80px 0px 40px 0px;
}
.home-benefits h1 {
    text-align: center;
    font-size: 48px;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    color: #747c83;
}
.home-benefits h3 {
    text-align: center;
    font-weight: normal;
    color: #747c83;
    padding: 20px 0px 80px 0px;
    margin: 0 auto;
    width: 80%;
}
.home-benefits p {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #747c83;
}
.container-top-margin {
    margin-top: 100px;
}
.product-summary-block {
    background-color: #f5f5f5;
    padding: 24px;
    border-radius: 5px;
    padding-bottom: 30px;
    margin-bottom: 15px;
    min-height: 425px;

}
.less-padding-right {
    padding-right: 0px
}
.less-padding-left {
    padding-left: 0px
}
.transparent-block-header {
    /*background-color: transparent;*/
    padding: 20px 20px 8px 20px;
}
.transparent-block-header h2,
.register-form  h2,
#customer_details h3{
    margin-bottom: 12px;
    font-weight: normal;
    color: #747c83;
    margin-top: 0px;
}
.colored-block-header {
    background-color: #e5e5e5;
    padding: 20px;
    margin-bottom: 15px;
}
.colored-block-header-plain {
    background-color: #e5e5e5;
    padding: 20px 20px 8px 20px;
}
.colored-block-header h2 {
    margin: 0px;
    font-weight: normal;
}
.product-summary-block .summary h1 {
    font-size: 26px;
    color: #747c83;
    margin: 0px 0px 15px 0px;
    font-weight: normal;
}
.woocommerce-variation-description p {
    font-size: 14px;
    line-height: 1.5;
}
/*.cart-table-header th {
    background-color: #e5e5e5;
    text-align: left;
}*/

.cart-table-header th{
    background-color: transparent;
}
tr.cart-table-header,
table.cart{
    border:1px solid #e5e5e5;
}
table.cart td.actions{
    padding: 1em;
    border:none;
}
.cart-collaterals{
    background-color: #fff;
}

.register-form h2,
#customer_details h3{
    margin-bottom: 12px;
}
.woocommerce-Button button {
    width: 100%;
}

@media (min-width: 768px){

    table.cart td, table.cart th{
        padding: 1em;
    }
    .footer {
        margin-top: 0;
        height: auto;
    }
    .logo2-1 {
        margin-bottom: 30px;
}
@media (max-width: 767px) {
    ul.products{
        padding: 0;
    }
    .iv-content a.add-to-cart-btn {
        float: none;
        display: block;
    }
    .benefits-container {
        padding: 80px 0px 65px 0px;
    }
    .flex-container {
        height:300px;
        width:300px;
    }
    .woocommerce-product-gallery__image.flex-active-slide{
            height: auto !important;
            min-height: auto !important;
    }
    .flex-inner {
        padding: 80px 40px 64px 50px
    }
    .caredrips-logo {
        height: 77px;
        margin: auto;
        background-size: 100%;
        width: 300px;
    }
    .iv-therapy-section .intro-card {
        padding-top: 60px;
    }
    ul.icon-list-b {
        width: 300px;
        margin: auto;
        text-align: left;
    }
    .pricing-section .view-more-btn-services a {
        width:100%;
        margin: auto;
    }
    .number-icon {
        margin-bottom: 20px;
    }
    .intro-card {
        padding-top: 35px;
    }
    .product-summary-block {
        margin-top: 15px;
    }
    .customer-testimonials p.customer-testimonial {
        width: 90%;
    }
    .block-detail-3{
        width: 80%;
        margin: auto;
        margin-bottom: 40px;
    }
    .block-detail-3{
        margin-bottom: 40px;
        box-shadow: 0 7px 21px 0 rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 7px 21px 0 rgba(0, 0, 0, .1);
    }
    .about-us-image, .contact-us-image, .jobs-image, .press-image {
        height: 200px ;
    }
    .navbar-nav>li>a {
        padding: 12px 15px;
        background-color: #ffffff;
        color: #747c83;
    }
     .navbar-nav .open .dropdown-menu > li > a {
        padding-left: 30px !important;
    }
    .navbar-toggle {
        padding: 1px !important;
        margin: 15px 15px 0px 0px !important;
    }
    .logo {
        width: 120px;
        height: 27px;
        margin: 12px 0px 0px 15px;
    }
    .home-medical-conditions .col-md-2 {
        padding: 3px 3px !important;
    }
    .home-medical-conditions .condition-name{
        font-size:14px;
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:nowrap; 
            }
    .iphone-7 {
        display: none;
    }
    .benefits-block {
        text-align: center;
    }
    .benefits-block li {
        text-align: left;
    }
    .navbar-nav {
        margin: 10px 0px 0px 0px !important
    }
    .hero-image {
        height: 300px !important;
    }
    .valign-col {
        float: left;
        display: inherit;
        vertical-align: middle;
        padding: 0px 15px;
    }
    .home-medical-conditions p {
        width: 92%
    }
    .how-it-works-section .hiw-img-bullets {
        width: 200px;
        height: 200px;
    }
    .how-it-works-section h2, .how-it-works-section p, .how-it-works-section span {
        text-align: center;
        margin:0;
        margin-top:15px;
    }
    .iv-content-select{
        float: none;
    }
    .iv-products{
        width: 300px;
        height: 300px;
        margin-left: 0px;
        margin:auto;
    }
    .iv-content h2,
    .iv-content p{
        text-align:center;
    }
    .iv-content h2,{
        margin-top: 20px;
    }
    .iv-content .add-to-cart-btn{
        width:100%;
    }

    .icon-radio-box{
        margin: 0 auto;
    }


    .app-btn-group {
        margin: 0 auto;
        display: table;
    }

   .app-btn-group-2{
        margin: 0 auto; 
        margin-top: 22px;
        margin-bottom: 0px;
        display: table;

    }
    .home-how-it-works-step-2, .home-how-it-works-step-3 {
        padding: 80px 0px 80px 0px;
    }
    .apple-store-logo, .google-play-logo {
        width: 120px;
        height: 35px;
    }
    .home-how-it-works-take-action .register-btn {
        width: 100%;
    }
    .pricing-table-categories-span {
        text-align: center;
        background-color: #f5f5f5;
    }
    .detail-main-img {
        height: 300px !important;
        margin-bottom: 15px
    }
    .less-padding-right {
        padding-right: 15px
    }
    .contact-us-section .container, 
    .about-us-section .container, 
    .careers-section .container, 
    .press-section .container, 
    .terms-section .container, 
    .privacy-section .container{
         margin-top: 33px;
     }
/*    .woocommerce{
         margin-top: 60px;
     }
*/
    .mobile-devices{
       background:none;
       height:0;
     }
    .app-btn-group{
      margin-bottom:0;
     }
     .single-product div.product .images, .single-product div.product .summary, .single-product div.product .woocommerce-product-gallery{
        margin-bottom: 0;
     }
     .woocommerce-content.single-product{
        margin-top: 10%;
     }
     figure.woocommerce-product-gallery__wrapper{
        width: inherit;
        height: 100%;
     }
     .woocommerce-product-gallery .flex-viewport{
        min-height: 200px;
        height: 100% !important;
     }
     .storefront-product-sharing{
        padding-bottom: 20px;
     }

     .single-product{
        margin-top:0;
     }
     .storefront-product-sharing ul li a:before{
        position: absolute;
        text-indent: 9999px;
        font-size: 30px;
     }
     .storefront-product-sharing a{
        display: block;
        width: 25%;
        float: left;
     }

     .woocommerce-content.single-product{
        margin-right:0;
        margin-left:0;
     }
     .storefront-full-width-content.single-product .related ul.products li.product, 
     .storefront-full-width-content.single-product .upsells ul.products li.product{
        width:100%;
    }
    .block-detail-3{
        min-height: 440px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .about-us-image, .contact-us-image, .jobs-image, .press-image {
        height: 300px ;
    }
    .benefits-container {
        padding: 80px 0px 60px 0px;
    }
    .iv-products{
        width: 300px;
        height: 300px;
    }
    .intro-card {
        padding-top: 90px;
    }
    .pricing-section .view-more-btn-services a {
        width:90%;
    }
    .customer-testimonials p.customer-testimonial {
        width: 90%;
    }
    .services-container .services-bullets {
        width: 176px;
        height: 176px;
        background-size: 55%;
    }
    .home-medical-conditions .col-md-2 {
        padding: 0px 0px !important;
    }
    .hero-image {
        height: 400px !important;
    }
    .mobile-devices {
        height: 149px
    }
    .how-it-works-section .hiw-img-bullets {
        width: 250px;
        height: 250px;
    }
    .detail-main-img {
        height: 400px !important;
    }
    .contact-us-section .container, 
    .about-us-section .container, 
    .careers-section .container, 
    .press-section .container, 
    .terms-section .container, 
    .privacy-section .container,
    .woocommerce{
         margin-top: 73px;
    }
    .iphone-7{
        height: 699px;
        background-size: 88%;
    }
    .block-detail-3{
        min-height: 425px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .iphone-7{
        height: 619px;
        background-size: 67%;
    }
    .about-us-image, .contact-us-image, .jobs-image, .press-image {
        height: 350px ;
    }
    .home-medical-conditions .col-md-2 {
        padding: 0px 0px !important;
    }
    .hero-image {
        height: 500px !important;
    }
    .mobile-devices {
        height: 232px
    }
    .how-it-works-section .hiw-img-bullets {
        width: 300px;
        height: 300px;
    }
    .detail-main-img {
        height: 500px !important;
    }
    .contact-us-section .container, 
    .about-us-section .container, 
    .careers-section .container, 
    .press-section .container, 
    .terms-section .container, 
    .privacy-section .container,
    .woocommerce{
         margin-top: 105px;
     }
    .intro-card {
        padding-top: 128px;
     }
    .pricing-table-add-to-cart-btn a, .block-detail-2 {
        width: 151px;
    }
    .block-detail-3{
        min-height: 370px;
    }
}
@media (min-width: 1200px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .about-us-image, .contact-us-image, .jobs-image, .press-image {
        height: 400px ;
    }
    .home-medical-conditions .col-md-2 {
        padding: 0px 0px !important;
    }
    .mobile-devices {
        height: 282px
    }
    .detail-main-img {
        height: 600px !important;
    }
    .pricing-table-add-to-cart-btn a, .block-detail-2 {
        width: 151px;
    }
    .block-detail-3{
        min-height: 355px;
    }

    @media (max-width: 767px) {
        .home-section {
            width: fit-content !important;
        }
    }

    @media (min-width: 768px) {
        .home-section {
            width: 100% !important;
        }
    }
}