/*
* Custom CSS For EB Front End Pages
* Author: Iftikhar uddin
* Date: 01/17/2019
*/

/* ==================================================================
 * Table of Contents:
 *
 * 1.0 - General CSS
 * 2.0 - Homepage CSS
 * 3.0 - Bio Page CSS
 * 4.0 - Story Page CSS
 * 5.0 - Clinic/Seminar Page CSS
 * 6.0 - FAQ Page CSS
 * 7.0 - D2 K2 Page CSS
 * 8.0 - Hair Formula Page CSS
 * 9.0 - Seminars Page CSS
 * 10.0 - Trace Minerals Page CSS
 * 11.0 - Ketogenic Diet Recipe CSS
 * 12.0 - Signup and login page CSS
 * 13.0 - Keto Diet Page CSS
 * 14.0 - Keto Resources/Reference Page CSS
 * 15.0 - Client Success Story Page CSS
 * 16.0 - Keto Before After Reviews/Stories
 * 16.1 - Top Header Notice CSS
 * 17.0 - Featured Story CSS
 * 18.0 - Keto Health Summit CSS
 * 19.0 - User Surveys Pages CSS
 * 20.0 - eBooks Pages CSS
 * 21.0 - Keto Kit Page CSS
 * 22.0 - Shipping Return Policy page CSS
 * 23.0 - 404 not found page css
 * 24.0 - Nutritional Yeast page css
 * 25.0 - Health Coach and Strategy Consult page CSS
 * 87.0 - Keto Coach Page CSS
 * 88.0 - Exclusive EbMembershipUser Page CSS
 * 89.0 - Approved Food Page CSS
 * 90.0 - Shop Pages General CSS
 * 93.0 - Organic Cruciferous Food Regular Page CSS
 * 94.0 - Grass Juice Powder Lemon Page CSS
 * 95.0 - Massage Tool Page CSS
 * 96.0 - Gallbladder Formula Page CSS
 * 97.0 - Electrolyte Powder Page CSS
 * 98.0 - Adrenal & Cortisol Relief Page CSS
 * 99.0 - Mini Course Pages CSS
 * 100.0 - General Responsive
 * 101.0 - Homepage New Hero Section CSS
 * 102.0 - New Homepage Mobile responsive design
================================================================== */

@font-face {
    src: url("../fonts/arial.ttf");
    font-family: 'Arial', sans-serif;
}
html {
    scroll-behavior: smooth;
}
html {
    font-size: 14px;
}
body {
    font-family: 'Raleway', sans-serif;
}
body h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
}
body input:focus, body select:focus, body button:focus {
    outline: none;
}
body ul {
    margin: 0;
    list-style: none;
    padding-left: 0px;
}
body button:hover {
    cursor: pointer;
}
body a:hover, body a:focus {
    text-decoration: none;
}
img {
    max-width: 100% !important;
}
#slider-pre-loader {
    background: url('/images/ajax-loader.gif') no-repeat center center !important;
}
.ajax-loader {
    text-align: center;
    padding: 20px;
}
.cx_top_section {
    background-color: #EDEDED;
    padding: .6rem 0;
    font-family: 'Roboto', sans-serif;
    border-top: 10px solid #ff4713;
}
.cx_top_section ul {
    text-align: right;
}
.cx_top_section ul .list-inline-item:not(:last-child) {
    margin: 0;
}
.cx_top_section ul .list-inline-item a {
    color: #000000;
    font-size: 1.2rem;
    padding: 0 .75rem;
    font-weight: 300;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    text-align: left;
}
.cx_top_section ul .list-inline-item a:hover, .cx_top_section ul .list-inline-item a:focus {
    color: #2BAAB1;
}
.cx_top_section ul .list-inline-item:last-child a {
    padding-right: 0;
}
.cx_top_section ul .list-inline-item a.cx_social_icon {
    color: #808080;
    font-size: 1em;
}
.cx_top_section ul .list-inline-item a.cx_social_icon:hover, .cx_top_section ul .list-inline-item a.cx_social_icon:focus {
    color: #808080;
}
.cx_logo_section {
    background-color: white;
    padding: .5rem 0;
}
.cx_logo_section .cx_logo {
    width: 12rem;
}
.cx_logo_section ul {
    padding-top: 1.1rem;
}
.cx_logo_section ul li {
    position: relative;
    padding-left: 2.75rem;
    padding-right: 1rem;
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
}
.cx_logo_section ul li:first-child {
    padding-left: 2.25rem;
}
.cx_logo_section ul li img {
    position: absolute;
    left: 0;
    top: .6rem;
}
.cx_logo_section ul li span {
    color: black;
    font-size: .9rem;
    font-family: 'Raleway', sans-serif;
}
.cx_logo_section ul li a {
    color: #45BFCB;
    font-size: .95rem;
    font-weight: 400;
}
.cx_logo_section #___gcse_0 {
    padding-top: 1.25rem;
}
.cx_logo_section #___gcse_1 {
    padding-top: 1.25rem;
}
.cx_logo_section .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
}
.cx_logo_section .gsc-search-button {
    margin-left: 0px;
}
.cx_logo_section .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    padding: 7px 27px !important;
    background-color: #3D85C6 !important;
    background-image: none !important;
}
.cx_nav_section {
    background-color: #45BFCB;
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
}
.cx_nav_section .bg-dark {
    background-color: #45BFCB !important;
    padding: 0;
}
.cx_nav_section .bg-dark.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-weight: 900;
    font-size: 1.24em;
    padding: 1rem 1rem;
    text-transform: uppercase;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}
.cx_nav_section .bg-dark.navbar-dark .navbar-nav .nav-link:hover, .cx_nav_section .bg-dark.navbar-dark .navbar-nav .nav-link:focus {
    background-color: #2BAAB1;
}
.cx_nav_section .bg-dark.navbar-dark .navbar-nav .nav-link i {
    margin-left: .5rem;
    font-size: 1.25rem;
}
.cx_nav_section .bg-dark.navbar-dark .navbar-nav .nav-link.dropdown-toggle::after {
    display: none;
}
.cx_nav_section .bg-dark.navbar-dark .navbar-nav li.dropdown:nth-child(2) .dropdown-menu {
    min-width: 1110px !important;
    max-width: 100% !important;
    z-index:99999999;
}
.cx_nav_section .bg-dark.navbar-dark .dropdown-menu {
    border-top: 0.35rem solid #2BAAB1;
    top: 100%;
    min-width: 260px;
    border-radius: 0 .4rem .4rem;
    padding: 1rem 1rem;
    box-shadow: 0 20px 45px rgba(0,0,0,.08);
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}
.cx_nav_section .bg-dark.navbar-dark .dropdown-menu a {
    padding: .5rem 0;
    display: block;
    color: #777;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    font-weight: 300 !important;
    font-size: .9rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}
.cx_nav_section .bg-dark.navbar-dark .dropdown-menu a:hover, .cx_nav_section .bg-dark.navbar-dark .dropdown-menu a:focus {
    background-color: #F5F5F5;
    padding-left: .5rem;
}
.cx_nav_section .bg-dark.navbar-dark .dropdown-menu .cx_head {
    font-size: 1rem;
    font-weight: 500;
}
.cx_nav_section .bg-dark.navbar-dark .dropdown-menu .cx_head:hover, .cx_nav_section .bg-dark.navbar-dark .dropdown-menu .cx_head:focus {
    background-color: white;
    padding-left: 0 !important;
}
.cx_nav_section .bg-dark.navbar-dark .dropdown-menu.resources .cx_head {
    font-size: 0.85rem;
    font-weight: 800;
    padding-left: 0;
}
.cx_nav_section .bg-dark.navbar-dark .dropdown-menu.resources a {
    font-size: 0.75rem;
    font-weight: 300;
    padding-left: 1rem;
}
.cx_nav_section .bg-dark.navbar-dark .dropdown-menu.resources a:hover, .cx_nav_section .bg-dark.navbar-dark .dropdown-menu.resources a:focus {
    padding-left: 2rem;
}
.cx_nav_section .bg-dark.navbar-dark .dropdown-menu.resources .cx_head::hover, .cx_nav_section .bg-dark.navbar-dark .dropdown-menu.resources .cx_head:focus {
    padding-left: 0 !important;
}
.cx_nav_section .bg-dark.navbar-dark .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    top: 96%;
}
.cx_nav_section .bg-dark.navbar-dark .navbar-nav .dropdown > .dropdown-toggle:active {
    pointer-events: none;
}
.cx_nav_section .bg-dark.navbar .cx_product_box {
    display: inline-block;
    width: 100%;
    background-color: #F5F5F5;
    padding: 1rem;
}
.cx_nav_section .bg-dark.navbar .cx_product_box p {
    color: #333;
    font-size: 1.25rem;
    font-weight: 600;
}
.cx_nav_section .bg-dark.navbar .cx_product_box a {
    padding: .5rem 1rem;
}
.cx_nav_section .bg-dark.navbar .cx_product_box a:hover, .cx_nav_section .bg-dark.navbar .cx_product_box a:focus {
    padding-left: 2rem;
}
.cx_video_section {
    background: #f0f0f0;
    background: linear-gradient(250deg, rgba(240,240,240,1) 0%, rgba(247,247,247,1) 41%, rgba(253,253,253,1) 100%);
    padding: 4rem 0;
    font-family: 'Roboto', sans-serif;
}
.cx_video_section iframe {
    width: 95%;
}
.cx_video_section .cx_video_link {
    font-size: 2.25rem;
    color: #437b8a;
    line-height: 40px;
    font-weight: 400;
}
.cx_video_section .cx_video_metas {
    color: #a4a4a4;
    display: inline-block;
    padding: 1rem 0;
    font-size: 1.25rem;
    font-weight: 300;
}
.cx_video_section .cx_video_metas span:first-of-type {
    margin-right: 1.15rem;
}
.cx_video_section p {
    font-size: 1.35rem;
    line-height: 1.5;
    font-weight: 400;
    color: #282E38;
}
.cx_video_section .cx_readmore_link {
    color: #3A3B3F;
    font-size: 1.35rem;
    line-height: 1.5;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    margin-top: 1rem;
    display: inline-block;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}
.group-seemore {
    display: none;
}
.cx_video_section .cx_readmore_link:hover, .cx_video_section .cx_readmore_link:focus {
    color: #2BAAB1;
}
.cx_blog_section {
    background: #ededed;
    padding: 1.7rem 0;
    margin-top: 40px;
}
.cx_blog_section form {
    font-family: 'Roboto', sans-serif;
}
.cx_blog_section form input {
    width: 60%;
    border: .1rem solid #bcbab8;
    border-radius: .1rem;
    line-height: 52px;
    padding: 0 1.5rem;
    font-size: 1.6rem;
    color: #222;
}
.cx_blog_section form input::placeholder {
    color: #999;
}
.cx_blog_section form button {
    background: #fafafa;
    color: #197b81;
    font-weight: 300;
    font-size: 1.1rem;
    border: .1rem solid #bcbab8;
    background-color: #FAFAFA;
    border-radius: .1rem;
    line-height: 53px;
    position: relative;
    top: -.1rem;
    left: -.5rem;
    padding: 0 2rem;
    text-transform: uppercase;
}
.cx_blog_section form button:after {
    width: 3rem;
    height: 3rem;
    font-family: Raleway;
    display: inline-block;
    content: '';
    background: url(../images/icon-search.png) no-repeat;
    position: absolute;
    left: -4rem;
    top: .4rem;
}
.cx_blog_section .cx_btn_subscribe {
    background: #21a9b1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-family: Raleway;
    line-height: 45px;
    padding: 0 3rem;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 1.2rem;
    margin-top: .25rem;
    border-radius: .3rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}
.cx_blog_section .cx_btn_subscribe:hover, .cx_blog_section .cx_btn_subscribe:focus {
    color: #333333;
}
.cx_blog_head_cates {
    padding: 1.5rem 0;
}
.cx_blog_head_cates ul li:last-child {
    float: right;
    padding-top: 1rem;
}
.cx_blog_head_cates ul li a {
    padding: 10px 20px;
    display: block;
    color: #197b81;
    background: #f5f5f5;
    border-radius: .2rem;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Raleway;
}
.cx_blog_head_cates ul li.dropdown .dropdown-menu {
    background-color: white;
    border: 0.1rem solid #197b81;
    padding: .5rem 2rem;
    border-radius: 0;
    padding-left: 15px;
}
.cx_blog_head_cates ul li.dropdown .dropdown-menu a {
    font-size: 1rem;
    font-weight: 800;
    text-transform: capitalize;
    background-color: transparent;
    padding: 0.5rem 0;
}
.cx_blog_head_cates ul li.dropdown .dropdown-menu a:hover{
    text-decoration: underline;
}
.cx_blog_head_cates ul li.dropdown:hover > .dropdown-menu {
    display: block;
    top: 96%;
}
.cx_blog_head_cates ul li.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}
.cx_blog_head_cates span {
    color: #282E38;
    font-size: 1rem;
    font-weight: 800;
}
.cx_blog_head_cates .cx_sort_video {
    cursor: pointer;
    border: 0!important;
    color: #282E38;
    font-size: 1rem;
    font-weight: 800;
}
/** Hero Section CSS Video Blogs Index page **/
.cx_video_blog_hero_section .cx_group_heading h3 a {
    color: #29949e !important;
    font-size: 30px;
    font-weight: 500 !important;
}
.cx_video_blog_hero_section .cx_blog_group p {
    margin: 0 0 35px !important;
    font-size: 19px !important;
    font-weight: 500 !important;
}
.cx_video_blog_hero_section .cx_blog_group .cx_group_heading {
    padding-bottom: 0px !important;
}
/** END Hero Section CSS Video Blogs Index page **/

.search_subscribe_section .box-subscribe a {
    font-size: 16px;
}
.search_subscribe_section .blog-search button {
    background: #21A9B1;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #BCBAB8;
    border-radius: 2px;
    line-height: 52px;
    position: relative;
    top: -2px;
    left: -6px;
    padding: 0px 35px;
    text-transform: uppercase;
    padding-bottom: 1.3px;
}
.search_subscribe_section .btn-subscribe {
    background: #fafafa;
    color: #197B81;
    border: 1px solid #BCBAB8;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Raleway;
    line-height: 45px;
    margin-top: 9px;
    padding: 0px 32px;
    letter-spacing: 1px;
}
.cx_video_blog_slider {
    background-color: white;
}
.cx_video_blog_slider .cx_blog_group {
    margin: 1rem 0;
}
.cx_video_blog_slider .cx_blog_group .cx_group_heading {
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 27px;
}
.cx_video_blog_slider .cx_blog_group .cx_group_heading h3 {
    padding-right: 2rem;
    float: left;
    display: inline-block;
}
.cx_video_blog_slider .cx_blog_group .cx_group_heading h3 a {
    color: #444;
    font-weight: 800;
    font-family: Raleway;
}
.cx_video_blog_slider .cx_blog_group .cx_group_heading .btn {
    color: #197b81;
    background: #f5f5f5;
    font-weight: 800;
    font-size: 0.99rem;
    margin-top: 18px;
    font-family: Raleway;
    padding: 6px 12px;
    border: 0.1rem solid #ccc;
    border-radius: .18rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}
.cx_video_blog_slider .cx_blog_group .cx_group_heading .btn:hover, .cx_video_blog_slider .cx_blog_group .cx_group_heading .btn:focus {
    border: 0.1rem solid #adadad !important;
}
.cx_video_blog_slider .cx_blog_group p {
    color: #333;
    font-size: 16px;
    margin-bottom: .8rem;
}
.cx_video_blog_slider .cx_blog_group .cx_box {
    margin-right: .5rem;
    min-height: 230px;
}
.cx_video_blog_slider .cx_blog_group .cx_box img {
    height: 124px;
}
.cx_video_blog_slider .cx_blog_group .cx_box .cx_blog_video_title {
    line-height: 22px;
    padding-top: .4rem;
    color: #000;
    font-weight: 800;
    font-family: Raleway;
    display: block;
}
.cx_video_blog_slider .cx_blog_group .cx_box .cx_blog_metas small {
    color: #000;
    font-size: 0.9rem;
}
.cx_video_blog_slider .owl-nav .owl-prev, .cx_video_blog_slider .owl-nav .owl-next {
    background: #fafafa!important;
    font-size: 50px;
    border: none;
    height: 222px;
    width: 26px;
    position: absolute;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1 !important;
}
.owl-next {
    right: -3rem !important;
    top: 0;
}
.owl-prev {
    left: -3rem !important;
    top: 0;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    position: relative;
}
.cx_blogpage_section {
    background-color: white;
    margin-bottom: 1rem;
}
.cx_blogpage_section .cx_box_content {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.cx_blog_single_page_sidebar {
    border-radius: 5px;
    padding: 10px;
    margin-top: -50px;
}
.cx_blogpage_section .cx_box_content h1 {
    color: #2baab1!important;
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: .8rem;
}
.cx_blogpage_section .cx_box_content .cx_author {
    padding: 0 1rem;
    color: #333;
    font-size: 1.05rem;
    font-style: italic;
}
.cx_blogpage_section .cx_box_content .cx_views {
    padding: 0 1rem;
    color: #333;
    font-size: 1.05rem;
}
.cx_blogpage_section .cx_box_content iframe {
    width: 100%;
    /*margin-top: 2rem;*/
}
.cx_blogpage_section .cx_box_content p {
    color: #333;
    font-size: 1.35rem;
    line-height: 30px;
    margin-bottom: .8rem;
}
.cx_blogpage_section .cx_box_content h3 {
    color: #1D2127!important;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
.cx_blogpage_section .cx_box_content img {
    max-width: 100%;
    height: auto !important;
}
.cx_blogpage_section .cx_box_content .btn-tertiary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #2baab1;
    border-color: #2baab1 #2baab1 #218388;
    margin-left: .5rem
}
.cx_blogpage_section .cx_box_content form {
    margin-bottom: .8rem;
}
.cx_blogpage_section .cx_grid img {
    margin-bottom: .5rem;
}
.cx_blogpage_section .cx_box_content h4.heading-tertiary {
    font-size: 1.8rem;
    color: #2BAAB1;
}
.cx_blogpage_section .cx_box_content .link {
    color: #2BAAB1;
    display: inline-block;
    margin-top: .5rem;
}
.cx_overview_section {
    padding: 2rem 0;
}
.cx_overview_section .cx_box {
    background-color: #F2F2F2;
    border-radius: .3rem;
    border: 0.1rem solid #E0E0E0;
    padding: 1rem .8rem;
    margin-bottom: 2rem;
}
.cx_overview_section .cx_box h2 {
    color: #4a4a4a!important;
    font-size: 1.8rem!important;
    line-height: 40px;
}
.cx_overview_section .cx_box ul li a {
    color: #207c81;
    padding: .8rem;
    font-size: 1rem;
    padding-left: 0;
    border-bottom: 1px solid #ededde;
    width: 100%;
    display: inline-block;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}
.cx_overview_section .cx_box ul li a:hover, .cx_overview_section .cx_box ul li a:focus {
    background-color: #EEEEEE;
}
.cx_overview_section .cx_box .card {
    background-color: transparent;
    border: 0;
}
.cx_overview_section .cx_box .card-header {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.cx_overview_section .cx_box .card-header a {
    color: #207c81;
    padding: .8rem;
    font-size: 1rem;
    padding-left: 0;
    border-bottom: 1px solid #ededde;
    font-weight: 800;
    width: 100%;
    display: inline-block;
    background-color: transparent;
}
.cx_overview_section .cx_box .card-body {
    background-color: transparent;
    line-height: 24px;
    font-size: 1.1rem;
}
.cx_overview_section .cx_start_keto_btn {
    background: #f58e00;
    border-radius: .4rem;
    color: white;
    display: block;
    font-weight: 800;
    font-size: 1.3rem;
    padding: 1.5rem 0;
    text-align: center;
}
.cx_overview_section .cx_boxcontent .cx_start_keto_btn {
    margin: 30px auto;
    max-width: 350px;
}
.cx_overview_section p {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    margin-bottom: 20px;
}
.cx_overview_section p a {
    color: #2BAAB1;
}
.cx_overview_section h2 {
    margin-bottom: 1rem;
}
.cx_overview_section h1 {
    color: #2BAAB1;
    font-weight: 400;
    margin-bottom: .5rem;
}
.cx_footer {
    background: #4cc0cc;
    padding-top: 2rem;
    padding-bottom: 1.4rem;
}
.cx_footer img {
    width: 12rem;
    margin-bottom: .8rem;
}
.cx_footer p {
    color: #fff;
    font-size: 1.05rem;
    padding-top: .8rem;
}
.cx_footer .cx_footer_section {
    padding-left: 3.5rem;
    border-left: .1rem solid #686868;
    min-height: 250px;
}
.cx_footer .cx_footer_section span.title {
    color: #fff;
    font-weight: bold;
    border-bottom: .5rem solid #fff;
    display: inline-block;
}
.cx_footer .cx_footer_section ul {
    margin-top: 2rem;
}
.cx_footer .cx_footer_section ul li a {
    color: #fff;
    font-size: 1.05rem;
    padding-bottom: .25rem;
    display: inline-block;
    width: 100%;
}
.cx_footer .cx_footer_section .list li {
    color: #fff;
    font-size: 1.05rem;
    display: inline-block;
    width: 100%;
    padding-bottom: 1.5rem;
}
.cx_footer .cx_footer_section .list li:last-child {
    padding-bottom: 0;
}
.cx_footer .cx_footer_section .list ul li {
    display: inline-block;
    width: auto;
    padding-bottom: 0;
}
.cx_footer .cx_footer_section .list ul li a {
    color: #5C5C5C;
    font-size: 1.25rem;
}
.cx_footer .cx_copyright {
    padding-bottom: 1rem;
    padding-bottom: 2rem;
    padding-top: 30px;
}
.cx_footer .cx_copyright p {
    color: #575757;
    font-size: 0.9rem;
    line-height: 1.9;
}
.cx_footer .cx_copyright p a {
    color: white;
}
.visible-xs {
    display: none;
}
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 4.5rem; /* Stay at the top */
    left: 0;
    background-color: #45BFCB; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.sidenav.active {
    width: 100%;
}
.sidenav .navbar-nav .nav-link {
    color: white;
    font-weight: 600;
    font-size: 1rem;
    padding: 1rem 1rem;
    border-bottom: 1px dashed rgba(0,0,0,.3);
    text-transform: uppercase;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}
.sidenav .navbar-nav .nav-link:hover, .sidenav .navbar-nav .nav-link:focus {
    background-color: #2BAAB1;
}
.sidenav .navbar-nav .nav-link i {
    margin-left: .5rem;
    font-size: 1.25rem;
    float: right;
}
.sidenav .navbar-nav .nav-link.dropdown-toggle::after {
    display: none;
}
.sidenav .navbar-nav li.dropdown:nth-child(1) .dropdown-menu {
    min-width: 1110px;
    max-width: 100%;
}
.sidenav .dropdown-menu {
    border-top: 0.35rem solid #2BAAB1;
    top: 100%;
    min-width: 260px;
    border-radius: 0 .4rem .4rem;
    padding: 1rem 1rem;
    box-shadow: 0 20px 45px rgba(0,0,0,.08);
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}
.sidenav .dropdown-menu a {
    padding: .5rem 0;
    display: block;
    color: #333;
    position: relative;
    font-size: .9rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}
.sidenav .dropdown-menu a:hover, .sidenav .dropdown-menu a:focus {
    background-color: #F5F5F5;
    padding-left: .5rem;
}
.sidenav .dropdown-menu .cx_head {
    font-size: 1rem;
    font-weight: 500;
}
.sidenav .dropdown-menu .cx_head:hover, .sidenav .dropdown-menu .cx_head:focus {
    background-color: white;
    padding-left: 0 !important;
}
.sidenav .dropdown-menu .resources .cx_head {
    font-size: 0.85rem;
    font-weight: 800;
    padding-left: 0;
}
.sidenav .dropdown-menu .resources a {
    font-size: 0.75rem;
    font-weight: 300;
    padding-left: 1rem;
}
.sidenav .dropdown-menu .resources a:hover, .sidenav .dropdown-menu .resources a:focus {
    padding-left: 2rem;
}
.sidenav .dropdown-menu .resources .cx_head::hover, .sidenav .dropdown-menu .resources .cx_head:focus {
    padding-left: 0 !important;
}
.sidenav .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    top: 96%;
}
.sidenav .navbar-nav .dropdown > .dropdown-toggle:active {
    pointer-events: none;
}
.sidenav .cx_product_box {
    display: inline-block;
    width: 100%;
    background-color: #F5F5F5;
    padding: 1rem;
}
.sidenav .cx_product_box p {
    color: #333;
    font-size: 1.25rem;
    font-weight: 600;
}
.sidenav .cx_product_box a {
    padding: .5rem 1rem;
}
.sidenav .cx_product_box a:hover, .sidenav .cx_product_box a:focus {
    padding-left: 2rem;
}
.sidenav #___gcse_0 {
    padding-top: 1.25rem;
    width: 80%;
    display: block;
    margin: auto;
}
.sidenav .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
}
.sidenav .gsc-search-button {
    margin-left: 0px;
}
.sidenav .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    padding: 7px 27px !important;
    background-color: #3D85C6 !important;
    background-image: none !important;
}
.cx_overview_section img {
    width: 100% !important;
    height: auto !important;
}
.app-thumb img {
    width: 100%;
}
.cx_video_blog_slider .cx_blog_group .cx_btn_more {
    display: block;
    background: #f5f5f5;
    padding: .8rem;
    text-align: center;
    text-transform: uppercase;
    border-radius: .2rem;
    font-weight: 800;
    color: #666;
}
.row.video-blog, .row.article-text-container {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: -1px;
}
.embed-responsive.embed-responsive-16by9 {
    /*padding-bottom: 8%;*/
}
.sharethis-inline-share-buttons {
    padding: 20px;
    z-index: 0 !important;
}
/* ====================================================================
   2.0 - Homepage CSS
=====================================================================*/
.cx_home_page {
    position: relative;
}
.cx_home_page .container {
    max-width: 1170px !important;
    width: 100%;
}
/*** ### Section One ### ***/
.cx_home_page .cx_section_one {
    position: relative;
    background-image: linear-gradient(0deg, #FFFFFF 0%, #F0F0F0 99%);
    box-shadow: inset 0 3px 3px 0 rgba(217,217,217,.4);
}
.cx_section_one .cx_valentine_day {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
}
.cx_home_page .cx_section_one .cx_valentine_text {
    position: relative;
    padding: 40px 0px 25px 0px;
    text-align: center;
}
.cx_home_page .cx_section_one .cx_valentine_text h1 {
    font-size: 40px;
    color: #0091a7;
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
    z-index: 9;
    font-family: Roboto;
}
.cx_home_page .cx_section_one .cx_valentine_text h2 {
    font-size: 40px;
    color: #043352;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
    z-index: 9;
    font-family: Roboto;
}
.cx_home_page .cx_section_one .cx_valentine_text .cx_quiz_test {
    margin: 40px 0px;
    position: relative;
}
.cx_home_page .cx_section_one .cx_valentine_text .cx_quiz_test p {
    color: #0091a7;
    font-size: 28px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin: 0px;
}
.cx_home_page .cx_section_one .cx_valentine_text .cx_quiz_test p span {
    color: grey;
    display: block;
    font-size: 20px;
    width: 35%;
    margin: 20px auto;
}
.cx_home_page .cx_section_one .cx_visual_box {
    position: relative;
    text-align: center;
}
.cx_home_page .cx_section_one .cx_visual_box .cx_visal_demo {
    background: 0 0;
    border: none;
    border-radius: 50%;
    margin: 0 auto 20px;
    position: relative;
    height: 187px;
    min-height: 125px;
    width: 187px;
}
.cx_home_page .cx_section_one .cx_visual_box .cx_visal_demo img {
    left: 0;
    position: absolute;
    top: 0;
}
.cx_home_page .cx_section_one .cx_visual_box .cx_span_btn {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    background: #f58e00;
    border-radius: 5px;
    bottom: 35px;
    -webkit-box-shadow: inset 0 -2px 6px 0 #8b4513;
    box-shadow: inset 0 -2px 6px 0 #8b4513;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 5px 15px;
    position: relative;
    right: 5px;
}
.cx_home_page .cx_section_one .cx_visual_box .cx_visal_demo:hover {
    border: 1px solid #2baab1;
    -webkit-box-shadow: 1px 2px 5px 1px #2baaab;
    -moz-box-shadow: 1px 2px 5px 1px #2baaab;
    box-shadow: 1px 2px 5px 1px #2baaab;
}
.cx_home_page .cx_section_one .cx_banner_img {
    position: relative;
    margin: 12px 0px;
    text-align: center;
}
.cx_home_page .cx_section_one .cx_p45d {
    padding: 0px 45px;
}
@media (max-width:991px){
    .cx_home_page .cx_section_one{
        background:#f4f4f4;
    }
    .cx_home_page .cx_section_one .cx_p45d{
        padding:0px 15px;
    }
    .cx_home_page .cx_section_one .cx_p45d .row{
        display:inline-block;
        text-align:center;
    }
    .cx_home_page .cx_section_one .cx_valentine_text h1 {
        font-size:34px;
        line-height:40px;
    }
    .cx_home_page .cx_section_one .cx_valentine_text h2 {
        font-size:24px;
    }
    .cx_home_page .cx_section_one .cx_valentine_text .cx_quiz_test {
        margin: 15px 0px;
        position: relative;
    }
    .cx_home_page .cx_section_one .cx_valentine_text .cx_quiz_test p {
        font-size:14px;
    }
    .cx_home_page .cx_section_one .cx_valentine_text .cx_quiz_test p span {
        font-size: 14px;
        margin: 5px auto 15px;/*
    width: 80%;*/
        width:100%;
    }
    .cx_home_page .cx_section_one .cx_visual_box{
        vertical-align:top;
        max-width:125px;
        display:inline-block;
        float:none;
    }
    .cx_home_page .cx_section_one .cx_visual_box .cx_visal_demo {
        height: 120px;
        min-height: 125px;
        width: 120px;
    }
    .cx_home_page .cx_section_one .cx_visual_box .cx_span_btn {
        min-width:120px;
        font-size:11px;
        display: inline-block;
        line-height:32px;
        height:32px;
        padding:0px 15px;
    }
}
/*** ### Section Two ### ***/
.cx_home_page .cx_section_two {
    position: relative;
    clear: both;
    text-align: center;
    padding: 10px 0px;
}
.cx_home_page  .cx_section_two img {
    display: inline-block;
    vertical-align: top;
}
@media (max-width:991px){
    .cx_home_page .cx_section_two {
        display:none;
    }
}
/*** ### Section Main Slider ### ***/
.cx_home_page  .cx_main_slider {
    position: relative;
    background: #f9f9f9;
}
.cx_main_slider .slick-initialized .slick-slide {
    display: flex;
}
.cx_home_page #cx_main_slider{
    display:block;
}
.cx_home_page #cx_main_slider .col-md-4{
    float:left;
}
.cx_home_page #cx_main_slider .col-md-8{
    float:left;
}
.cx_home_page  .cx_main_slider .cx_left_arrow {
    position: absolute;
    font-size: 30px;
    left: 0px;
    color: #043352;
    top: 125px;
    z-index: 10;
    cursor:pointer;
}
.cx_home_page  .cx_main_slider  .slick-dots{
    bottom:20px;
    left:0px;
    width:100%;
    text-align:right;
}
.cx_home_page  .cx_main_slider .slick-dots ul{
    text-align:right;
}
.cx_home_page  .cx_main_slider .slick-dots li{
    background:#d6d6d6;
    margin:0px 7px;
    height:16px;
    width:16px;
    border-radius:50%;
    display:inline-block;
    vertical-align:middle;
}
.cx_home_page  .cx_main_slider .slick-dots  li.slick-active{
    background:#2baab1;
}
.cx_home_page  .cx_main_slider .cx_right_arrow {
    position: absolute;
    font-size: 30px;
    right: 0px;
    color: #043352;
    top: 125px;
    z-index: 10;
    cursor:pointer;
}
.cx_home_page  .cx_main_slider h2 {
    position: relative;
    color: #01b4d0;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
    font-family: Roboto;
}
.cx_home_page  .cx_main_slider h2:after {
    content: '';
    display: block;
    width: 200px;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -100px;
}
.cx_home_page  .cx_main_slider .cx_left {
    position: relative;
    text-align: left;
    margin-bottom: 70px;
}
.cx_home_page  .cx_main_slider .cx_right p {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #282e38;
    padding: 0px 0px 0px 10px;
    text-align: justify;
}
.cx_home_page  .cx_main_slider .cx_right .cx_desclaimer {
    font-size: 13px;
    display: block;
    margin-top: 15px;
}
.cx_home_page  .cx_main_slider .cx_right .cx_author {
    color: #111;
    text-align: right;
    display: block;
    font-weight: 600;
    padding-top: 10px;
}
@media (max-width:991px){
    .cx_home_page  .cx_main_slider .cx_left {
        text-align:center;
        margin-bottom: 30px;
        margin-top:10px;
        padding:0px 20px;
    }
    .cx_home_page  .cx_main_slider .cx_left  img{
        display:inline-block;
        vertical-align:top;
    }
    .cx_home_page  .cx_main_slider .cx_right{
        margin:0px 0px 30px 0px;
    }
    .cx_home_page  .cx_main_slider  .slick-dots{
        text-align:center;
    }
    .cx_home_page  .cx_main_slider .slick-dots ul{
        text-align:center;
    }
    .cx_home_page  .cx_main_slider .slick-dots li{
        margin:0px 2px;
        height:15px;
        width:15px;
    }
}
/*** ### Section Below Slider ### ***/
.cx_home_page  .cx_blow_slider {
    position: relative;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0;
    text-align: center;
}
.cx_home_page  .cx_blow_slider a {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    height: 64px;
    margin: 5px 0px;
    display: block;
    text-align: center;
    position: relative;
    line-height: 64px;
    font-size: 18px;
    color: #282e38;
    font-weight: 400;
}
.cx_home_page  .cx_blow_slider a:hover {
    color: #2baab1;
}
.cx_home_page  .cx_blow_slider img {
    display: inline-block;
    vertical-align: middle;
}
.cx_home_page  .cx_blow_slider span {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 0px 0px 30px;
}
.cx_home_page  .cx_blow_slider .cx_right_border {
    border-right: 2px solid #d8d8d8;
}
.cx_home_page  .cx_blow_slider .cx_left_border {
    border-left: 2px solid #d8d8d8;
}
@media (max-width:991px){
    .cx_home_page  .cx_blow_slider {
        border-bottom: 1px solid #d8d8d8;
        padding:0px;
        margin:0px;
    }
    .cx_home_page  .cx_blow_slider .col-lg-4{
        padding:0px;
    }
    .cx_home_page  .cx_blow_slider .cx_right_border {
        border-right: 0px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
    }
    .cx_home_page  .cx_blow_slider .cx_left_border {
        border-left: 0px solid #d8d8d8;
        border-top: 1px solid #d8d8d8;
    }
    .cx_home_page .cx_blow_slider span{
        width:200px;
        padding:0px 0px 0px 20px;
        text-align:left;
    }
}
.slick-dotted.slick-slider{
    margin:0px;
}
/*** ### Section Selling Product ### ***/
.cx_home_page  .cx_section_sell_prod {
    position: relative;
    padding: 30px 0 70px 0px;
}
.cx_home_page  .cx_section_sell_prod h2 {
    color: #0091a7;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: Roboto;
    line-height: 42px;
    font-weight: 300;
    letter-spacing: -1px;
    text-align: center;
}
.cx_home_page  .cx_section_sell_prod .cx_prod_wrap {
    position: relative;
    background: #f9f9f9;
    padding-top: 25px;
}
.cx_home_page  .cx_section_sell_prod .cx_prod_wrap h3 {
    color: #043352;
    font-size: 19px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: Roboto;
    letter-spacing: normal;
    line-height: 24px;
    text-transform: capitalize;
    text-align: center;
}
.cx_home_page  .cx_section_sell_prod .cx_prod_wrap p {
    color: #32a5ac;
    font-size: 13px;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    line-height: 24px;
    margin: 0px;
    text-align: center;
}
.cx_home_page  .cx_section_sell_prod .cx_prod_main {
    margin: 15px 0px 0px 0px;
    position: relative;
}
.cx_home_page  .cx_section_sell_prod .cx_prod_main .cx_prod_left {
    position: relative;
    text-align: left;
}
.cx_home_page  .cx_section_sell_prod .cx_prod_main .cx_prod_left img {
    display: inline-block;
    vertical-align: top;
}
.cx_home_page  .cx_section_sell_prod .cx_prod_main .cx_prod_right {
    position: relative;
    text-align: left;
}
.cx_home_page  .cx_section_sell_prod .cx_prod_main .cx_prod_right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.cx_home_page  .cx_section_sell_prod .cx_prod_main .cx_prod_right li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    line-height: 24px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #282e38;
}
.cx_home_page  .cx_section_sell_prod .cx_prod_main .cx_prod_right a {
    font-size: 14px;
    padding: 9px 24px;
    font-weight: 600;
    font-family: arial;
    display: inline-block;
    color: #fff;
    background: #f58e00;
    border-radius: 4px;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
}
.cx_home_page  .cx_section_sell_prod .cx_prod_main .cx_prod_right a:hover {
    color: #2baab1;
}
a {
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
@media (max-width:991px){
    .cx_home_page .cx_section_sell_prod{
        padding:20px 0px;
    }
    .cx_home_page  .cx_section_sell_prod .col-md-6{
        padding:0px;
    }
    .cx_home_page  .cx_section_sell_prod .cx_prod_wrap {
        margin-bottom:25px;
        padding:25px 15px;
    }
    .cx_home_page  .cx_section_sell_prod .cx_prod_main .cx_prod_left {
        text-align:center;
    }
    .cx_home_page  .cx_section_sell_prod .cx_prod_main .cx_prod_left img {
        display: inline-block;
        vertical-align: top;
    }
    .cx_home_page  .cx_section_sell_prod .cx_prod_main .cx_prod_right {
        position: relative;
        text-align: center !important;
    }
    .cx_home_page  .cx_section_sell_prod .cx_prod_main .cx_prod_right ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }
    .cx_home_page  .cx_section_sell_prod .cx_prod_main .cx_prod_right li {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        position: relative;
        line-height: 24px;
        font-family: Roboto, Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: 300;
        color: #282e38;
    }
    .cx_home_page .cx_section_sell_prod .cx_prod_main .cx_prod_right a {
        margin-top: 10px !important;
    }
}

/** Removed  } from here **/
/** Video Blog Singe page sidebar CSS **/
.cx_blog_single_page_sidebar .cx-blog-sidebar-hero {
    background: #f0f0f0;
    padding: 15px 15px 0 15px;
}
.cx_blog_single_page_sidebar .most-popular {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
    margin-right: 15px;
}
.cx_blog_single_page_sidebar .most-popular a {color: #2BAAB1;}
.cx_blog_single_page_sidebar .most-popular a.active {
    background: #f0f0f0;
    color: #2BAAB1;
}
.cx_blog_single_page_sidebar .blog-sidebar-links {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin: 0 15px 20px 1px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 40px;
    width: 100%;
}
.cx_blog_single_page_sidebar .blog-sidebar-links .category-tab a {
    width: 98%;
}
.cx_blog_single_page_sidebar .blog-sidebar-links div a {
    width: 100%;
    display: block;
    background: #f5f5f5;
    color: #2BAAB1;
    padding: 10px;
}
.cx_blog_single_page_sidebar .cx_blog_group .cx_box img {
    height: 100% !important;
}
.cx_blog_single_page_sidebar  .blog-sidebar-links div {
    padding: 0;
    float: left !important;
}
.cx_blog_single_page_sidebar .col-md-4.col-sm-4.all-time {
    float: right !important;
}
.cx_blog_single_page_sidebar .cxl-dark-blue {
    color: #043352;
    letter-spacing: inherit;
}
.cx_blog_single_page_sidebar .cx-blog-sidebar-hero .cxl-keto-diet-ul {
    font-size: 18px;
    text-align: left;
    padding-left: 50px;
}
.cx_blog_single_page_sidebar .cx-blog-sidebar-hero .cxl-keto-diet-ul li {
    line-height: 24px;
    list-style-image: url(../../images/icon-checked.png);
}
.cx_blog_single_page_sidebar .cx-blog-sidebar-hero h2.cxl-dark-blue {
    font-size: 25px;
    font-weight: 800;
    margin: 0;
    border: 0;
    margin-top: 10px;
    margin-bottom: 5px;
}
.cx_blog_single_page_sidebar .col-md-12.sidebar_banner_second_section {
    padding: 15px!important;
}
.cx_blogpage_section .blog-breadcrumb {
    font-size: 18px;
    padding-bottom: 18px;
    color: #c3c3c3;
}
.cx_blogpage_section .blog-breadcrumb a {
    color: #c3c3c3;
}
.cx_blogpage_section .blog-breadcrumb span {
    color: #000;
}
.cx_blog_single_page_sidebar .cx-blog-sidebar-hero .infusion-recaptcha, .cx_blog_single_page_sidebar .cx-blog-sidebar-hero .download-keto {
    width: 100%;
    height: 38px;
    background-color: #ef601a;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    margin: 15px 0;
    border: none;
}
.cx_blog_single_page_sidebar .cx-blog-sidebar-hero .modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.cx_blog_single_page_sidebar .cx-blog-sidebar-hero .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    padding-bottom: 40px;
    border: 1px solid #888;
    width: 30%;
}
.cx_blog_single_page_sidebar .cx-blog-sidebar-hero .infusion-recaptcha {
    width: 60%;
}
.cx_blog_single_page_sidebar .cx-blog-sidebar-hero .close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.cx_blog_single_page_sidebar .cx-blog-sidebar-hero .modal-msg {
    padding: 10px;
    line-height: normal;
    margin-bottom: 15px;
    font-size: 31px;
}
.cx_blog_single_page_sidebar .cx-blog-sidebar-hero .infusion-field-input {
    text-indent: 12px;
    width: 60%;
    height: 45px;
    border-radius: 6px;
    border-style: groove;
}
@media only screen and (max-width: 1500px){
    .cx_blog_single_page_sidebar .cx-blog-sidebar-hero .modal-content {
        width: 40%;
    }
}
@media only screen and (max-width: 500px){
    .cx_blog_single_page_sidebar {
        margin-top: 20px;
    }
}
@media (min-width: 768px) {
    .cx_blog_single_page_sidebar .cx-blog-sidebar-hero .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
}
/*** ### Section Video Blog ### ***/
.cx_home_page  .cx_video_blog {
    position: relative;
    background: #f4f4f4;
    margin-bottom: 60px;
}
section.cx_video_blog {
    background: #f4f4f4;
    border-top: none;
    margin-top: 0;
    margin-bottom: 50px;
}
.cx_home_page .cx_video_blog h4 {
    border-bottom: none;
    text-transform: capitalize!important;
    padding-top: 38px;
    margin: 0px;
    line-height: 45px;
    font-size: 24px;
    color: #2baab1;
    font-family: Raleway, Arial, sans-serif;
    font-weight: 400;
    text-align: center;
}
.cx_home_page  .cx_video_blog p {
    font-size: 11px;
    padding-top: 0;
    padding-left: 45px;
    margin: 0px 0px 30px 0px;
    text-align: left;
    color: #333;
    line-height: 24px;
}
.cx_home_page  .cx_video_blog .cx_center_video {
    position: relative;
    margin-top: 30px;
}
.cx_home_page  .cx_video_blog .cx_center_video .cx_video_box {
    position: relative;
    width: 100%;
    display: block;
    margin: 10px auto 30px auto;
    max-width: 272px;
}
.cx_home_page  .cx_video_blog .cx_center_video .cx_video_box .cx_states {
    font-size: 12px;
    width: 100%;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #282e38;
}
.cx_home_page  .cx_video_blog .cx_center_video .cx_video_box .cx_states .cx_date {
    float: left;
}
.cx_home_page  .cx_video_blog .cx_center_video .cx_video_box .cx_states .cx_views {
    float: right;
}
.cx_home_page  .cx_video_blog .cx_center_video .cx_video_box .cx_views span {
    color: #1eb0bf;
}
.cx_home_page  .cx_video_blog .cx_center_video .cx_video_box .cx_content {
    font-size: 18px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #282e38;
    margin-top: 5px;
    clear: both;
}
.cx_home_page  .cx_video_blog .cx_center_video .cx_video_box .cx_content a {
    color: #282e38;
}
.cx_home_page  .cx_video_blog .cx_center_video .cx_video_box .cx_content a:hover {
    color: #1eb0bf;
}
.cx_home_page .cx_video_blog .cx_center_video .cx_video_box .cx_content span {
    color: #1eb0bf;
    display: block;
    margin-top: 20px;
}
@media (max-width:991px){
    .cx_home_page .cx_video_blog p{
        padding-left:0px;
    }
}
/*** ### Section Electro Powder ### ***/
.cx_home_page  .cx_electro_powder {
    position: relative;
    margin-bottom: 20px;
}
.cx_home_page  .cx_electro_powder .cx_top_baner {
    position: relative;
    padding: 0px;
}
.cx_home_page  .cx_electro_powder .cx_text_full {
    position: relative;
    margin-top: 30px;
}
.cx_home_page  .cx_electro_powder .cx_text_full h4 {
    font-family: Roboto;
    font-weight: 300;
    font-size: 18px;
    color: #1eb0bf;
    line-height: 27px;
    margin: 0px;
    padding: 0px;
}
.cx_home_page  .cx_electro_powder .cx_text_full p {
    padding: 0px;
    margin: 0px 0px 20px 0px;
    font-size: 18px;
    line-height: 29px;
    text-align: justify;
    color: #000;
    font-family:Raleway,Arial,sans-serif;
}
.cx_home_page  .cx_electro_powder .cx_text_full  p a{
    color:#282e38;
}
/*** ### As Seen Section ### ****/
.cx_as_seen{
    position:relative;
    text-align:center;
    margin-bottom:20px;
}
.cx_as_seen p{
    padding-top: 15px;
    font-size: 19px;
    color:#333;
    line-height:24px;
    text-transform:uppercase;
    margin:0px 0px 20px 0px;
}
.cx_as_seen img{
    width: 15%;
    padding-right: 5px;
    display:inline-block;
    vertical-align:middle;
}
#cx_mobile_brand{
    display:none;
}
@media (max-width:767px) {
    #cx_desktop_brand {
        display: none;
    }
    #cx_mobile_brand {
        display: block;
    }
}
/* ====================================================================
   3.0 - Bio Page CSS
=====================================================================*/
/****** 106.0 - Bio Page CSS ****/
.cx_bio_page {
    position: relative;
}
.cx_bio_page .container {
    max-width: 1170px !important;
    width: 100%;
}

/*** ### Top Caption ### ***/
.cx_bio_page .cx_top_caption{
    position:relative;
    margin:0px 0px 25px 0px;
}
.cx_bio_page .cx_top_caption h1{
    color:#2baab1 !important;
    margin:0px;
    padding:0px 10px 0px 0px;
    font-family:Raleway,Arial,sans-serif;
    font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    letter-spacing:-1px;
    position:relative;
    background: #fff;
    display: inline-block;
}
.cx_bio_page .cx_top_caption:before{
    border-top: 1px solid #dbdbdb;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
}
@media (max-width:991px){

    .cx_bio_page .cx_top_caption h1{
        line-height:40px;
        font-size:2.37em;
    }
    .cx_bio_page .cx_top_caption:before{
        display:none;
    }
}
/*** ### Main Box ### ***/

/*** ### Video Box ### ***/
.cx_bio_page  .cx_box_video{
    position:relative;
    clear:both;
    margin-top:20px;
}
.cx_bio_page  .cx_box_video .cx_video_wrap{
    margin:auto;
    display: block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    text-align:center;
}
.cx_bio_page .cx_box_video small{
    font-family: Raleway,Arial,sans-serif;
    color: #333;
    line-height:22px;
    font-size:85%;
}
@media (max-width:991px){
    .cx_bio_page .cx_box_video small{
        font-size:12px;
        line-height:23px;
    }
}
/*** ### Main Box Content ### ***/
.cx_bio_page .cx_main_box_content{
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px;
}
.cx_bio_page .cx_main_box_content .cx_top_img{
    position:relative;
    text-align:center;
    margin-bottom:10px;
}
.cx_bio_page .cx_main_box_content .cx_top_img img{
    display:inline-block;
    vertical-align:top;
}
.cx_bio_page .cx_main_box_content h4{
    color:#2baab1 !important;
    font-size:24px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px;
}
.cx_bio_page .cx_main_box_content h6{
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px;
    color:#777;
    margin:0px;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    margin-bottom:15px;
    font-weight:700;
}
.cx_bio_page .cx_main_box_content p{
    text-align:justify;
    color:#000;
    font-size:18px;
    padding:0px;
    margin:0px 0px 20px 0px;
    line-height:24px;
    font-family:Raleway,Arial,sans-serif;
}
.cx_bio_page .cx_main_box_content p.cx_normal{
    font-size:14px;
}
.cx_bio_page .cx_main_box_content ul{
    margin:0px 0px 20px 0px;
    padding:0px;
    list-style:none;
    text-align:justify;
}
.cx_bio_page .cx_main_box_content  li{
    color:#000;
    padding:0px 0px 0px 10px;
    position:relative;
    line-height:24px;
    font-size:14px;
}
.cx_bio_page .cx_main_box_content li .cx_muted{
    color:#999 !important;
    font-weight:700;
}
.cx_bio_page .cx_main_box_content li i{
    color: #2baab1;
    border-color: #2baab1;
    position: absolute;
    left: 0;
    top: 5px;
}

@media (max-width:991px){
    .cx_bio_page .cx_main_box_content h6{
        font-size: 1.085em;
    }
    .cx_bio_page .cx_main_box_content p.cx_normal{
        text-align:left !important;
        color:#333;
    }
}
/*** ### Main Box Right Content ### ***/
.cx_bio_page .cx_box_right{
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px;
    margin-top:20px;
}
.cx_bio_page .cx_box_right .cx_top_img{
    position:relative;
    text-align:center;
    margin-bottom:10px;
}
.cx_bio_page .cx_box_right .cx_top_img img{
    display:inline-block;
    vertical-align:top;
}
.cx_bio_page .cx_box_right .cx_top_caption{
    position:relative;
    margin:0px 0px 10px 0px;
    text-align:center;
}
.cx_bio_page .cx_box_right .cx_top_caption h1{
    color:#2baab1 !important;
    margin:0px;
    padding:0px 10px 0px 0px;
    font-family:Raleway,Arial,sans-serif;
    font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    letter-spacing:-1px;
    position:relative;
    background: #fff;
    display: inline-block;
}
.cx_bio_page .cx_box_right .cx_top_caption:before{
    border-top: 1px solid #dbdbdb;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
}
.cx_bio_page .cx_box_right .cx_all_ads{
    position:relative;
    text-align:center;
}
.cx_bio_page .cx_box_right .cx_all_ads img{
    display:inline-block;
    vertical-align:top;
    max-width:300px !important;
}
@media (max-width:991px){
    .cx_bio_page .cx_box_right{
        margin-top:0px;
    }
}
/* ====================================================================
   4.0 - Story Page CSS
=====================================================================*/
/****** 105.0 - Story Page CSS ****/
.cx_story_page {
    position: relative;
}
.cx_story_page .container {
    max-width: 1170px !important;
    width: 100%;
}

/*** ### Top Caption ### ***/
.cx_story_page .cx_top_caption{
    position:relative;
    margin:20px 0px 25px 0px;
}
.cx_story_page .cx_top_caption h1{
    color:#2baab1 !important;
    margin:0px;
    padding:0px 10px 0px 0px;
    font-family:Raleway,Arial,sans-serif;
    font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    letter-spacing:-1px;
    position:relative;
    background: #fff;
    display: inline-block;
}
.cx_story_page .cx_top_caption:before{
    border-top: 1px solid #dbdbdb;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
}
/*** ### Main Box ### ***/
.cx_story_page .cx_box_content{
    position:relative;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px;
    display:table;
    width:100%;
}
.cx_story_page .cx_box_content h4{
    font-size:24px !important;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px;
    color:#2baab1 !important;
}
.cx_story_page .cx_box_content h6{
    color:#2baab1 !important;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px;
}
.cx_story_page .cx_box_content  .cx_content_list{
    position:relative;
    float:left;
    width:100%;
    clear:both;
    margin-bottom:10px;
}
.cx_story_page .cx_box_content .cx_profile_image{
    margin-right:20px !important;
    float:left;
    display: block;
}
.cx_story_page .cx_box_content .cx_profile_image span{
    margin:auto;
    display: block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    text-align:center;
}
.cx_story_page .cx_box_content .cx_profile_image small{
    color:#31708f;
    font-size:85%;
    line-height:22px;
}
.cx_story_page .cx_box_content .cx_profile_image_two{
    margin-left:20px !important;
    margin-right:0px !important;
    float:right;
    display: block;
}
.cx_story_page .cx_box_content p{
    line-height: 24px;
    margin: 0 0 20px;
    font-family:Raleway,Arial,sans-serif;
    text-align:justify;
    font-size:18px !important;
    color:#000;
    padding:0px;
}
.cx_story_page  .cx_box_video{
    position:relative;
    clear:both;
}
.cx_story_page  .cx_box_video .cx_video_wrap{
    margin:auto;
    display: block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    text-align:center;
}
.cx_story_page .cx_box_video small{
    font-family: Raleway,Arial,sans-serif;
    color: #333;
    line-height:22px;
    font-size:85%;
}

@media (max-width:991px){

    .cx_story_page .cx_box_video small{
        line-height:23px;
        font-size:12px;
    }
}
@media (max-width:480px){

    .cx_story_page .cx_box_content .cx_profile_image{
        float:none;
        margin:auto !important;
        max-width:165px;
        display: block;
    }
    .cx_story_page .cx_box_content .cx_profile_image_two{
        float:none;
        margin:auto !important;
        max-width:165px;
        display: block;
    }
}
/* ====================================================================
   5.0 - Clinic/Seminar Page CSS
=====================================================================*/
/****** 107.0 - Seminar Page CSS ****/
.cx_seminar_page {
    position: relative;
}
.cx_seminar_page .container {
    max-width: 1170px !important;
    width: 100%;
}

/*** ### Seminar Top### ***/
.cx_seminar_page .cx_seminar_one{
    position:relative;
    margin:20px 0px 0px 0px;
    text-align:center;
}
.cx_seminar_page .cx_seminar_one img{
    display:inline-block;
    vertical-align:top;
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
}
/*** ### Seminar Tall ### ***/
.cx_seminar_page .cx_tall{
    margin:44px 0px;
    position:relative;
    background-image: -webkit-linear-gradient(left,transparent,#dbdbdb,transparent);
    background-image: linear-gradient(to right,transparent,#dbdbdb,transparent);
    border: 0;
    height: 1px;
}
.cx_seminar_page .cx_tall_two{
    margin:22px 0px;
    position:relative;
    background-image: -webkit-linear-gradient(left,transparent,#dbdbdb,transparent);
    background-image: linear-gradient(to right,transparent,#dbdbdb,transparent);
    border: 0;
    height: 1px;
}
/*** ### Seminar Details### ***/
.cx_seminar_page .cx_seminar_details{
    position:relative;
    margin:30px -15px 25px -15px;
}
.cx_seminar_page .cx_seminar_details h4{
    font-size:24px !important;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin:0px 0px 5px 0px;
    padding-bottom:5px;
    text-align:left;
    border-bottom:1px solid #dbdbdb;
    color:#2baab1 !important;
}
.cx_seminar_page .cx_seminar_details p.cx_box_one_detail{
    text-align:justify;
    color:#000;
    font-size:18px;
    padding:0px;
    margin:0px 0px 20px 0px;
    line-height:24px;
    font-family:Raleway,Arial,sans-serif;
}
.cx_seminar_page .cx_seminar_details p.cx_box_two_detail{
    text-align:left;
    color:#333;
    font-size:14px;
    padding:0px;
    margin:0px 0px 20px 0px;
    line-height:24px;
    font-family:Raleway,Arial,sans-serif;
}
.cx_seminar_page .cx_seminar_contact  .cx_contact_list{
    position:relative;
    margin-top:30px;
}
.cx_seminar_page .cx_seminar_contact  .cx_contact_list ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.cx_seminar_page .cx_seminar_contact  .cx_contact_list li{
    position:relative;
    width:100%;
    padding-top: 5px;
    padding-left: 36px;
    margin-bottom:13px;
    line-height:24px;
    font-size: 14px;
    font-family: Raleway,Arial,sans-serif;
    color: #333;
}
.cx_seminar_page .cx_seminar_contact  .cx_contact_list li i{
    border-color:#2baab1;
    background:#2baab1;
    color:#FFF;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px;
    position: absolute;
    left: 0;
    top: 5px;
}

/*** ### Buttons Area ### ***/
.cx_button_area{
    position:relative;
}
.cx_button_area .cx_main_buttons{
    position:relative;
}
.cx_button_area .cx_main_buttons a{
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #2baab1;
    border-color: #2baab1 #2baab1 #218388;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
    display: block;
    width: 100%;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    margin-bottom: 5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
.cx_button_area .cx_video_button{
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
}
.cx_button_area small{
    font-size:85%;
    font-family: Raleway,Arial,sans-serif;
    color: #333;
    line-height:22px;
    font-weight:normal;
}
@media (max-width:991px){

    .cx_button_area small{
        font-size:12px;
        line-height:23px;
    }
}
/*** ### Seminar Video Boxes### ***/
.cx_seminar_page .cx_videoboxes{
    position:relative;
}
.cx_seminar_page .cx_videoboxes h4{
    font-size:24px !important;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin:0px 0px 14px 0px;
    padding:0px;
    text-align:left;
    color:#2baab1 !important;
}
.cx_seminar_page .cx_videoboxes .cx_video_wrap{
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    position:relative;
    margin-bottom:25px;
}
.cx_seminar_page .cx_videoboxes .cx_video_wrap .cx_zoom{
    background-color:#2baab1;
    border-radius: 100%;
    bottom: 8px;
    color: #fff;
    display: block;
    height: 30px;
    padding: 6px;
    position: absolute;
    right: 8px;
    text-align: center;
    width: 30px;
}
.cx_seminar_page .cx_videoboxes .cx_video_wrap .cx_zoom i {
    font-size: 14px;
    left: -1px;
    position: relative;
    top: -3px;
}
/*** ### Seminar Video Detils### ***/
.cx_seminar_page .cx_videodetaisl{
    position:relative;
}
.cx_seminar_page .cx_videodetaisl h4{
    font-size:24px !important;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin:0px 0px 14px 0px;
    padding:0px;
    text-align:left;
    color:#2baab1 !important;
}
.cx_seminar_page .cx_videodetaisl p{
    line-height: 24px;
    margin: 0 0 20px;
    font-family:Raleway,Arial,sans-serif;
    text-align:justify;
    font-size:18px !important;
    color:#000;
    padding:0px;
}
/*** ### Seminar Video and Text### ***/
.cx_seminar_page .cx_videotext{
    position:relative;
    margin-top:20px;
}
.cx_seminar_page .cx_videotext .cx_video_frame{
    float:left;
    margin-right:20px;
}
.cx_seminar_page .cx_videotext p{
    line-height: 24px;
    margin: 0 0 20px;
    font-family:Raleway,Arial,sans-serif;
    text-align:justify;
    font-size:18px !important;
    color:#000;
    padding:0px;
}
/*** ### Seminar Enfough Take ### ***/
.cx_seminar_page .cx_enfoughtake{
    position:relative;
}
.cx_seminar_page .cx_enfoughtake h4{
    font-size:24px !important;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin:0px 0px 14px 0px;
    padding:0px;
    text-align:left;
    color:#2baab1 !important;
}
.cx_seminar_page .cx_enfoughtake p{
    line-height: 24px;
    margin: 0 0 20px;
    font-family:Raleway,Arial,sans-serif;
    text-align:justify;
    font-size:18px !important;
    color:#000;
    padding:0px;
}
.cx_seminar_page .cx_top_margin{
    margin-top:0px !important;
}
.cx_seminar_page .cx_enfoughtake .cx_image_wrap{
    position:relative;
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    margin-bottom:50px;
    text-align:center;
    margin:auto auto 50px auto;
    max-width:360px;
    width:100%;
}
.cx_seminar_page .cx_enfoughtake .cx_image_wrap_left{
    float:left;
    position:relative;
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    margin-right:10px;
}
.cx_seminar_page .cx_enfoughtake .cx_image_wrap_one{
    position:relative;
    text-align:center;
    margin-bottom:30px;
}
.cx_seminar_page .cx_enfoughtake .cx_top_ten{
    margin-top:10px !important;
}
.cx_seminar_page .cx_enfoughtake .cx_image_wrap_one img{
    display:inline-block;
    vertical-align:top;
}
.cx_seminar_page .cx_enfoughtake .cx_image_wrap_two{
    position:relative;
    text-align:center;
    margin-bottom:20px;
}
.cx_seminar_page .cx_enfoughtake .cx_image_wrap_two img{
    display:inline-block;
    vertical-align:top;
}
.cx_seminar_page .cx_enfoughtake .cx_image_wrap_three{
    position:relative;
    text-align:center;
}
.cx_seminar_page .cx_enfoughtake .cx_image_wrap_three img{
    display:inline-block;
    vertical-align:top;
}
.cx_seminar_page .cx_enfoughtake .cx_image_wrap_foure{
    position:relative;
    text-align:center;
    margin-bottom:20px;
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    display:block;
}
.cx_seminar_page .cx_enfoughtake .cx_image_wrap_foure img{
    display:inline-block;
    vertical-align:top;
}

@media (max-width:991px){
    .cx_seminar_page .cx_seminar_details{
        margin:30px -15px 0px -15px;
    }
    .cx_seminar_page .cx_enfoughtake .cx_image_wrap{
        margin-bottom:30px;
    }
}
/* ====================================================================
    6.0 FAQ Page CSS
=======================================================================*/
.cx_faq_page {
    position: relative;
}
div#search-div {
    display: inherit;
}
#search-div .searchButton {
    margin-left: 10px;
}
.cx_faq_page .container {
    max-width: 1170px !important;
    width: 100%;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*** ### Top Caption ### ***/
.cx_faq_page .cx_top_caption{
    position:relative;
    margin:40px 0px 25px 0px;
}
.cx_faq_page .cx_top_caption h1{
    color:#383f48 !important;
    margin:0px;
    padding:0px 10px 0px 0px;
    font-family:Raleway,Arial,sans-serif;
    font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    letter-spacing:-1px;
    position:relative;
    background: #fff;
    display: inline-block;
}
.cx_faq_page .cx_top_caption:before{
    border-top: 1px solid #dbdbdb;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
}
@media (max-width:991px){

    .cx_faq_page .cx_top_caption h1{
        line-height:40px;
        font-size:2.37em;
    }
    .cx_faq_page .cx_top_caption:before{
        display:none;
    }
}
/*** ### Main Box ### ***/
.cx_faq_page .cx_faq_form{
    position:relative;
}
.cx_faq_page .cx_faq_form .cx_pd_right_nono{
    padding-right:0px;
}
.cx_faq_page .cx_faq_form  .cx_pd_left_nono{
    padding-left:0px;
    margin-left:5px;
}
.cx_faq_page .cx_faq_form  input[type=text]{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.cx_faq_page .cx_faq_form  input[type=submit]{
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #08c;
    border-color: #08c #08c #069;
}
.cx_faq_page .cx_faq_form  input[type=submit]:hover {
    border-color: #0099e6 #0099e6 #0077b3;
    background-color: #0099e6;
}
.cx_faq_page .cx_faq_form  input[type=button]{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.cx_faq_page .cx_faq_form  input[type=button]:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.cx_faq_page .cx_faq_form  #cx_faq_add:hover{
    border-color: #51b451 #51b451 #3f923f;
    background-color: #51b451;
    color: #fff;
}
@media (max-width:991px){

    .cx_faq_page .cx_faq_form .cx_pd_right_nono{
        padding-right:15px;
    }
    .cx_faq_page .cx_faq_form  .cx_pd_left_nono{
        padding-left:15px;
        margin-left:5px;
    }
    .cx_faq_page .cx_faq_form  input[type=text]{
        margin-bottom:5px;
    }
}
/**** Catagories***/
.cx_faq_page .cx_catogries{
    position:relative;
    margin-top:20px;
}
.cx_faq_page .cx_catogries .cx_left_catagories{
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px;
}
.cx_faq_page .cx_catogries .cx_pading_right{
    padding-right:5px;
}
.cx_faq_page .cx_catogries .cx_pading_left{
    padding-left:5px;
}
.cx_faq_page .cx_catogries .cx_left_catagories h4{
    position:relative;
    font-size:24px;
    color:#2baab1!important;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px;
    margin:0px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
}
.cx_faq_page .cx_catogries .cx_list_catagories ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.cx_faq_page .cx_catogries .cx_list_catagories li{
    margin: 0;
    padding: 0;
    display: block;
    width:100%;
    position: relative;
}
.cx_faq_page .cx_catogries .cx_list_catagories a{
    text-decoration:none;
    outline:none;
    -webkit-transition: background .1s;
    -moz-transition: background .1s;
    transition: background .1s;
    border-bottom: 1px solid #ededde;
    padding: 8px 0;
    display: block;
    color: #666;
    font-size: .9em;
    line-height:24px;
    font-family:'Raleway', sans-serif;
    text-decoration: none;
}
.cx_faq_page .cx_catogries .cx_list_catagories a:hover{
    background-color: #eee;
    text-decoration: none;
}
.cx_faq_page .cx_catogries .cx_list_catagories li.active a{
    font-weight:700;
}
.cx_faq_page .cx_catogries .cx_right_catagories{
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px;
}
.cx_faq_page .cx_catogries .cx_list_catagories li:last-child a{
    border-bottom:none;
}
.cx_faq_page .cx_question{
    position:relative;
    margin:20px 0px 0px 0px;
    padding:0px 15px;
}
.cx_faq_page .cx_question h2{
    font-weight:700;
    font-size:18px;
    font-family: Raleway,Arial,sans-serif;
    color: #333;
    line-height:22px;
}
.cx_faq_page .cx_question p{
    font-weight:300;
    font-size:18px;
    font-family: Raleway,Arial,sans-serif;
    color: #333;
    line-height:24px;
    margin-bottom:10px;
}
.cx_faq_page .cx_question  hr{
    background:#dbdbdb;
    margin:5px 0px 10px 0px !important;
    background-image: -webkit-linear-gradient(left,transparent,#dbdbdb,transparent); */
background-image: linear-gradient(to right,transparent,#dbdbdb,transparent); */
border: 0;
    height: 1px;
    border: 0;;
}
.cx_faq_page .cx_question a.cx_back{
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #2baab1;
    border-color: #2baab1 #2baab1 #218388 #2baab1;
    border-bottom: 3px solid #218388 !important;
    padding: 5px 12px;
    border-radius: 6px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    outline:none !important;
}
.cx_faq_page .cx_question a.cx_back:hover{
    border-color: #30bec6 #30bec6 #26969c;
    background-color: #30bec6;
    text-decoration: none;
}

@media (max-width:991px){
    .cx_faq_page .cx_catogries{
        position:relative;
        margin-top:15px;
    }
    .cx_faq_page .cx_catogries .cx_pading_right{
        padding-right:15px;
    }
    .cx_faq_page .cx_catogries .cx_pading_left{
        padding-left:15px;
    }
    .cx_faq_page .cx_catogries .cx_right_catagories{
        margin-top:15px;
    }
    .cx_faq_page .cx_question a.cx_back{
        margin:15px 0px;
    }
    .cx_faq_page .cx_question p{
        padding:5px 0px 0px 0px;
    }
}
/*** Pop Up ***/
#faq .modal-dialog{
    max-width:800px;
    padding:10px;
}
#faq .cx_faq_popup{
    position:relative;
    padding-bottom:10%;
}
#faq .cx_faq_popup h4{
    color:#2baab1;
    border-bottom: 1px solid #2baab1;
    padding-bottom: 5px;
    margin-bottom:25px;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin:0px 0px 25px 0px;
}
#faq .cx_faq_popup .cx_list{
    margin-bottom:5px;
    position:relative;
}
#faq .cx_faq_popup  .cx_pl_none{
    padding-right:0px;
}
#faq .cx_faq_popup label{
    font-weight:400;
    font-size: 14px;
    font-family: Raleway, Arial, sans-serif;
    color: #333;
    display:inline-block;
    vertical-align:middle;
    line-height:22px;
}
#faq .cx_faq_popup  label em.cx_required{
    color: #ff0000;
    font-style: normal;
    font-family:Arial, Helvetica, sans-serif;
}
#faq .cx_faq_popup  input{
    width:100%;
    max-width:180px;
    display:inline-block;
    vertical-align:middle;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    outline:none;
}
#faq .cx_faq_popup  textarea{
    display:inline-block;
    vertical-align:middle;
    height: 94px;
    width:100%;
    max-width:253px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    outline:none;
}
#faq .cx_faq_popup  select{
    width:100%;
    max-width:287px;
    outline:none;
    display:inline-block;
    vertical-align:middle;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#faq .cx_faq_popup  input[type=submit]{
    color: #fff;
    width:auto;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #08c;
    border-color: #08c #08c #069;
}
#faq .cx_faq_popup input[type=submit]:hover {
    border-color: #0099e6 #0099e6 #0077b3;
    background-color: #0099e6;
}
#faq .cx_faq_popup  input[type=button]{
    width:auto;
}
#faq .cx_faq_popup .cx_close_popup{
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.g-recaptcha {
    transform-origin: left top;
    -webkit-transform-origin: left top;
}

/*============================================
 7.0 - D2 K2 Page CSS
=============================================*/
/*** #### D2-K2 Catagores All #### ***/
.cx_d2_k2 .cx_all_columns {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.cx_d2_k2 .cx_all_columns .cx_iners_all {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 100%;
}
.cx_d2_k2 .cx_all_columns .cx_box_one {
    position: relative;
    width: 100%;
    margin: 0px -2px;
    border: 3px solid #1a6996;
    min-height: 700px;
    margin-bottom: 50px;
    display: inline-block;
    vertical-align: top;
    max-width: 330px;
}
.cx_d2_k2 .cx_all_columns .cx_box_two {
    min-height: 850px;
}
.cx_radius_one {
    border-radius: 4px 0px 0px 0px;
    border-right: 0px !important;
}
.cx_radius_two {
    border-radius: 0px;
    border-right: 0px !important;
}
.cx_radius_three {
    border-radius: 0px;
    border-color: #ff7f00 !important;
}
.cx_radius_foure {
    border-radius: 0px 4px 0px 0px;
    border-left: 0px !important;
}
.cx_d2_k2 .cx_all_columns .cx_box_one .cx_top {
    position: relative;
    margin-top: 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 19px;
    padding: 6px 0px 10px 0px;
    background: #1a6996;
    letter-spacing: normal;
    text-transform:capitalize;
}
.cx_d2_k2 .cx_all_columns .cx_box_one .cx_top_two {
    margin-top: -11px;
    padding-top: 20px;
    background: #00a9cd;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-size: 19px;
    padding: 19px 0px 10px 0px;
    letter-spacing: normal;
    line-height: 24px;
    text-transform:capitalize !important;
}
.cx_d2_k2 .cx_all_columns .cx_box_one .cx_prod_image {
    width: 100%;
    position: relative;
    height: 230px;
    line-height: 230px;
    text-align: center;
}
.cx_d2_k2 .cx_all_columns .cx_box_one .cx_prod_image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 90px !important;
    width: 100%;
    margin-top:30px;
}
.cx_d2_k2 .cx_all_columns .cx_box_one .cx_prod_image_two{
    height:220px;
    line-height:220px;
}
.cx_d2_k2 .cx_all_columns .cx_box_one .cx_prod_image_two img {
    max-width: 170px !important;
    margin-top: 30px;
}
.cx_d2_k2 .cx_all_columns .cx_box_one .cx_prod_image_three img {
    max-width: 170px !important;
    margin-top: 30px;
}
.cx_d2_k2 .cx_all_columns .cx_box_one .cx_price_plan {
    padding: 19px;
    position: relative;
    width: 100%;
    background-color: #1a6996;
    text-align: center;
}
.cx_d2_k2 .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text {
    position: relative;
    min-height: 85px;
    text-align: center;
}
.cx_d2_k2 .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text p {
    color: #fff;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 20px;
}
.cx_d2_k2 .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h1 {
    color: #fff;
    text-align: center;
    font-size: 2.2em;
    font-weight: 700;
}
.cx_d2_k2 .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h2 {
    font-size: 19px;
    font-weight: 400;
    margin-top: 0;
    display: block;
    line-height: 40px;
    margin-bottom:20px;
    color:#FFF;
}
.cx_d2_k2 .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btn a {
    background: #ff7f00;
    color: #fff;
    text-align: center;
    font-size: 19px;
    padding: 10px;
    font-weight: 700;
    border-radius: 5px;
    display:block;
    line-height:22px;
}
.cx_d2_k2 .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btm {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    margin-bottom:20px;
    text-transform: uppercase;
    font-weight: 500;
}
.cx_d2_k2 .cx_all_columns .cx_box_one .cx_buy_now_plan a {
    padding:19px;
    display:block;
}

.cx_d2_k2 .cx_all_columns .cx_price_image{
    padding:19px;
    display:block
}
.cx_d2_k2 .cx_all_columns .cx_box_one .cx_most_popular {
    position: relative;
    background: #ff7f00;
    color: #fff;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-top: -30px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    z-index:3;
}
.cx_d2_k2 .cx_all_columns .cx_box_one .cx_blue_bg {
    background: #00a9cd;
}
@media (max-width:991px) {
    .cx_d2_k2 .cx_all_columns .cx_box_one {
        margin: 0px;
        margin-bottom: 70px;
    }
    .cx_radius_one {
        border-radius: 4px 0px 0px 0px;
    }
    .cx_radius_two {
        border-radius: 0px 4px 0px 0px;
        border-right: 3px solid #1a6996 !important;
    }
    .cx_radius_three {
        border-radius: 4px 0px 0px 0px;
    }
    .cx_radius_foure {
        border-radius: 0px 4px 0px 0px;
    }
    .cx_d2_k2 .cx_all_columns .cx_box_one {
        margin: 0px;
        margin-bottom: 70px;
    }
    .cx_d2_k2 .cx_all_columns{
        padding-bottom:0px;
    }
    .cx_d2_k2 .cx_all_columns .cx_box_one{
        border:3px solid #1a6996 !important;
    }
    .cx_d2_k2 .cx_all_columns .cx_box_two{
        border:3px solid #ff7f00  !important;
    }
    .cx_radius_one {
        border-radius: 4px;
        border-right: 3px solid #1a6996 !important;
    }
    .cx_radius_two {
        border-radius: 4px;
        border-right: 3px solid #1a6996 !important;
    }
    .cx_radius_three {
        border-radius: 4px;
    }
    .cx_radius_foure {
        border-radius: 4px;
        border-left: 3px solid #1a6996 !important;
    }
}
/**** #### Top Banner #### ****/
.cx_d2_k2 .cx_top_banner {
    position: relative;
    padding: 50px 0px 0px 0px;
    clear: both;
}
.cx_d2_k2 .cx_top_banner .cx_left_box{
    position:relative;
    width: 70%;
    float: left;
    background: #012a4f;
    padding-bottom: 89px;
}
.cx_d2_k2 .cx_top_banner .cx_left_box h1{
    padding: 0 20px;
    font-size: 45px;
    color: #ffa200;
    font-weight: 700;
    margin-top: 40px;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
    text-transform:capitalize;
}
.cx_d2_k2 .cx_top_banner .cx_left_box h2{
    color: #fff;
    padding: 0 20px;
    font-size: 25px;
    line-height: 38px;
    margin-top: 0;
    margin:0px 0px 20px 0px;
}
.cx_d2_k2 .cx_top_banner .cx_left_box h2 .cx_orange{
    color: #ffa200;
    font-weight: 500;
}
.cx_d2_k2 .cx_top_banner .cx_left_box h3{
    color: #fff;
    padding: 0 20px;
    font-size: 25px;
    line-height: 38px;
    margin-top: 0;
    margin:0px 0px 20px 0px;
}
.cx_d2_k2 .cx_top_banner .cx_left_box h3 .cx_orange{
    color: #ffa200;
    font-weight: 500;
}
.cx_d2_k2 .cx_top_banner .cx_left_box ul{
    list-style: none;
    margin-left: 50px;
    margin-top: -10px;
}
.cx_d2_k2 .cx_top_banner .cx_left_box li{
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    padding-top: 2px;
    line-height: 40px;
}
.cx_d2_k2 .cx_top_banner .cx_left_box li:before{
    content: " ";
    position: absolute;
    left: 24px;
    margin-top: 14px;
    width: 11px;
    height: 11px;
    background: #ffa200;
    border-radius: 20px;
}
.cx_d2_k2 .cx_top_banner .cx_left_box .cx_stars_area{
    position:relative;
    text-align:center;
}
.cx_d2_k2 .cx_top_banner .cx_left_box .cx_stars_area a{
    display:inline-block;
    vertical-align:top;
    width:100%;
    max-width:260px;
}
.cx_d2_k2 .cx_top_banner .cx_left_box .cx_stars_area .cx_rating{
    position:relative;
    text-align: center;
    margin-top: 20px;
    color: #fff;
    font-size: 17px;
}
.cx_d2_k2 .cx_top_banner .cx_left_box .cx_stars_area .cx_rating img{
    display:inline-block;
    vertical-align:middle;
}
.cx_d2_k2 .cx_top_banner .cx_right_box{
    position:relative;
    width: 30%;
    float: right;
}
.cx_d2_k2 .cx_top_banner .cx_right_box img{
    width:100%;
    max-width:350px !important;
    display:block;
    margin:auto;
}
@media (max-width:991px){
    .cx_d2_k2 .cx_top_banner .cx_left_box{
        width: 100%;
        margin-bottom:50px;
    }
    .cx_d2_k2 .cx_top_banner .cx_left_box h3{
        font-size:30px;
        margin-top:50px;
        line-height:1.4;
    }
    .cx_d2_k2 .cx_top_banner .cx_left_box li{
        font-size:25px;
        padding-right:30px;
    }
    .cx_d2_k2 .cx_top_banner .cx_right_box{
        width: 100%;
    }
    .cx_d2_k2 .cx_top_banner .cx_left_box .cx_stars_area .cx_rating{
        color: #fff;
        font-size: 25px;
    }
    .cx_d2_k2 .cx_top_banner .cx_left_box .cx_stars_area .cx_rating img{
        width: 220px;
        display: block !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
}
/**** Section 2 ****/
.cx_d2_k2 .cx_sectiontwo{
    position:relative;
    margin-top:50px;
}
.cx_d2_k2 .cx_sectiontwo .cx_main_image{
    position:relative;
}
.cx_d2_k2 .cx_sectiontwo .cx_main_image img{
    width:100%;
}
.cx_d2_k2 .cx_sectiontwo .cx_main_image .cx_iner_main{
    position: absolute;
    right: 0;
    top: 0;
    width: 58%;
}
.cx_d2_k2 .cx_sectiontwo .cx_main_image .cx_iner_main h1{
    color: #022b50;
    font-size: 3em;
    font-weight: 500;
    padding-left: 13px;
    margin-top: 20px;
    line-height: 1.2;
    text-transform:capitalize;
    letter-spacing: normal;
    margin-bottom: 33px;
}
.cx_d2_k2 .cx_sectiontwo .cx_main_image .cx_iner_main ul{
    list-style: none;
    margin-left: 50px;
}
.cx_d2_k2 .cx_sectiontwo .cx_main_image .cx_iner_main li{
    color: #022b50;
    padding-right: 60px;
    font-size: 24px;
    line-height: 1.6;
}
.cx_d2_k2 .cx_sectiontwo .cx_main_image .cx_iner_main li:before{
    content: " ";
    position: absolute;
    left: 17px;
    margin-top: 13px;
    width: 13px;
    height: 13px;
    background: #022b50;
    border-radius: 20px;
}
@media (max-width:991px){
    .cx_d2_k2 .cx_sectiontwo .cx_main_image .cx_iner_main{
        position:relative;
        right:auto;
        left:auto;
        top:auto;
        width:100%;
    }
    .cx_d2_k2 .cx_sectiontwo .cx_main_image .cx_iner_main h1{
        font-size: 29px;
        line-height:1.5;
    }
    .cx_d2_k2 .cx_sectiontwo .cx_main_image .cx_iner_main li{
        padding-right: 20px;
    }
}
/**** 30 Days 2 ****/
.cx_d2_k2 .cx_thirtdays{
    position:relative;
    margin-top:50px;
}
.cx_d2_k2 .cx_thirtdays .cx_left_box{
    position:relative;
    width: 65%;
    float: left;
    background: #faa21a;
    padding: 20.5px;
    text-align: center;
    padding-top: 40px;
}
.cx_d2_k2 .cx_thirtdays .cx_left_box img{
    display:block;
    margin:auto;
    max-width:500px !important;
    width:100%;
}
.cx_d2_k2 .cx_thirtdays .cx_right_box{
    position:relative;
    width: 35%;
    float: right;
    background: #012a4f;
    padding-bottom: 34px;
}
.cx_d2_k2 .cx_thirtdays .cx_right_box h1{
    font-size: 6em;
    text-align: center;
    color: #fff;
    padding: 20px;
    padding-top: 20px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom:33px;
    letter-spacing:normal;
    text-transform:capitalize;
}
.cx_d2_k2 .cx_thirtdays .cx_right_box a{
    display:block;
    margin:auto;
    width:100%;
    max-width:290px;
}
.cx_d2_k2 .cx_thirtdays .cx_right_box p{
    font-size: 23px;
    color: #f9a21b;
    text-align: center;
    padding-top: 39px;
    font-weight: 600;
    line-height:24px;
    margin:0px 0px 20px 0px;
}
@media (max-width:991px){

    .cx_d2_k2 .cx_thirtdays .cx_left_box{
        width:100%;
    }
    .cx_d2_k2 .cx_thirtdays .cx_right_box{
        width:100%;
    }
}
/**** Specially Formulated  ****/
.cx_d2_k2 .cx_specialyformulated{
    position:relative;
    margin-top:50px;
}
.cx_d2_k2 .cx_specialyformulated .cx_main_image{
    position:relative;
}
.cx_d2_k2 .cx_specialyformulated .cx_main_image img{
    width:100%;
}
.cx_d2_k2 .cx_specialyformulated .cx_main_image .cx_iner_main{
    position: absolute;
    right: 0;
    top: -5px;
    width: 58%;
}
.cx_d2_k2 .cx_specialyformulated .cx_main_image .cx_iner_main h1{
    color: #022b50;
    font-size: 25px;
    font-weight: 600;
    padding-left: 13px;
    line-height: 1.4;
    margin-top: 40px;
    text-transform:capitalize;
    letter-spacing: normal;
    margin-bottom: 33px;
}
.cx_d2_k2 .cx_specialyformulated .cx_main_image .cx_iner_main h1 .cx_orange{
    color:#ffa200;
}
.cx_d2_k2 .cx_specialyformulated .cx_main_image .cx_iner_main ul{
    list-style: none;
    margin-left: 45px;
}
.cx_d2_k2 .cx_specialyformulated .cx_main_image .cx_iner_main li{
    color: #022b50;
    padding-right: 15px;
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 10px;
}
.cx_d2_k2 .cx_specialyformulated .cx_main_image .cx_iner_main li:before{
    content: " ";
    position: absolute;
    left: 17px;
    margin-top: 10px;
    width: 13px;
    height: 13px;
    background: #ffa200;
    border-radius: 20px;
}
@media (max-width:991px){
    .cx_d2_k2 .cx_specialyformulated{
        margin:0px;
    }
    .cx_d2_k2 .cx_specialyformulated .cx_main_image .cx_iner_main{
        position:relative;
        right:auto;
        left:auto;
        top:auto;
        width:100%;
    }
}
/**** #### Benefit Section #### ****/
.cx_d2_k2 .cx_benefit_section {
    position: relative;
    padding: 50px 0px 0px 0px;
    clear: both;
}
.cx_d2_k2 .cx_benefit_section img{
    display:block;
    margin:auto;
}
.cx_d2_k2 .cx_benefit_section h1 {
    text-align: center;
    font-size: 45px;
    color: #012a4f;
    font-weight: 600 !important;
    margin-top: 40px;
    line-height: 1.4;
    margin-bottom:33px;
    text-transform:capitalize !important;
}
.cx_d2_k2 .cx_benefit_section h1 .cx_orange{
    color:#ffa200;
}
.cx_d2_k2 .cx_benefit_section .cx_box1{
    float:left;
    width:34%;
    padding:10px;
}
.cx_d2_k2 .cx_benefit_section .cx_box2{
    float:left;
    width:30%;
    padding:10px;
}
.cx_d2_k2 .cx_benefit_section .cx_box3{
    float:left;
    width:35%;
    padding:10px;
}
.cx_d2_k2 .cx_benefit_section .cx_blue_box{
    background: #012a4f;
    padding-top: 10px;
    position: relative;
    padding-bottom: 30px;
}
.cx_d2_k2 .cx_benefit_section .cx_blue_box h2{
    color: #ffa200;
    text-align: center;
    font-size: 5em;
    margin-top: 40px;
    padding: 0;
    font-weight: 500;
    text-transform:capitalize;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
}
.cx_d2_k2 .cx_benefit_section .cx_blue_box ul{
    list-style: none;
    margin-left: 45px;
}
.cx_d2_k2 .cx_benefit_section .cx_blue_box li{
    color: #fff;
    font-size: 19px;
    padding-right: 20px;
    line-height: 1.9;
}
.cx_d2_k2 .cx_benefit_section .cx_blue_box li:before{
    content: " ";
    position: absolute;
    left: 20px;
    margin-top: 12px;
    width: 13px;
    height: 13px;
    background: #ffa200;
    border-radius: 20px;
}
.cx_d2_k2 .cx_benefit_section .cx_star_box{
    position: relative;
}
.cx_d2_k2 .cx_benefit_section .cx_star_box h3{
    text-align: center;
    font-size: 37px;
    color: #012a4f;
    margin-top: 30px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom:33px;
    letter-spacing:normal;
    text-transform:capitalize;
}
.cx_d2_k2 .cx_benefit_section .cx_buy_btn{
    position:relative;
    text-align:center;
}
.cx_d2_k2 .cx_benefit_section .cx_buy_btn a{
    display:inline-block;
    vertical-align:top;
    max-width:200px;
    width:100%;
}
.cx_d2_k2 .cx_benefit_section .cx_buy_btn img{
    display:inline-block;
    vertical-align:top;
}
.cx_d2_k2 .cx_benefit_section p{
    text-align: center;
    font-size: 18px;
    color: #012a4f;
    font-weight: 500;
    font-family:Raleway,Arial,sans-serif;
    line-height:24px;
    margin:20px 0px;
}
.cx_d2_k2 .cx_benefit_section .cx_box3 .cx_blue_box:last-child{
    margin-top:20px;
    min-height:565px;
}
.cx_d2_k2 .cx_benefit_section .cx_box3 .cx_blue_box h2{
    font-size:4em;
}
@media (max-width:991px){
    .cx_d2_k2 .cx_benefit_section .cx_box1{
        width:100%;
    }
    .cx_d2_k2 .cx_benefit_section .cx_box2{
        width:100%;
    }
    .cx_d2_k2 .cx_benefit_section .cx_box3{
        width:100%;
    }
}

/**** NUTRITIONAL BENEFITS *****/
.cx_d2_k2 .cx_nutritional_benefits{
    position:relative;
    margin-top:40px;
    clear:both;
}
.cx_d2_k2 .cx_nutritional_benefits .cx_left_box{
    position:relative;
    float:left;
    width:40%;
}
.cx_d2_k2 .cx_nutritional_benefits .cx_left_box img{
    display:block;
    margin:auto;
}
.cx_d2_k2 .cx_nutritional_benefits .cx_right_box{
    position: relative;
    float: right;
    width: 55%;
}
.cx_d2_k2 .cx_nutritional_benefits .cx_right_box h1{
    margin-top: -5px;
    padding-bottom: 8px;
    color: #012a4f;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 2.3em;
    text-transform:capitalize;
    margin-bottom:33px;
    letter-spacing:normal;
}
.cx_d2_k2 .cx_nutritional_benefits .cx_right_box h1 .cx_orange{
    color:#ffa200;
}
.cx_d2_k2 .cx_nutritional_benefits .cx_right_box ul{
    list-style: none;
    margin-left: 40px;
}
.cx_d2_k2 .cx_nutritional_benefits .cx_right_box li{
    color: #022b50;
    padding-right: 0;
    font-size: 23px;
    line-height: 1.9;
    font-weight: 500;
}
.cx_d2_k2 .cx_nutritional_benefits .cx_right_box li:before{
    content: " ";
    position: absolute;
    left: 5px;
    margin-top: 17px;
    width: 13px;
    height: 13px;
    background: #ffa200;
    border-radius: 20px;
}
@media (max-width:991px){
    .cx_d2_k2 .cx_nutritional_benefits .cx_left_box{
        width:100%;
    }
    .cx_d2_k2 .cx_nutritional_benefits .cx_right_box{
        width:100%;
    }
}
/**** Vitamin Supplement *****/
.cx_d2_k2 .cx_vitamin_supplement{
    position:relative;
    margin-top:40px;
    clear:both;
}
.cx_d2_k2 .cx_vitamin_supplement .cx_full_box{
    position:relative;
    float:left;
    width:100% !important;
}
.cx_d2_k2 .cx_vitamin_supplement .cx_left_box{
    position:relative;
    float:left;
    width:55%;
}
.cx_d2_k2 .cx_vitamin_supplement .cx_left_box h1{
    margin-top: -5px;
    padding-bottom: 8px;
    color: #012a4f;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 2.3em;
    text-transform:capitalize;
    margin-bottom:33px;
    letter-spacing:normal;
}
.cx_d2_k2 .cx_vitamin_supplement .cx_left_box h1 .cx_orange{
    color:#ffa200;
}
.cx_d2_k2 .cx_vitamin_supplement .cx_left_box ul{
    list-style: none;
    margin-left: 40px;
}
.cx_d2_k2 .cx_vitamin_supplement .cx_left_box li{
    color: #022b50;
    padding-right: 0;
    font-size: 23px;
    line-height: 1.9;
    font-weight: 500;
}
.cx_d2_k2 .cx_vitamin_supplement .cx_left_box li:before{
    content: " ";
    position: absolute;
    left: 5px;
    margin-top: 17px;
    width: 13px;
    height: 13px;
    background: #ffa200;
    border-radius: 20px;
}
.cx_d2_k2 .cx_vitamin_supplement .cx_right_box{
    position: relative;
    float: right;
    width: 40%;
}
.cx_d2_k2 .cx_vitamin_supplement .cx_right_box img{
    display:block;
    margin:auto;
}
@media (max-width:991px){
    .cx_d2_k2 .cx_vitamin_supplement .cx_left_box{
        width:100%;
        margin-bottom:40px;
    }
    .cx_d2_k2 .cx_vitamin_supplement .cx_right_box{
        width:100%;
    }
}
/**** Testimonials ****/
.cx_d2_k2 .cx_testmonials{
    position:relative;
    margin-top:40px;
}
.cx_d2_k2 .cx_testmonials img{
    display:block;
    width:100%;
}
/**** Perfect Combo ****/
.cx_d2_k2 .cx_perfect_combo{
    position:relative;
    margin-top:40px;
}
.cx_d2_k2 .cx_perfect_combo .cx_perfect_bg{
    position:relative;
}
.cx_d2_k2 .cx_perfect_combo .cx_perfect_bg img{
    width:100%;
}
.cx_d2_k2 .cx_perfect_combo .cx_perfect_iner{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    bottom:0px;
    right:0px;
}
.cx_d2_k2 .cx_perfect_combo .cx_left_box{
    float:left;
    width:40%;
    margin-top:30px;
    position:relative;
}
.cx_d2_k2 .cx_perfect_combo .cx_left_box img{
    margin:auto;
    display:block;
    max-width:280px !important;
    width:100%;
}
.cx_d2_k2 .cx_perfect_combo .cx_right_box{
    float:left;
    width:60%;
    left: -40px;
    position:relative;
}
.cx_d2_k2 .cx_perfect_combo .cx_right_box h1{
    color: #fff;
    font-size: 5em;
    margin: 20px;
    margin-top: 30px;
    text-align: center;
    line-height: 1.1;
    font-weight: 500;
}
.cx_d2_k2 .cx_perfect_combo .cx_right_box h2{
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 2.9em;
    margin:-15px 0px 20px 0px;
}
.cx_d2_k2 .cx_perfect_combo .cx_right_box a{
    width: 100%;
    max-width:350px;
    display: block;
    margin:auto;
    margin-top: 45px;
}
.cx_d2_k2 .cx_perfect_combo .cx_right_box h3{
    color: #fff;
    text-align: center;
    font-size: 1.6em;
    margin:20px 0px;
    margin-top: 25px;
    line-height: 1.4;
}
.cx_d2_k2 .cx_perfect_combo .cx_right_box  p{
    color: #fff;
    text-align: center;
    font-size: 1.6em;
    line-height: 1.4;
    margin:0px 0px 20px 0px;
}
@media only screen and (max-device-width: 1024px){
    .cx_d2_k2 .cx_perfect_combo .cx_left_box img{
        max-width:200px !important;
    }
    .cx_d2_k2 .cx_perfect_combo .cx_right_box h1{
        font-size: 3em;
    }
    .cx_d2_k2 .cx_perfect_combo .cx_right_box h2{
        font-size: 2em;
    }
    .cx_d2_k2 .cx_perfect_combo .cx_right_box a{
        width: 100%;
        max-width:350px;
        display: block;
        margin:auto;
        margin-top: 45px;
    }
    .cx_d2_k2 .cx_perfect_combo .cx_right_box h3{
        font-size: 1.2em;
    }
    .cx_d2_k2 .cx_perfect_combo .cx_right_box  p{
        font-size: 1.2em;
    }

}
@media only screen and (max-device-width: 991px){
    .cx_d2_k2 .cx_perfect_combo .cx_perfect_iner{
        position:relative;
        left:auto;
        right:auto;
        top:auto;
    }
    .cx_d2_k2 .cx_perfect_combo .cx_left_box{
        display:none;
    }
    .cx_d2_k2 .cx_perfect_combo .cx_right_box {
        width:100%;
        left:0px;
    }
    .cx_d2_k2 .cx_perfect_combo .cx_right_box h1{
        font-size: 2.7em;
        color:#000;
        margin-top:0px;
    }
    .cx_d2_k2 .cx_perfect_combo .cx_right_box h2{
        font-size: 2.9em;
        color:#000;
    }
    .cx_d2_k2 .cx_perfect_combo .cx_right_box a{
        max-width:250px;
    }
    .cx_d2_k2 .cx_perfect_combo .cx_right_box h3{
        font-size: 1.6em;
        color:#000;
    }
    .cx_d2_k2 .cx_perfect_combo .cx_right_box  p{
        font-size: 1.6em;
        color:#000;
    }
}

/* ====================================================================
   8.0 - Hair Formula Page CSS
=====================================================================*/
/**** #### Top Banner #### ****/
.cx_hairformula .cx_top_banner {
    position: relative;
    padding: 50px 0px 0px 0px;
    clear: both;
}
.cx_hairformula .cx_top_banner .cx_left_box{
    width: 60%;
    float: left;
    background: #2b0c00;
    padding-bottom: 72px;
}
.cx_hairformula .cx_top_banner .cx_left_box h1{
    color: #fff;
    font-size: 2.3em;
    font-weight: 700;
    padding: 20px;
    text-transform: uppercase;
    line-height: 55px;
    margin:10px 0px 20px 0px;
}
.cx_hairformula .cx_top_banner .cx_left_box h1 .cx_orange{
    color: #8cc33e;
    text-transform: capitalize;
}
.cx_hairformula .cx_top_banner .cx_left_box h2{
    color: #fff;
    padding: 20px;
    padding-top: 0;
    font-size: 22px;
    font-weight: 700;
    margin:0px 0px 20px 0px;
}
.cx_hairformula .cx_top_banner .cx_left_box ul{
    list-style: none;
    position: relative;
    margin-left: 0;
    padding-left: 40px;
    margin-top: -10px;
}
.cx_hairformula .cx_top_banner .cx_left_box li{
    color: #fff;
    font-weight: 400;
    font-size: 19px;
    padding-top: 0;
    line-height: 35px;
}
.cx_hairformula .cx_top_banner .cx_left_box li:before{
    content: " ";
    position: absolute;
    left: 20px;
    margin-top: 12px;
    width: 10px;
    height: 10px;
    background: #ffa200;
    border-radius: 20px;
}
.cx_hairformula .cx_top_banner .cx_right_box{
    width: 40%;
    float: right;
    background: #2b0c00;
    padding-bottom: 14px;
}
.cx_hairformula .cx_top_banner .cx_right_box .cx_bottle_image{
    position:relative;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
}
.cx_hairformula .cx_top_banner .cx_right_box .cx_bottle_image img{
    width:100%;
    max-width:200px !important;
    display:block;
    margin:auto;
}
.cx_hairformula .cx_top_banner .cx_right_box .cx_stars_area{
    position:relative;
    text-align:center;
}
.cx_hairformula .cx_top_banner .cx_right_box .cx_stars_area a{
    display:inline-block;
    vertical-align:top;
    width:100%;
    max-width:250px;
}
.cx_hairformula .cx_top_banner .cx_right_box .cx_stars_area .cx_rating{
    position:relative;
    text-align: center;
    margin-top: 10px;
}
.cx_hairformula .cx_top_banner .cx_right_box .cx_stars_area .cx_rating img{
    display:inline-block;
    vertical-align:middle;
}
.cx_hairformula .cx_top_banner .cx_right_box .cx_stars_area .cx_rating  p{
    color: #fff;
    font-size: 14px;
    line-height:24px;
    margin:10px 0px 20px 0px;
}
@media (max-width:991px){
    .cx_hairformula .cx_top_banner .cx_left_box{
        width: 100%;
        padding-bottom:0px;
    }
    .cx_hairformula .cx_top_banner .cx_left_box h1{
        color: #fff;
        font-size: 2em;
        font-weight: 700;
        padding: 20px;
        text-transform: uppercase;
        line-height: 55px;
        margin-top: 10px;
    }
    .cx_hairformula .cx_top_banner .cx_left_box h2{
        color: #fff;
        padding: 20px;
        padding-top: 0;
        font-size: 25px;
        font-weight: 700;
        line-height: 40px;
    }
    .cx_hairformula .cx_top_banner .cx_left_box li{
        color: #fff;
        font-weight: 400;
        font-size: 22px;
        padding-top: 0;
        line-height: 40px;
    }
    .cx_hairformula .cx_top_banner .cx_left_box li:before {
        content: " ";
        position: absolute;
        left: 20px;
        margin-top: 13px;
        width: 12px;
        height: 12px;
        background: #ffa200;
        border-radius: 20px;
    }
    .cx_hairformula .cx_top_banner .cx_right_box{
        width: 100%;
    }
    .cx_hairformula .cx_top_banner .cx_right_box .cx_stars_area .cx_rating{
        color: #fff;
        font-size: 25px;
    }
    .cx_hairformula .cx_top_banner .cx_right_box .cx_stars_area .cx_rating img{
        width: 220px;
        display: block !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
}

/**** Section 2 ****/
.cx_hairformula .cx_sectiontwo{
    position:relative;
    margin-top:50px;
}
.cx_hairformula .cx_sectiontwo .cx_main_image{
    position:relative;
}
.cx_hairformula .cx_sectiontwo .cx_main_image img{
    width:100%;
}
.cx_hairformula .cx_sectiontwo .cx_main_image .cx_iner_main{
    position: absolute;
    right: 0;
    top: 0;
    width: 59%;
}
.cx_hairformula .cx_sectiontwo .cx_main_image .cx_iner_main h1{
    color: #2b0c00;
    font-size: 40px;
    font-weight: 700;
    padding-left: 13px;
    margin-top: 20px;
    line-height: 50px;
    margin-left: 30px;
    text-transform:capitalize;
    letter-spacing: normal;
    margin-bottom: 33px;
}
.cx_hairformula .cx_sectiontwo .cx_main_image .cx_iner_main ul{
    list-style: none;
    padding-left: 0;
    margin-left: 70px;
    margin-top: -20px;
}
.cx_hairformula .cx_sectiontwo .cx_main_image .cx_iner_main li{
    color: #fff;
    padding-right: 15px;
    font-size: 19px;
    line-height: 40px;
}
.cx_hairformula .cx_sectiontwo .cx_main_image .cx_iner_main li:before{
    content: " ";
    position: absolute;
    left: 45px;
    margin-top: 15px;
    width: 11px;
    height: 11px;
    background: #2b0c00;
    border-radius: 20px;
}
@media (max-width:991px){
    .cx_hairformula .cx_sectiontwo .cx_main_image .cx_iner_main{
        position:relative;
        right:auto;
        left:auto;
        top:auto;
        width:100%;
    }
    .cx_hairformula .cx_sectiontwo .cx_main_image .cx_iner_main h1{
        color: #2b0c00;
        font-size: 30px;
        font-weight: 700;
        padding-left: 0;
        margin: 0;
    }
    .cx_hairformula .cx_sectiontwo .cx_main_image .cx_iner_main ul{
        list-style: none;
        padding-left: 0;
        margin-left: 30px;
        margin-top: 0;
    }
    .cx_hairformula .cx_sectiontwo .cx_main_image .cx_iner_main li{
        color: #0c0c0c;
        padding-right: 15px;
    }
    .cx_hairformula .cx_sectiontwo .cx_main_image .cx_iner_main li:before{
        content: " ";
        position: absolute;
        left: 5px;
        margin-top: 14px;
        width: 13px;
        height: 13px;
        background: #2b0c00;
        border-radius: 20px;
    }
}
/**** 30 Days 2 ****/
.cx_hairformula .cx_thirtdays{
    position:relative;
    margin-top:50px;
}
.cx_hairformula .cx_thirtdays .cx_left_box{
    width: 50%;
    float: left;
    background: #8c3025;
    padding: 20.5px;
    padding-bottom: 61px;
    text-align: center;
}
.cx_hairformula .cx_thirtdays .cx_left_box img{
    padding-top: 30px;
    display:block;
    margin:auto;
    max-width:500px !important;
    width:100%;
}
.cx_hairformula .cx_thirtdays .cx_right_box{
    width: 50%;
    float: right;
    background: #2b0c00;
    padding-bottom: 31px;
}
.cx_hairformula .cx_thirtdays .cx_right_box h1{
    font-size: 7em;
    text-align: center;
    color: #fff;
    padding: 20px;
    padding-top: 0;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom:23px;
    letter-spacing:normal;
    text-transform:capitalize;
}
.cx_hairformula .cx_thirtdays .cx_right_box a{
    display:block;
    margin:auto;
    width:100%;
    max-width:350px;
}
.cx_hairformula .cx_thirtdays .cx_right_box p{
    font-size: 28px;
    color: #8cc32c;
    text-align: center;
    padding-top: 22px;
    font-weight: 500;
    position: relative;
    top: 20px;
    line-height:24px;
    margin:0px 0px 20px 0px;
}
@media (max-width:991px){
    .cx_hairformula .cx_thirtdays .cx_left_box{
        width:100%;
    }
    .cx_hairformula .cx_thirtdays .cx_right_box{
        width:100%;
    }
    .cx_hairformula .cx_thirtdays .cx_right_box h1{
        font-size: 5em;
        padding-top:20px;
    }
    .cx_hairformula .cx_thirtdays .cx_right_box a{
        max-width:270px;
    }
    .cx_hairformula .cx_thirtdays .cx_right_box p{
        font-size: 22px;
        color: #8cc32c;
        text-align: center;
        padding-top: 22px;
        font-weight: 500;
    }
}

/**** Section 3 ****/
.cx_hairformula .cx_sectionthree{
    position:relative;
    margin-top:50px;
}
.cx_hairformula .cx_sectionthree .cx_main_image{
    position:relative;
}
.cx_hairformula .cx_sectionthree .cx_main_image img{
    width:100%;
}
.cx_hairformula .cx_sectionthree .cx_main_image .cx_iner_main{
    position: absolute;
    right: 0;
    top: 70px;
    width: 59%;
}
.cx_hairformula .cx_sectionthree .cx_main_image h1{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    padding: 13px;
    position: absolute;
    top: 0;
    left: 10px;
    padding-top: 30px;
    line-height: 35px;
    text-transform:capitalize;
    letter-spacing: normal;
    margin-bottom: 33px;
}
.cx_hairformula .cx_sectionthree .cx_main_image .cx_iner_main ul{
    list-style: none;
    margin-top: 30px;
}
.cx_hairformula .cx_sectionthree .cx_main_image .cx_iner_main li{
    color: #fff;
    padding-right: 15px;
    font-size: 23px;
    padding-bottom: 5px;
    line-height: 35px;
}
.cx_hairformula .cx_sectionthree .cx_main_image .cx_iner_main li:before{
    content: " ";
    position: absolute;
    left: -25px;
    margin-top: 12px;
    width: 11px;
    height: 11px;
    background: #e19639;
    border-radius: 20px;
}
@media (max-width:991px){
    .cx_hairformula .cx_sectionthree .cx_main_image .cx_iner_main{
        position: unset;
        right: 0;
        top: 70px;
        width: 100%;
    }
    .cx_hairformula .cx_sectionthree .cx_main_image h1{
        color: #de8f33;
        font-size: 25px;
        font-weight: 700;
        padding: 13px;
        position: unset;
        top: 0;
        left: 10px;
        padding-top: 0;
    }
    .cx_hairformula .cx_sectionthree .cx_main_image .cx_iner_main ul{
        list-style: none;
        margin-top: -20px;
        margin-left: 40px;
    }
    .cx_hairformula .cx_sectionthree .cx_main_image .cx_iner_main li{
        color: #010101;
        padding-right: 15px;
        font-size: 17px;
        padding-bottom: 5px;
        line-height: 1.7;
    }
    .cx_hairformula .cx_sectionthree .cx_main_image .cx_iner_main li:before{
        content: " ";
        position: absolute;
        left: 15px;
        margin-top: 8px;
        width: 14px;
        height: 14px;
        background: #e19639;
        border-radius: 20px;
    }
}
/**** Section 4 ****/
.cx_hairformula .cx_sectionfoure{
    position:relative;
    margin-top:50px;
}
.cx_hairformula .cx_sectionfoure .cx_main_image{
    position:relative;
}
.cx_hairformula .cx_sectionfoure .cx_main_image img{
    width:100%;
}
.cx_hairformula .cx_sectionfoure .cx_main_image .cx_iner_main{
    position: absolute;
    right: 0;
    top: 100px;
    width: 59%;
}
.cx_hairformula .cx_sectionfoure .cx_main_image h1{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 13px;
    position: absolute;
    top: 0;
    left: 10px;
    padding-top: 20px;
    line-height: 40px;
    text-transform:capitalize;
    letter-spacing: normal;
    margin-bottom: 33px;
}
.cx_hairformula .cx_sectionfoure .cx_main_image h1 .cx_orange{
    color:#d3882b;
}
.cx_hairformula .cx_sectionfoure .cx_main_image .cx_iner_main ul{
    list-style: none;
    margin-top: 35px;
}
.cx_hairformula .cx_sectionfoure .cx_main_image .cx_iner_main li{
    color: #fff;
    padding-right: 15px;
    font-size: 23px;
    line-height: 35px;
    padding-top: 10px;
}
.cx_hairformula .cx_sectionfoure .cx_main_image .cx_iner_main li:before{
    content: " ";
    position: absolute;
    left: -25px;
    margin-top: 12px;
    width: 11px;
    height: 11px;
    background: #d3882b;
    border-radius: 20px;
}
@media (max-width:991px){
    .cx_hairformula .cx_sectionfoure .cx_main_image .cx_iner_main{
        position: unset;
        right: 0;
        top: 100px;
        width: 100%;
    }
    .cx_hairformula .cx_sectionfoure .cx_main_image h1{
        color: #de8f33;
        font-size: 25px;
        font-weight: 700;
        padding: 13px;
        position: unset;
        top: 0;
        left: 10px;
        padding-top: 0;
    }
    .cx_hairformula .cx_sectionfoure .cx_main_image .cx_iner_main ul{
        list-style: none;
        margin-top: -35px;
        margin-left: 40px;
    }
    .cx_hairformula .cx_sectionfoure .cx_main_image .cx_iner_main li{
        color: #030303;
        padding-right: 15px;
        font-size: 17px;
        line-height: 1.7;
    }
    .cx_hairformula .cx_sectionfoure .cx_main_image .cx_iner_main li:before{
        content: " ";
        position: absolute;
        left: 15px;
        margin-top: 7px;
        width: 14px;
        height: 14px;
        background: #d3882b;
        border-radius: 20px;
    }
}
/**** #### Section Benefit #### ****/
.cx_hairformula .cx_benefit_section {
    position: relative;
    padding: 50px 0px 0px 0px;
    clear: both;
}
.cx_hairformula .cx_benefit_section h1 {
    margin-top: 40px;
    text-align: center;
    font-size: 2.9em;
    color: #2b0c00;
    line-height: 55px;
    font-weight: 700;
    letter-spacing:0px;
    text-transform:capitalize;
    margin-bottom:33px;
}
.cx_hairformula .cx_benefit_section h1 .cx_red{
    color:#608a26;
}
.cx_hairformula .cx_benefit_section .cx_box_image {
    position: relative;
    text-align: center;
    margin-top: 30px;
}
.cx_hairformula .cx_benefit_section .cx_box_image img {
    display: inline-block;
    vertical-align: top;
}
.cx_hairformula .cx_benefit_section .cx_marked_box {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0px 0px 0px;
}
.cx_hairformula .cx_benefit_section .cx_marked_box img{
    display:block;
    margin:auto;
}
.cx_hairformula .cx_benefit_section .cx_p_6 {
    padding: 0px 9.3px;
}
.cx_hairformula .cx_benefit_section .cx_v_table {
    height: 231px;
    display: table;
    width: 100%;
    vertical-align: middle;
}
.cx_hairformula .cx_benefit_section .cx_v_cell {
    height: 231px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.cx_hairformula .cx_benefit_section .cx_marked_box .cx_holder {
    padding: 0px 20px;
}
.cx_hairformula .cx_benefit_section .cx_marked_box h5 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    line-height: 31px;
    text-transform: uppercase!important;
    font-family: Arial,Helvetica,sans-serif!important;
    font-weight: 700;
}
.cx_hairformula .cx_benefit_section .cx_marked_box p {
    font-family: Arial,Helvetica,sans-serif!important;
    line-height: 30px!important;
    color: #fff!important;
    text-align: center;
}
.cx_hairformula .cx_benefit_section .cx_marked_box.cx_color_1 {
    background: #8c3025;
}
.cx_hairformula .cx_benefit_section .cx_marked_box.cx_color_2 {
    background: #2b0c00;
}
.cx_hairformula .cx_benefit_section .cx_marked_box.cx_color_3 {
    background: #e29337;
}
.cx_hairformula .cx_benefit_section .cx_marked_box.cx_color_4 {
    background: #e0f5f5;
}
.cx_hairformula .cx_benefit_section .cx_marked_box.cx_color_5 {
    background: #eff8dd;
}
.cx_hairformula .cx_benefit_section .cx_marked_box.cx_color_6 {
    background: #398839;
}
.cx_hairformula .cx_benefit_section .cx_review_stars {
    position: relative;
    width: 100%;
}
.cx_hairformula .cx_benefit_section .cx_review_stars h4 {
    font-family:open sans,Arial,Helvetica,sans-serif!important;
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: 36px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    color: #FFF;
}
.cx_hairformula .cx_benefit_section .cx_review_stars a {
    background: url(https://i.imgur.com/XwfBYZP.png) no-repeat;
    width: 224px;
    height: 70px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    vertical-align: top;
    margin:auto;
    position: relative;
    top: 10px;
}
.cx_hairformula .cx_benefit_section .cx_review_stars a img {
    display: inline-block;
    vertical-align: top;
}
.cx_hairformula .cx_benefit_section .cx_review_stars p {
    text-align: center;
    position: relative;
    color: #FFF;
    font-family:open sans,Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height:30px;
    font-weight: 600;
    margin: 15px 0px 0px 0px;
    padding: 0px;
}
.cx_hairformula .cx_benefit_section .cx_review_stars p img {
    display: inline-block;
    vertical-align: middle;
    width:100%;
    max-width:200px !important;
}
.cx_hairformula .cx_benefit_section .cx_image_height img{
    min-height:995px;
}

@media (max-width:991px) {
    .cx_hairformula .cx_benefit_section h1 {
        font-size:2em;
        line-height:40px;
    }
    .cx_hairformula .cx_benefit_section .cx_marked_box p {
        font-size: 19px;
        line-height: 2;
    }
    .cx_hairformula .cx_benefit_section .cx_marked_box .cx_holder {
        padding: 15px;
    }
    .cx_hairformula br {
        display: none;
    }
}
@media (max-width:767px){
    .cx_hairformula .cx_benefit_section{
        padding:0px;
    }
    .cx_hairformula .cx_benefit_section h1 {
        font-size:25px;
        margin-bottom:0px;
    }
    .cx_hairformula .cx_benefit_section .cx_p_6 {
        padding: 0px 15px;
    }
}
/**** NUTRITIONAL BENEFITS  ****/
.cx_hairformula .cx_nutritionalbenefits{
    position:relative;
    margin-top:50px;
}
.cx_hairformula .cx_nutritionalbenefits .cx_main_image{
    position:relative;
}
.cx_hairformula .cx_nutritionalbenefits .cx_main_image img{
    width:100%;
}
.cx_hairformula .cx_nutritionalbenefits .cx_main_image .cx_iner_main{
    position: absolute;
    right: 0;
    top: -5px;
    width: 55%;
}
.cx_hairformula .cx_nutritionalbenefits .cx_main_image .cx_iner_main h1{
    color: #fff;
    font-size: 37px;
    font-weight: 700;
    padding-left: 13px;
    line-height: 43px;
    margin-top: 30px;
    text-transform:capitalize;
    letter-spacing: normal;
    margin-bottom: 33px;
}
.cx_hairformula .cx_nutritionalbenefits .cx_main_image .cx_iner_main h1 .cx_orange{
    color:#ffa200;
}
.cx_hairformula .cx_nutritionalbenefits .cx_main_image .cx_iner_main ul{
    list-style: none;
    margin-top: -20px;
}
.cx_hairformula .cx_nutritionalbenefits .cx_main_image .cx_iner_main li{
    color: #fff;
    padding-right: 15px;
    font-size: 21px;
    padding-top: 10px;
    line-height: 37px;
    padding-left: 50px;
}
.cx_hairformula .cx_nutritionalbenefits .cx_main_image .cx_iner_main li:before{
    content: " ";
    position: absolute;
    left: 22px;
    margin-top: 13px;
    width: 11px;
    height: 11px;
    background: #ff7f00;
    border-radius: 20px;
}
.cx_hairformula .p-00{
    padding:0px;
}
@media (max-width:991px){
    .cx_hairformula .cx_nutritionalbenefits{
        margin:0px;
    }
    .cx_hairformula .cx_nutritionalbenefits .cx_main_image .cx_iner_main{
        position:relative;
        right:auto;
        left:auto;
        top:auto;
        width:100%;
    }
    .cx_hairformula .cx_nutritionalbenefits .cx_main_image .cx_iner_main h1{
        color: #ff7f00;
        font-size: 27px;
        font-weight: 700;
        padding-left: 13px;
    }
    .cx_hairformula .cx_nutritionalbenefits .cx_main_image .cx_iner_main li{
        color: #070707;
        padding-right: 15px;
        font-size: 20px;
        padding-top: 4px;
        line-height: 1.7;
    }
    .cx_hairformula .cx_nutritionalbenefits .cx_main_image .cx_iner_main li:befoe{
        content: " ";
        position: absolute;
        left: 30px;
        margin-top: 12px;
        width: 14px;
        height: 14px;
        background: #ff7f00;
        border-radius: 20px;
    }
}
/**** Testimonials ****/
.cx_hairformula .cx_testmonials{
    position:relative;
    margin-top:40px;
}
.cx_hairformula .cx_testmonials img{
    display:block;
    width:100%;
}
/**** Perfect Combo ****/
.cx_hairformula .cx_strong_haier{
    position:relative;
    margin-top:40px;
}
.cx_hairformula .cx_strong_haier .cx_perfect_bg{
    position:relative;
}
.cx_hairformula .cx_strong_haier .cx_perfect_bg img{
    width:100%;
}
.cx_hairformula .cx_strong_haier .cx_perfect_iner{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    bottom:0px;
    right:0px;
}
.cx_hairformula .cx_strong_haier .cx_right_box{
    float:right;
    width:60%;
    position:relative;
}
.cx_hairformula .cx_strong_haier .cx_right_box h1{
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    padding-left: 13px;
    text-align: center;
    padding-right: 5px;
    line-height: 70px;
    margin-top: 20px;
    letter-spacing:normal;
    text-transform:capitalize;
    margin-bottom:33px;
}
.cx_hairformula .cx_strong_haier .cx_right_box h2{
    color: #fff;
    text-align:center;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    padding-right: 50px;
    padding-left: 30px;
    margin:0px 0px 20px 0px;
    margin-top: -20px;
}
.cx_hairformula .cx_strong_haier .cx_right_box a{
    width: 100%;
    max-width:330px;
    display: block;
    margin:auto;
}
.cx_hairformula .cx_strong_haier .cx_right_box h3{
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-right: 30px;
    line-height: 35px;
    margin:20px 0px;
}
.cx_hairformula .cx_strong_haier .cx_right_box  p{
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    margin:0px 0px 20px 0px;
    margin-top: -10px;
}
@media only screen and (max-device-width: 1024px){
    .cx_hairformula .cx_strong_haier .cx_left_box img{
        max-width:200px !important;
    }
    .cx_hairformula .cx_strong_haier .cx_right_box h1{
        font-size: 3em;
    }
    .cx_hairformula .cx_strong_haier .cx_right_box h2{
        font-size: 2em;
    }
    .cx_hairformula .cx_strong_haier .cx_right_box a{
        width: 100%;
        max-width:350px;
        display: block;
        margin:auto;
        margin-top: 45px;
    }
    .cx_hairformula .cx_strong_haier .cx_right_box h3{
        font-size: 1.2em;
    }
    .cx_hairformula .cx_strong_haier .cx_right_box  p{
        font-size: 1.2em;
    }

}
@media only screen and (max-device-width: 991px){
    .cx_hairformula .cx_strong_haier .cx_perfect_iner{
        position:relative;
        left:auto;
        right:auto;
        top:auto;
    }
    .cx_hairformula .cx_strong_haier .cx_right_box {
        width:100%;
        left:0px;
    }
    .cx_hairformula .cx_strong_haier .cx_right_box h1{
        font-size: 30px;
        color:#000;
        margin-top:0px;
        line-height:40px;
        text-align:left;
    }
    .cx_hairformula .cx_strong_haier .cx_right_box h2{
        color: #000;
        font-size: 30px;
        line-height: 40px;
        font-weight: 500;
        padding-right: 30px;
        padding-left: 10px;
        margin-bottom:0px;
        text-align:left;
    }
    .cx_hairformula .cx_strong_haier .cx_right_box a{
        max-width:330px;
        text-align:left;
        margin-top:20px;
    }
    .cx_hairformula .cx_strong_haier .cx_right_box h3{
        font-size: 20px;
        color:#000;
        padding:0px 0px 0px 15px;
        text-align:left;
        font-weight:400;
    }
    .cx_hairformula .cx_strong_haier .cx_right_box  p{
        font-size: 20px;
        color:#000;
        padding:0px 0px 0px 15px;
        text-align:left;
    }
}
/*** #### Hair Catagores All #### ***/
.cx_hairformula .cx_all_columns {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.cx_hairformula .cx_all_columns .cx_iners_all {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 100%;
}
.cx_hairformula .cx_all_columns .cx_box_one {
    position: relative;
    width: 100%;
    margin: 0px -2px;
    border: 3px solid #2b0c00;
    min-height: 700px;
    margin-bottom: 50px;
    display: inline-block;
    vertical-align: top;
    max-width: 330px;
}
.cx_hairformula .cx_all_columns .cx_box_two {
    min-height: 850px;
}
.cx_radius_one {
    border-radius: 4px 0px 0px 0px;
    border-right: 0px !important;
}
.cx_radius_two {
    border-radius: 0px;
    border-right: 0px !important;
}
.cx_radius_three {
    border-radius: 0px;
    border-color: #ff7f00 !important;
}
.cx_radius_foure {
    border-radius: 0px 4px 0px 0px;
    border-left: 0px !important;
}
.cx_hairformula .cx_all_columns .cx_box_one .cx_top {
    position: relative;
    margin-top: 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 19px;
    padding: 6px 0px 10px 0px;
    background: #2b0c00;
    letter-spacing: normal;
    text-transform:capitalize;
}
.cx_hairformula .cx_all_columns .cx_box_one .cx_top_two {
    margin-top: -11px;
    padding-top: 20px;
    background: #6c1a0e;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-size: 19px;
    padding: 19px 0px 10px 0px;
    letter-spacing: normal;
    line-height: 24px;
    text-transform:capitalize !important;
}
.cx_hairformula .cx_all_columns .cx_box_one .cx_prod_image {
    width: 100%;
    position: relative;
    height: 195px;
    line-height: 195px;
    text-align: center;
}
.cx_hairformula .cx_all_columns .cx_box_one .cx_prod_image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 70px !important;
    width: 100%;
    margin-top:30px;
}
.cx_hairformula .cx_all_columns .cx_box_one .cx_prod_image_two{
    height:220px;
    line-height:220px;
}
.cx_hairformula .cx_all_columns .cx_box_one .cx_prod_image_two img {
    max-width: 170px !important;
    margin-top: 30px;
}
.cx_hairformula .cx_all_columns .cx_box_one .cx_prod_image_three img {
    max-width: 170px !important;
    margin-top: 10px;
}
.cx_hairformula .cx_all_columns .cx_box_one .cx_price_plan {
    padding: 19px;
    position: relative;
    width: 100%;
    background-color: #2b0c00;
    text-align: center;
}
.cx_hairformula .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text {
    position: relative;
    min-height: 85px;
    text-align: center;
}
.cx_hairformula .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 20px;
}
.cx_hairformula .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h1 {
    color: #fff;
    text-align: center;
    font-size: 2.2em;
    font-weight: 700;
}
.cx_hairformula .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h2 {
    font-size: 17px;
    font-weight: 400;
    margin-top: 0;
    display: block;
    line-height: 17px;
    margin-bottom:20px;
    color:#FFF;
}
.cx_hairformula .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btn a {
    background: #ff7f00;
    color: #fff;
    text-align: center;
    font-size: 19px;
    padding: 10px;
    font-weight: 700;
    border-radius: 5px;
    display:block;
    line-height:22px;
}
.cx_hairformula .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btm {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
    margin-bottom:20px;
    text-transform: uppercase;
    font-weight: 500;
}
.cx_hairformula .cx_all_columns .cx_box_one .cx_buy_now_plan a {
    padding:19px;
    display:block;
}

.cx_hairformula .cx_all_columns .cx_price_image{
    padding:19px;
    display:block
}
.cx_hairformula .cx_all_columns .cx_box_one .cx_most_popular {
    position: relative;
    background: #ff7f00;
    color: #fff;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-top: -30px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    z-index:3;
}
.cx_hairformula .cx_all_columns .cx_box_one .cx_blue_bg {
    background: #6c1a0e;
}
@media (max-width:991px) {
    .cx_hairformula .cx_all_columns{
        padding-bottom:0px;
    }
    .cx_hairformula .cx_all_columns .cx_box_one {
        margin: 0px;
        margin-bottom: 70px;
    }
    .cx_hairformula .cx_all_columns .cx_box_one{
        border:3px solid #2b0c00 !important;
    }
    .cx_hairformula .cx_all_columns .cx_box_two{
        border:3px solid #ff7f00 !important;
    }
}

/* ====================================================================
   9.0 - Seminars Page CSS
=====================================================================*/
.cx_seminars{
    position:relative;
    padding-top: 20px;
}
.cx_seminars .cx_left_side{
    position:relative;
}
.cx_seminars .cx_left_side h1{
    color:#2baab1;
    margin-bottom:10px;
    font-family:Raleway,Arial,sans-serif;
    font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    letter-spacing: -1px;
}
.cx_seminars .cx_left_side .cx_box_content{
    position:relative;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px 25px;
}
.cx_seminars .cx_left_side .cx_box_content a{
    display:block;
    text-decoration:none;
    border:none;
    outline:none;
}
.cx_seminars .cx_left_side .cx_box_content h2{
    color:#2baab1;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 18px;
    margin-bottom:5px;
    text-transform:capitalize;
}
.cx_seminars .cx_left_side .cx_box_content .cx_image_container{
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.cx_seminars .cx_left_side .cx_box_content .cx_image_container img{
    display:block;
    margin:auto;
}
.cx_seminars .cx_right_side{
    position:relative;
}
.cx_seminars .cx_right_side h1{
    color:#2baab1;
    margin-bottom:10px;
    font-family:Raleway,Arial,sans-serif;
    font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    letter-spacing: -1px;
}
.cx_seminars .cx_right_side .cx_box_content{
    position:relative;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px;
}
.cx_seminars .cx_right_side .cx_box_content a{
    display:block;
    text-decoration:none;
    border:none;
    outline:none;
}
.cx_seminars .cx_right_side .cx_box_content .cx_image_container{
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.cx_seminars .cx_right_side .cx_box_content .cx_image_container img{
    display:block;
    margin:auto;
}
/* ===================================================================
  10.0 Trace Mineral Page CSS
=====================================================================*/
/*****  Trace Minerals CSS ****/
/*** #### Trace Minerals Catagores All #### ***/
.cx_traceminerals .cx_all_columns {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.cx_traceminerals .cx_all_columns .cx_iners_all {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 100%;
}
.cx_traceminerals .cx_all_columns .cx_box_one {
    position: relative;
    width: 100%;
    margin: 0px 0px;
    border: 1px solid #051e3c;
    min-height: 700px;
    margin-bottom: 50px;
    display: inline-block;
    vertical-align: top;
    max-width: 330px;
}
.cx_traceminerals .cx_all_columns .cx_box_two {
    min-height: 750.25px;
}
.cx_radius_one {
    border-radius: 4px 0px 0px 0px;
}
.cx_radius_two {
    border-radius: 0px;
}
.cx_radius_three {
    border-radius: 0px;
    border:4px solid #ff7f00 !important;
}
.cx_radius_foure {
    border-radius: 0px 4px 0px 0px;
}
.cx_traceminerals .cx_all_columns .cx_box_one .cx_top {
    position: relative;
    margin-top: 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 19px;
    padding: 6px 0px 10px 0px;
    background: #051e3c;
    letter-spacing: normal;
    text-transform:capitalize;
}
.cx_traceminerals .cx_all_columns .cx_box_one .cx_top_two {
    margin-top: -11px;
    background: #3094ce;
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-size: 19px;
    padding: 25px 0px 10px 0px;
    letter-spacing: normal;
    line-height: 24px;
    text-transform:capitalize !important;
}
.cx_traceminerals .cx_all_columns .cx_box_one .cx_prod_image {
    width: 100%;
    position: relative;
    height: 200px;
    line-height: 200px;
    text-align: center;
}
.cx_traceminerals .cx_all_columns .cx_box_one .cx_prod_image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 40px !important;
    width: 100%;
    margin-top:30px;
}
.cx_traceminerals .cx_all_columns .cx_box_one .cx_prod_image_two{
    height:210px;
    line-height:210px;
}
.cx_traceminerals .cx_all_columns .cx_box_one .cx_prod_image_two img {
    max-width: 170px !important;
    margin-top: 30px;
}
.cx_traceminerals .cx_all_columns .cx_box_one .cx_prod_image_three img {
    max-width: 170px !important;
    margin-top: 30px;
}
.cx_traceminerals .cx_all_columns .cx_box_one .cx_price_plan {
    padding: 19px;
    position: relative;
    width: 100%;
    background-color: #051e3c;
    text-align: center;
}
.cx_traceminerals .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text {
    position: relative;
    min-height: 85px;
    text-align: center;
}
.cx_traceminerals .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px;
}
.cx_traceminerals .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h1 {
    color: #fff;
    text-align: center;
    font-size: 3.2em;
    font-weight: 700;
    line-height: 1.7;
}
.cx_traceminerals .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h2 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    display: block;
    line-height: 40px;
    margin-bottom:20px;
    color:#FFF;
}
.cx_traceminerals .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btn a {
    background: #ff7f00;
    color: #fff;
    text-align: center;
    font-size: 19px;
    padding: 10px;
    font-weight: 700;
    border-radius: 5px;
    display:block;
    line-height:22px;
}
.cx_traceminerals .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btm {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
    margin-bottom:20px;
    text-transform: uppercase;
}
.cx_traceminerals .cx_all_columns .cx_box_one .cx_buy_now_plan a {
    padding:19px;
    display:block;
}

.cx_traceminerals .cx_all_columns .cx_price_image{
    padding:19px;
    display:block
}
.cx_traceminerals .cx_all_columns .cx_box_one .cx_most_popular {
    position: relative;
    background: #ff7f00;
    color: #fff;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-top: -30px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    z-index:3;
}
.cx_traceminerals .cx_all_columns .cx_box_one .cx_blue_bg {
    background: #3094ce;
}
@media (max-width:991px) {
    .cx_traceminerals .cx_all_columns .cx_box_one {
        margin: 0px;
        margin-bottom: 70px;
    }
    .cx_radius_one {
        border-radius: 4px 0px 0px 0px;
    }
    .cx_radius_two {
        border-radius: 0px 4px 0px 0px;
        border-right: 3px solid #1a6996 !important;
    }
    .cx_radius_three {
        border-radius: 4px 0px 0px 0px;
    }
    .cx_radius_foure {
        border-radius: 0px 4px 0px 0px;
    }
    .cx_traceminerals .cx_all_columns .cx_box_one {
        margin: 0px;
        margin-bottom: 70px;
    }
    .cx_traceminerals .cx_all_columns{
        padding-bottom:0px;
    }
    .cx_traceminerals .cx_all_columns .cx_box_one{
        border:3px solid #051e3c !important;
    }
    .cx_traceminerals .cx_all_columns .cx_box_two{
        border:3px solid #ff7f00  !important;
    }
    .cx_radius_one {
        border-radius: 4px;
        border-right: 3px solid #051e3c !important;
    }
    .cx_radius_two {
        border-radius: 4px;
        border-right: 3px solid #051e3c !important;
    }
    .cx_radius_three {
        border-radius: 4px;
    }
    .cx_radius_foure {
        border-radius: 4px;
        border-left: 3px solid #051e3c !important;
    }
}
/**** #### Top Banner #### ****/
.cx_traceminerals .cx_top_banner {
    position: relative;
    padding: 50px 0px 0px 0px;
    clear: both;
}
.cx_traceminerals .cx_top_banner .cx_main_image{
    position:relative;
}
.cx_traceminerals .cx_top_banner .cx_main_image img{
    width:100%;
}
.cx_traceminerals .cx_top_banner .cx_main_image .cx_iner_main{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.cx_traceminerals .cx_top_banner .cx_left_box{
    position:relative;
    width: 60%;
    float: left;
}
.cx_traceminerals .cx_top_banner .cx_left_box h1{
    font-family: Arial, Helvetica, sans-serif !important;
    text-transform:capitalize;
    color: #1a8ae6;
    font-size: 6.6em;
    margin-top: 20px;
    font-weight: 900;
    line-height: 1.1;
    padding-left: 20px;
    padding-top: 0px;
    margin-bottom:33px;
    letter-spacing:normal;
}
.cx_traceminerals .cx_top_banner .cx_left_box h2{
    font-family: Arial, Helvetica, sans-serif !important;
    color: #ffffff;
    font-size: 3.5em;
    margin-top: 0px;
    font-weight: unset;
    padding-left: 25px;
    padding-right: 30px;
    line-height: 1.3;
    margin:0 0 14px;
    width:80%;
}
.cx_traceminerals .cx_top_banner .cx_left_box h2 .cx_orange{
    color:#ff7f00;
    font-weight:600;
}
.cx_traceminerals .cx_top_banner .cx_left_box h3{
    font-family: Arial, Helvetica, sans-serif !important;
    color: #ffffff;
    font-size: 30px;
    margin-top: 0px;
    font-weight: bold;
    line-height: 24px;
    padding:20px 0px 0px 20px;
    margin: 0 0 20px;
}
.cx_traceminerals .cx_top_banner .cx_left_box ul{
    padding-left: 40px;
    margin-top: 0px;
    list-style: none;
}
.cx_traceminerals .cx_top_banner .cx_left_box li{
    font-family: Arial, Helvetica, sans-serif !important;
    color: #ffffff;
    font-size: 23px;
    margin-top: 0px;
    font-weight: normal;
    padding-bottom: 23px;
    margin-bottom: 0px;
    line-height:24px;
}
.cx_traceminerals .cx_top_banner .cx_left_box li:before{
    content: " ";
    position: absolute;
    left: 22px;
    margin-top: 6px;
    width: 8px;
    height: 8px;
    background: #ff7f00;
    border-radius: 20px;
}
.cx_traceminerals .cx_top_banner .cx_right_box{
    float: right;
    width: 26%;
    min-width:295px;
    position:absolute;
    bottom:80px;
    right:0px;
}
.cx_traceminerals .cx_top_banner .cx_right_box .cx_stars_area{
    position:relative;
    text-align:center;
}
.cx_traceminerals .cx_top_banner .cx_right_box .cx_stars_area a{
    display:inline-block;
    vertical-align:top;
    width:100%;
    max-width:230px;
}
.cx_traceminerals .cx_top_banner .cx_right_box .cx_stars_area .cx_rating{
    position:relative;
    text-align: center;
    margin-top: 20px;
    color: #fff;
    font-size: 17px;
}
.cx_traceminerals .cx_top_banner .cx_right_box .cx_stars_area .cx_rating img{
    display:block;
    margin:auto;
    width:auto;
}
@media (max-width:991px){
    .cx_traceminerals .cx_top_banner .cx_main_image .cx_iner_main{
        position:relative;
        right:auto;
        left:auto;
        top:auto;
        width:100%;
    }
    .cx_traceminerals .cx_top_banner .cx_left_box{
        position:relative;
        width: 100%;
        float: left;
    }
    .cx_traceminerals .cx_top_banner .cx_left_box h1{
        color: #1a8ae6;
        font-size: 3.6em;
        padding-left:0px;
    }
    .cx_traceminerals .cx_top_banner .cx_left_box h2{
        font-family: Arial, Helvetica, sans-serif !important;
        color: #000000;
        font-size: 1.4em;
        margin-top: 0px;
        font-weight: unset;
        width: 100%;
        padding-left: 0px;
        padding-right: 30px;
        line-height: 1.4;
        width:100%;
    }
    .cx_traceminerals .cx_top_banner .cx_left_box h3{
        font-family: Arial, Helvetica, sans-serif !important;
        color: #000000;
        font-size: 20px;
        margin-top: -8px;
        font-weight: 500;
        padding-left:0px;
    }
    .cx_traceminerals .cx_top_banner .cx_left_box ul{
        padding-left: 20px;
        margin-top: 0px;
        list-style: none;
    }
    .cx_traceminerals .cx_top_banner .cx_left_box li{
        font-family: Arial, Helvetica, sans-serif !important;
        color: #000000;
        font-size: 19px;
        margin-top: 0px;
        font-weight: normal;
        padding-bottom: 3px;
        margin-bottom: 0px;
        line-height: 1.6;
        font-weight:400;
    }
    .cx_traceminerals .cx_top_banner .cx_left_box li:before{
        content: " ";
        position: absolute;
        left: 0px;
        margin-top: 10px;
        width: 8px;
        height: 8px;
        background: #ff7f00;
        border-radius: 20px;
    }
    .cx_traceminerals .cx_top_banner .cx_right_box{
        float: right;
        width: 100%;
        min-width:100%;
        position:relative;
        margin-top:50px;
        left:auto;
        right:auto;
        bottom:auto;
    }
    .cx_traceminerals .cx_top_banner .cx_right_box .cx_stars_area .cx_rating{
        font-family: Arial, Helvetica, sans-serif !important;
        color: #000;
        text-align: center;
        font-size: 20px;
    }
}
/**** Minerals Supplement ****/
.cx_traceminerals .cx_minerals_supplement{
    position:relative;
    margin-top:50px;
}
.cx_traceminerals .cx_minerals_supplement .cx_main_image{
    position:relative;
}
.cx_traceminerals .cx_minerals_supplement .cx_main_image img{
    width:100%;
}
.cx_traceminerals .cx_minerals_supplement .cx_main_image .cx_iner_main{
    position: absolute;
    right: 0;
    top: 0px;
    width: 59%;
}
.cx_traceminerals .cx_minerals_supplement .cx_main_image .cx_iner_main h1{
    color: #489aff;
    font-size: 40px;
    font-weight: bold;
    padding-left: 13px;
    margin-top: 0px;
    line-height: 1.3;
    text-transform:capitalize;
    letter-spacing: normal;
    margin-bottom: 33px;
}
.cx_traceminerals .cx_minerals_supplement .cx_main_image .cx_iner_main ul{
    list-style: none;
}
.cx_traceminerals .cx_minerals_supplement .cx_main_image .cx_iner_main li{
    color: #040345;
    padding-right: 15px;
    background: none;
    padding-left: 50px;
    font-size: 20px;
    line-height: 1.7;
}
.cx_traceminerals .cx_minerals_supplement .cx_main_image .cx_iner_main li:before{
    content: " ";
    position: absolute;
    left: 17px;
    margin-top: 11px;
    width: 11px;
    height: 11px;
    background: #ff7f00;
    border-radius: 20px;
}
@media (max-width:991px){
    .cx_traceminerals .cx_minerals_supplement{
        margin-top:40px;
    }
    .cx_traceminerals .cx_minerals_supplement .cx_main_image .cx_iner_main{
        position:relative;
        right:auto;
        left:auto;
        top:auto;
        width:100%;
    }
    .cx_traceminerals .cx_minerals_supplement .cx_main_image .cx_iner_main h1{
        color: #489aff;
        font-size: 27px;
        font-weight: bold;
        padding-left: 0px;
        margin-top: -10px;
        line-height: 1.5;
    }
    .cx_traceminerals .cx_minerals_supplement .cx_main_image .cx_iner_main li{
        color: #040345;
        padding-right: 20px;
        background: none;
        padding-left: 40px;
        font-size: 19px;
        line-height: 1.7;
        margin-left: -12px;
    }
    .cx_traceminerals .cx_minerals_supplement .cx_main_image .cx_iner_main li:before{
        content: " ";
        position: absolute;
        left: 0px;
        margin-top: 11px;
        width: 11px;
        height: 11px;
        background: #ff7f00;
        border-radius: 20px;
    }
}
/**** 30 Days 2 ****/
.cx_traceminerals .cx_thirtdays{
    position:relative;
    margin-top:50px;
}
.cx_traceminerals .cx_thirtdays .cx_left_box{
    position:relative;
    float: left;
    width: 55%;
    background: #3094ce;
    padding: 20.5px;
    padding-bottom: 61px;
}
.cx_traceminerals .cx_thirtdays .cx_left_box img{
    display:block;
    margin:30px auto auto auto;
    max-width:500px !important;
    width:100%;
}
.cx_traceminerals .cx_thirtdays .cx_right_box{
    width: 45%;
    float: right;
    background: #051e3c;
    padding-bottom: 88px;
}
.cx_traceminerals .cx_thirtdays .cx_right_box h1{
    font-size: 5.4em;
    text-align: center;
    color: #fff;
    padding: 20px;
    padding-top: 0px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom:33px;
    letter-spacing:normal;
    text-transform:capitalize;
}
.cx_traceminerals .cx_thirtdays .cx_right_box a{
    display:block;
    margin:auto;
    width:100%;
    max-width:290px;
}
.cx_traceminerals .cx_thirtdays .cx_right_box p{
    font-size: 24px;
    color: #3094ce;
    text-align: center;
    padding-top: 42px;
    font-weight: 500;
    line-height:24px;
    margin:0px 0px 20px 0px;
}
@media (max-width:991px){

    .cx_traceminerals .cx_thirtdays .cx_left_box{
        width: 100%;
        padding-bottom: 61px;
    }
    .cx_traceminerals .cx_thirtdays .cx_right_box{
        width: 100%;
        padding-bottom: 25px;
    }
    .cx_traceminerals .cx_thirtdays .cx_right_box h1{
        font-size: 3.5em;
        text-align: center;
        color: #fff;
        padding: 20px;
        padding-top: 20px;
    }
    .cx_traceminerals .cx_thirtdays .cx_right_box a{
        max-width:230px;
    }
    .cx_traceminerals .cx_thirtdays .cx_right_box p{
        font-size:19px;
    }
}
/**** Eliminated Section ***/
.cx_traceminerals .cx_eliminated_section{
    position:relative;
    margin-top:50px;
}
.cx_traceminerals .cx_eliminated_section .cx_main_image{
    position:relative;
}
.cx_traceminerals .cx_eliminated_section .cx_main_image img{
    width:100%;
}
.cx_traceminerals .cx_eliminated_section .cx_main_image .cx_iner_main{
    position: absolute;
    right: 0;
    top: 0px;
    width: 59%;
}
.cx_traceminerals .cx_eliminated_section .cx_main_image .cx_iner_main h1{
    color: #395cb6;
    font-size: 40px;
    font-weight: bold;
    padding-left: 13px;
    margin-top: 0px;
    line-height: 1.4;
    margin-top: 0px;
    text-transform:capitalize;
    letter-spacing: normal;
    margin-bottom: 33px;
}
.cx_traceminerals .cx_eliminated_section .cx_main_image .cx_iner_main h1 .cx_orange{
    color:#ff7f00;
}
.cx_traceminerals .cx_eliminated_section .cx_main_image .cx_iner_main p{
    padding-left: 15px;
    color: #030342;
    font-weight: 500;
    font-size: 25px;
    line-height: 24px;
    margin: 0 0 20px;
}
.cx_traceminerals .cx_eliminated_section .cx_main_image .cx_iner_main ul{
    list-style: none;
}
.cx_traceminerals .cx_eliminated_section .cx_main_image .cx_iner_main li{
    color: #040345;
    padding-right: 0px;
    background: none;
    padding-left: 50px;
    font-size: 20px;
    line-height: 1.7;
    padding-bottom: 10px;
}
.cx_traceminerals .cx_eliminated_section .cx_main_image .cx_iner_main li:before{
    content: " ";
    position: absolute;
    left: 17px;
    margin-top: 12px;
    width: 9px;
    height: 9px;
    background: #ff7f00;
    border-radius: 20px;
}
@media (max-width:991px){
    .cx_traceminerals .cx_eliminated_section{
        margin-top:40px;
    }
    .cx_traceminerals .cx_eliminated_section .cx_main_image .cx_iner_main{
        position:relative;
        right:auto;
        left:auto;
        top:auto;
        width:100%;
    }
    .cx_traceminerals .cx_eliminated_section .cx_main_image .cx_iner_main h1{
        color: #395cb6;
        font-size: 23px;
        font-weight: bold;
        padding-left: 0px;
        margin-top: 0px;
    }
    .cx_traceminerals .cx_eliminated_section .cx_main_image .cx_iner_main p{
        padding-left: 0px;
        color: #030342;
        font-weight: 500;
        font-size: 19px;
    }
    .cx_traceminerals .cx_eliminated_section .cx_main_image .cx_iner_main li{
        color: #040345;
        padding-right: 0px;
        background: none;
        padding-left: 40px;
        font-size: 19px;
        line-height: 1.7;
        margin-left: -15px;
    }
    .cx_traceminerals .cx_eliminated_section .cx_main_image .cx_iner_main li:before{
        content: " ";
        position: absolute;
        left: 2px;
        margin-top: 12px;
        width: 9px;
        height: 9px;
        background: #ff7f00;
        border-radius: 20px;
    }
}
/**** Reminder Section ***/
.cx_traceminerals .cx_reminder_section{
    position:relative;
    margin-top:50px;
}
.cx_traceminerals .cx_reminder_section .cx_main_image{
    position:relative;
}
.cx_traceminerals .cx_reminder_section .cx_main_image img{
    width:100%;
}
.cx_traceminerals .cx_reminder_section .cx_main_image .cx_iner_main{
    position: absolute;
    top: 0px;
    left:-15px;
    width: 59%;
}
.cx_traceminerals .cx_reminder_section .cx_main_image .cx_iner_main h1{
    color: #051e3c;
    font-size: 27px;
    font-weight: bold;
    padding-left: 13px;
    margin-top: 0px;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 33px;
}
.cx_traceminerals .cx_reminder_section .cx_main_image .cx_iner_main h2{
    font-size: 25px;
    margin:20px 0px;
    padding-left: 15px;
    font-weight: 500;
    color:#333;
}
.cx_traceminerals .cx_reminder_section .cx_main_image .cx_iner_main p{
    padding-left: 15px;
    color: #030342;
    font-weight: 500;
    font-size: 19px;
    padding-bottom: 0px;
    line-height: 1.8;
    margin:0 0 20px;
}
.cx_traceminerals .cx_reminder_section .cx_main_image .cx_iner_main ul{
    list-style:none;
}
.cx_traceminerals .cx_reminder_section .cx_main_image .cx_iner_main li{
    color: #040345;
    padding-right: 0px;
    background: none;
    padding-left: 50px;
    font-size: 19px;
    line-height: 1.7;
}
.cx_traceminerals .cx_reminder_section .cx_main_image .cx_iner_main li:before{
    content: " ";
    position: absolute;
    left: 17px;
    margin-top: 12px;
    width: 9px;
    height: 9px;
    background: #ff7f00;
    border-radius: 20px;
}
@media (max-width:991px){
    .cx_traceminerals .cx_reminder_section{
        margin-top:40px;
    }
    .cx_traceminerals .cx_reminder_section .cx_main_image .cx_iner_main{
        position:relative;
        top:auto;
        left:auto;
        width: 100%;
    }
    .cx_traceminerals .cx_reminder_section .cx_main_image .cx_iner_main h1{
        color: #051e3c;
        font-size: 22px;
        font-weight: bold;
        padding-left: 0px;
        margin-top: 0px;
        line-height: 1.3;
    }
    .cx_traceminerals .cx_reminder_section .cx_main_image .cx_iner_main h2{
        font-size: 25px;
        margin: 0px;
        padding: 0px;
        margin-top: 20px;
        padding-left: 0px;
        font-weight: 500;
        line-height: 1.4;
    }
    .cx_traceminerals .cx_reminder_section .cx_main_image .cx_iner_main p{
        padding-left: 0px;
        color: #030342;
        font-size: 19px;
        padding-bottom: 0px;
        padding-top: 10px;
    }
    .cx_traceminerals .cx_reminder_section .cx_main_image .cx_iner_main li{
        color: #040345;
        padding-right: 0px;
        background: none;
        padding-left: 40px;
        font-size: 19px;
        line-height: 1.7;
        margin-left: -15px;
    }
    .cx_traceminerals .cx_reminder_section .cx_main_image .cx_iner_main li:before{
        content: " ";
        position: absolute;
        left: 0px;
        margin-top: 11px;
        width: 9px;
        height: 9px;
        background: #ff7f00;
        border-radius: 20px;
    }
}
/**** Problem Section ****/
.cx_traceminerals .cx_problem_section{
    margin-top: 170px;
    position: relative;
    margin-bottom: 50px;
}
.cx_traceminerals .cx_problem_section .cx_right_box{
    float:right;
    position:relative;
    width:42%;
    text-align:right;
}
.cx_traceminerals .cx_problem_section .cx_left_box{
    position:relative;
    float:left;
    width:58%;
    padding-top:30px;
}
.cx_traceminerals .cx_problem_section .cx_left_box h1{
    font-size: 27px;
    font-weight: 600;
    color: #051e3c;
    line-height: 1.8;
    margin: 0 0 20px;
}
.cx_traceminerals .cx_problem_section .cx_left_box  h2{
    font-size: 25px;
    font-weight: 600;
    color: #ff7f00;
    line-height: 24px;
    margin: 0 0 20px;
}
.cx_traceminerals .cx_problem_section .cx_left_box  h3{
    padding-left: 0px;
    color: #030342;
    font-weight: normal;
    font-size: 21px;
    padding-bottom: 10px;
    line-height: 1.7;
    margin:0 0 20px;
}
.cx_traceminerals .cx_problem_section .cx_left_box h4{
    color: #051e3c;
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    margin: 0 0 20px;
}
.cx_traceminerals .cx_problem_section .cx_left_box a{
    display:inline-block;
    vertical-align:top;
    width: 100%;
    max-width:220px;
    position:relative;
    margin-top: 20px;
}
@media (max-width:991px){
    .cx_traceminerals .cx_problem_section{
        margin-top: 0px;
        position: relative;
        margin-bottom: 70px;
    }
    .cx_traceminerals .cx_problem_section .cx_right_box{
        width:100%;
        text-align:center;
        margin-top:50px;
    }
    .cx_traceminerals .cx_problem_section .cx_right_box img{
        display:block;
        margin:auto;
    }
    .cx_traceminerals .cx_problem_section .cx_left_box{
        width:100%;
        padding-top:0px;
    }
    .cx_traceminerals .cx_problem_section .cx_left_box h1{
        font-size: 19px;
        font-weight: 600;
        color: #051e3c;
        padding-top: 30px;
    }
    .cx_traceminerals .cx_problem_section .cx_left_box  h2{
        font-size: 25px;
        font-weight: 600;
        color: #ff7f00;
        line-height: 1.6;
    }
    .cx_traceminerals .cx_problem_section .cx_left_box h4{
        color: #051e3c;
        font-weight: 600;
        font-size: 21px;
        line-height: 1.6;
    }
}
/**** #### Benefit Section #### ****/
.cx_traceminerals .cx_benefit_section {
    position: relative;
    padding: 0px 0px 0px 0px;
    clear: both;
}
.cx_traceminerals .cx_benefit_section h1 {
    color: #3094ce;
    font-size: 50px;
    text-align: center;
    margin-top: 0px;
    font-weight: 500;
    letter-spacing:0px;
    text-transform:capitalize;
    margin-bottom:13px;
}
.cx_traceminerals .cx_benefit_section .cx_box_image {
    position: relative;
    text-align: center;
    margin-top: 30px;
}
.cx_traceminerals .cx_benefit_section .cx_box_image img {
    display: inline-block;
    vertical-align: top;
}
.cx_traceminerals .cx_benefit_section .cx_marked_box {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0px 0px 0px;
}
.cx_traceminerals .cx_benefit_section .cx_marked_box img{
    display:block;
    margin:auto;
}
.cx_traceminerals .cx_benefit_section .cx_p_6 {
    padding: 0px 9.3px;
}
.cx_traceminerals .cx_benefit_section .cx_v_table {
    height: 231px;
    display: table;
    width: 100%;
    vertical-align: middle;
}
.cx_traceminerals .cx_benefit_section .cx_v_cell {
    height: 231px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.cx_traceminerals .cx_benefit_section .cx_marked_box .cx_holder {
    padding: 0px 14px;
}
.cx_traceminerals .cx_benefit_section .cx_marked_box h5 {
    margin: 0;
    padding: 0 0 0 0px;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: none;
    text-align: center;
    line-height: 1.4;
    color: #fff;
    text-transform: uppercase!important;
    font-family: Arial,Helvetica,sans-serif!important;
    font-weight: 700;
}
.cx_traceminerals .cx_benefit_section .cx_marked_box p {
    font-family: Arial,Helvetica,sans-serif!important;
    line-height: 30px!important;
    color: #fff !important;
    text-align: center;
    font-size: 14px;
}
.cx_traceminerals .cx_benefit_section .cx_marked_box.cx_color_1 {
    background: #ff7f00;
}
.cx_traceminerals .cx_benefit_section .cx_marked_box.cx_color_2 {
    background: #051e3c;
}
.cx_traceminerals .cx_benefit_section .cx_marked_box.cx_color_3 {
    background: #3094ce;
}
.cx_traceminerals .cx_benefit_section .cx_marked_box.cx_color_4 {
    background: #e0f5f5;
}
.cx_traceminerals .cx_benefit_section .cx_marked_box.cx_color_5 {
    background: #eff8dd;
}
.cx_traceminerals .cx_benefit_section .cx_marked_box.cx_color_6 {
    background: #398839;
}
.cx_traceminerals .cx_benefit_section .cx_review_stars {
    position: relative;
    width: 100%;
}
.cx_traceminerals .cx_benefit_section .cx_stars_height{
    height:303px;
}
.cx_traceminerals .cx_benefit_section .cx_last_box{
    height:238px;
}
.cx_traceminerals .cx_benefit_section .cx_review_stars h4 {
    font-family:open sans,Arial,Helvetica,sans-serif!important;
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: 36px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    color: #FFF;
}
.cx_traceminerals .cx_benefit_section .cx_review_stars a {
    background: url(https://i.imgur.com/XwfBYZP.png) no-repeat;
    width: 224px;
    height: 70px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    vertical-align: top;
    margin:auto;
    position: relative;
    top: 10px;
}
.cx_traceminerals .cx_benefit_section .cx_review_stars a img {
    display: inline-block;
    vertical-align: top;
}
.cx_traceminerals .cx_benefit_section .cx_review_stars p {
    text-align: center;
    position: relative;
    color: #FFF;
    font-family:open sans,Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height:30px;
    font-weight: 600;
    margin: 15px 0px 0px 0px;
    padding: 0px;
}
.cx_traceminerals .cx_benefit_section .cx_review_stars p img {
    display:inline-block;
    margin:auto;
    width:100%;
    max-width:200px !important;
}

@media (max-width:991px) {
    .cx_traceminerals .cx_benefit_section h1 {
        color: #3094ce;
        font-size: 29px;
        text-align: center;
        margin-top: 0px;
        line-height: 1.4;
    }
    .cx_traceminerals .cx_benefit_section .cx_marked_box h5{
        margin: 0;
        padding: 0 0 0 0px;
        font-size: 25px;
        text-transform: uppercase;
        margin-bottom: 10px;
        background: none;
        text-align: center;
        line-height: 1.4;
        color: #fff;
    }
    .cx_traceminerals .cx_benefit_section .cx_marked_box p {
        font-size:16px;
    }
    .cx_traceminerals .cx_benefit_section .cx_marked_box .cx_holder {
        padding: 15px 20px;
    }
}
/**** Benefits Minerals ****/
.cx_traceminerals .cx_benefits_minerals{
    position:relative;
    margin-top:50px;
}
.cx_traceminerals .cx_benefits_minerals .cx_main_image{
    position:relative;
}
.cx_traceminerals .cx_benefits_minerals .cx_main_image img{
    width:100%;
}
.cx_traceminerals .cx_benefits_minerals .cx_main_image .cx_iner_main{
    position: absolute;
    right: 0;
    top: 0px;
    width: 59%;
}
.cx_traceminerals .cx_benefits_minerals .cx_main_image .cx_iner_main h1{
    color: #395cb6;
    font-size: 37px;
    font-weight: bold;
    padding-left: 13px;
    margin-top: 0px;
    line-height: 1.5;
    text-transform:capitalize;
    letter-spacing: normal;
    margin-bottom: 33px;
}
.cx_traceminerals .cx_benefits_minerals .cx_main_image .cx_iner_main ul{
    list-style: none;
}
.cx_traceminerals .cx_benefits_minerals .cx_main_image .cx_iner_main li{
    color: #040345;
    padding-right: 0px;
    background: none;
    padding-left: 50px;
    font-size: 20px;
    line-height: 1.7;
    padding-bottom: 16px;
}
.cx_traceminerals .cx_benefits_minerals .cx_main_image .cx_iner_main li:before{
    content: " ";
    position: absolute;
    left: 17px;
    margin-top: 12px;
    width: 9px;
    height: 9px;
    background: #ff7f00;
    border-radius: 20px;
}
@media (max-width:991px){
    .cx_traceminerals .cx_benefits_minerals{
        margin-top:40px;
    }
    .cx_traceminerals .cx_benefits_minerals .cx_main_image .cx_iner_main{
        position:relative;
        right:auto;
        left:auto;
        top:auto;
        width:100%;
    }
    .cx_traceminerals .cx_benefits_minerals .cx_main_image .cx_iner_main h1{
        color: #395cb6;
        font-size: 22px;
        font-weight: bold;
        padding-left: 0px;
        margin-top: 0px;
        text-transform:capitalize;
        line-height: 1.3;
    }
    .cx_traceminerals .cx_benefits_minerals .cx_main_image .cx_iner_main li{
        color: #040345;
        padding-right: 0px;
        background: none;
        padding-left: 40px;
        font-size: 19px;
        line-height: 1.7;
        margin-left: -15px;
    }
    .cx_traceminerals .cx_benefits_minerals .cx_main_image .cx_iner_main li:before{
        content: " ";
        position: absolute;
        left: 0px;
        margin-top: 11px;
        width: 9px;
        height: 9px;
        background: #ff7f00;
        border-radius: 20px;
    }
}
/**** Minerals Work ****/
.cx_traceminerals .cx_minerals_work{
    position:relative;
    margin-top:50px;
}
.cx_traceminerals .cx_minerals_work .cx_main_image{
    position:relative;
}
.cx_traceminerals .cx_minerals_work .cx_main_image img{
    width:100%;
}
.cx_traceminerals .cx_minerals_work .cx_main_image .cx_iner_main{
    position: absolute;
    left: 0;
    top: 0px;
    width: 59%;
}
.cx_traceminerals .cx_minerals_work .cx_main_image .cx_iner_main h1{
    color: #395cb6;
    font-size: 34px;
    font-weight: bold;
    padding-left: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    line-height: 1.3;
    text-transform:capitalize;
    letter-spacing: normal;
    margin-bottom: 33px;
}
.cx_traceminerals .cx_minerals_work .cx_main_image .cx_iner_main ul{
    list-style: none;
}
.cx_traceminerals .cx_minerals_work .cx_main_image .cx_iner_main li{
    color: #040345;
    padding-right: 0px;
    background: none;
    padding-left: 50px;
    font-size: 22px;
    line-height: 1.7;
    padding-bottom: 20px;
}
.cx_traceminerals .cx_minerals_work .cx_main_image .cx_iner_main li:before{
    content: " ";
    position: absolute;
    left: 17px;
    margin-top: 12px;
    width: 9px;
    height: 9px;
    background: #ff7f00;
    border-radius: 20px;
}
@media (max-width:991px){
    .cx_traceminerals .cx_minerals_work{
        margin-top:40px;
    }
    .cx_traceminerals .cx_minerals_work .cx_main_image .cx_iner_main{
        position:relative;
        right:auto;
        left:auto;
        top:auto;
        width:100%;
    }
    .cx_traceminerals .cx_minerals_work .cx_main_image .cx_iner_main h1{
        color: #395cb6;
        font-size: 23px;
        font-weight: bold;
        padding-left: 0px;
        margin-top: 0px;
        line-height: 1.3;
    }
    .cx_traceminerals .cx_minerals_work .cx_main_image .cx_iner_main li{
        color: #040345;
        padding-right: 0px;
        background: none;
        padding-left: 40px;
        font-size: 19px;
        line-height: 1.7;
        margin-left: -15px;
    }
    .cx_traceminerals .cx_minerals_work .cx_main_image .cx_iner_main li:before{
        content: " ";
        position: absolute;
        left: 0px;
        margin-top: 11px;
        width: 9px;
        height: 9px;
        background: #ff7f00;
        border-radius: 20px;
    }
}
/**** Testimonials ****/
.cx_traceminerals .cx_testmonials{
    position:relative;
    margin-top:40px;
}
.cx_traceminerals .cx_testmonials img{
    display:block;
    width:100%;
}
/**** Secret Amazing****/
.cx_traceminerals .cx_secret_to_amazing{
    position:relative;
    margin-top:40px;
}
.cx_traceminerals .cx_secret_to_amazing .cx_secret_bg{
    position:relative;
}
.cx_traceminerals .cx_secret_to_amazing .cx_secret_bg img{
    width:100%;
}
.cx_traceminerals .cx_secret_to_amazing .cx_secret_iner{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    bottom:0px;
    right:0px;
}
.cx_traceminerals .cx_secret_to_amazing .cx_right_box{
    position: absolute;
    top: 0px;
    right: 130px;
}
.cx_traceminerals .cx_secret_to_amazing .cx_right_box h1{
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom:33px;
    text-transform:capitalize;
}
.cx_traceminerals .cx_secret_to_amazing .cx_right_box h2{
    font-size: 33px;
    text-align: center;
    margin-top: 0px;
    color: #00a1ff;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px;
    text-transform:capitalize;
}
.cx_traceminerals .cx_secret_to_amazing .cx_right_box a{
    width: 280px;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
}
.cx_traceminerals .cx_secret_to_amazing .cx_right_box h3{
    font-size: 25px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    margin-bottom:20px;
    line-height: 1.7;
    font-weight:normal;
}
.cx_traceminerals .cx_secret_to_amazing .cx_right_box  p{
    font-size: 25px;
    text-align: center;
    color: #fff;
    line-height: 1.7;
    margin:0px 0px 20px 0px;
}
@media only screen and (max-device-width: 991px){
    .cx_traceminerals .cx_secret_to_amazing .cx_secret_iner{
        position:relative;
        left:auto;
        right:auto;
        top:auto;
    }
    .cx_traceminerals .cx_secret_to_amazing .cx_right_box {
        width:66%;
        left:0px;
        position:relative;
    }
    .cx_traceminerals .cx_secret_to_amazing .cx_right_box h1{
        color: #0d0d0d;
        text-align: left;
        margin-top: 30px;
        font-size: 25px;
        font-weight: 600;
        line-height: 1.4;
    }
    .cx_traceminerals .cx_secret_to_amazing .cx_right_box h2{
        font-size: 20px;
        text-align: left;
        margin-top: 0px;
        color: #00a1ff;
        line-height: 1.5;
    }
    .cx_traceminerals .cx_secret_to_amazing .cx_right_box a{
        width: 200px;
        display: block;
        margin: 0 auto;
        margin-top: 30px;
    }
    .cx_traceminerals .cx_secret_to_amazing .cx_right_box h3{
        font-size: 16px;
        text-align: left;
        color: #000;
        margin-top: 30px;
    }
    .cx_traceminerals .cx_secret_to_amazing .cx_right_box  p{
        font-size: 16px;
        text-align: left;
        color: #000000;
    }
}

@media only screen and (max-device-width: 568px){
    .cx_traceminerals .cx_secret_to_amazing .cx_right_box {
        width:100%;
    }
    .cx_traceminerals .cx_secret_to_amazing .cx_right_box a{
        width: 280px;
        display: block;
        margin: 0 auto;
        margin-top: 60px;
    }
}
/* ====================================================================
 11.0 - Ketogenic Diet Recipe CSS
======================================================================*/
.cx_ketogenic_diet_meals_recipes {
    position: relative;
}
/***** Top Login ****/
.cx_ketogenic_diet_meals_recipes .cx_top_login{
    position:relative;
    text-align:right;
    margin-top:20px;
}
.cx_ketogenic_diet_meals_recipes .cx_top_login .cx_login_wrap{
    position:relative;
    display:inline-block;
    vertical-align:top;
    margin:0px 0px 5px 0px;
    text-align:left;
}
.cx_ketogenic_diet_meals_recipes .cx_top_login .cx_login_wrap input{
    display:inline-block;
    vertical-align:top;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    margin-bottom:10px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.cx_ketogenic_diet_meals_recipes .cx_top_login .cx_login_wrap button{
    display:inline-block;
    vertical-align:top;
    margin-bottom:10px;
    color: #fff;
    font-size:14px;
    padding: 6px 12px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #08c;
    border-color: #08c #08c #069;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    cursor:pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.cx_ketogenic_diet_meals_recipes .cx_top_login .cx_login_wrap button:hover{
    border-color: #0099e6 #0099e6 #0077b3;
    background-color: #0099e6;
    color:#FFF;
}
.cx_ketogenic_diet_meals_recipes .cx_top_login .cx_login_wrap p{
    color: #333;
    font-size: 18px;
    line-height: 30px;
    margin:0 0 20px;
}
.cx_ketogenic_diet_meals_recipes .cx_top_login .cx_login_wrap a{
    display:inline-block;
    vertical-align:top;
    color:#2BAAB1;
    text-decoration:none;
    outline:none;
    font-size:14px;
}
@media (max-width:991px){
    .cx_ketogenic_diet_meals_recipes .cx_top_login{
        padding:0px 15px;
    }
    .cx_ketogenic_diet_meals_recipes .cx_top_login .cx_login_wrap input{
        width:100%;
    }
}
.cx_ketogenic_diet_meals_recipes .cx_main_content{
    position:relative;
    padding:0px 15px;
}
.cx_ketogenic_diet_meals_recipes .cx_main_content h1{
    font-size: 2.2em;
    line-height: 42px;
    margin: 0 0 32px;
    color:#1d2127;
    letter-spacing:-1px;
    text-align:center;
}
/** Left Side Section **/
.cx_ketogenic_diet_meals_recipes .cx_main_content .cx_left_side{
    position:relative;
    border-radius: 5px;
    padding: 10px;
    margin-bottom:10px;
}
.cx_ketogenic_diet_meals_recipes .cx_main_content .cx_left_side h2{
    border-bottom: 1px solid #dbdbdb;
    margin:0px;
    padding:0px;
    padding-bottom: 5px;
    font-size:24px;
    font-weight:400;
    color:#2baab1;
    letter-spacing: normal;
    line-height: 27px;
}
.cx_ketogenic_diet_meals_recipes .cx_main_content .cx_left_side ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.cx_ketogenic_diet_meals_recipes .cx_main_content .cx_left_side li{
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    line-height:24px;
}
.cx_ketogenic_diet_meals_recipes .cx_main_content .cx_left_side a{
    position:relative;
    outline:none;
    text-decoration:none;
    -webkit-transition: background .1s;
    -moz-transition: background .1s;
    transition: background .1s;
    border-bottom: 1px solid #ededde;
    padding: 8px 0;
    display: block;
    color: #666;
    font-size: .9em;
    text-decoration: none;
}
.cx_ketogenic_diet_meals_recipes .cx_main_content .cx_left_side li:hover a{
    background-color: #eee;
    text-decoration: none;
}
.cx_ketogenic_diet_meals_recipes .cx_main_content .cx_left_side li .cx_list_text{
    font-size: 0.8em;
    margin-right: 8px;
    padding-left:30px;
}
/** Right Side Section **/
.cx_ketogenic_diet_meals_recipes .cx_main_content  .cx_right_side{
    position:relative;
}
/** Right Side Section One **/
.cx_ketogenic_diet_meals_recipes .cx_main_content  .cx_right_side .cx_section_one{
    position:relative;
    margin-bottom:10px;
    display:table;
    width:100%;
}
.cx_ketogenic_diet_meals_recipes .cx_main_content  .cx_right_side .cx_section_one p{
    color: #333;
    font-size: 18px;
    line-height: 30px;
    margin:0px 0px 20px 0px;
    text-align:left;
}
/** Right Side Section Two **/
.cx_ketogenic_diet_meals_recipes .cx_main_content  .cx_right_side .cx_section_two{
    position:relative;
}
.cx_ketogenic_diet_meals_recipes .cx_main_content  .cx_right_side .cx_section_two h2{
    margin-bottom:25px;
    border-bottom:1px solid #383f48;
    padding:0px 5px 5px 5px;
    text-align:center;
    color:#2BAAB1;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
}
.cx_ketogenic_diet_meals_recipes .cx_main_content  .cx_right_side .cx_section_two h2 a{
    color:#2BAAB1;
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.cx_ketogenic_diet_meals_recipes .cx_main_content  .cx_right_side .cx_section_two .cx_image_box{
    position:relative;
    text-align:center;
    margin-bottom:25px;
}
.cx_ketogenic_diet_meals_recipes .cx_main_content  .cx_right_side .cx_section_two .cx_image_box img{
    display:block;
    margin:auto;
}
.cx_ketogenic_diet_meals_recipes .cx_main_content  .cx_right_side .cx_section_two p{
    font-size: 14px;
    font-family: Raleway, Arial, sans-serif;
    color: #333;
    margin-bottom:10px;
    position:relative;
    text-align:center;
    text-transform:uppercase;
}
/** Right Side Section Three **/
.cx_ketogenic_diet_meals_recipes .cx_main_content  .cx_right_side .cx_section_three{
    position:relative;
    margin-top: 65px;
}
.cx_ketogenic_diet_meals_recipes .cx_main_content  .cx_right_side .cx_section_three h2{
    position:relative;
    text-align:center;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 27px;
    color:#1d2127;
}
.cx_ketogenic_diet_meals_recipes .cx_main_content  .cx_right_side .cx_section_three p{
    position:relative;
    color: #333;
    font-size: 18px;
    line-height: 30px;
    margin:0px 0px 20px 0px;
    text-align:left;
}
.cx_ketogenic_diet_meals_recipes .cx_main_content  .cx_right_side .cx_section_three .cx_image_wrap{
    position:relative;
    margin-bottom:25px;
}
.cx_ketogenic_diet_meals_recipes .cx_main_content  .cx_right_side .cx_section_three .cx_image_wrap img{
    display:block;
    margin:auto;
}
.cx_ketogenic_diet_meals_recipes .cx_main_content  .cx_right_side .cx_section_three .cx_image_one img{
    width:100%;
    max-width:800px !important;
}
.cx_ketogenic_diet_meals_recipes .cx_main_content  .cx_right_side .cx_section_three .cx_image_two img{
    width:100%;
    max-width:700px !important;
}


/**** Sign Up *****/
.cx_ketogenic_diet_signup{
    position:relative;
}
.cx_ketogenic_diet_signup .cx_container{
    margin-top: 70px;
    -webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,0.24);
    -moz-box-shadow: 0 0 14px 0 rgba(0,0,0,0.24);
    box-shadow: 0 0 14px 0 rgba(0,0,0,0.24);
    padding: 0;
}
.cx_ketogenic_diet_signup .cx_container .cx_iner_wrap{
    position:relative;
    padding: 0 0 121px;
    background: #9100ff;
    background-size: cover;
}
.cx_ketogenic_diet_signup .cx_container .cx_iner_wrap h1{
    font-size:40px;
    font-weight: 900;
    color: #FFF;
    text-align:center;
    padding: 50px 10px 0 26px;
    line-height: 44px;
    margin: 0 0 32px;
    letter-spacing:-1px;
}
.cx_ketogenic_diet_signup .cx_container .cx_iner_wrap h2{
    font-size: 70px;
    font-weight: 900;
    color: #FFF;
    text-align:center;
    padding: 50px 10px 0 26px;
    line-height: 44px;
    margin: 0 0 32px;
    letter-spacing:-1px;
}
.cx_ketogenic_diet_signup .cx_container .cx_iner_wrap h3{
    font-size: 29px;
    font-weight: 900;
    text-align:center;
    color: #FFF;
    padding: 50px 10px 0 26px;
    line-height: 44px;
    margin: 0 0 32px;
    letter-spacing:-1px;
}
.cx_ketogenic_diet_signup .cx_container .cx_iner_wrap a.cx_press_here{
    position:relative;
    height:28px;
    line-height:30px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #fff;
    border-color: #fff #fff #e6e6e6;
    color:#525252;
    display:block;
    margin:auto;
    width:100%;
    max-width:170px;
    text-align:center;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.cx_ketogenic_diet_signup .cx_container .cx_iner_wrap a.cx_login_here{
    color:#FFFFFF;
    margin-top:20px;
    font-size:1.3em;
    font-weight:600;
    display:inline-block;
    width:100%;
    text-align:center;
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.cx_ketogenic_diet_signup .cx_container .cx_iner_wrap a.cx_login_here:hover{
    color: #2BAAB1;
    text-decoration: none;
}

/**** Category Single/Detail Page  ****/
.recipes-inner-body ul {
    list-style: outside !important;
    margin: 20px !important;
}
.container-fluid.cx_catagories_page_one img {
    height: auto !important;
}
.container-fluid.cx_catagories_page_one h3 {
    padding-bottom: 10px;
}
.cx_catagories_page_one{
    position:relative;
}
.cx_catagories_page_one .cx_middle_content{
    position:relative;
}
.cx_catagories_page_one .cx_middle_content .cx_box_content{
    position:relative;
    padding:10px;
}
.cx_catagories_page_one .cx_description_details ol {
    list-style: none;
    margin-left: -40px !important;
}
.cx_catagories_page_one .recipe-content-with-img img {
    border: none !important;
    width: auto !important;
    margin: 0px !important;
}
.cx_catagories_page_one .cx_description_details li {
    font-size: 16px;
}
body.cx_ketogenic_recipe_module .alert.alert-success {
    margin-left: 250px;
    margin-right: 250px;
    margin-top: 20px;
    text-align: center;
}
@media (max-width:991px){
    .cx_catagories_page_one{
        padding:0px;
    }
    .cx_catagories_page_one .cx_middle_content .cx_box_content{
        padding:0px;
    }
}
/*** BreadCrumbs ****/
.cx_catagories_page_one .cx_breadcrumbs{
    margin-bottom: 40px;
    list-style: none;
    font-size: 17px;
    font-weight: 500;
}
.cx_catagories_page_one .cx_breadcrumbs ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.cx_catagories_page_one .cx_breadcrumbs li{
    float: left;
    color: #0a0a0a;
    cursor: default;
    line-height:24px;
}
.cx_catagories_page_one .cx_breadcrumbs li:not(:last-child):after{
    position: relative;
    top: 0;
    margin: 0 .75rem;
    opacity: 1;
    content: ">";
    color: #cacaca;
}
.cx_catagories_page_one .cx_breadcrumbs a{
    text-decoration:none;
    outline:none;
    color:#2BAAB1;
}
.cx_catagories_page_one .cx_breadcrumbs li.active{
    color: #8a8a8a;
    cursor: not-allowed;
}
@media (max-width:991px){
    .cx_catagories_page_one .cx_breadcrumbs{
        margin:0px 0px 30px 0px;
        display:table;
        width:100%;
    }
    .cx_catagories_page_one .cx_breadcrumbs li{
        margin:5px 0px 0px 0px;
    }
}
/*** Main Title  Text ***/
.cx_catagories_page_one .cx_main_title_text{
    position:relative;
}
.cx_catagories_page_one .cx_main_title_text h1{
    color:#2baab1!important;
    margin-bottom:10px;
    font-size: 2.6em;
    line-height: 44px;
    font-weight: 400;
    letter-spacing: -1px;
}
.cx_catagories_page_one .cx_main_title_text .cx_btn_print_recipe{
    float: right;
    margin-bottom: 10px;
    margin-top:-10px;
}
.cx_catagories_page_one .cx_main_title_text .cx_btn_print_recipe button{
    background-color: #5bc0de;
    border-color: #5bc0de #5bc0de #31b0d5;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
    display: inline-block;
    padding: 6px 12px;
    font-size:14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.cx_catagories_page_one .cx_main_title_text .cx_btn_print_recipe button:hover{
    border-color: #70c8e2 #70c8e2 #46b8da;
    background-color: #70c8e2;
    color: #fff;
}
@media (max-width:991px){
    .cx_catagories_page_one .cx_main_title_text h1{
        font-size:2.4em;
    }
}
/*** Top Socila Icons ***/
.cx_catagories_page_one .cx_top_social_icon{
    position:relative;
}
.cx_catagories_page_one .cx_top_social_icon .cx_name{
    color:#333;
    font-size:15px;
    margin:0px;
    padding:0px;
    display:block;
    margin-bottom:15px;
    text-align:left;
}
.cx_catagories_page_one .cx_top_social_icon  .cx_social_btns{
    position: relative;
    margin-bottom: 15px;
    margin-right: 245px;
    margin-top: -20px;
}
.cx_catagories_page_one .cx_top_social_icon  .cx_social_btns .cx_total{
    display:inline-block;
    vertical-align:top;
    position:relative;
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    text-align:center;
    font-weight: 500;
    color:#555;
    font-family:"Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    margin-right:20px;
}
.cx_catagories_page_one .cx_top_social_icon  .cx_social_btns .cx_total span{
    display:block;
    font-size: 9px;
    line-height: 9px;
}
.cx_catagories_page_one .cx_top_social_icon  .cx_social_btns .cx_all_icons{
    position:relative;
    display:inline-block;
}
.cx_catagories_page_one .cx_top_social_icon  .cx_social_btns .cx_all_icons a{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    height: 32px;
    width:32px;
    line-height: 32px;
    margin-right: 8px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
    color:#FFF;
}
.cx_catagories_page_one .cx_top_social_icon  .cx_social_btns .cx_all_icons a:hover{
    opacity: .8;
    top: -4px;
}
.cx_catagories_page_one .cx_top_social_icon  .cx_social_btns .cx_all_icons a.facebook{
    background:#3B5998;
}
.cx_catagories_page_one .cx_top_social_icon  .cx_social_btns .cx_all_icons a.twiter{
    background:#55acee;
}
.cx_catagories_page_one .cx_top_social_icon  .cx_social_btns .cx_all_icons a.pinterest{
    background:#CB2027;
}
.cx_catagories_page_one .cx_top_social_icon  .cx_social_btns .cx_all_icons a.linkdin{
    background:#0077b5;
}
.cx_catagories_page_one .cx_top_social_icon  .cx_social_btns .cx_all_icons a.envelop{
    background:#7d7d7d;
}
/*** Recipe Main Image ***/
.cx_catagories_page_one .cx_recipe_main_image{
    position:relative;
}
.cx_catagories_page_one .cx_recipe_main_image img{
    border-radius: 4px;
    position: relative;
    margin-bottom:15px;
    display: inline-block;
    max-width: 100%;
    width:100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.cx_catagories_page_one .cx_recipe_main_image p{
    color:#333;
    font-size:16px;
    margin:0px 0px 20px 0px;
    padding:0px;
    text-align:left;
}
/*** Recipe Title ***/
.cx_catagories_page_one .cx_title_description{
    position:relative;
}
.cx_catagories_page_one .cx_title_description img{
    display:inline-block;
    vertical-align:middle;
    width:100%;
    max-width:728px !important;
}
/*** Recipe Details ***/
.cx_catagories_page_one .cx_recipe_details{
    position:relative;
    padding: 30px;
    margin-bottom: 30px;
    background-color: #f0f0f0;
    margin-top: 30px;
}
.cx_catagories_page_one .cx_recipe_details .cx_title{
    position:relative;
    margin-bottom:25px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    font-size: 2.2em;
    font-weight: 600;
    line-height: 42px;
    letter-spacing:-1px;
    color:#1d2127;
}
.cx_catagories_page_one .cx_recipe_details .cx_time_details{
    position:relative;
    margin-bottom:25px;
}
.cx_catagories_page_one .cx_recipe_details .cx_time_details h2{
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    color:#333;
    font-size: 1.4em;
}
.cx_catagories_page_one .cx_recipe_details .cx_time_details h2 strong{
    font-weight:600;
}
.cx_catagories_page_one .cx_recipe_details .cx_description_details{
    position:relative;
    margin-bottom:25px;
}
.cx_catagories_page_one .cx_recipe_details .cx_description_details h2{
    border-bottom: 1px solid #dbdbdb;
    margin:0px;
    padding-bottom: 5px;
    color:#c0392b !important;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 27px;
}
.cx_catagories_page_one .cx_recipe_details .cx_description_details  p{
    line-height: 24px;
    margin: 0 0 20px;
    color:#333;
    font-size:16px;
}
@media (max-width:991px){
    .cx_catagories_page_one .cx_recipe_details{
        position:relative;
        padding: 30px 15px;
        margin-bottom: 30px;
        background-color: #f0f0f0;
        margin-top: 30px;
    }
}
/*** Might Also Like ***/
.cx_catagories_page_one .cx_you_might_also_like{
    position:relative;
}
.cx_catagories_page_one .cx_you_might_also_like h1{
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px;
    margin-top:20px;
    color:#1d2127;
    font-weight:600;
}
.cx_catagories_page_one .cx_you_might_also_like p{
    color:#333;
    line-height: 24px;
    margin: 0 0 20px;
    font-size:14px;
    text-align:center;
}
.cx_catagories_page_one .cx_you_might_also_like .cx_boxes_container{
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom:20px;
}
.cx_catagories_page_one .cx_you_might_also_like .cx_boxes_container img{
    display:block;
    width:100%;
}
.cx_catagories_page_one .cx_you_might_also_like .cx_boxes_container a span{
    display: block;
    padding: 13px 0;
    color: #000;
    background: #fefefe;
    text-align:center;
    font-size:14px;
}

/**** Related Recipes *****/
.cx_catagories_page_one .cx_related_recipes{
    position:relative;
    margin-top:-10px;
}
.cx_catagories_page_one .cx_related_recipes ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.cx_catagories_page_one .cx_related_recipes li{
    margin-bottom:16px;
    line-height:24px;
}
.cx_catagories_page_one .cx_related_recipes span{
    display: block;
    padding: 13px 0;
    color: #000;
    border-bottom: 1px solid #2baab1;
    background: #fefefe;
}
.cx_catagories_page_one .cx_related_recipes a{
    text-decoration:none;
    outline:none;
}
.cx_catagories_page_one .cx_related_recipes li img{
    display:block;
    margin:auto;
}

/**** Recipes Details Page ****/
.cx_recipes_details_page{
    position:relative;
}
/*** BreadCrumbs ****/
.cx_recipes_details_page .cx_top{
    position:relative;
    margin-bottom: 40px;
    list-style: none;
    font-size: 17px;
    font-weight: 500;
}
.cx_recipes_details_page .cx_top ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.cx_recipes_details_page .cx_top li{
    float: left;
    color: #0a0a0a;
    cursor: default;
    line-height:24px;
}
.cx_recipes_details_page .cx_top li:not(:last-child):after{
    position: relative;
    top: 0;
    margin: 0 .75rem;
    opacity: 1;
    content: ">";
    color: #cacaca;
}
.cx_recipes_details_page .cx_top a{
    text-decoration:none;
    outline:none;
    color:#2BAAB1;
}
.cx_recipes_details_page .cx_top li.active{
    cursor: not-allowed;
    margin-bottom:20px;
}
.cx_recipes_details_page .cx_top h1{
    text-align:left;
    position:relative;
    margin-bottom:25px;
    padding-bottom: 10px;
    font-size: 2.2em;
    font-weight: 600;
    line-height: 42px;
    letter-spacing:-1px;
    color:#383f48;
}
/**** Module ****/
.cx_recipes_details_page .cx_recipes_module{
    position:relative;
}
.cx_recipes_module .fa-spinner {
    position: absolute;
    top: 85px;
    left: 115px;
    animation: spinner 2s infinite linear;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.cx_recipes_details_page .cx_recipes_module .cx_recipes_container{
    display: block;
    width:100%;
    position: relative;
    padding: 0;
    height: 200px;
    margin-bottom: 16px;
    overflow: hidden;
    background-position: 50%!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-origin: content-box!important;
}
.cx_recipes_details_page .cx_recipes_module .cx_recipes_container .cx_recipes_text{
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 9px;
    width: 100%;
    height: 40px;
    background-color: hsla(0,0%,100%,.85);
    transition: height .15s ease-out,padding-top .15s ease-out;
    letter-spacing: -.025em;
}
/*=====================================================================
    12.0 - Signup and login page CSS
===================================================================== */

/**** Sign Up , Registration, Login Page  CSS ***/

section#membership-login {
    margin-top: 20px;
}
.cx_membership_login .alert-success {
    margin: 20px auto !important;
    width: 500px !important;
}
.cx_membership_login {
    position: relative;
}
.cx_membership_login .container {
    max-width: 1000px;
    width: 100%;
}
.form_wrapper .clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.form_wrapper {
    background: #fff;
    width: 400px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 25px;
    margin: 8% auto 0;
    position: relative;
    z-index: 1;
    border-top: 5px solid #f5ba1a;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: none;
    transition: none;
    -webkit-animation: expand 0.8s 0.6s ease-out forwards;
    animation: expand 0.8s 0.6s ease-out forwards;
    opacity: 0;
}
.form_wrapper h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0;
}
.form_wrapper .title_container {
    text-align: center;
    padding-bottom: 15px;
}
.form_wrapper h3 {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
}
.form_wrapper label {
    font-size: 12px;
}
.form_wrapper .row {
    margin: 10px -15px;
}
.form_wrapper .row > div {
    padding: 0 15px;
    box-sizing: border-box;
}
.form_wrapper .col_half {
    width: 50%;
    float: left;
}
.form_wrapper .input_field {
    position: relative;
    margin-bottom: 20px;
    -webkit-animation: bounce 0.6s ease-out;
    animation: bounce 0.6s ease-out;
}
.form_wrapper .input_field > span {
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
    height: 100%;
    border-right: 1px solid #cccccc;
    text-align: center;
    width: 30px;
}
.form_wrapper .input_field > span > i {
    padding-top: 10px;
}
.form_wrapper .textarea_field > span > i {
    padding-top: 10px;
}
.reset-password-box {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}
.reset-password-box p {
    margin-bottom: 10px;
}
.form_wrapper input[type="text"], .form_wrapper input[type="email"], .form_wrapper input[type="password"] {
    width: 100%;
    padding: 8px 10px 9px 35px;
    height: 35px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form_wrapper input[type="text"]:hover, .form_wrapper input[type="email"]:hover, .form_wrapper input[type="password"]:hover {
    background: #fafafa;
}
.form_wrapper input[type="text"]:focus, .form_wrapper input[type="email"]:focus, .form_wrapper input[type="password"]:focus {
    -webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
    -moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
    box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
    border: 1px solid #f5ba1a;
    background: #fafafa;
}
.form_wrapper input[type="submit"] {
    background: #399bcce8;
    height: 35px;
    line-height: 35px;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form_wrapper input[type="submit"]:hover {
    background: #e1a70a;
}
.form_wrapper input[type="submit"]:focus {
    background: #e1a70a;
}
.form_wrapper input[type="checkbox"], .form_wrapper input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.form_container .row .col_half.last {
    border-left: 1px solid #cccccc;
}

.form_wrapper .checkbox_option label {
    margin-right: 1em;
    position: relative;
}
.form_wrapper .checkbox_option label:before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.5em;
    vertical-align: -2px;
    border: 2px solid #cccccc;
    padding: 0.12em;
    background-color: transparent;
    background-clip: content-box;
    transition: all 0.2s ease;
}
.form_wrapper .checkbox_option label:after {
    border-right: 2px solid #000000;
    border-top: 2px solid #000000;
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    top: 7px;
    transform: scaleX(-1) rotate(135deg);
    transform-origin: left top;
    width: 7px;
    display: none;
}
.form_wrapper .checkbox_option input:hover + label:before {
    border-color: #000000;
}
.form_wrapper .checkbox_option input:checked + label:before {
    border-color: #000000;
}
.form_wrapper .checkbox_option input:checked + label:after {
    -moz-animation: check 0.8s ease 0s running;
    -webkit-animation: check 0.8s ease 0s running;
    animation: check 0.8s ease 0s running;
    display: block;
    width: 7px;
    height: 20px;
    border-color: #000000;
}

.form_wrapper .radio_option label {
    margin-right: 1em;
}
.form_wrapper .radio_option label:before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.5em;
    border-radius: 100%;
    vertical-align: -3px;
    border: 2px solid #cccccc;
    padding: 0.15em;
    background-color: transparent;
    background-clip: content-box;
    transition: all 0.2s ease;
}
.form_wrapper .radio_option input:hover + label:before {
    border-color: #000000;
}
.form_wrapper .radio_option input:checked + label:before {
    background-color: #000000;
    border-color: #000000;
}

.form_wrapper .select_option {
    position: relative;
    width: 100%;
}
.form_wrapper .select_option select {
    display: inline-block;
    width: 100%;
    height: 35px;
    padding: 0px 15px;
    cursor: pointer;
    color: #7b7b7b;
    border: 1px solid #cccccc;
    border-radius: 0;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.2s ease;
}
.form_wrapper .select_option select::-ms-expand {
    display: none;
}
.form_wrapper .select_option select:hover, .select_option select:focus {
    color: #000000;
    background: #fafafa;
    border-color: #000000;
    outline: none;
}

.form_wrapper .select_arrow {
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #7b7b7b transparent transparent transparent;
}

.form_wrapper .select_option select:hover + .select_arrow, .select_option select:focus + .select_arrow {
    border-top-color: #000000;
}


@-webkit-keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    25% {
        height: 0;
        width: 7px;
    }
    50% {
        height: 20px;
        width: 7px;
    }
}
@keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    25% {
        height: 0;
        width: 7px;
    }
    50% {
        height: 20px;
        width: 7px;
    }
}
@-webkit-keyframes expand {
    0% {
        -webkit-transform: scale3d(1, 0, 1);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale3d(1, 1.2, 1);
    }
    50% {
        -webkit-transform: scale3d(1, 0.85, 1);
    }
    75% {
        -webkit-transform: scale3d(1, 1.05, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}
@keyframes expand {
    0% {
        -webkit-transform: scale3d(1, 0, 1);
        transform: scale3d(1, 0, 1);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale3d(1, 1.2, 1);
        transform: scale3d(1, 1.2, 1);
    }
    50% {
        -webkit-transform: scale3d(1, 0.85, 1);
        transform: scale3d(1, 0.85, 1);
    }
    75% {
        -webkit-transform: scale3d(1, 1.05, 1);
        transform: scale3d(1, 1.05, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}
@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translate3d(0, -25px, 0);
        opacity: 0;
    }
    25% {
        -webkit-transform: translate3d(0, 10px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -6px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 2px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes bounce {
    0% {
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        opacity: 0;
    }
    25% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 2px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@media (max-width: 600px) {
    .form_wrapper .col_half {
        width: 100%;
        float: none;
    }

    .form_wrapper .bottom_row .col_half {
        width: 50%;
        float: left;
    }

    .form_wrapper .form_container .row .col_half.last {
        border-left: none;
    }

    .form_wrapper .remember_me {
        padding-bottom: 20px;
    }
}

.form_wrapper .clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.form_wrapper {
    background: #fff;
    width: 400px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 25px;
    margin: 8% auto 0;
    position: relative;
    z-index: 1;
    border-top: 5px solid #399bcce8;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: none;
    transition: none;
    -webkit-animation: expand 0.8s 0.6s ease-out forwards;
    animation: expand 0.8s 0.6s ease-out forwards;
    opacity: 0;
}
.form_wrapper h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0;
}
.form_wrapper .title_container {
    text-align: center;
    padding-bottom: 15px;
}
.form_wrapper h3 {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
}
.form_wrapper label {
    font-size: 12px;
}
.form_wrapper .row {
    margin: 10px -15px;
}
.form_wrapper .row > div {
    padding: 0 15px;
    box-sizing: border-box;
}
.form_wrapper .col_half {
    width: 50%;
    float: left;
}
.form_wrapper .input_field {
    position: relative;
    margin-bottom: 20px;
    -webkit-animation: bounce 0.6s ease-out;
    animation: bounce 0.6s ease-out;
}
.form_wrapper .input_field > span {
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
    height: 100%;
    border-right: 1px solid #cccccc;
    text-align: center;
    width: 30px;
}
.form_wrapper .input_field > span > i {
    padding-top: 10px;
}
.form_wrapper .textarea_field > span > i {
    padding-top: 10px;
}
.form_wrapper input[type="text"], .form_wrapper input[type="email"], .form_wrapper input[type="password"] {
    width: 100%;
    padding: 8px 10px 9px 35px;
    height: 35px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    outline: none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}
.form_wrapper input[type="text"]:hover, .form_wrapper input[type="email"]:hover, .form_wrapper input[type="password"]:hover {
    background: #fafafa;
}
.form_wrapper input[type="text"]:focus, .form_wrapper input[type="email"]:focus, .form_wrapper input[type="password"]:focus {
    -webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
    -moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
    box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
    border: 1px solid #f5ba1a;
    background: #fafafa;
}
.form_wrapper input[type="submit"] {
    background: #399bcce8;
    height: 35px;
    line-height: 35px;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 10px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}
.form_wrapper input[type="submit"]:hover {
    background: #399bcce8;
}
.form_wrapper input[type="submit"]:focus {
    background: #399bcce8;
}
.form_wrapper input[type="checkbox"], .form_wrapper input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.form_container .row .col_half.last {
    border-left: 1px solid #cccccc;
}

.form_wrapper .checkbox_option label {
    margin-right: 1em;
    position: relative;
}
.form_wrapper .checkbox_option label:before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.5em;
    vertical-align: -2px;
    border: 2px solid #cccccc;
    padding: 0.12em;
    background-color: transparent;
    background-clip: content-box;
    transition: all 0.2s ease;
}
.form_wrapper .checkbox_option label:after {
    border-right: 2px solid #000000;
    border-top: 2px solid #000000;
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    top: 7px;
    transform: scaleX(-1) rotate(135deg);
    transform-origin: left top;
    width: 7px;
    display: none;
}
.form_wrapper .checkbox_option input:hover + label:before {
    border-color: #000000;
}
.form_wrapper .checkbox_option input:checked + label:before {
    border-color: #000000;
}
.form_wrapper .checkbox_option input:checked + label:after {
    -moz-animation: check 0.8s ease 0s running;
    -webkit-animation: check 0.8s ease 0s running;
    animation: check 0.8s ease 0s running;
    display: block;
    width: 7px;
    height: 20px;
    border-color: #000000;
}

.form_wrapper .radio_option label {
    margin-right: 1em;
}
.form_wrapper .radio_option label:before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.5em;
    border-radius: 100%;
    vertical-align: -3px;
    border: 2px solid #cccccc;
    padding: 0.15em;
    background-color: transparent;
    background-clip: content-box;
    transition: all 0.2s ease;
}
.form_wrapper .radio_option input:hover + label:before {
    border-color: #000000;
}
.form_wrapper .radio_option input:checked + label:before {
    background-color: #000000;
    border-color: #000000;
}

.form_wrapper .select_option {
    position: relative;
    width: 100%;
}
.form_wrapper .select_option select {
    display: inline-block;
    width: 100%;
    height: 35px;
    padding: 0px 15px;
    cursor: pointer;
    color: #7b7b7b;
    border: 1px solid #cccccc;
    border-radius: 0;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.2s ease;
}
.form_wrapper .select_option select::-ms-expand {
    display: none;
}
.form_wrapper .select_option select:hover, .select_option select:focus {
    color: #000000;
    background: #fafafa;
    border-color: #000000;
    outline: none;
}

.form_wrapper .select_arrow {
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #7b7b7b transparent transparent transparent;
}

.form_wrapper .select_option select:hover + .select_arrow, .select_option select:focus + .select_arrow {
    border-top-color: #000000;
}

@-webkit-keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    25% {
        height: 0;
        width: 7px;
    }
    50% {
        height: 20px;
        width: 7px;
    }
}
@keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    25% {
        height: 0;
        width: 7px;
    }
    50% {
        height: 20px;
        width: 7px;
    }
}
@-webkit-keyframes expand {
    0% {
        -webkit-transform: scale3d(1, 0, 1);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale3d(1, 1.2, 1);
    }
    50% {
        -webkit-transform: scale3d(1, 0.85, 1);
    }
    75% {
        -webkit-transform: scale3d(1, 1.05, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}
@keyframes expand {
    0% {
        -webkit-transform: scale3d(1, 0, 1);
        transform: scale3d(1, 0, 1);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale3d(1, 1.2, 1);
        transform: scale3d(1, 1.2, 1);
    }
    50% {
        -webkit-transform: scale3d(1, 0.85, 1);
        transform: scale3d(1, 0.85, 1);
    }
    75% {
        -webkit-transform: scale3d(1, 1.05, 1);
        transform: scale3d(1, 1.05, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}
@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translate3d(0, -25px, 0);
        opacity: 0;
    }
    25% {
        -webkit-transform: translate3d(0, 10px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -6px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 2px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes bounce {
    0% {
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        opacity: 0;
    }
    25% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 2px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@media (max-width: 600px) {
    .form_wrapper .col_half {
        width: 100%;
        float: none;
    }

    .form_wrapper .bottom_row .col_half {
        width: 50%;
        float: left;
    }

    .form_container .row .col_half.last {
        border-left: none;
    }

    .form_wrapper .remember_me {
        padding-bottom: 20px;
    }
}
/* ====================================================================
    13.0 - Keto Diet Page CSS
=====================================================================*/

/**** All Topic Button ***/
#cx_all_topic{
    position:relative;
    cursor:pointer;
    display:inline-block;
    vertical-align:middle;
}
.cx_all_topic{
    position:relative;
    text-align:right;
    padding:10px 0px;
    color:#207c81;
    font-size:18px;
    display:none;
}
.cx_all_topic span{
    display:inline-block;
    vertical-align:middle;
    color:#207c81;
    font-size:30px;
    cursor:pointer;
}
@media (max-width:991px) {
    .cx_all_topic {
        display: block;
    }
}
/**** Keto Diet ***/
.cx_keto_diet {
    position: relative;
    padding: 0px;
}
.cx_keto_diet h3 {
    font-size: 24px;
}
.cx_keto_diet h2 {
    font-size: 24px;
}
.cx_keto_diet p {
    font-size: 18px;
    line-height: 30px;
    text-align: left !important;
}
.cx_keto_diet .cx_semibold {
    font-weight: 600;
}
.cx_keto_diet .cx_medium {
    font-weight: 500;
}
.cx_keto_diet .cx_side_bar {
    position: relative;
    background: #eeeeee;
    border-radius: 5px;
    text-align: left;
    padding: 10px;
}
.cx_keto_diet .cx_side_bar a {
    display: block;
    padding: 15px 0px;
    margin: 0px;
    border-bottom: 1px solid #2baab1;
    text-align: left;
    color: #207c81;
    font-size: 15px;
    font-weight: 700;
}
.cx_issue_image img {
    min-height: 138.33px;
}
#cx_mobile {
    display: none;
}
.container {
    max-width: 1170px !important;
    width: 100%;
}
@media (max-width:991px) {
    .cx_issue_image img {
        min-height: inherit;
        margin-bottom: 15px;
    }
    .cx_margin_image{
        text-align:center;
    }
    .cx_margin_image img {
        margin-bottom: 15px;
        width:100%;
        display:inline-block;
        vertical-align:top;
    }
    #cx_mobile {
        display: block;
    }
    #cx_desktop {
        display: none;
    }
}
/***** Section Top *****/
.cx_keto_diet .cx_section_top {
    position: relative;
    text-align: center;
}
.cx_keto_diet .cx_section_top h1 {
    color: #322127;
    font-size: 2.6em;
    line-height: 44px;
    margin: 0px;
    padding: 20px 0px 0px 0px;
    text-align: center;
    font-weight: 600;
}
.cx_keto_diet .cx_section_top h2 {
    color: #322127;
    font-weight: 700;
    margin: 0px;
    padding: 20px;
    background: #FFF;
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 10;
}
.cx_keto_diet .cx_section_top .cx_top_line {
    position: relative;
}
.cx_keto_diet .cx_section_top .cx_top_line:after {
    position: absolute;
    left: 0%;
    top: 50%;
    height: 1px;
    background: #2baab3;
    width: 100%;
    content: "";
    z-index: -1;
}
/*****Section Meta ****/
.cx_keto_diet .cx_meta_section {
    padding: 30px 0px 50px 0px;
    text-align: center;
}
.cx_keto_diet .cx_meta_section h2 {
    color: #1d2127;
    font-weight: 700;
    margin: 0px;
    padding: 20px;
    background: #FFF;
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 10;
}
.cx_keto_diet .cx_meta_section .cx_top_line {
    position: relative;
}
.cx_keto_diet .cx_meta_section .cx_top_line:after {
    position: absolute;
    left: 30%;
    top: 50%;
    height: 1px;
    background: #2baab3;
    width: 40%;
    content: "";
    z-index: -1;
}
.cx_keto_diet .cx_meta_section p {
    color: #1d2127;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.cx_keto_diet .cx_meta_section p a {
    font-weight: 500;
    color: #20888e;
}
/****Lets Jump In ***/
.cx_keto_diet .cx_jump_section {
    padding: 0px;
    text-align: center;
}
.cx_keto_diet .cx_jump_section h2 {
    color: #1d2127;
    font-weight: 700;
    margin: 0px;
    padding: 20px;
    background: #FFF;
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 10;
}
.cx_keto_diet .cx_jump_section .cx_top_line {
    position: relative;
}
.cx_keto_diet .cx_jump_section .cx_top_line:after {
    position: absolute;
    left: 25%;
    top: 50%;
    height: 1px;
    background: #2baab3;
    width: 50%;
    content: "";
    z-index: -1;
}
.cx_keto_diet .cx_jump_section img {
    width: 100%;
}
/*****Section Box One ****/
.cx_keto_diet .cx_box_one {
    padding: 30px 0px 0px 0px;
    text-align: center;
}
.cx_keto_diet .cx_box_one h2 {
    color: #1d2127;
    font-weight: 700;
    margin: 0px;
    padding: 20px;
    background: #FFF;
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 10;
}
.cx_keto_diet .cx_box_one h3 {
    color: #1d2127;
    font-weight: 500;
    margin: 0px;
    padding: 20px;
    background: #FFF;
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 10;
}
.cx_keto_diet .cx_box_one p {
    color: #1d2127;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.cx_keto_diet .cx_box_one p a {
    font-weight: 500;
    color: #20888e;
}
.cx_keto_diet .cx_box_one .cx_semibold {
    font-weight: 600;
    color: #20888e;
}
.cx_keto_diet .cx_box_one .cx_lightitalic {
    font-style: italic;
    font-weight: 300;
}
.cx_keto_diet .cx_lastborder {
    margin: 50px auto 0px auto;
    float:left;
    clear:both;
    width: 100%;
    height: 1px;
    background: #e4e4e4;
}
.cx_keto_diet .cx_box_one .cx_image_one {
    position: relative;
    margin-top: 50px;
}
.cx_keto_diet .cx_box_one .cx_image_one img {
    display: block;
    margin: auto;
}
.cx_keto_diet .cx_box_one .cx_list {
    position: relative;
    text-align: center;
    padding: 10px 0px 30px 0px;
}
.cx_keto_diet .cx_box_one .cx_list ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.cx_keto_diet .cx_box_one .cx_list li {
    display: inline-block;
    vertical-align: top;
    margin: 20px 30px;
}
.cx_keto_diet .cx_box_one .cx_list li p {
    font-weight: 500;
    padding: 10px 0px 10px 30px;
    position: relative;
}
.cx_keto_diet .cx_box_one .cx_list li p#low {
    background: url(/images/keto-diet-for-beginners/low.jpg) left center no-repeat;
}
.cx_keto_diet .cx_box_one .cx_list li .cx_low_box {
    width: 96px;
    margin: auto;
    display: block;
    background: url(/images/keto-diet-for-beginners/low-box.jpg) no-repeat;
    height: 118px;
    line-height: 135px;
    text-align: center;
    color: #b9d679;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.cx_keto_diet .cx_box_one .cx_list li .cx_low_box p {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    background: none;
    color: #b9d679;
    text-align: center !important;
}
.cx_keto_diet .cx_box_one .cx_list li p#moderate {
    background: url(/images/keto-diet-for-beginners/moderate.jpg) left center no-repeat;
}
.cx_keto_diet .cx_box_one .cx_list li .cx_moderate_box {
    background: url(/images/keto-diet-for-beginners/moderate-box.jpg) no-repeat;
}
.cx_keto_diet .cx_box_one .cx_list li .cx_moderate_box p {
    color: #f2a877;
}
.cx_keto_diet .cx_box_one .cx_list li p#high {
    background: url(/images/keto-diet-for-beginners/high.jpg) left center no-repeat;
}
.cx_keto_diet .cx_box_one .cx_list li .cx_high_box {
    background: url(/images/keto-diet-for-beginners/high-box.jpg) no-repeat;
}
.cx_keto_diet .cx_box_one .cx_list li .cx_high_box p {
    color: #99dbd1;
    text-align: center !important;
}
/*****Section Box Two ****/
.cx_keto_diet .cx_box_two {
    padding: 30px 0px 0px 0px;
    text-align: center;
}
.cx_keto_diet .cx_box_two h2 {
    color: #1d2127;
    font-weight: 700;
    margin: 0px;
    padding: 20px;
    background: #FFF;
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 10;
}
.cx_keto_diet .cx_box_two h3 {
    color: #1d2127;
    font-weight: 500;
    margin: 0px;
    padding: 20px;
    background: #FFF;
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 10;
}
.cx_keto_diet .cx_box_two p {
    color: #1d2127;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.cx_keto_diet .cx_box_two .cx_blocks_list {
    display: block;
    margin: auto;
    max-width: 600px;
    width: 100%;
}
.cx_keto_diet .cx_box_two .cx_blocks_list p {
    background: url(/images/keto-diet-for-beginners/tick-yellow.jpg) left top 8px no-repeat;
    padding: 0px 0px 0px 30px;
    margin-bottom: 5px;
    text-align: left;
}
.cx_keto_diet .cx_box_two .cx_image_one {
    position: relative;
    margin-top: 10px;
}
.cx_keto_diet .cx_box_two .cx_image_one img {
    display: block;
    margin: auto;
}
.cx_keto_diet .cx_box_two .cx_image_box {
    position: relative;
    text-align: center;
}
.cx_keto_diet .cx_box_two .cx_image_box img {
    display: block;
    margin: auto;
}
.cx_keto_diet .cx_box_two .cx_food_list {
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}
.cx_keto_diet .cx_box_two .cx_food_list li {
    margin: 0px 50px 20px 0px;
    float: left;
    position: relative;
    padding: 0px 0px 0px 30px;
}
.cx_keto_diet .cx_box_two .cx_food_list li p {
    text-align: left;
    font-weight: 500;
}
.cx_keto_diet .cx_box_two .cx_food_list li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #f18501;
    border-radius: 50%;
}
.cx_keto_diet .cx_box_two .cx_list {
    position: relative;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.cx_keto_diet .cx_box_two .cx_list ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.cx_keto_diet .cx_box_two .cx_list li {
    display: inline-block;
    vertical-align: top;
    margin: 20px 15px;
}
.cx_keto_diet .cx_box_two .cx_list li p {
    position: relative;
    padding: 0px 0px 20px 0px;
    font-weight: 500;
    text-align: center !important;
}
.cx_keto_diet .cx_box_two .cx_list li .cx_line {
    width: 8px;
    height: 24px;
    margin: auto;
    display: block;
}
.cx_keto_diet .cx_box_two .cx_list li .cx_box {
    position: relative;
    width: 96px;
    height: 96px;
    background: #FFF;
    border-radius: 50%;
    border: 5px solid;
    line-height: 86px;
    margin: auto;
    display: block;
    text-align: center;
}
.cx_keto_diet .cx_box_two .cx_list li .cx_box p {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}
.cx_keto_diet .cx_box_two .cx_list li.cx_fat .cx_line {
    background: #457abc;
}
.cx_keto_diet .cx_box_two .cx_list li.cx_fat .cx_box {
    border-color: #457abc;
}
.cx_keto_diet .cx_box_two .cx_list li.cx_fat .cx_box p {
    color: #457abc;
}
.cx_keto_diet .cx_box_two .cx_list li.cx_proten .cx_line {
    background: #eb2026;
}
.cx_keto_diet .cx_box_two .cx_list li.cx_proten .cx_box {
    border-color: #eb2026;
}
.cx_keto_diet .cx_box_two .cx_list li.cx_proten .cx_box p {
    color: #eb2026;
}
.cx_keto_diet .cx_box_two .cx_list li.cx_veggie .cx_line {
    background: #8db845;
}
.cx_keto_diet .cx_box_two .cx_list li.cx_veggie .cx_box {
    border-color: #8db845;
}
.cx_keto_diet .cx_box_two .cx_list li.cx_veggie .cx_box p {
    color: #8db845;
}
.cx_keto_diet .cx_box_two .cx_list li.cx_crabs .cx_line {
    background: #ffcf03;
}
.cx_keto_diet .cx_box_two .cx_list li.cx_crabs .cx_box {
    border-color: #ffcf03;
}
.cx_keto_diet .cx_box_two .cx_list li.cx_crabs .cx_box p {
    color: #ffcf03;
}
.cx_keto_diet .cx_box_two .cx_boxes_images {
    position: relative;
    margin: 20px 0px 0px 0px;
}
/*****Section Box Three ****/
.cx_keto_diet .cx_box_three {
    padding: 30px 0px 0px 0px;
    text-align: center;
}
.cx_keto_diet .cx_box_three h2 {
    color: #1d2127;
    font-weight: 700;
    margin: 0px;
    padding: 20px;
    background: #FFF;
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 10;
}
.cx_keto_diet .cx_box_three h3 {
    color: #1d2127;
    font-weight: 500;
    margin: 0px;
    padding: 20px;
    background: #FFF;
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 10;
}
.cx_keto_diet .cx_box_three p {
    color: #1d2127;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.cx_keto_diet .cx_box_three p a {
    font-weight: 500;
    color: #20888e;
}
.cx_keto_diet .cx_box_three .cx_semibold {
    font-weight: 600;
    color: #20888e;
}
.cx_keto_diet .cx_box_three .cx_lightitalic {
    font-style: italic;
    font-weight: 300;
}
.cx_keto_diet .cx_box_three .cx_food_list {
    position: relative;
    text-align: left;
    display: table;
    width: 100%;
}
.cx_keto_diet .cx_box_three .cx_food_list li {
    margin: 0px 50px 20px 0px;
    float: left;
    position: relative;
    padding: 0px 0px 0px 30px;
}
.cx_keto_diet .cx_box_three .cx_food_list li p {
    text-align: left;
    font-weight: 500;
}
.cx_keto_diet .cx_box_three .cx_food_list li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #f18501;
    border-radius: 50%;
}
/*****Section Box Foure ****/
.cx_keto_diet .cx_box_foure {
    padding: 30px 0px 0px 0px;
    text-align: center;
}
.cx_keto_diet .cx_box_foure h2 {
    color: #1d2127;
    font-weight: 700;
    margin: 0px;
    padding: 20px;
    background: #FFF;
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 10;
}
.cx_keto_diet .cx_box_foure h3 {
    color: #1d2127;
    font-weight: 500;
    margin: 0px;
    padding: 20px;
    background: #FFF;
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 10;
}
.cx_keto_diet .cx_box_foure p {
    color: #1d2127;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.cx_keto_diet .cx_box_foure p a {
    font-weight: 500;
    color: #20888e;
}
.cx_keto_diet .cx_box_foure .cx_semibold {
    font-weight: 600;
    color: #20888e;
}
.cx_keto_diet .cx_box_foure .cx_lightitalic {
    font-style: italic;
    font-weight: 300;
}
.cx_keto_diet .cx_box_foure .cx_boxes_image {
    position: relative;
    margin-bottom: 20px;
}
.cx_keto_diet .cx_box_foure .cx_boxes_image p {
    padding: 20px 0px;
    text-align: center;
}
/*****Section Box Five ****/
.cx_keto_diet .cx_box_five {
    padding: 30px 0px 0px 0px;
    text-align: center;
}
.cx_keto_diet .cx_box_five h2 {
    color: #1d2127;
    font-weight: 700;
    margin: 0px;
    padding: 20px;
    background: #FFF;
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 10;
}
.cx_keto_diet .cx_box_five h3 {
    color: #1d2127;
    font-weight: 500;
    margin: 0px;
    padding: 20px;
    background: #FFF;
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 10;
}
.cx_keto_diet .cx_box_five p {
    color: #1d2127;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.cx_keto_diet .cx_box_five p a {
    font-weight: 500;
    color: #20888e;
}
.cx_keto_diet .cx_box_five .cx_semibold {
    font-weight: 600;
    color: #20888e;
}
.cx_keto_diet .cx_box_five .cx_lightitalic {
    font-style: italic;
    font-weight: 300;
}
.cx_keto_diet .cx_box_five .cx_boxes_image {
    position: relative;
    margin-bottom: 20px;
}
.cx_keto_diet .cx_box_five .cx_link_list {
    position: relative;
    text-align: left;
    display: table;
    width: 100%;
    margin: 25px 0px;
}
.cx_keto_diet .cx_box_five .cx_link_list li {
    margin: 0px 0px 0px 0px;
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    padding: 0px 0px 0px 30px;
}
.cx_keto_diet .cx_box_five .cx_link_list li p {
    text-align: left !important;
}
.cx_keto_diet .cx_box_five .cx_link_list li p a {
    text-align: left;
    color: #2c2127;
    text-decoration: none;
}
.cx_keto_diet .cx_box_five .cx_link_list li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #f18501;
    border-radius: 50%;
}
.cx_keto_diet .cx_box_five .cx_food_list {
    position: relative;
    text-align: left;
    display: table;
    width: 100%;
    margin: 25px 0px;
}
.cx_keto_diet .cx_box_five .cx_food_list li {
    margin: 0px 50px 20px 0px;
    float: left;
    position: relative;
    padding: 0px 0px 0px 30px;
}
.cx_keto_diet .cx_box_five .cx_food_list li p {
    text-align: left;
    font-weight: 500;
}
.cx_keto_diet .cx_box_five .cx_food_list li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #f18501;
    border-radius: 50%;
}
.cx_keto_diet .cx_box_five .cx_skip_diner {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.cx_keto_diet .cx_box_five .cx_skip_diner img {
    display: inline-block;
    vertical-align: top;
}
.cx_keto_diet .cx_box_five .cx_diet_plan {
    position: relative;
    margin: 50px 0px 0px 0px;
    text-align: center;
}
.cx_keto_diet .cx_box_five .cx_diet_plan img {
    display: inline-block;
    vertical-align: top;
}
.cx_keto_diet .cx_box_five .cx_food_list2 {
    position: relative;
    text-align: left;
    display: table;
    width: 100%;
    margin-top: 20px;
}
.cx_keto_diet .cx_box_five .cx_food_list2 li {
    margin: 0px 35px 10px 0px;
    float: left;
    position: relative;
    padding: 0px 0px 0px 30px;
}
.cx_keto_diet .cx_box_five .cx_food_list2 li p {
    text-align: left;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
}
.cx_keto_diet .cx_box_five .cx_food_list2 li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #f18501;
    border-radius: 50%;
}
/**** All Points ****/
.cx_keto_diet .cx_all_points {
    position: relative;
    text-align: center;
}
.cx_keto_diet .cx_all_points .cx_box_list {
    position: relative;
    margin-top: 50px;
}
.cx_keto_diet .cx_all_points h3 {
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #1d2127;
}
.cx_keto_diet .cx_all_points p {
    padding: 20px 0px 0px 0px;
    margin: 0px;
    font-weight: 400;
    text-align: left !important;
    -moz-text-align-last: center;
    color: #1d2127;
}
/*****Section Box Six ****/
.cx_keto_diet .cx_box_six {
    padding: 30px 0px 0px 0px;
    text-align: center;
}
.cx_keto_diet .cx_box_six h2 {
    color: #1d2127;
    font-weight: 700;
    margin: 0px;
    padding: 20px;
    background: #FFF;
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 10;
}
.cx_keto_diet .cx_box_six h3 {
    color: #1d2127;
    font-weight: 500;
    margin: 0px;
    padding: 20px;
    background: #FFF;
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 10;
}
.cx_keto_diet .cx_box_six p {
    color: #1d2127;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.cx_keto_diet .cx_box_five p a {
    font-weight: 500;
    color: #20888e;
}
.cx_keto_diet .cx_box_six .cx_text_list {
    position: relative;
    text-align: left;
    margin-top: 20px;
}
.cx_keto_diet .cx_box_six .cx_text_list p {
    margin: 0px 30px 10px 0px;
    font-weight: 500;
    text-align: left;
}
/*****Section FAQ's ****/
.cx_keto_diet .cx_meta_faqs {
    padding: 30px 0px 50px 0px;
    text-align: center;
}
.cx_keto_diet .cx_meta_faqs h2 {
    color: #1d2127;
    font-weight: 700;
    margin: 0px;
    padding: 20px;
    background: #FFF;
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 10;
}
.cx_keto_diet .cx_meta_faqs .cx_top_line {
    position: relative;
}
.cx_keto_diet .cx_meta_faqs .cx_top_line:after {
    position: absolute;
    left: 10%;
    top: 50%;
    height: 1px;
    background: #2baab3;
    width: 80%;
    content: "";
    z-index: -1;
}
.cx_keto_diet .cx_meta_faqs .cx_collaps_link {
    position: relative;
    margin: 0px 0px 0px 0px;
    text-align: center;
}
.cx_keto_diet .cx_meta_faqs .cx_collaps_link a {
    font-weight: 400;
    margin: 20px;
    text-decoration: none;
    color: #20888e;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
}
.cx_keto_diet .cx_meta_faqs .cx_collaps_link a.active {
    color: #1d2127;
}
.cx_keto_diet .cx_meta_faqs .cx_question_list {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 50px;
}
.cx_keto_diet .cx_meta_faqs .cx_question_list li {
    float: left;
    vertical-align: top;
    width: 100%;
    padding: 5px 0px;
    border-top: 1px solid #dedede;
    cursor:pointer;
}
.cx_keto_diet .cx_meta_faqs .cx_question_list li:last-child {
    border-bottom: 1px solid #dedede;
}
.cx_keto_diet .cx_meta_faqs .cx_question_list li:hover {
    background:#f4f4f4;
}
.cx_keto_diet .cx_meta_faqs .cx_question_list a {
    font-weight: 500;
    color: #20888e;
    text-decoration: none;
}
.cx_keto_diet .cx_meta_faqs .cx_question_list li h2 {
    background: url(/images/keto-diet-for-beginners/angle-left.png) left 10px center no-repeat;
    padding: 15px 0px 15px 35px;
    margin: 0px;
    font-weight: 700;
    font-size: 20px;
    color: #2c2127;
    text-align: left;
    display: block;
    width: 100%;
}
.cx_keto_diet .cx_meta_faqs .cx_question_list li p {
    font-weight: 400;
    padding: 10px 0px 10px 35px;
    text-align: left;
    font-size: 20px;
    color: #2c2127;
    display: none;
}
.cx_keto_diet .cx_meta_faqs .cx_question_list li:hover h2 {
    background: url(/images/keto-diet-for-beginners/caret-right.png)left 10px center no-repeat;
}
.cx_keto_diet .cx_meta_faqs .cx_question_list li.active h2 {
    background: url(/images/keto-diet-for-beginners/angle-down.png) left 10px center no-repeat;
}
.cx_keto_diet .cx_meta_faqs .cx_question_list li.active p {
    display: block;
}

/* ==================================================================
   14.0 - Keto Resources/Reference Page CSS
================================================================== */
/*****  Resources Page Css****/
.cx_resources {
    position: relative;
    padding:0px;
}
.cx_resources_pd{
    padding:0px;
}
.cx_resources .cx_top_text{
    position:relative;
    text-align:center;
}
.cx_resources .cx_top_text h2{
    text-transform:uppercase;
    text-align:center;
    font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 32px;
    margin-top:30px;
    color:#1d2127;
}
.cx_resources .cx_top_text .cx_line{
    margin:44px 0px;
    background-image: -webkit-linear-gradient(left,transparent,#dbdbdb,transparent);
    background-image: linear-gradient(to right,transparent,#dbdbdb,transparent);
    border: 0;
    height: 1px;
}
.cx_resources .cx_top_text h3{
    margin:0px 0px 25px 0px;
    padding:0px 5px;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    text-align:center;
    position: relative;
    color:#1d2127;
}
.cx_resources .cx_top_text h3:after{
    border-top: 1px solid #dbdbdb;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    z-index:0;
}
.cx_resources .cx_top_text h3 span{
    display:inline-block;
    padding:0px 5px;
    background: #fff;
    position:relative;
    z-index:10;
}
.cx_resources .cx_top_text .breadcrumbs{
    position:relative;
    text-align:left;
}
.cx_resources .cx_top_text .breadcrumbs ul{
    position:relative;
    display:inline-block;
    vertical-align:top;
    margin:0px 0px 30px 0px;
    list-style: none;
    text-align:left;
}
.cx_resources .cx_top_text .breadcrumbs li{
    position:relative;
    float:left;
    line-height:24px;
    color:#0a0a0a;
    font-size:17px;
    font-weight:500;
}
.cx_resources .cx_top_text .breadcrumbs li:after{
    position: relative;
    top: 0;
    margin: 0 .75rem;
    opacity: 1;
    content: ">";
    color: #cacaca;
}
.cx_resources .cx_top_text .breadcrumbs li.active:after{
    display:none;
}
.cx_resources .cx_top_text .breadcrumbs a{
    text-decoration:none;
    font-size: 17px;
    font-weight: 500;
    color:#2baab1;
}
.cx_resources .cx_main_box{
    position:relative;
    padding:0px 15px;
}
.cx_resources .cx_container{
    position:relative;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.cx_resources .cx_dark_blue{
    border:1px solid #0a3852;
    background:#0a3852;
    border-radius:3px;
}
.cx_resources .cx_gray_color{
    border:1px solid #2baab1;
    background:#2baab1;
    border-radius:3px;
}
.cx_resources .cx_title{
    position:relative;
    padding:10px 15px;
    font-weight:700;
    text-align:center;
    text-transform:uppercase;
    color:#FFF;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.cx_resources .cx_title a{
    color:#FFF;
}
.cx_resources .cx_main_list{
    position:relative;
    background:#FFF;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.cx_resources .cx_main_list ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.cx_resources .cx_main_list li{
    display:block;
    padding:10px 15px;
    text-align:center;
    border-bottom:1px solid #ddd;
    text-transform:uppercase;
    line-height:24px;
    font-size:12.6px;
}
.cx_resources .cx_main_list li:last-child{
    border-bottom:0px;
}
.cx_resources .cx_main_list a{
    text-decoration:none;
    outline:none;
    color:#2e353e;
}
.cx_resources .cx_main_list_details{
    position:relative;
    background:#FFF;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.cx_resources .cx_main_list_details ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.cx_resources .cx_main_list_details li{
    display:block;
    padding:10px 15px;
    text-align:center;
    border-bottom:1px solid #ddd;
    line-height:24px;
    font-size:14px;
}
.cx_resources .cx_main_list_details li:last-child{
    border-bottom:0px;
}
.cx_resources .cx_main_list_details a{
    text-decoration:none;
    outline:none;
    color:#2e353e;
}
/*** Pop Up ****/
.cx_resources .modal-body {
    position: relative;
    padding: 0px;
}
.cx_resources .modal-content{
    width:100%;
    margin:auto;
    background-color: #fefefe;
    padding: 20px;
    padding-bottom: 40px;
    border: 1px solid #888;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.cx_resources .modal-content h4{
    position:relative;
    text-align:left;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    margin:0px;
    padding:0px 20px 0px 0px;
    color:#1d2127;
    display:inline-block;
}
.cx_resources .modal-content .cx_video_box{
    padding:15px 0px;
}
.cx_resources .modal-content .modal-footer button{
    color:#666;
    background-color: #fff;
    border-color: #ccc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor:pointer;
}
.cx_resources .modal-content .modal-footer button:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.cx_resources .close {
    position:absolute;
    top:10px;
    right:15px;
    color:#000;
    font-weight:bold;
    font-size:28px;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
@media (max-width:1200px){
    .cx_resources .modal-content{
        max-width:340px;
    }
}
@media (max-width:991px){
    .cx_resources_pd{
        padding:0px 15px;
    }
    .cx_resources .cx_title{
        font-size:14px;
    }
    .cx_resources .cx_top_text h3:after{
        display:none;
    }
}
@media (max-width:600px){
    .cx_resources .modal-content{
        max-width:90%;
    }
}
/* ====================================================================
    15.0 - Client Success Story Page CSS
==================================================================== */
/*** ### Add Client Success ###****/
.cx_add_client_success{
    position:relative;
    padding:50px 0px;
}
.cx_add_client_success h2{
    color:#2baab1;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin:0px 0px 20px 0px;
    text-align:left;
}
.cx_add_client_success label{
    font-size:16px;
    font-weight:400;
    margin:0px 0px 5px 0px;
    padding:0px;
    text-align:left;
    color:#333;
}
.cx_add_client_success input{
    display: block;
    width: 100%;
    padding:10px 0px 10px 10px;
    font-size: 15px;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius:.25rem;
    width:100%;
    max-width:100%;
    display:inline-block;
    vertical-align:top;
    height:40px;
    margin-bottom:15px;
}
.cx_add_client_success textarea{
    display: block;
    width: 100%;
    padding:10px 0px 10px 10px;
    font-size: 15px;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius:.25rem;
    width:100%;
    max-width:100%;
    display:inline-block;
    vertical-align:top;
    height:150px;
    margin-bottom:25px;
    resize:none;
}
.cx_add_client_success input[type=file]{
    display:none;
}
.cx_add_client_success .custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.cx_add_client_success .cx_file_upload{
    position:relative;
    margin-bottom:15px;
}
.cx_add_client_success .cx_upload_btn{
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    font-weight:400;
    margin-bottom:5px;
}
.cx_add_client_success .cx_upload_btn span{
    display:inline-block;
    vertical-align:middle;
    color:#333;
    font-size:14px;
}
.cx_add_client_success p{
    line-height: 24px;
    margin: 0 0 20px;
    padding:0px;
    color:#333;
    font-size:14px;
}
.cx_add_client_success button{
    padding: 10px 16px;
    font-size: 18px;
    font-weight:400;
    line-height: 1.3333333;
    border-radius: 6px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #2baab1;
    border-color: #2baab1 #2baab1 #218388;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
    display:inline-block;
    vertical-align:top;
    border:1px solid transparent;
    cursor:pointer;
    margin-bottom:15px;
}
.cx_add_client_success button:hover{
    border-color: #30bec6 #30bec6 #26969c;
    background-color: #30bec6;
    color:#FFF;
}
/*** ### Success Story ###****/
.cx_success_story{
    position:relative;
    padding:0px;
}
.cx_success_story .cx_section_one{
    position:relative;
    background-image: -ms-linear-gradient(bottom right,#FFFFFF 0%,#f7f7f7 55%);
    background-image: -moz-linear-gradient(bottom right,#FFFFFF 0%,#f7f7f7 55%);
    background-image: -o-linear-gradient(bottom right,#FFFFFF 0%,#f7f7f7 55%);
    background-image: -webkit-gradient(linear,right bottom,left top,color-stop(0,#FFFFFF),color-stop(100,#f7f7f7));
    background-image: -webkit-linear-gradient(bottom right,#FFFFFF 0%,#f7f7f7 55%);
    background-image: linear-gradient(to top left,#FFFFFF 0%,#f7f7f7 55%);
    padding: 30px 0px 0px 0px;
    border-bottom: 1px solid #ededed;
}
.cx_success_story .cx_section_one .cx_left_box{
    position:relative;
    text-align:left;
}
.cx_success_story .cx_section_one .cx_left_box h1{
    color:#21a9b1;
    font-size: 2.6em;
    line-height: 44px;
    margin: 0 0 32px;
    font-weight:200;
    letter-spacing:-1px;
}
.cx_success_story .cx_section_one .cx_left_box p{
    font-size:14px;
    color:#333;
    line-height: 24px;
    margin: 0 0 20px;
    padding:0px;
    text-align:left;
}
.cx_success_story .cx_section_one .cx_left_box a{
    display:inline-block;
    background: #21a9b1;
    border-color: #21a9b1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 30px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
    padding:6px 12px;
}
.cx_success_story .cx_section_one .cx_left_box a:hover{
    border-color: #70c8e2 #70c8e2 #46b8da;
    background-color: #70c8e2;
    color: #fff;
}
.cx_success_story .cx_section_one .cx_right_box{
    background: #fff;
    border: 1px solid silver;
    border-radius: 10px;
    margin-bottom: -16px;
    box-shadow: 1px 1px 10px -4px;
}
.cx_success_story .cx_section_one .cx_right_box h2{
    text-align: center;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    font-size: 18px;
    margin:0px 0px 5px 0px;
    padding:0px;
    letter-spacing:-1px;
    line-height: 42px;
}
.cx_success_story .cx_section_one .cx_right_box p{
    font-size: 20px;
    line-height: 28px;
    margin:15px 0px 0px 0px;
    padding:0px;
    color:#333;
}
.cx_success_story .cx_section_one .cx_right_box a{
    background: #f5f5f5;
    color: #30878c;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    display:block;
    margin:30px auto;
    padding: 12px 25px;
    font-size: 16px;
    max-width:240px;
    width:100%;
    text-align:center;
    border-radius:4px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}
.cx_success_story .cx_section_one .cx_right_box a:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.cx_success_story .cx_section_one .cx_right_box .cx_review_box{
    overflow: hidden;
    text-align: center;
    width: 85%;
    margin: 0 auto;
    min-height: inherit;
    text-align:center;
}
.cx_success_story .cx_section_one .cx_right_box .cx_review_box img{
    margin:10px auto;
    display:inline-block;
    width:100%;
    max-width:508px !important;
}

/**** Section Two ****/
.cx_success_story .cx_section_two{
    background-image: -ms-linear-gradient(bottom right,#FFFFFF 0%,#FEFEFE 100%);
    background-image: -moz-linear-gradient(bottom right,#FFFFFF 0%,#FEFEFE 100%);
    background-image: -o-linear-gradient(bottom right,#FFFFFF 0%,#FEFEFE 100%);
    background-image: -webkit-gradient(linear,right bottom,left top,color-stop(0,#FFFFFF),color-stop(100,#FEFEFE));
    background-image: -webkit-linear-gradient(bottom right,#FFFFFF 0%,#FEFEFE 100%);
    background-image: linear-gradient(to top left,#FFFFFF 0%,#FEFEFE 100%);
    padding: 50px 0px;
}
.cx_success_story .cx_section_two h2{
    font-weight: 700;
    color: #666;
    font-size: 22px;
    text-transform:capitalize;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
}
.cx_success_story .cx_section_two h3{
    font-style: italic;
    font-weight: 700;
    color: #666;
    margin: 8px 0;
    font-size: 18px;
    letter-spacing: normal;
    line-height: 24px;
    text-transform:capitalize;
}
.cx_success_story .cx_section_two h4{
    color: #888;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px;
}
.cx_success_story .cx_section_two a.cx_review_btn{
    margin-top:30px;
    background: #f5f5f5;
    color: #30878c;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    display:inline-block;
    vertical-align:top;
    padding: 12px 25px;
    font-size: 16px;
    text-align:center;
    border-radius:4px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}
.cx_success_story .cx_section_two a.cx_review_btn:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.cx_success_story .cx_section_two .cx_review_images{
    position:relative;
}
.cx_success_story .cx_section_two .cx_review_images img{
    width:100%;
    min-height:215px;
}
@media (max-width:991px){
    .cx_success_story .cx_section_two{
        border-bottom: 1px solid #d5d5d5;
        margin-bottom:30px;
    }
}

/**** Section Three ****/
.cx_success_story .cx_section_three{
    position:relative;
}
.cx_success_story .cx_section_three h2{
    font-weight: 700;
    color: #666;
    font-size: 22px;
    text-transform:capitalize;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
}
.cx_success_story .cx_section_three h3{
    font-style: italic;
    font-weight: 700;
    color: #666;
    margin: 8px 0;
    font-size: 18px;
    letter-spacing: normal;
    line-height: 24px;
    text-transform:capitalize;
}
.cx_success_story .cx_section_three h4{
    color: #888;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px;
}
.cx_success_story .cx_section_three a.cx_review_btn{
    background: #f5f5f5;
    color: #30878c;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    display:block;
    margin:30px auto;
    padding: 12px 25px;
    font-size: 16px;
    display:inline-block;
    vertical-align:top;
    text-align:center;
    border-radius:4px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}
.cx_success_story .cx_section_three a.cx_review_btn:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.cx_success_story .cx_section_three .cx_review_video{
    position:relative;
}
.cx_success_story .cx_section_three .cx_review_video iframe{
    width: 100% !important;
    height: auto;
    min-height: 205px;
}
/**** Section Foure ****/
.cx_success_story .cx_section_foure{
    position:relative;
}
.cx_success_story .cx_section_foure .cx_main_box{
    position:relative;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.68);
    -moz-box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.68);
    box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.68)
}
.cx_success_story .cx_section_foure h2{
    margin: 33px 0px;
    padding:0px;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    color: #131313;
    line-height:1.1;
}
.cx_success_story .cx_section_foure  h3{
    display:none;
}
.cx_success_story .cx_section_foure .cx_left_box{
    position:relative;
    padding:0px 15px;
    margin-bottom:40px;
}
.cx_success_story .cx_section_foure .cx_left_box iframe{
    width:100%;
    height:279px;
}
.cx_success_story .cx_section_foure .cx_left_box .cx_new_letter{
    position: absolute;
    top:0px;
    width: 100%;
    height: 279px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    border: 3px solid #6db2ba;
}
.cx_success_story .cx_section_foure .cx_left_box .cx_new_letter p{
    font-size: 15px;
    line-height: 1.5;
    margin:99px 0px 20px 0px;
    padding:0px;
    color:#FFF;
}
.cx_success_story .cx_section_foure .cx_left_box .cx_new_letter input{
    display: block;
    width: 100%;
    padding:10px 0px 10px 10px;
    font-size: 15px;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius:.25rem;
    width:100%;
    max-width:173px;
    display:inline-block;
    vertical-align:top;
    height:43px;
}
.cx_success_story .cx_section_foure .cx_left_box .cx_new_letter button{
    font-size: 16px;
    padding: 8px 20px;
    background: #ed8f1b;
    border-radius: 4px;
    display:inline-block;
    vertical-align:top;
    border:1px solid transparent;
    margin-left: 10px;
    font-weight: 700;
    color: #fff;
}
.cx_success_story .cx_section_foure .cx_left_box .cx_new_letter .cx_or{
    position:relative;
    margin:10px 0px 0px 0px;
    text-align:center;
    display:block;
    color:#FFF;
}
.cx_success_story .cx_section_foure .cx_left_box .cx_new_letter a{
    background: #1887fb;
    color: #fff;
    font-size: 18px;
    height: 50px;
    line-height:50px;
    width: 100%;
    clear: both;
    margin-top: 10px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    display:none;
    vertical-align:top;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 0px 1rem;
    border-radius: .25rem;
}
.cx_success_story .cx_section_foure .cx_left_box .cx_new_letter a span{
    display: inline-block;
    background:url(../images/success-story/eb738b9c016d4a2798cb64a880f7e82d.png) no-repeat;
    width: 21px;
    height: 21px;
    background-size: 21px;
    margin-left: 5px;
    position: relative;
    display:inline-block;
    vertical-align:middle;
}
.cx_success_story .cx_section_foure .cx_right_box{
    position:relative;
    padding:0px 15px;
    text-align:left;
}
.cx_success_story .cx_section_foure .cx_right_box h3{
    font-size: 25px;
    font-weight: 700;
    color: #131313;
    line-height: 27px;
    margin:0px 0px 20px 0px;
}
.cx_success_story .cx_section_foure .cx_right_box ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.cx_success_story .cx_section_foure .cx_right_box li{
    display:inline-block;
    vertical-align:top;
    width:100%;
    padding:0px 60px 0px 32px;
    margin:0px 0px 14px 0px;
    background:url(../images/success-story/icon-checked.png) left top no-repeat;
    color:#131313;
    line-height: 26px;
    font-size: 21px;
    font-weight: 500;
}
@media (max-width:991px){
    .cx_success_story .cx_section_foure{
        position:relative;
        padding:0px 15px;
    }
    .cx_success_story .cx_section_foure .cx_main_box{
        position:relative;
        border: 1px solid #c0c0c0;
        border-radius: 5px;
        -webkit-box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.68);
        -moz-box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.68);
        box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.68);
    }
    .cx_success_story .cx_section_foure h2{
        font-size: 27px;
        font-weight: 300;
        padding: 0px 25px;
        color:#043352;
        text-transform:uppercase;
        font-family:Raleway,Arial,sans-serif;
    }
    .cx_success_story .cx_section_foure  h3{
        text-align: center;
        margin-bottom: 17px;
        color: #4A4A4A;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 28px;
        font-weight: 300;
        padding: 0px 15px;
        display:block;
    }
    .cx_success_story .cx_section_foure .cx_left_box{
        position:relative;
        padding:0px;
        margin-bottom:40px;
    }
    .cx_success_story .cx_section_foure .cx_left_box iframe{
        height:380px;
    }
    .cx_success_story .cx_section_foure .cx_left_box .cx_new_letter{
        height: 380px;
        padding:0px 15px;
    }
    .cx_success_story .cx_section_foure .cx_left_box .cx_new_letter p{
        margin-top: 40px;
        font-size: 26px;
        margin-bottom: 10px;
    }
    .cx_success_story .cx_section_foure .cx_left_box .cx_new_letter input{
        display: block;
        max-width:100%;
        height:50px;
        font-size:16px;
    }
    .cx_success_story .cx_section_foure .cx_left_box .cx_new_letter button{
        width:100%;
        margin:10px 0px 0px 0px;
        height:50px;
    }
    .cx_success_story .cx_section_foure .cx_left_box .cx_new_letter .cx_or{
        font-size:16px;
    }
    .cx_success_story .cx_section_foure .cx_left_box .cx_new_letter a{
        display:inline-block;
    }
    .cx_success_story .cx_section_foure .cx_right_box{
        position:relative;
        padding:0px 15px;
        text-align:left;
        display:none;
    }
}
/*** ### Section Five ### ***/
.cx_success_story .cx_section_five{
    position:relative;
    display:none;
}
.cx_success_story .cx_section_five h2{
    background: #b0dfe5;
    color: #5b5a5a;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 3px;
}
.cx_success_story .cx_section_five ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.cx_success_story .cx_section_five li{
    background:url(../images/success-story/arrow.jpg) left center no-repeat;
    padding:0px 0px 0px 20px;
    border-bottom:2px solid #52a8b3;
    display:inline-block;
    vertical-align:top;
    width:100%;
    position:relative;
    line-height:1.5;
}
.cx_success_story .cx_section_five a{
    display:block;
    text-decoration:none;
    font-size:1px;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px;
    color: #000000;
    padding: 12px 0px;
}
@media (max-width:991px){
    .cx_success_story .cx_section_five{
        display:block;
    }
}
/* ====================================================================
    16.0 - Keto Before and After Review/Stories
==================================================================== */
/*** ### Before After Success Page Css ###****/
.cx_before_after {
    position: relative;
    padding: 20px 0px;
}
/*** Top Text ***/
.cx_before_after .cx_top_text {
    position: relative;
}
.cx_before_after .cx_top_text ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.cx_before_after .cx_top_text li {
    display: inline-block;
    vertical-align: top;
    color: #333;
}
.cx_before_after .cx_top_text a {
    text-decoration: none;
    color: #2BAAB1;
    outline: none;
}
.cx_before_after .cx_top_text li.active a {
    color: #333;
}
.cx_before_after .cx_top_text h1 {
    position: relative;
    text-align: center;
    padding: 20px 0px;
    font-weight: normal;
}
.cx_before_after .cx_top_text h1 span {
    font-size: 30px;
    background-color: #fff;
    padding: 0 10px;
    color: #000000;
    position: relative;
    z-index: 1;
}
.cx_before_after .cx_top_text h1:after {
    position: absolute;
    content: "";
    left: 15px;
    right: 15px;
    height: 1px;
    background: #ddd;
    top: 52%;
}
.cx_before_after .cx_top_text p {
    font-size: 18px;
    color: #000000;
    position: relative;
    margin: 0px;
    padding: 0px;
}
@media (max-width:991px) {
    .cx_before_after .cx_top_text h1:after {
        display: none;
    }
}
/*** Before After Blog Post ****/
.cx_before_after .cx_middle_content {
    position: relative;
    padding: 0px 15px 50px 15px;
}
.cx_before_after .cx_middle_content .cx_post_section {
    background-image: -ms-linear-gradient(bottom right, #FFFFFF 0%, #FEFEFE 100%);
    background-image: -moz-linear-gradient(bottom right, #FFFFFF 0%, #FEFEFE 100%);
    background-image: -o-linear-gradient(bottom right, #FFFFFF 0%, #FEFEFE 100%);
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #FFFFFF), color-stop(100, #FEFEFE));
    background-image: -webkit-linear-gradient(bottom right, #FFFFFF 0%, #FEFEFE 100%);
    background-image: linear-gradient(to top left, #FFFFFF 0%, #FEFEFE 100%);
    padding: 30px 15px 0px 15px;
}
.cx_before_after .cx_middle_content .cx_post_section .cx_post_box {
    position: relative;
    cursor: pointer;
}
.cx_before_after .cx_middle_content .cx_post_section .cx_post_box .cx_review_images {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}
.cx_before_after .cx_middle_content .cx_post_section .cx_post_box .cx_review_images img {
    width: 100%;
    min-height: 215px;
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    border-radius: 10px;
}
.cx_before_after .cx_middle_content .cx_post_section .cx_post_box:hover .cx_review_images img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.cx_before_after .cx_middle_content .cx_post_section .cx_post_box h3 {
    font-weight: bold;
    color: #333;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    text-transform: capitalize;
    min-height: 80px;
}
.cx_before_after .cx_middle_content .cx_post_section .cx_post_box h4 {
    color: #868686;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 27px;
    padding: 10px 0px;
    margin: 0px;
}
.cx_before_after .cx_middle_content .cx_post_section .cx_post_box h4 .cx_date {
    float: right;
}
.cx_before_after .cx_middle_content .cx_post_section .cx_post_box h4 .cx_date .cx_calender {
    color: #868686;
    display: inline-block;
    vertical-align: middle;
}
.cx_before_after .cx_middle_content .cx_post_section .cx_post_box p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    margin: 0px 0px 20px 0px;
    text-align: justify;
}
.cx_before_after .cx_middle_content .cx_post_section .cx_post_box a{
    position: absolute;
    right: 15px;
    bottom: 0px;
    text-decoration: none;
    color: #2BAAB1;
    font-weight: 400;
    margin: 20px 0px 0px 0px;
    font-size: 14px;
    outline: none;
}
.cx_before_after .cx_middle_content .cx_notes {
    position: relative;
    margin: 15px 0px;
}
.cx_before_after .cx_middle_content .cx_notes p {
    text-align: center;
    color: #6d6c6c;
    font-size: 85%;
    margin: 0px;
    padding: 10px 0px;
}
.cx_before_after .cx_middle_content .cx_notes .cx_line {
    background-image: -webkit-linear-gradient(left, transparent, #dbdbdb, transparent);
    background-image: linear-gradient(to right, transparent, #dbdbdb, transparent);
    border: 0;
    height: 1px;
    width: 100%;
}
.cx_before_after .cx_middle_content .cx_post_section a.cx_load_btn {
    position: relative;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #30878c;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    display:inline-block;
    vertical-align:top;
    margin-top: 30px;
    padding: 12px 0px;
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}
.cx_before_after .cx_middle_content .cx_post_section a.cx_load_btn:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
@media (max-width:767px) {
    .cx_before_after .cx_middle_content .cx_post_section .cx_post_box h3 {
        min-height:inherit;
    }
}
/*** Featured Section Sidebar Css ****/
.cx_before_after .cx_middle_content .cx_sidebar {
    position: relative;
    text-align: center;
    margin-top: 30px;
}
.cx_before_after .cx_middle_content .cx_sidebar a.cx_feature {
    background: #2baab1;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    border-color: #08c #08c #069;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
    padding: 10px 0px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-height: 350px;
    text-decoration: none;
    border-radius: 6px;
}
.cx_before_after .cx_middle_content .cx_sidebar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}
.cx_before_after .cx_middle_content .cx_sidebar li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 15px;
}
.cx_before_after .cx_middle_content .cx_sidebar img {
    display: block;
    margin: auto;
}
.cx_before_after .cx_middle_content .cx_sidebar a {
    text-decoration: none;
    outline: none;
    border: none;
}
/* ====================================================================
    16.1 - Top Header Notice Css
==================================================================== */

/*** ### Promo Notice Css ###****/
.cx_top_promo{
    position:relative;
    background:#284b55;
    line-height:70px;
    padding:5px 0px;
    text-align:center;
}
.cx_top_promo .cx_iner_promo{
    display:inline-block;
    vertical-align:middle;
    line-height:normal;
    width:100%;
    position:relative;
}
.cx_top_promo .cx_text_promo{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    line-height:normal;
    max-width:600px;
    width:100%;
}
.cx_top_promo .cx_text_promo p{
    font-size:14px;
    font-weight:500;
    margin:5px 0px;
    text-align:center;
    display:inline-block;
    vertical-align:middle;
    color:#FFF;
    text-transform:uppercase;
}
.cx_top_promo .cx_text_promo p span{
    font-size:16px;
    font-weight:600;
    display:inline-block;
    margin:0px 0px 0px 20px;
    text-transform:none;
}
.cx_top_promo .cx_button{
    display:inline-block;
    vertical-align:middle;
    line-height:normal;
    margin:0px 10px 5px 10px;
    text-align:center;
    position:relative;
}
.cx_top_promo .cx_button h5{
    display:block;
    vertical-align:middle;
    margin:0px 0px 2px 0px;
    font-size:12px;
    color:#FFF;
    text-transform:none;
}
.cx_top_promo .cx_button p{
    display:inline-block;
    margin:0px;
    line-height:normal;
    vertical-align:middle;
    padding:5px 12px;
    border:2px solid #FFF;
    outline:none;
    background:none;
    text-align:center;
    color:#FFF;
    text-transform:uppercase;
    font-size:20px;
    border-radius:4px;
    cursor:text;
    text-decoration:none;
}
.cx_top_promo .cx_button p.countdown{
    width:100%;
    max-width:125px;
    min-width:125px;
}
.cx_top_promo .cx_button .cx_dialpad{
    position:absolute;
    bottom:-10px;
    left:0px;
    width:100%;
    text-align:center;
}
.cx_top_promo .cx_button .cx_dialpad span{
    background:#284b55;
    display:inline-block;
    vertical-align:top;
    margin:0px 23px;
    color:#FFF;
    font-size:12px;
}
.cx_top_promo .cx_button .cx_dialpad span:first-child{
    margin:0px;
}
.cx_top_promo .cx_button .cx_dialpad span:last-child{
    margin:0px;
}
/* ====================================================================
    17.0 - Featured Story CSS
==================================================================== */

/*** ### OtherStory Page Css ###****/
.cx_otherstory {
    position: relative;
    padding:0px;
}
/*** Top Text ***/
.cx_otherstory .cx_top_text {
    position: relative;
    padding:30px 0px 0px 0px;
}
.cx_otherstory .cx_top_text ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.cx_otherstory .cx_top_text li {
    position:relative;
    padding:0px 25px 0px 20px;
    display: inline-block;
    vertical-align: top;
    color: #6c6d6d;
    background:url(../images/eb-assets/right-arrow.png) right center no-repeat;
}
.cx_otherstory .cx_top_text li:first-child{
    padding-left:0px;
}
.cx_otherstory .cx_top_text li:last-child{
    background:none;
}
.cx_otherstory .cx_top_text a {
    text-decoration: none;
    color: #229ba9;
    font-size:17px;
    font-weight:400;
    outline: none;
}
.cx_otherstory .cx_top_text li.active a {
    color: #6c6d6d;
}
@media (max-width:600px){
    .cx_otherstory .cx_top_text li {
        padding:0px 20px 0px 15px;
    }
    .cx_otherstory .cx_top_text li:last-child{
        background:none;
        padding-left:0px;
    }
    .cx_otherstory .cx_top_text a {
        font-size:15px;
    }
}
.cx_otherstory .cx_storylist .cx_storybox .cx_image img{
    width:100%;
    max-height: 224px;
    min-height: 224px;
}

/**** Heading Text ****/
.cx_otherstory .cx_top_heading{
    position:relative;
    padding:20px 0px;
    background:#f8f7f7;
    margin:30px 0px;
    text-align:center;
}
.cx_otherstory .cx_top_heading h1{
    position:relative;
    color:#333333;
    font-weight:600;
    margin:0px;
    padding:0px;
    font-size:35px;
    text-align:center;
    display:inline-block;
    vertical-align:top;
    /*max-width:400px;*/
    width:100%;
}
.cx_otherstory .cx_top_heading h1 span{
    position:relative;
    z-index:1;
    background:#f8f7f7;
    padding:0px 50px;
}
.cx_otherstory .cx_top_heading h1:before{
    content:"";
    position:absolute;
    left:0px;
    width:100%;
    top:50%;
    height:1px;
    background:#333333;
    right:0px;
}
.cx_otherstory .cx_top_heading p{
    position:relative;
    color:#484848;
    font-weight:400;
    margin:0px;
    padding:0px;
    font-size:25px;
    text-align:center;
}
@media (max-width:576px){
    .cx_otherstory .cx_top_heading h1{
        font-size:25px;
    }
    .cx_otherstory .cx_top_heading h1 span{
        padding:0px 30px;
    }
    .cx_otherstory .cx_top_heading h1:before{
        display:none;
    }
    .cx_otherstory .cx_top_heading p{
        font-size:20px;
    }
}
/**** Story Pgae List ****/
.cx_otherstory .cx_storylist{
    position:relative;
    background:#f8f7f7;
    margin:0px 0px 50px 0px;
}
.cx_otherstory .cx_storylist .cx_storybox{
    position:relative;
    display:block;
    margin:auto;
    margin-top:30px;
    width:100%;
    max-width:460px;
    cursor:pointer;
}
.cx_otherstory .cx_storylist .cx_storybox .cx_text{
    position:relative;
    background:#333333;
    text-align:center;
    color:#FFF;
    font-size:13px;
    font-weight:700;
    margin:0px;
    padding:5px 0px;
    text-transform:uppercase;
}
.cx_otherstory .cx_storylist .cx_storybox .cx_image{
    position:relative;
    margin:10px 0px;
    display:inline-block;
    vertical-align:middle;
    line-height:normal;
    background-size:cover !important;
    background-position:center center !important;
    width:100%;
    padding:0px 0px 80% 0px;
}

.cx_otherstory .cx_storylist .cx_storybox .cx_image .cx_blackoverlay{
    position:absolute;
    left:0px;
    right:0px;
    bottom:0px;
    top:0px;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    text-align:center;
    display:none;
}
.cx_otherstory .cx_storylist .cx_storybox .cx_blackoverlay a{
    position: relative;
    top: 43%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#FFF;
    font-weight:600;
    font-size:20px;
    margin:0px;
    padding:0px;
    text-align:center;
    text-decoration:none;
    outline:none;
    border:none;
}
.cx_otherstory .cx_storylist .cx_storybox:hover .cx_blackoverlay{
    display:block;
}
.cx_otherstory .cx_storylist .cx_pagination{
    position:relative;
    text-align:center;
    margin:40px 0px;
}
.cx_otherstory .cx_storylist .cx_pagination ul{
    margin:0px;
    padding:0px;
    text-align:center;
    list-style:none;
}
.cx_otherstory .cx_storylist .cx_pagination li{
    display:inline-block;
    vertical-align:middle;
    color:#333333;
    margin:0px;
    padding:0px;
}
.cx_otherstory .cx_storylist .cx_pagination li:first-child{
    margin-right:30px;
}
.cx_otherstory .cx_storylist .cx_pagination li:last-child{
    margin-left:30px;
}
.cx_otherstory .cx_storylist .cx_pagination a {
    text-decoration: none;
    display: block;
    /* padding: 4px 10px; */
    /* color: #333333; */
    /* outline: none; */
    text-align: center !important;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Cabin', sans-serif;
}
.cx_otherstory .cx_storylist .cx_pagination a span{
    font-weight:600;
}
.cx_otherstory .cx_storylist .cx_pagination li.active a{
    background:#4cc0cc;
    color:#FFF !important;
}
.cx_otherstory .cx_storylist .cx_pagination li:hover a{
    color:#4cc0cc;
}
.cx_otherstory a.cx_load_btn {
    position: relative;
    background: #4cc0cc;
    border: 1px solid #f5f5f5;
    color: #FFF;
    cursor: pointer;
    font-weight: 700;
    margin: 0 auto;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    padding: 12px 0px;
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}
@media (max-width:576px){
    .cx_otherstory .cx_storylist .cx_pagination li:first-child{
        margin-right:20px;
    }
    .cx_otherstory .cx_storylist .cx_pagination li:last-child{
        margin-left:20px;
    }
    .cx_otherstory .cx_storylist .cx_pagination a{
        padding:3px 8px;
        font-size:15px;
    }
}




/**** ### Featured  Page Css #### ****/
.cx_featuredstory{
    position:relative;
    padding:0px;
}
.cx_featuredstory .cx_previousstory {
    position: relative;
    background: #f8f7f7;
    margin: 0px 0px 50px 0px;
    text-align: center;
    display: block !important;
}
/*** Top Text ***/
.cx_featuredstory .cx_top_text {
    position: relative;
    padding:30px 0px 0px 0px;
}
.cx_featuredstory .cx_top_text ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.cx_featuredstory .cx_top_text li {
    position:relative;
    padding:0px 25px 0px 20px;
    display: inline-block;
    vertical-align: top;
    color: #6c6d6d;
    background:url(../images/eb-assets/right-arrow.png) right center no-repeat;
}
.cx_featuredstory .cx_top_text li:first-child{
    padding-left:0px;
}
.cx_featuredstory .cx_top_text li:last-child{
    background:none;
}
.cx_featuredstory .cx_top_text a {
    text-decoration: none;
    color: #229ba9;
    font-size:17px;
    font-weight:400;
    outline: none;
}
.cx_featuredstory .cx_top_text li.active a {
    color: #6c6d6d;
}
@media (max-width:600px){
    .cx_featuredstory .cx_top_text li {
        padding:0px 20px 0px 15px;
    }
    .cx_featuredstory .cx_top_text li:last-child{
        background:none;
        padding-left:0px;
    }
    .cx_featuredstory .cx_top_text a {
        font-size:15px;
    }
}
/**** Heading Text ****/
.cx_featuredstory .cx_top_heading{
    position:relative;
    padding:20px 0px;
    margin:30px 0px;
    text-align:center;
}
.cx_featuredstory .cx_top_heading h1{
    position:relative;
    color:#333333;
    font-weight:600;
    margin:0px;
    padding:0px 50px;
    font-size:45px;
    text-align:center;
    display:inline-block;
    vertical-align:top;
}
.cx_featuredstory .cx_top_heading h1 span{
    position:relative;
    z-index:1;
    background:url(../images/eb-assets/star.png) left 10px center no-repeat, #FFF;
    padding:0px 50px 0px 75px;
    background-size:40px;
}
.cx_featuredstory .cx_top_heading h1:before{
    content:"";
    position:absolute;
    left:0px;
    width:100%;
    top:50%;
    height:1px;
    background:#333333;
    right:0px;
}
@media (max-width:991px){
    .cx_featuredstory .cx_top_heading h1{
        font-size:35px;
    }
}
@media (max-width:576px){
    .cx_featuredstory .cx_top_heading h1{
        font-size:25px;
        padding:0px;
    }
    .cx_featuredstory .cx_top_heading h1 span{
        padding:0px 0px 0px 60px;
    }
    .cx_featuredstory .cx_top_heading h1:before{
        display:none;
    }
}
/*** Middle Content ****/
.cx_featuredstory .cx_middle_content{
    position:relative;
    padding:0px 0px 50px 0px;
}
.cx_featuredstory .cx_middle_content img{
    display:block;
    margin:auto;
    margin-bottom:20px;
    padding: 15px !important;
}
.cx_featuredstory .cx_middle_content  p{
    color:#333333;
    font-size:18px;
    font-weight:400;
    margin:0px 0px 20px 0px;
    padding:0px;
}
.cx_featuredstory .cx_middle_content p strong{
    font-weight:600;
}
@media (max-width:991px){
    .cx_featuredstory .cx_middle_content .cx_reverse{
        flex-direction: column-reverse;
    }
}
/**** Previous Story ****/
.cx_featuredstory .cx_previousstory{
    position:relative;
    background:#f8f7f7;
    margin:0px 0px 50px 0px;
    text-align:center;
}
.cx_featuredstory .cx_previousstory h2{
    position:relative;
    color:#333333;
    font-weight:600;
    margin:30px 0px;
    padding:0px 50px;
    font-size:30px;
    text-align:center;
    display:inline-block;
    vertical-align:top;
}
.cx_featuredstory .cx_previousstory  h2 span{
    position:relative;
    z-index:1;
    background:#f8f7f7;
    padding:0px 20px;
}
.cx_featuredstory .cx_previousstory  h2:before{
    content:"";
    position:absolute;
    left:0px;
    width:100%;
    top:50%;
    height:1px;
    background:#333333;
    right:0px;
}
.cx_featuredstory .cx_previousstory  .owl-theme{
    position:relative;
    overflow:hidden !important;
}
.cx_featuredstory .cx_previousstory .cx_storybox{
    position:relative;
    display:block;
    margin:auto;
    width:100%;
    max-width:460px;
    cursor:pointer;
}
.cx_featuredstory .cx_previousstory .cx_storybox .cx_text{
    position:relative;
    background:#333333;
    text-align:center;
    color:#FFF;
    font-size:13px;
    font-weight:700;
    margin:0px;
    padding:5px 0px;
    text-transform:uppercase;
}
.cx_featuredstory .cx_previousstory .cx_storybox .cx_image img{
    max-height:218px;
    min-height:218px;
}

.cx_featuredstory .cx_previousstory .cx_storybox .cx_image{
    position:relative;
    margin:10px 0px;
    background-size:cover !important;
    background-position:center center !important;
    width:100%;
    padding:0px 0px 80% 0px;
}
.cx_featuredstory .cx_previousstory .cx_storybox .cx_image .cx_blackoverlay{
    position:absolute;
    left:0px;
    right:0px;
    bottom:0px;
    top:0px;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    text-align:center;
    display:none;
}
.cx_featuredstory .cx_previousstory .cx_storybox .cx_blackoverlay a{
    position: relative;
    top: 43%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#FFF;
    font-weight:600;
    font-size:20px;
    margin:0px;
    padding:0px;
    text-align:center;
    text-decoration:none;
    outline:none;
    border:none;
}
.cx_featuredstory .cx_previousstory .cx_storybox:hover .cx_blackoverlay{
    display:block;
}
.cx_featuredstory .cx_previousstory .cx_pagination{
    position:relative;
    text-align:center;
    margin:40px 0px;
    padding: 20px;
}
.cx_featuredstory .cx_previousstory .cx_pagination ul{
    margin:0px;
    padding:0px;
    text-align:center;
    list-style:none;
}
.cx_featuredstory .cx_previousstory .cx_pagination li{
    display:inline-block;
    vertical-align:middle;
    color:#333333;
    margin:0px;
    padding:0px;
}
.cx_featuredstory .cx_previousstory .cx_pagination li:first-child{
    margin-right:30px;
}
.cx_featuredstory .cx_previousstory .cx_pagination li:last-child{
    margin-left:30px;
}
.cx_featuredstory .cx_previousstory .cx_pagination a{
    text-decoration:none;
    display:block;
    padding:4px 10px;
    color:#333333;
    outline:none;
    font-size:17px;
    font-weight:600;
    font-family: 'Cabin', sans-serif;
}
.cx_featuredstory .cx_previousstory .cx_pagination a span{
    font-weight:600;
}
.cx_featuredstory .cx_previousstory .cx_pagination li.active a{
    background:#4cc0cc;
    color:#FFF !important;
}
.cx_featuredstory .cx_previousstory .cx_pagination li:hover a{
    color:#4cc0cc;
}
.cx_featuredstory .cx_previousstory a.cx_load_btn {
    position: relative;
    background: #4cc0cc;
    border: 1px solid #f5f5f5;
    color: #FFF;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    padding: 12px 0px;
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}
.cx_featuredstory .cx_previousstory a.view_all_button {
    position: relative;
    background: #4cc0cc;
    border: 1px solid #f5f5f5;
    color: #FFF;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    padding: 12px 0px;
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}
@media (max-width:576px){
    .cx_featuredstory .cx_previousstory .cx_pagination li:first-child{
        margin-right:20px;
    }
    .cx_featuredstory .cx_previousstory .cx_pagination li:last-child{
        margin-left:20px;
    }
    .cx_featuredstory .cx_previousstory .cx_pagination a{
        padding:3px 8px;
        font-size:15px;
    }
}
/* ====================================================================
   18.0 - Keto Health Summit CSS
==================================================================== */

.row.cx_gallery{margin:-15px; font-family: 'Raleway', sans-serif; font-weight:400;}
.cx_gallery-column{padding:15px;}
.cx_gallery-item{position:relative; background-size:cover; background-position:center top; background-repeat:no-repeat;}
.cx_gallery-item figure, .cx_gallery-item figure a{display:block; height:100%;}
.cx_gallery-item figure img{opacity:0; visibility:hidden; width:100%; max-width:100%;}
.cx_gallery-item-content-box{position:absolute; left:0; bottom:0; width:100%; height:auto; background:rgba(0,0,0,0.5); padding:10px 15px;}
.cx_gallery-item-content-box p{color:#fff; font-size:15px; line-height:1.4;}
.cx_gallery-item-content-box button{padding:0; margin:0; border:0; background:none; color:#74d0f5;}
.text{display:none;}
.cx_gallery-button-group-wrap{padding:30px 0;}.clearfix::after{display:block; clear:both; content:"";}
.cx_gallery-btn{border:0; border-radius:0; background-color:#45bfcb; padding:10px 15px; line-height:20px; text-align:center; color:#fff; font-size:15px; font-weight:400; display:inline-block; text-decoration:none;}
.cx_gallery-btn:hover, .cx_gallery-btn:focus{text-decoration:none; color:#fff; background-color:#33b3c0;}
.cx_gallery-button-group .cx_gallery-btn{margin-right:10px;}
.cx_gallery-button-group .cx_gallery-btn:last-child{margin-right:0;}

@media(max-width:575px){
    .cx_gallery-column{width:100%;}
}
/*--Flexbox--*/
.d-flex{display:-ms-flexbox; display:flex;}
.d-inline-flex{display:-ms-inline-flexbox; display:inline-flex;}
.flex-column{-ms-flex-direction:column; flex-direction:column;}
.align-items-center{-ms-flex-align:center; align-items:center;}
.justify-content-center{-ms-flex-pack:center; justify-content:center;}
.justify-content-end{-ms-flex-pack:end; justify-content:flex-end;}
.flex-grow-1{-ms-flex-positive:1;flex-grow:1;}

/*--Other Common Classes--*/
.p-0{padding:0 !important;}
.d-block{display:block !important;}

.white-color{color:#fff;}
.cx_gallery-item-hover{background:rgba(0,0,0,0.5); position:absolute; left:0; bottom:0; width:100%; height:100%; padding:10px 15px; opacity:0; visibility:hidden;
    -o-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -khtml-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear;
}
.cx_gallery-item:hover .cx_gallery-item-hover{opacity:1; visibility:visible;}
.cx_gallery-item-hover p{position:absolute; left:0; bottom:0; width:100%; padding:10px 15px; text-align:center;}
.cx_gallery-item-buttons{position:absolute; right:0; top:0;}
.cx_gallery-item-button{background-color:#45bfcb; width:30px; height:30px; display:block;}
.cx_gallery-item-buttons .cx_gallery-item-button{margin-bottom:5px; color:#fff; text-align:center; line-height:30px; font-size:18px;}
.cx_gallery-item-buttons .cx_gallery-item-button:last-child{margin-bottom:0;}
.cx_gallery-item-buttons .cx_gallery-item-button:hover{text-decoration:none; background-color:#33b3c0;}
.cx_gallery-item-buttons .cx_gallery-item-button i{font-size:18px; display:block; line-height:30px; text-align:center;}
.cx_gallery-page-header{padding:30px 0;}
.cx_gallery-page-headding h2{margin:0;}
.cx_gallery-page-headding span{margin-right:15px;}
.cx_gallery-page-headding span:last-child{margin-right:0;}
.cx_gallery-page-headding span img{max-width:50px !important;}
.cx_gallery-btn i{margin-right:5px;}
.cx_gallery-loader img{max-width:60px;}

.cx_gallery-upload-photo{width:160px; height:160px; background-position:center center; background-size:cover; position:relative;}
.cx_gallery-upload-photo-overlay{background:rgba(0,0,0,0.5); position:absolute; left:0; bottom:0; width:100%; height:100%;}
.cx_gallery-upload-main-wrap, .cx_gallery-upload-wrap{margin:-5px;}
.cx_gallery-upload-main-column .cx_gallery-upload-column{padding:5px; border:1px solid #a1a1a1;}
.cx_gallery-upload-item{height:100%;}
.cx_gallery-upload-item textarea{height:100%; border:0; resize:none; padding:10px; width:100%;}
.ketoHealthSummitUserDashboard .upload-btn{display:none !important;}
.ketoHealthSummitUserDashboard .upload-btn-anchor{width:100%; height:100%; cursor:pointer; font-weight:400;}
.ketoHealthSummitUserDashboard .upload-btn-anchor i{color:#45bfcb; font-size:40px;}
.ketoHealthSummitUserDashboard .title{position:absolute; left:0; top:100%; width:100%; border:0; text-align:center; padding:5px 10px; font-size:12px; background:none;}
.ketoHealthSummitUserDashboard .no-images-found-message {padding: 10px; margin: 0 auto; font-size: 15px;}
.ketoHealthSummitUserDashboard .submit-btn{background-color:#ff4713;}
.ketoHealthSummitUserDashboard .submit-btn:hover, .submit-btn:focus{background-color:#e83f0f;}

.KetoDashboard .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    margin: 0 auto;
    margin-top: 20px;
    margin-right: 220px;
    margin-left: 220px;
}
@media(max-width:991px){
    .cx_gallery-upload-main-wrap{display:block !important;}
    .cx_gallery-upload-photo{width:130px; height:130px;}
}
@media(max-width:575px){
    .cx_gallery-page-header{display:block !important;}
    .cx_gallery-page-header .cx_gallery-button-group-wrap{margin-top:15px;}
    .cx_gallery-upload-photo{width:120px; height:120px;}
}
/* ====================================================================
   19.0 - User Surveys Pages CSS
=====================================================================*/
.cx_forms{padding:30px 0; max-width:700px;}
.cx_forms-header{margin-bottom:30px;}
.cx_forms h4{color:#2baab1; font-size:24px;}
.cx_forms-header p{margin-top:10px;}
.cx_forms-header p:first-child{margin-top:0;}
.cx_forms-contents ul li{margin-bottom:30px;}
.cx_forms-contents ul li:last-child{margin-bottom:0;}
.cx_forms-contents ul li label{display:block; margin:0 0 10px 0; line-height:1.6;}
.cx_forms-contents ul li .form-control{border-radius:4px; height:40px;}
.cx_forms-contents ul li textarea.form-control{min-height:150px; resize:none;}
.cx_forms-contents ul li .row.rows{margin:-15px;}
.cx_forms-contents ul li .row.rows .columns{padding:15px;}
.required{color:#ff0000; font-size:20px; display:inline-block; font-weight:normal; line-height:1;}
.cx_forms .cx_forms-contents ul li h4{margin-bottom:15px;}
.cx_radio-group{margin:-5px -15px;}
.cx_radio-column{padding:5px 15px;}
.cx_forms-label{margin-bottom:10px; font-weight:600;}

.custom-file-input-wrap{position:relative; margin-top:20px;}
.custom-file-input-wrap .custom-file-input{display:none;}
.custom-file-input-label{background-color:#45bfcb; padding:10px 15px; line-height:20px; text-align:center; color:#fff; font-size:15px; font-weight:400; cursor:pointer; display:inline-block !important;}
.custom-file-input-label:hover, .custom-file-input-label:focus{color:#fff; background-color:#33b3c0;}
.cx_forms .submit-btn{background-color:#45bfcb; padding:10px 15px; line-height:20px; text-align:center; color:#fff; font-size:15px; font-weight:400; cursor:pointer; display:block; border:0; height:44px;}
.cx_forms .submit-btn:hover{color:#fff; background-color:#33b3c0;}
.custom-file-input-labels{display:none; font-size:13px;}
.custom-file-input-labels span{display:inline-block; margin-right:5px;}
.custom-file-input-labels span:last-child{margin-right:0;}
.custom-file-input-labels span.cx_form-close-btn{font-size:16px; cursor:pointer; color:#2baab1;}
.custom-file-input-wrap .custom-file-input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    opacity: 0;
}

@media(max-width:767px){
    .cx_radio-group{display:block !important;}
    .cx_forms h4{font-size:22px;}
}
@media(max-width:640px){
    .cx_forms h4{font-size:20px;}
}
@media(max-width:575px){
    .cx_forms h4{font-size:18px;}
}
.col-md-12.text-center.container.thanks-container {
    padding: 20px;
}
.thanks-container .txt-18px {
    font-size: 18px;
}
.thanks-container h1 {
    line-height: 56px;
}
/* ====================================================================
   20.0 - eBooks Pages CSS
== ===================================================================*/
.cx_ebooks {
    position: relative;
    padding:0px;
}
/*** Top Error ***/
.cx_ebooks .cx_top_error{
    color:red;
    position:relative;
    padding:20px 0px 0px 0px;
}
.cx_ebooks .cx_top_error h2{
    font-weight:bold;
    font-size:19px;
    color:red;
    margin:0px 0px 10px 0px;
    border-bottom:1px solid #e5e5e5;
}
.cx_ebooks .cx_top_error p{
    color:red;
    line-height:24px;
    margin:0px 0px 0px 0px;
    text-align:left;
}
/*** Top Text ***/
.cx_ebooks .cx_top_text{
    position:relative;
    padding:30px 0px 0px 0px;
}
.cx_ebooks .cx_top_text h1{
    font-size: 2.6em;
    line-height: 44px;
    margin:0px;
    color: #1d2127;
    font-weight: 200;
    letter-spacing: -1px;
    font-family:Raleway, Arial, sans-serif;
}
.cx_ebooks .cx_top_text p{
    color:#333;
    font-size: 18px;
    line-height: 1.5em;
    margin: 0 0 20px;
}
@media (max-width:991px){
    .cx_ebooks .cx_top_text h1{
        font-size: 20px;
        font-weight: 700;
        line-height: inherit;
    }
}
/*** Contact Form Section ****/
.cx_ebooks .cx_infosection{
    position:relative;
}
.cx_ebooks .cx_infosection .cx_left_box{
    margin-top:20px;
    text-align:left;
}
.cx_ebooks .cx_infosection .cx_left_box img{
    display:inline-block;
    vertical-align:top;
}
.cx_ebooks .cx_infosection  .cx_right_box{
    border: 1px solid #d3d3d3;
    border-radius: 5px 5px 5px 5px;
    padding: 20px 20px 50px 20px;
    background-color: #e4f5fd;
    display:block;
    margin:20px auto auto auto;
    max-width:600px;
    width:100%;
}
.cx_ebooks .cx_infosection  .cx_right_box h2{
    padding: 5px;
    margin:0px 0px 50px 0px;
    color: #413f3f;
    text-align: center;
    font-size: 33px;
    font-family:12px Arial,Lucida,sans-serif;
}
.cx_ebooks .cx_infosection  .cx_right_box .cx_full_list{
    position:relative;
    display:table;
    width:100%;
    margin-bottom:20px;
    line-height:30px;
    padding:0px 50px 0px 130px;
}
.cx_ebooks .cx_infosection  .cx_right_box  p{
    font-size: 18px;
    color: #444;
    line-height: 1.5em;
    text-align:center;
    margin:0px 0px 0px 80px;
    padding:0px;
}
.cx_ebooks .cx_infosection  .cx_right_box .cx_full_list label{
    position:absolute;
    left:0px;
    width:100px;
    text-align:center;
    font-size:21px;
    line-height:60px;
    font-weight:400;
    margin:0px;
}
.cx_ebooks .cx_infosection  .cx_right_box .cx_full_list input{
    display:inline-block;
    vertical-align:top;
    width: 100%;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #d9d4d4;
    outline: none;
}
.cx_ebooks .cx_infosection  .cx_right_box .cx_full_list  button{
    display:table;
    clear:both;
    width:100%;
    background-color: #45bfcb;
    border: none;
    outline: none;
    color: #fff;
    padding: 15px;
    font-size: 30px;
    border-radius: 5px;
    border-bottom: 2px solid #138f9b;
    font-weight: 500;
    margin-top:20px;
}
@media (max-width:991px){
    .cx_ebooks .cx_infosection .cx_left_box{
        text-align:center;
    }
    .cx_ebooks .cx_infosection  .cx_right_box h2{
        font-size: 30px;
    }
    .cx_ebooks .cx_infosection  .cx_right_box .cx_full_list{
        padding:0px 50px 0px 100px;
    }
    .cx_ebooks .cx_infosection  .cx_right_box  p{
        margin:0px;
    }
    .cx_ebooks .cx_infosection  .cx_right_box .cx_full_list label{
        font-size:20px;
    }
    .cx_ebooks .cx_infosection  .cx_right_box .cx_full_list  button{
        font-size:20px;
    }
}
/*** Download Box ***/
.cx_ebooks .cx_infosection  .cx_download_box{
    border: 1px solid #d3d3d3;
    border-radius: 5px 5px 5px 5px;
    padding:20px;
    background-color: #e4f5fd;
    display:block;
    margin:20px auto auto auto;
    max-width:600px;
    width:100%;
}
.cx_ebooks .cx_infosection  .cx_download_box h2{
    padding: 5px;
    background-color: #21afc3;
    color: #fff;
    font-size: 26px;
    text-align: center;
    font-family:12px Arial,Lucida,sans-serif;
}
.cx_ebooks .cx_infosection  .cx_download_box p{
    color:#077e84;
    line-height:24px;
    margin:0px;
    padding:20px 0px 0px 0px;
    text-align:center;
    font-size:18px;
}
.cx_ebooks .cx_infosection  .cx_download_box p a{
    color:#2BAAB1;
    outline:none;
    border:none;
    text-decoration:none;
}
/*** Bottom Text ***/
.cx_ebooks .cx_bottom_text{
    position:relative;
    padding:30px 0px 0px 0px;
}
.cx_ebooks .cx_bottom_text p{
    color:#333;
    font-size: 18px;
    line-height: 1.5em;
    margin: 0 0 20px;
}
.cx_ebooks .cx_bottom_text p a{
    color:#2BAAB1;
    text-decoration:none;
    border:none;
    outline:none;
}
/* ====================================================================
   21.0 - Keto Kit Page CSS
=====================================================================*/
.cx_keto_kit {
    background: #FFF;
    position: relative;
    padding: 0px;
}
.cx_keto_kit .container {
    max-width: 1170px;
}
.cx_keto_kit strong {
    font-weight: 600;
}
@media (max-width:991px){
    .cx_keto_kit .cx_mobile{
        display:none;
    }
}

/**** Section Top Banner *****/
.cx_keto_kit .cx_top_banner{
    position:relative;
}
.cx_keto_kit .cx_top_banner{
    position:relative;
}
.cx_keto_kit .cx_top_banner .cx_top_image{
    position:relative;
}
.cx_keto_kit .cx_top_banner .cx_top_image .cx_iner_main{
    position:absolute;
    left:0px;
    width:100%;
    top:0px;
}
.cx_keto_kit .cx_top_banner .cx_top_image .cx_left_box{
    float:left;
    width:60%;
    padding:0px 0px 0px 20px;
}
.cx_keto_kit .cx_top_banner .cx_top_image .cx_left_box h1{
    color: #ff7f00;
    font-size: 9em;
    margin: 0px;
    font-weight: 600;
    text-transform:capitalize;
    letter-spacing: normal;
    line-height: 24px;
    margin-top:60px;
}
.cx_keto_kit .cx_top_banner .cx_top_image .cx_left_box h2{
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 3.9em;
    line-height: 1.2;
    margin-top: 60px;
    text-transform:capitalize;
    font-weight: 400;
    letter-spacing: normal;
}
.cx_keto_kit .cx_top_banner .cx_top_image .cx_left_box h3{
    color: #0f79e6;
    font-weight: 800;
    font-size: 3em;
    line-height: 1.3;
    margin:0px 0px 10px 0px;
}
.cx_keto_kit .cx_top_banner .cx_top_image .cx_left_box h4{
    color: #ff7f00;
    font-weight: 800;
    margin-top: 0px;
    font-size: 2.4em;
    line-height: 1.2;
    margin-bottom:15px;
}
.cx_keto_kit .cx_top_banner .cx_top_image .cx_right_box{
    float:left;
    width:40%;
    margin-top:20px;
}
.cx_keto_kit .cx_top_banner .cx_top_image .cx_right_box .cx_ad_image{
    position:relative;
    text-align:center;
}
.cx_keto_kit .cx_top_banner .cx_top_image .cx_right_box .cx_ad_image img{
    width:100%;
    max-width:500px !important;
    display:block;
    margin:auto;
}
.cx_keto_kit .cx_top_banner .cx_top_image .cx_right_box .cx_right_list {
    position: relative;
    margin-top: 10px;
    text-align:center;
}
.cx_keto_kit .cx_top_banner .cx_top_image .cx_right_box .cx_right_list a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    outline: none;
    width:240px;
}
.cx_keto_kit .cx_top_banner .cx_top_image .cx_right_box .cx_right_list p {
    font-weight: 500;
    margin: 0px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-top: 15px;
}
.cx_keto_kit .cx_top_banner .cx_top_image .cx_right_box .cx_right_list p img {
    display:block;
    margin:auto auto 10px auto;
    width:130px;
}
.cx_keto_kit .cx_top_banner .cx_top_image .cx_bottom_box{
    position:relative;
    padding-left:20px;
}
.cx_keto_kit .cx_top_banner .cx_top_image .cx_bottom_box h5{
    color: #0f79e6;
    font-size: 2em;
    position: relative;
    font-weight: 600;
    margin:0px 0px 10px 0px;
}
.cx_keto_kit .cx_top_banner .cx_top_image .cx_bottom_box ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.cx_keto_kit .cx_top_banner .cx_top_image .cx_bottom_box li{
    color: #fff;
    font-size: 17px;
    line-height: 1.8;
    padding-left: 25px;
    position:relative;
}
.cx_keto_kit .cx_top_banner .cx_top_image .cx_bottom_box li:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #ff7f00;
    position: relative;
    left: -20px;
    top: 17px;
}
.cx_keto_kit .cx_top_banner .cx_top_image .cx_bottom_box li .cx_orange{
    color:#ff7f00;
}
@media (max-width:991px){
    .cx_keto_kit .cx_top_banner .cx_top_image .cx_iner_main{
        position:relative;
        left:0px;
        width:100%;
        top:auto;
    }
    .cx_keto_kit .cx_top_banner .cx_top_image .cx_left_box{
        float:left;
        width:100%;
        padding:0px;
    }
    .cx_keto_kit .cx_top_banner .cx_top_image .cx_left_box h1{
        font-size: 3em;
        margin: 0px;
        line-height: 1.3;
    }
    .cx_keto_kit .cx_top_banner .cx_top_image .cx_left_box h2{
        margin: 0px;
        padding: 0px;
        color: #696969;
        font-size: 24px;
    }
    .cx_keto_kit .cx_top_banner .cx_top_image .cx_left_box h3{
        color: #0f79e6;
        font-weight: 500;
        font-size: 19px;
        margin-top: 7px;
    }
    .cx_keto_kit .cx_top_banner .cx_top_image .cx_left_box h4{
        color: #ff7f00;
        font-weight: 800;
        font-size: 19px;
        line-height: 1.3;
    }
    .cx_keto_kit .cx_top_banner .cx_top_image .cx_right_box{
        float:left;
        width:100%;
    }
    .cx_keto_kit .cx_top_banner .cx_top_image .cx_right_box .cx_right_list p {
        color: #000;
        text-align: center;
        font-size: 19px;
        padding-top: 15px;
    }
    .cx_keto_kit .cx_top_banner .cx_top_image .cx_bottom_box{
        padding:20px 0px 0px 0px;
    }
    .cx_keto_kit .cx_top_banner .cx_top_image .cx_bottom_box  h5{
        color: #0f79e6;
        font-size: 1.3em;
        font-weight: 600;
        line-height: 1.5;
    }
    .cx_keto_kit .cx_top_banner .cx_top_image .cx_bottom_box li{
        color: #000;
        font-size: 17px;
        line-height: 1.8;
    }
    .cx_keto_kit .cx_top_banner .cx_top_image .cx_bottom_box li:before{
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background: #ff7f00;
        position: relative;
        left: -25px;
        top: 20px;
    }
}
/**** Section Complete *****/
.cx_keto_kit .cx_section_complete{
    position:relative;
}
.cx_keto_kit .cx_section_complete{
    position:relative;
}
.cx_keto_kit .cx_section_complete .cx_top_image{
    position:relative;
}
.cx_keto_kit .cx_section_complete .cx_top_image .cx_iner_main{
    position:absolute;
    left:0px;
    width:100%;
    top:0px;
}
.cx_keto_kit .cx_section_complete .cx_top_image .cx_left_box{
    float:right;
    width: 60%;
}
.cx_keto_kit .cx_section_complete .cx_top_image .cx_left_box h2{
    margin-top: 40px;
    text-transform:capitalize;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 20px;
    color: #0f79e6;
    font-size: 3em;
    font-weight: 600;
}
.cx_keto_kit .cx_section_complete .cx_top_image .cx_left_box h2 span{
    color:#fe7f00
}
.cx_keto_kit .cx_section_complete .cx_top_image .cx_left_box ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.cx_keto_kit .cx_section_complete .cx_top_image .cx_left_box li{
    color: #070b54;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    padding-left: 30px;
    width:100%;
    position:relative;
}
.cx_keto_kit .cx_section_complete .cx_top_image .cx_left_box  li:before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #0f79e6;
    position: relative;
    left: -30px;
    top: 21px;
}
@media (max-width:991px){
    .cx_keto_kit .cx_section_complete .cx_top_image .cx_iner_main{
        position:relative;
        top:auto;
    }
    .cx_keto_kit .cx_section_complete .cx_top_image .cx_left_box{
        width: 100%;
        margin:0px 0px 0px 0px;
        padding:0px;
    }
    .cx_keto_kit .cx_section_complete .cx_top_image .cx_left_box h2{
        color: #0f79e6;
        font-size: 1.4em;
    }
    .cx_keto_kit .cx_section_complete .cx_top_image .cx_left_box li{
        color: #070b54;
        font-weight: 500;
        font-size: 17px;
        line-height: 1.5;
        padding-left: 30px;
    }
    .cx_keto_kit .cx_section_complete.cx_top_image .cx_left_box li:before{
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        background: #0f79e6;
        position: relative;
        left: -30px;
        top: 19px;
    }
}

/**** Thirty Days ****/
.cx_keto_kit .cx_thirtydays {
    background:url(../images/keto-kit/keto-kit-3-bg-img.jpg) no-repeat 50%;
    color: #fff;
    position: relative;
    background-size: cover;
}
.cx_keto_kit .cx_thirtydays .cx_left_image {
    position: relative;
    padding: 20px 0px 0px 0px;
    text-align: center;
}
.cx_keto_kit .cx_thirtydays .cx_left_image img {
    display: inline-block;
    vertical-align: top;
    width:100%;
    max-width:500px;
}
.cx_keto_kit .cx_thirtydays .cx_right_text {
    position: relative;
    padding: 20px 0px;
    text-align: center;
}
.cx_keto_kit .cx_thirtydays .cx_right_text h1 {
    font-size: 6.2em;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    margin-top: 10px;
    font-weight: 600;
    text-transform:uppercase;
}
.cx_keto_kit .cx_thirtydays .cx_right_text a {
    max-width:300px;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0px;
}
.cx_keto_kit .cx_thirtydays .cx_right_text p {
    font-size: 23px;
    color: #5ba8f8;
    font-weight: bold;
}
@media (max-width:991px) {
    .cx_keto_kit .cx_thirtydays {
        background:#FFFFFF;
    }
    .cx_keto_kit .cx_thirtydays .cx_right_text {
        margin: 0px 0px -20px 0px;
        padding-bottom:0px;
    }
    .cx_keto_kit .cx_thirtydays .cx_right_text h1 {
        font-size: 6em;
        color: #0f79e6;
        text-align: center;
    }
    .cx_keto_kit .cx_thirtydays .cx_right_text p {
        font-size: 26px;
        color: #007dff;
        font-weight: 500;
        margin:0px;
    }
}
/**** Section 2 *****/
.cx_keto_kit .cx_section_one{
    position:relative;
    padding-top:30px;
}
.cx_keto_kit .cx_section_one .cx_top_image{
    position:relative;
}
.cx_keto_kit .cx_section_one .cx_top_image .cx_iner_main{
    position:absolute;
    left:0px;
    width:100%;
    top:0px;
}
.cx_keto_kit .cx_section_one .cx_top_image .cx_left_box{
    float:right;
    width: 53%;
}
.cx_keto_kit .cx_section_one .cx_top_image .cx_left_box h2{
    margin-top: 10px;
    color: #074084;
    font-size: 2.7em;
    line-height: 1.2;
    font-weight: bold;
    text-transform:capitalize;
}
.cx_keto_kit .cx_section_one .cx_top_image .cx_left_box h3{
    color: #fe7e00;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.3;
    margin:15px 0px;
    padding:0px;
}
.cx_keto_kit .cx_section_one .cx_top_image .cx_left_box ul{
    margin:0px 0px 0px 30px;
    padding:0px;
    list-style:none;
}
.cx_keto_kit .cx_section_one .cx_top_image .cx_left_box li{
    color: #070b54;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.5;
    width:100%;
    position:relative;

}
.cx_keto_kit .cx_section_one .cx_top_image .cx_left_box  li:before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #0f79e6;
    position: relative;
    left: -25px;
    top: 21px;
}
@media (max-width:991px){
    .cx_keto_kit .cx_section_one .cx_top_image .cx_iner_main{
        position:relative;
        top:auto;
    }
    .cx_keto_kit .cx_section_one .cx_top_image .cx_left_box{
        width: 100%;
        margin:0px 0px 0px 0px;
        padding:0px;
    }
    .cx_keto_kit .cx_section_one .cx_top_image .cx_left_box h2{
        color: #074084;
        font-size: 22px;
        margin-left: 0px;
        line-height: 1.4;
    }
    .cx_keto_kit .cx_section_one .cx_top_image .cx_left_box h2.cx_size{
        font-size:30px;
    }
    .cx_keto_kit .cx_section_one .cx_top_image .cx_left_box h3{
        color: #fe7e00;
        font-weight: 600;
        font-size: 18px;
        margin-left: 0px;
        line-height: 1.5;
    }
    .cx_keto_kit .cx_section_one .cx_top_image .cx_left_box li{
        color: #070b54;
        font-weight: 400;
        font-size: 17px;
        padding-right: 20px;
    }
    .cx_keto_kit .cx_section_one .cx_top_image .cx_left_box li:before{
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        background: #0f79e6;
        position: relative;
        left: -35px;
        top: 21px;
    }
}


/**** Section 2 *****/
.cx_keto_kit .cx_section_two{
    position:relative;
    padding-top:40px;
}
.cx_keto_kit .cx_section_two .cx_top_image{
    position:relative;
}
.cx_keto_kit .cx_section_two .cx_top_image .cx_iner_main{
    position:absolute;
    left:0px;
    width:100%;
    top:20px;
}
.cx_keto_kit .cx_section_two .cx_top_image .cx_left_box{
    float:right;
    width: 62%;
}
.cx_keto_kit .cx_section_two .cx_top_image .cx_left_box h2{
    margin-top: 20px;
    color: #074084;
    font-size: 3.7em;
    line-height: 1.2;
    font-weight: 500;
    text-transform:uppercase;
}
.cx_keto_kit .cx_section_two .cx_top_image .cx_left_box h2 span{
    color:#fe7f00;
}
.cx_keto_kit .cx_section_two .cx_top_image .cx_left_box ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.cx_keto_kit .cx_section_two .cx_top_image .cx_left_box li{
    color: #070b54;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 5px;
    padding-left: 45px;
    width:100%;
    position:relative;
}
.cx_keto_kit .cx_section_two .cx_top_image .cx_left_box  li:before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #074084;
    position: relative;
    left: -35px;
    top: 21px;
}
.cx_keto_kit .cx_section_two .cx_top_image .cx_left_box  li ul{
    list-style: inside;
}
.cx_keto_kit .cx_section_two .cx_top_image .cx_left_box  li ul li{
    font-size:16px;
    color: #070b54;
    font-weight: normal;
    padding-right: 40px;
    line-height: 1.8;
    padding-left: 20px;
}
.cx_keto_kit .cx_section_two .cx_top_image .cx_left_box  li ul li:before{
    display:none;
}
@media (max-width:991px){
    .cx_keto_kit .cx_section_two .cx_top_image .cx_iner_main{
        position:relative;
        top:auto;
    }
    .cx_keto_kit .cx_section_two .cx_top_image .cx_left_box{
        width: 100%;
        margin:0px 0px 0px 0px;
        padding:0px;
    }
    .cx_keto_kit .cx_section_two .cx_top_image .cx_left_box h2{
        margin-top: 20px;
        font-size: 2.1em;
        line-height: 1.2;
        font-weight: 500;
    }
    .cx_keto_kit .cx_section_two .cx_top_image .cx_left_box li{
        color: #070b54;
        font-weight: 400;
        font-size: 17px;
        padding-right: 20px;
    }
    .cx_keto_kit .cx_section_two .cx_top_image .cx_left_box li:before{
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        background: #074084;
        position: relative;
        left: -35px;
        top: 20px;
    }
}

/**** Section 3 *****/
.cx_keto_kit .cx_section_three{
    position:relative;
    padding-top:40px;
}
.cx_keto_kit .cx_section_three .cx_top_image{
    position:relative;
}
.cx_keto_kit .cx_section_three .cx_top_image .cx_iner_main{
    position:absolute;
    left:0px;
    width:100%;
    top:20px;
}
.cx_keto_kit .cx_section_three .cx_top_image .cx_left_box{
    float:left;
    width: 72%;
    padding:0px 0px 0px 20px;
}
.cx_keto_kit .cx_section_three .cx_top_image .cx_left_box h2{
    margin-top: 20px;
    color: #074084;
    font-size: 3.2em;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 20px;
}
.cx_keto_kit .cx_section_three .cx_top_image .cx_left_box h2 span{
    color:#fe7f00
}
.cx_keto_kit .cx_section_three .cx_top_image .cx_left_box ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.cx_keto_kit .cx_section_three .cx_top_image .cx_left_box li{
    color: #070b54;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 5px;
    padding-left: 40px;
    width:100%;
    position:relative;
}
.cx_keto_kit .cx_section_three .cx_top_image .cx_left_box  li:before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #074084;
    position: relative;
    left: -35px;
    top: 21px;
}
@media (max-width:991px){
    .cx_keto_kit .cx_section_three .cx_top_image .cx_iner_main{
        position:relative;
        top:auto;
    }
    .cx_keto_kit .cx_section_three .cx_top_image .cx_left_box{
        width: 100%;
        margin:0px 0px 0px 0px;
        padding:0px;
    }
    .cx_keto_kit .cx_section_three .cx_top_image .cx_left_box h2{
        margin-top: 20px;
        color: #074084;
        font-size: 26px;
        line-height: 1.5;
    }
    .cx_keto_kit .cx_section_three .cx_top_image .cx_left_box li{
        color: #070b54;
        font-weight: 400;
        font-size: 17px;
    }
    .cx_keto_kit .cx_section_three .cx_top_image .cx_left_box li:before{
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        background: #074084;
        position: relative;
        left: -35px;
        top: 20px;
    }
}

/**** #### Section Foure #### ****/
.cx_keto_kit .cx_section_foure {
    position: relative;
    clear: both;
}
.cx_keto_kit .cx_section_foure h1 {
    text-align: center;
    margin:30px 0px;
    color: #0f79e6;
    font-size: 3.8em;
    font-weight: 500;
}
.cx_keto_kit .cx_section_foure .cx_box_image {
    position: relative;
    text-align: center;
}
.cx_keto_kit .cx_section_foure .cx_box_image img {
    display: inline-block;
    vertical-align: top;
}
.cx_keto_kit .cx_section_foure .cx_marked_box {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    margin: 0px 0px 0px 0px;
}
.cx_keto_kit .cx_section_foure .cx_p_6 {
    padding: 0px 9.3px;
}
.cx_keto_kit .cx_section_foure .cx_v_table {
    height: 231px;
    display: table;
    width: 100%;
    vertical-align: middle;
}
.cx_keto_kit .cx_section_foure .cx_v_cell {
    height: 200px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.cx_keto_kit .cx_section_foure .cx_marked_box .cx_holder {
    padding: 0px 35px;
}
.cx_keto_kit .cx_section_foure .cx_marked_box p {
    color: #fff;
    font-size: 14px;
    text-align:justify;
    font-family:Raleway, Arial, sans-serif;
    line-height: 24px;
    margin: 0 0 20px;
}
@media (max-width:991px) {
    .cx_keto_kit .cx_section_foure h1 {
        margin:20px 0px;
        font-size: 25px;
    }
    .cx_keto_kit .cx_section_foure .cx_marked_box .cx_holder {
        padding: 15px;
    }
}
.cx_keto_kit .cx_section_foure .cx_marked_box.cx_color_1 {
    background: #0f79e6;
}
.cx_keto_kit .cx_section_foure .cx_marked_box.cx_color_2 {
    background: #3da15e;
}
.cx_keto_kit .cx_section_foure .cx_marked_box.cx_color_3 {
    background: #fe7e00;
}
.cx_keto_kit .cx_section_foure .cx_marked_box.cx_color_4 {
    background: #051e3c;
}
.cx_keto_kit .cx_section_foure .cx_marked_box.cx_color_5 {
    background: #eff8dd;
}
.cx_keto_kit .cx_section_foure .cx_marked_box.cx_color_6 {
    background: #398839;
}
.cx_keto_kit .cx_section_foure .cx_review_stars {
    position: relative;
    width: 100%;
}
.cx_keto_kit .cx_section_foure .cx_review_stars h4 {
    color: #051e3c;
    text-align: center;
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 20px;
    text-transform:capitalize;
}
.cx_keto_kit .cx_section_foure .cx_review_stars a {
    display: block;
    position: relative;
    text-align: center;
}
.cx_keto_kit .cx_section_foure .cx_review_stars a img {
    display: inline-block;
    vertical-align: top;
    width:250px;
    margin:10px auto;
}
.cx_keto_kit .cx_section_foure .cx_review_stars p {
    text-align: center;
    position: relative;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
.cx_keto_kit .cx_section_foure .cx_review_stars p img {
    display: inline-block;
    vertical-align: middle;
    width:80px;
}
/**** Section 5 *****/
.cx_keto_kit .cx_section_five{
    position:relative;
    padding-top:40px;
}
/**** Section 6 *****/
.cx_keto_kit .cx_section_six{
    position:relative;
    padding-top:40px;
}
.cx_keto_kit .cx_section_six .cx_top_image{
    position:relative;
}
.cx_keto_kit .cx_section_six .cx_top_image .cx_iner_main{
    position:absolute;
    left:0px;
    width:100%;
    top:20px;
}
.cx_keto_kit .cx_section_six .cx_top_image .cx_left_box{
    float:left;
    width: 45%;
    margin-top: 20px;
    margin-left: 20px;
}
.cx_keto_kit .cx_section_six .cx_top_image .cx_left_box img{
    display:block;
    margin:auto;
    width:100%;
}
.cx_keto_kit .cx_section_six .cx_top_image  .cx_right_box{
    width: 50%;
    float: right;
    margin-top: 30px;
    right: 40px;
    position:relative;
    margin-bottom:45px;
}
.cx_keto_kit .cx_section_six .cx_top_image  .cx_right_box h2{
    color: #fff;
    text-align: center;
    font-size: 3.5em;
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    text-transform:capitalize;
}
.cx_keto_kit .cx_section_six .cx_top_image  .cx_right_box h3{
    text-align: center;
    color: #fff;
    font-size: 2.1em;
    margin:10px 0px 20px 0px;
    line-height: 1.4;
    position: relative;
    font-weight:normal;
}
.cx_keto_kit .cx_section_six .cx_top_image  a{
    width: 280px;
    margin:25px auto 0px auto;
    display: block;
    position: relative;
}
.cx_keto_kit .cx_section_six .cx_top_image p{
    clear: both;
    color: #fff;
    padding: 0px 10px;
    margin:0px 0px 20px 0px;
    line-height:24px;
    font-size: 21px;
    position: relative;
    text-align: center;
    font-weight: 500;
}
@media (max-width:991px){
    .cx_keto_kit .cx_section_six .cx_top_image .cx_iner_main{
        position:relative;
        top:auto;
    }
    .cx_keto_kit .cx_section_six .cx_top_image .cx_left_box{
        width: 100%;
        margin:40px 0px 0px 0px;
    }
    .cx_keto_kit .cx_section_six .cx_top_image .cx_left_box img{
        width:100%;
        max-width:500px !important;
    }
    .cx_keto_kit .cx_section_six .cx_top_image  .cx_right_box{
        width: 100%;
        right: 0px;
        margin-bottom:20px;
    }
    .cx_keto_kit .cx_section_six .cx_top_image  .cx_right_box h2{
        color: #000;
        font-size: 24px;
    }
    .cx_keto_kit .cx_section_six .cx_top_image  .cx_right_box h3{
        text-align: center;
        color: #000;
        font-size: 16px;
    }
    .cx_keto_kit .cx_section_six .cx_top_image p{
        font-size:13px;
        color: #000;
    }
}
/*** #### Catagores All #### ***/
.cx_keto_kit .cx_all_columns {
    position: relative;
    padding: 50px 0px;
    text-align: center;
    margin-top:30px;
}
.cx_keto_kit .cx_all_columns .cx_iners_all {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 100%;
}
.cx_keto_kit .cx_all_columns .cx_box_one {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 0px -2px;
    border: 3px solid #051e3c;
    min-height: 784px;
    margin-bottom: 50px;
    background: #ffffff;
}
.cx_keto_kit .cx_all_columns .cx_box_two {
    min-height: 920px;
    background: #FFF !important;
}
.cx_radius_one {
    border-radius: 4px 0px 0px 0px;
    border-right: 0px !important;
}
.cx_radius_two {
    border-radius: 0px;
    border-right: 0px !important;
}
.cx_radius_three {
    border-radius: 0px;
    border: 5px solid #ff7f00 !important;
}
.cx_radius_foure {
    border-radius: 0px 4px 0px 0px;
    border-left: 3px solid #125659 !important;
}
.cx_keto_kit .cx_all_columns .cx_box_one .cx_top {
    position: relative;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: #051e3c;
    color: #fff;
    font-size: 29px;
}
.cx_keto_kit .cx_all_columns .cx_box_one .cx_top_two {
    background: #3094ce;
    margin-top: -44px;
    line-height: 80px;
    height: 72px;
    font-size: 29px;
}
.cx_keto_kit .cx_all_columns .cx_box_one .cx_prod_image {
    width: 100%;
    position: relative;
    height: 220px;
    line-height: 220px;
    text-align: center;
}
.cx_keto_kit .cx_all_columns .cx_box_one .cx_prod_image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 250px !important;
    width: 100%;
}
.cx_keto_kit .cx_all_columns .cx_box_one .cx_prod_image_two {
    height:200px;
    line-height:200px;
}
.cx_keto_kit .cx_all_columns .cx_box_one .cx_prod_image_two img {
    max-width: 250px !important;
}
.cx_keto_kit .cx_all_columns .cx_box_one .cx_prod_image_three img {
    max-width: 260px !important;
}
.cx_keto_kit .cx_all_columns .cx_box_one .cx_price_plan {
    padding: 5px;
    position: relative;
    width: 100%;
    background-color: #051e3c;
    text-align: center;
    margin-bottom: 25px;
}
.cx_keto_kit .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text {
    position: relative;
    min-height: 85px;
    text-align: center;
}
.cx_keto_kit .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text p {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #FFF;
    font-size:25px;
}
.cx_keto_kit .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h1 {
    color: #fff;
    text-align: center;
    font-size: 3.7em;
    font-weight: bold;
    line-height: 1.3;
}
.cx_keto_kit .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h2 {
    font-weight: 400;
    font-size: 20px;
    color: #FFF;
    margin: 0px;
    padding: 15px 0px;
    text-align: center;
    line-height: 1.3;
}
.cx_keto_kit .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btn a {
    background: #ff7f00;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 10px;
    border-radius: 5px;
    line-height: 1.7;
    font-weight: normal;
    display:inline-block;
    vertical-align:top;
    width:100%;
    max-width:315px;
}
.cx_keto_kit .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btm {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    margin-bottom:20px;
    text-transform: uppercase;
    line-height: 1.8;
    padding:0px 15px;
}
.cx_keto_kit .cx_all_columns .cx_box_one .cx_buy_now_plan a {
    display:block;
    margin:auto auto 20px auto;
    max-width:315px;
    width:100%;
}
.cx_keto_kit .cx_all_columns .cx_box_one .cx_most_popular {
    position: relative;
    text-align: center;
    width: 90%;
    background-color: #ff7f00;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    margin: auto;
    top: -34px;
    z-index: 3;
    font-weight: 700;
    line-height:24px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cx_keto_kit .cx_all_columns .cx_box_one .cx_blue_bg {
    background: #3094ce;
}
@media (max-width:1075px) {
    .cx_keto_kit .cx_all_columns .cx_box_one {
        margin: 0px;
        margin-bottom: 70px;
    }
    .cx_keto_kit .cx_radius_one {
        border-radius: 4px 0px 0px 0px;
    }
    .cx_keto_kit .cx_radius_two {
        border-radius: 0px 4px 0px 0px;
        border-right: 3px solid #012614 !important;
    }
    .cx_keto_kit .cx_radius_three {
        border-radius: 4px 0px 0px 0px;
    }
    .cx_keto_kit .cx_radius_foure {
        border-radius: 0px 4px 0px 0px;
    }
}
@media (max-width:767px) {
    .cx_keto_kit .cx_all_columns .cx_box_one {
        margin: 0px;
        margin-bottom: 70px;
    }
    .cx_keto_kit .cx_radius_one {
        border-radius: 4px;
        border-right: 3px solid #012614 !important;
    }
    .cx_keto_kit .cx_radius_two {
        border-radius: 4px;
        border-right: 3px solid #012614 !important;
    }
    .cx_keto_kit .cx_radius_three {
        border-radius: 4px;
    }
    .cx_keto_kit .cx_radius_foure {
        border-radius: 4px;
        border-left: 3px solid #012614 !important;
    }
}
/* ====================================================================
   22.0 - Shipping Return Policy page CSS
====================================================================*/
.cx_article{margin-bottom:30px;}
.cx_article:last-child{margin-bottom:0;}
.cx_article h4{margin-bottom:14px; font-size:1.4em; font-weight:300; line-height:27px;}
.cx_article h4:last-child{margin-bottom:0;}
.cx_article p{margin-bottom:20px; color:#333; line-height:24px;}
.cx_article p:last-child{margin-bottom:0;}
.cx_table{margin-bottom:10px;}
.cx_table table{min-width:700px;}
.cx_table:last-child{margin-bottom:0;}
.cx_table thead th{background-color:#293f46; color:#fff; font-weight:normal; height:40px;}
.cx_table thead th, .cx_table tr td{padding:10px; border:1px solid #ddd;}
.font-weight-300{font-weight:300;}
.dark-gray-color{color:#383f48;}
.line{height:1px; background-color:#dbdbdb;}

/* ====================================================================
   23.0 - 404 not found page css
=====================================================================*/
.cx_message-404 {
    width: 900px;
    margin: 0 auto;
    padding-top: 20px;
}
.cx_message-404 h1 { margin-left: auto; margin-right: auto; color: #21B0C3; }
/* ====================================================================
  24.0 - Nutritional Yeast page css
=====================================================================*/

/*** #### Section One  #### ***/
.cx_nutritional_yeast .cx_section_one{
    position:relative;
    padding:40px 0px 0px 0px;
}
.cx_nutritional_yeast .cx_section_one .cx_top_image{
    position:relative;
}
.cx_nutritional_yeast .cx_section_one .cx_top_image img{
    width:100%;
}
.cx_nutritional_yeast .cx_section_one .cx_iner_top{
    position: absolute;
    top: 0px;
    left:0px;
    width:100%;
}
.cx_nutritional_yeast .cx_section_one h2{
    color: #125659;
    font-size: 4em;
    margin: 0px;
    line-height: 1;
    font-weight: 800;
    text-transform:capitalize;
}
.cx_nutritional_yeast .cx_section_one h2 .cx_span_one{
    color:#3cb3b5;
}
.cx_nutritional_yeast .cx_section_one  h2 .cx_span_two{
    color: #ff6000;
    font-size: 1.4em;
    font-weight: 800;
}
.cx_nutritional_yeast .cx_section_one h3{
    color: #125659;
    font-size: 2.5em;
    font-weight: bolder;
    margin-top: 15px;
    line-height: 24px;
    margin:10px 0px 0px 0px;
    text-transform:uppercase;
    font-weight:800;
}
.cx_nutritional_yeast .cx_section_one h4{
    color: #ff6000;
    font-size: 1.7em;
    font-weight: 800;
    line-height: 24px;
    margin:10px 0px 0px 0px;
}
.cx_nutritional_yeast .cx_section_one  p{
    font-size: 20px;
    color: white;
    font-weight: bold;
    padding:30px 0px 0px 15px;
    margin:0px;
    text-transform:capitalize;
}
.cx_nutritional_yeast .cx_section_one .cx_main_list{
    position:relative;
    display:inline-block;
    vertical-align:top;
    width:100%;
    max-width:500px;
}
.cx_nutritional_yeast .cx_section_one .cx_main_list ul{
    padding:0px;
    margin:0px 0px 0px 20px;
    list-style-type:square;
}
.cx_nutritional_yeast .cx_section_one .cx_main_list li{
    position:relative;
    font-size: 19px;
    color: #fff;
    line-height: 1.9;
    padding-left: 5px;
    display:inline-block;
    vertical-align:top;
    width:100%;
    padding:0px 0px 0px 20px;
}
.cx_nutritional_yeast .cx_section_one .cx_main_list li:before{
    position:absolute;
    left:0px;
    top:15px;
    width:6px;
    height:6px;
    background:#FFF;
    content:"";
}
.cx_nutritional_yeast .cx_section_one .cx_review_image{
    position:relative;
    display:inline-block;
    vertical-align:top;
    margin-top: 40px;
    width:230px;
}
@media (max-width:991px){
    .cx_nutritional_yeast .cx_section_one{
        position:relative;
        padding:40px 0px 0px 0px;
    }
    .cx_nutritional_yeast .cx_section_one .cx_top_image{
        display:none;
    }
    .cx_nutritional_yeast .cx_section_one .cx_iner_top{
        position:relative;
        top:auto;
        left:auto;
    }
    .cx_nutritional_yeast .cx_section_one h2{
        font-size: 2.5em;
        margin: 0px;
    }
    .cx_nutritional_yeast .cx_section_one h2 .cx_span_two{
        font-size:1.2em;
    }
    .cx_nutritional_yeast .cx_section_one h3{
        font-size:1.5em;
        margin-top:20px;
    }
    .cx_nutritional_yeast .cx_section_one h4{
        font-size:1.2em;
    }
    .cx_nutritional_yeast .cx_section_one  p{
        font-size: 17px;
        color: black;
        font-weight: 800;
        padding-top:20px;
        padding-bottom:10px;
        padding-left: 0px;
        line-height: 1.3;
    }
    .cx_nutritional_yeast .cx_section_one .cx_main_list{
        max-width:100%;
    }
    .cx_nutritional_yeast .cx_section_one .cx_main_list li{
        font-size: 17px;
        color: #030303;
    }
    .cx_nutritional_yeast .cx_section_one .cx_main_list li:before{
        background:#030303;
    }
    .cx_nutritional_yeast .cx_section_one .cx_review_image{
        display:block;
        margin:20px auto 10px auto;
    }
}
/*** #### Section Two  #### ***/
.cx_nutritional_yeast .cx_section_two{
    position:relative;
    padding:40px 0px 0px 0px;
}
.cx_nutritional_yeast .cx_section_two .cx_top_image{
    position:relative;
}
.cx_nutritional_yeast .cx_section_two .cx_top_image img{
    width:100%;
}
.cx_nutritional_yeast .cx_section_two .cx_iner_top{
    width: 60%;
    position: absolute;
    top: 0px;
    right: 0px;
}
.cx_nutritional_yeast .cx_section_two h2{
    color: #125659;
    font-size: 2.7em;
    line-height: 1.3;
    font-weight: 800;
    margin:30px 0px 30px 30px;
}
.cx_nutritional_yeast .cx_section_two h2 span{
    color:#3cb3b5;
}
.cx_nutritional_yeast .cx_section_two ul{
    list-style: none;
    margin-left: 40px;
}
.cx_nutritional_yeast .cx_section_two li{
    color: #125659;
    font-size: 1.5em;
    line-height: 1.5;
    display:inline-block;
    vertical-align:top;
    width:100%;
    position:relative;
}
.cx_nutritional_yeast .cx_section_two li strong{
    font-weight:800;
}
.cx_nutritional_yeast .cx_section_two li:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #ff6000;
    position: relative;
    left: -20px;
    top: 20px;
}
@media (max-width:991px){
    .cx_nutritional_yeast .cx_section_two{
        padding:0px 0px 0px 0px;
    }
    .cx_nutritional_yeast .cx_section_two .cx_top_image{
        display:none;
    }
    .cx_nutritional_yeast .cx_section_two .cx_iner_top{
        width: 100%;
        position:relative;
        top:auto;
        right:auto;
    }
    .cx_nutritional_yeast .cx_section_two h2{
        font-size: 23px;
    }
}
/*** #### Section Three  #### ***/
.cx_nutritional_yeast .cx_section_three{
    position:relative;
    margin-top:50px;
}
.cx_nutritional_yeast .cx_section_three .cx_left_area{
    width: 60%;
    background: #3cb3b5;
    padding: 27px 20px 20px 20px;
    float: left;
}
.cx_nutritional_yeast .cx_section_three .cx_right_area{
    width: 40%;
    float: right;
    background: #125659;
    padding: 21px;
    padding-bottom: 81px;
}
.cx_nutritional_yeast .cx_section_three .cx_right_area h2{
    color: #fff;
    font-size: 6em;
    text-align: center;
    margin: 0px;
    font-weight: 800;
    line-height: 1.2;
    text-transform:capitalize;
}
.cx_nutritional_yeast .cx_section_three .cx_right_area p{
    color: #fff;
    text-align: center;
    font-size: 23px;
    margin:20px 0px;
    font-weight: 500;
    line-height: 24px;
}
.cx_nutritional_yeast .cx_section_three .cx_right_area .cx_btn{
    position:relative;
    margin:25px 0px 0px 0px;
    text-align:center;
}
.cx_nutritional_yeast .cx_section_three .cx_right_area .cx_btn a{
    display:inline-block;
    vertical-align:top;
    outline:none;
    text-decoration:none;
    width:100%;
    max-width:300px;
}
@media (max-width:991px){
    .cx_nutritional_yeast .cx_section_three{
        position:relative;
        margin-top:50px;
    }
    .cx_nutritional_yeast .cx_section_three .cx_left_area{
        width: 100%;
        padding:20px;
    }
    .cx_nutritional_yeast .cx_section_three .cx_right_area{
        width: 100%;
        padding: 21px;
    }
    .cx_nutritional_yeast .cx_section_three .cx_right_area h2{
        color: #fff;
        font-size: 5.4em;
        text-align: center;
        margin: 0px;
    }
    .cx_nutritional_yeast .cx_section_three .cx_right_area p{
        color: #fff;
        text-align: center;
        font-size: 23px;
        margin-top: 20px;
    }
}
/*** #### Section Foure  #### ***/
.cx_nutritional_yeast .cx_section_foure{
    position:relative;
    margin-top:50px;
}
.cx_nutritional_yeast .cx_section_foure h2{
    font-size: 35px;
    font-weight: 800;
    line-height: 1.2;
    color: #3cb3b5;
    margin:0px 0px 30px 0px;
    text-transform:capitalize;
}
.cx_nutritional_yeast .cx_section_foure h2 span{
    color:#125659;
}
.cx_nutritional_yeast .cx_section_foure .cx_left_box{
    position:relative;
}
.cx_nutritional_yeast .cx_section_foure .cx_left_box img{
    height:850px;
}
.cx_nutritional_yeast .cx_section_foure .cx_right_box{
    position:relative;
    margin:35px 0px 0px 0px;
}
.cx_nutritional_yeast .cx_section_foure .cx_right_box ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.cx_nutritional_yeast .cx_section_foure .cx_right_box li{
    position:relative;
    color: #125659;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    line-height: 1.8;
    display:inline-block;
    vertical-align:top;
    width:100%;
}
.cx_nutritional_yeast .cx_section_foure .cx_right_box li:before{
    content: "";
    display: block;
    background: #ff6000;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: relative;
    left: -30px;
    top: 22px;
}
.cx_nutritional_yeast .cx_section_foure .cx_right_box li strong{
    font-weight:800;
}
@media (max-width:991px){
    .cx_nutritional_yeast .cx_section_foure{
        margin-top:40px;
    }
    .cx_nutritional_yeast .cx_section_foure h2{
        font-size: 20px;
        line-height: 1.2;
    }
    .cx_nutritional_yeast .cx_section_foure .cx_left_box{
        display:none;
    }
    .cx_nutritional_yeast .cx_section_foure .cx_right_box{
        margin:0px 0px 0px 0px;
    }
    .cx_nutritional_yeast .cx_section_foure .cx_right_box ul{
        margin:0px 0px 0px 15px;
    }
}
/*** #### Section Five  #### ***/
.cx_nutritional_yeast .cx_section_five{
    position:relative;
}
.cx_nutritional_yeast .cx_section_five h2{
    text-align:center;
    color: #125659;
    font-size: 4em;
    line-height: 1.2;
    font-weight: 800;
    text-transform:capitalize;
    margin:0px 0px 30px 0px;
}
.cx_nutritional_yeast .cx_section_five  h2 .cx_orange{
    color:#fe7e00;
}
.cx_nutritional_yeast .cx_section_five .cx_text_box{
    position:relative;
    background: #3cb3b5;
    padding: 15px 10px;
}
.cx_nutritional_yeast .cx_section_five .cx_box_two{
    background:#ff6000;
}
.cx_nutritional_yeast .cx_section_five .cx_box_three{
    background:#125659;
}
.cx_nutritional_yeast .cx_section_five .cx_box_foure{
    background:#ffb771;
}
.cx_nutritional_yeast .cx_section_five .cx_box_five{
    background:#cca96e;
}
.cx_nutritional_yeast .cx_section_five .cx_text_box p{
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 1.4;
    margin:0px 0px 20px 0px;
}
.cx_nutritional_yeast .cx_section_five .cx_text_box p strong{
    font-weight:800;
}
.cx_nutritional_yeast .cx_section_five .cx_image_box{
    position:relative;
}
.cx_nutritional_yeast .cx_section_five .cx_image_box img{
    width:100%;
}
.cx_nutritional_yeast .cx_section_five .cx_image_box .cx_img_one{
    min-height:800px;
}
.cx_nutritional_yeast .cx_section_five .cx_image_box .cx_img_two{
    min-height:982px;
}
.cx_nutritional_yeast .cx_section_five .cx_image_box .cx_iner{
    position:absolute;
    top:0px;
    width:100%;
}
.cx_nutritional_yeast .cx_section_five .cx_image_box .cx_iner_center{
    position:absolute;
    width:100%;
    top: 50%;
    transform: translateY(-50%);
}
.cx_nutritional_yeast .cx_section_five .cx_image_box h3{
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 1.4;
    font-weight: 800;
    margin:30px 0px;
}
.cx_nutritional_yeast .cx_section_five .cx_image_box .cx_iner_center p{
    font-size: 35px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
    margin:0px 0px 20px 0px;
}
@media (max-width:991px){
    .cx_nutritional_yeast .cx_section_five{
        position:relative;
        margin-top:40px;
    }
    .cx_nutritional_yeast .cx_section_five h2{
        text-align: center;
        font-size: 19px;
    }
    .cx_nutritional_yeast .cx_section_five .cx_image_box .cx_img_one{
        min-height:inherit;
    }
    .cx_nutritional_yeast .cx_section_five .cx_image_box .cx_img_two{
        min-height:inherit;
    }
    .cx_nutritional_yeast .cx_section_five .cx_image_box .cx_iner{
        position:absolute;
        top:0px;
        width:100%;
    }
    .cx_nutritional_yeast .cx_section_five .cx_image_box .cx_iner_center{
        position:absolute;
        width:100%;
        top: 50%;
        transform: translateY(-50%);
    }
    .cx_nutritional_yeast .cx_section_five .cx_image_box h3{
        text-align: center;
        color: #fff;
        font-size: 35px;
        line-height: 1.4;
        font-weight: 800;
        margin:30px 0px;
    }
    .cx_nutritional_yeast .cx_section_five .cx_image_box .cx_iner_center p{
        font-size:30px;
    }
}
/*** #### Section Six  #### ***/
.cx_nutritional_yeast .cx_section_six{
    position:relative;
    padding:40px 0px 0px 0px;
}
.cx_nutritional_yeast .cx_section_six .cx_top_image{
    position:relative;
}
.cx_nutritional_yeast .cx_section_six .cx_top_image img{
    width:100%;
}
.cx_nutritional_yeast .cx_section_six .cx_iner_top{
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    padding:0px 15px;
}
.cx_nutritional_yeast .cx_section_six h2{
    color: #3cb3b5;
    font-size: 2.9em;
    line-height: 1.3;
    text-align: center;
    font-weight: 800;
    margin:30px 0px;
}
.cx_nutritional_yeast .cx_section_six h2 .cx_span_one{
    color:#ff6000;
}
.cx_nutritional_yeast .cx_section_six h2 .cx_span_two{
    color:#fff;
}
.cx_nutritional_yeast .cx_section_six p{
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 1.3;
    font-weight: 500;
}
.cx_nutritional_yeast .cx_section_six p .cx_orange{
    color:#ff6000;
}
@media (max-width:991px){
    .cx_nutritional_yeast .cx_section_six {
        padding:0px;
    }
    .cx_nutritional_yeast .cx_section_six .cx_top_image{
        display:none;
    }
    .cx_nutritional_yeast .cx_section_six .cx_iner_top{
        width: 100%;
        position:relative;
        top:auto;
        right:auto;
        padding:0px;
    }
    .cx_nutritional_yeast .cx_section_six h2{
        font-size: 22px;
        line-height: 1.3;
        text-align: center;
        margin-bottom:15px;
    }
    .cx_nutritional_yeast .cx_section_six h2 .cx_span_two{
        color:#53bcbe;
    }
    .cx_nutritional_yeast .cx_section_six p{
        font-size: 16px;
        margin:15px 0px;
        color:#000;
    }
}
/*** #### Section Seven  #### ***/
.cx_nutritional_yeast .cx_section_seven{
    position:relative;
    padding:40px 0px 0px 0px;
}
.cx_nutritional_yeast .cx_section_seven img{
    width:100%;
}
@media (max-width:991px){
    .cx_nutritional_yeast .cx_section_seven{
        padding:20px 0px 0px 0px;
    }
}
/*** #### Section Eight  #### ***/
.cx_nutritional_yeast .cx_section_eight{
    position:relative;
    padding:40px 0px 0px 0px;
}
.cx_nutritional_yeast .cx_section_eight .cx_top_image{
    position:relative;
}
.cx_nutritional_yeast .cx_section_eight .cx_top_image img{
    width:100%;
}
.cx_nutritional_yeast .cx_section_eight .cx_iner_top{
    position: absolute;
    top: 0px;
    right: 45px;
    padding:0px 15px;
}
.cx_nutritional_yeast .cx_section_eight .cx_iner_bottom{
    position: absolute;
    bottom: 20px;
    left:0px;
    width:100%;
    padding:0px 15px;
}
.cx_nutritional_yeast .cx_section_eight h2{
    text-align: center;
    color: #fff;
    font-size: 3.8em;
    margin-top: 70px;
    font-weight: 800;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px
}
.cx_nutritional_yeast .cx_section_eight h3{
    text-align: center;
    font-size: 2.3em;
    color: #fff;
    line-height: 1.4;
    margin:0px 0px 20px 0px;
    font-weight:400;
}
.cx_nutritional_yeast .cx_section_eight a{
    display:block;
    margin:30px auto auto auto;
    outline:none;
    text-decoration:none;
    width:100%;
    max-width:400px;
}
.cx_nutritional_yeast .cx_section_eight p{
    color: #fff;
    font-size: 21px;
    margin:0px 0px 0px 0px;
    text-align:center;
    font-weight:400;
}
@media (max-width:991px){
    .cx_nutritional_yeast .cx_section_eight .cx_top_image{
        position:relative;
        display:none;
    }
    .cx_nutritional_yeast .cx_section_eight .cx_iner_top{
        position:relative;
        top:auto;
        right:auto;
        padding:0px;
        width:100%;
    }
    .cx_nutritional_yeast .cx_section_eight .cx_iner_bottom{
        position:relative;
        bottom:auto;
        left:auto;
        padding:0px;
    }
    .cx_nutritional_yeast .cx_section_eight h2{
        color: #000;
        font-size: 2em;
        margin:0px 0px 30px 0px;
    }
    .cx_nutritional_yeast .cx_section_eight h3{
        text-align: center;
        font-size: 20px;
        color: #000;
    }
    .cx_nutritional_yeast .cx_section_eight p{
        color: #000;
        font-size: 16px;
        margin:20px 0px 0px 0px;
    }
}
/*** #### Catagores All #### ***/
.cx_nutritional_yeast .cx_all_columns {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.cx_nutritional_yeast .cx_all_columns .cx_iners_all {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 100%;
}
.cx_nutritional_yeast .cx_all_columns .cx_box_one {
    position: relative;
    width: 100%;
    margin: 0px -2px;
    border: 3px solid #125659;
    min-height: 700px;
    margin-bottom: 50px;
    max-width: 330px;
    display: inline-block;
    vertical-align: top;
}
.cx_nutritional_yeast .cx_all_columns .cx_box_two {
    min-height: 800px;
}
.cx_radius_one {
    border-radius: 4px 0px 0px 0px;
    border-right: 0px !important;
}
.cx_radius_two {
    border-radius: 0px;
    border-right: 0px !important;
}
.cx_radius_three {
    border-radius: 0px;
    border-color: #ff7f00 !important;
}
.cx_radius_foure {
    border-radius: 0px 4px 0px 0px;
    border-left: 0px !important;
}
.cx_nutritional_yeast .cx_all_columns .cx_box_one .cx_top {
    position: relative;
    height: 44px;
    line-height: 40px;
    text-align: center;
    background: #125659;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
}
.cx_nutritional_yeast .cx_all_columns .cx_box_one .cx_top_two {
    background: #3cb3b5;
    font-weight: 900;
    margin-top: -44px;
    line-height: 85px;
    height: 70px;
}
.cx_nutritional_yeast .cx_all_columns .cx_box_one .cx_prod_image {
    width: 100%;
    position: relative;
    height: 230px;
    line-height: 230px;
    background: #FFF;
    text-align: center;
}
.cx_nutritional_yeast .cx_all_columns .cx_box_one .cx_prod_image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100px !important;
    width: 100%;
    margin-top: 40px;
}
.cx_nutritional_yeast .cx_all_columns .cx_box_one .cx_prod_image_two {
    height: 228px;
    line-height: 228px;
}
.cx_nutritional_yeast .cx_all_columns .cx_box_one .cx_prod_image_two img {
    max-width: 200px !important;
}
.cx_nutritional_yeast .cx_all_columns .cx_box_one .cx_prod_image_three img {
    max-width: 200px !important;
}
.cx_nutritional_yeast .cx_all_columns .cx_box_one .cx_price_plan {
    padding: 5px 19px;
    position: relative;
    width: 100%;
    background-color: #125659;
    text-align: center;
}
.cx_nutritional_yeast .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text {
    position: relative;
    min-height: 85px;
    text-align: center;
}
.cx_nutritional_yeast .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text p {
    margin: 0px;
    padding: 10px 0px 0px 0px;
    text-align: center;
    color: #FFF;
    font-weight: 400;
    font-size: 22px;

}
.cx_nutritional_yeast .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h1 {
    margin: 0px;
    padding: 10px 0px 0px 0px;
    color: #fff;
    text-align: center;
    font-size: 3.2em;
    font-weight: 800;
    line-height: 1.4;
}
.cx_nutritional_yeast .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h2 {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 20px;
    font-weight: normal;
    display: block;
    line-height: 2;
    color:#FFF;
}
.cx_nutritional_yeast .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btn a {
    background: #ff7f00;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    font-weight: 800;
    border-radius: 5px;
    line-height: 1.7;
    text-decoration:none;
    border:none;
    display:block;
}
.cx_nutritional_yeast .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btm {
    color: #fff;
    font-size: 17px;
    text-align: center;
    margin:30px 0px 40px 0px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 24px;
}
.cx_nutritional_yeast .cx_all_columns .cx_box_one .cx_buy_now_plan a {
    display:block;
    margin:20px auto auto auto;
    padding:0px 20px;
}
.cx_nutritional_yeast .cx_all_columns .cx_price_image{
    margin:20px 0px;
    padding:0px 20px;
}
.cx_nutritional_yeast .cx_all_columns .cx_box_one .cx_most_popular {
    position: relative;
    text-align: center;
    width: 235px;
    background-color: #ff7f00;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    border-radius: 5px;
    margin: auto;
    top: -30px;
    z-index: 3;
    height: 44px;
    line-height: 41px;
}
.cx_nutritional_yeast .cx_all_columns .cx_box_one .cx_blue_bg {
    background: #3cb3b5;
}
@media (max-width:991px) {
    .cx_nutritional_yeast .cx_all_columns .cx_box_one {
        margin: 0px;
        margin-bottom: 70px;
    }
    .cx_radius_one {
        border-radius: 4px 0px 0px 0px;
    }
    .cx_radius_two {
        border-radius: 0px 4px 0px 0px;
        border-right: 3px solid #1a6996 !important;
    }
    .cx_radius_three {
        border-radius: 4px 0px 0px 0px;
    }
    .cx_radius_foure {
        border-radius: 0px 4px 0px 0px;
    }
    .cx_nutritional_yeast .cx_all_columns .cx_box_one {
        margin: 0px;
        margin-bottom: 30px;
    }
    .cx_radius_one {
        border-radius: 4px;
        border-right: 3px solid #1a6996 !important;
    }
    .cx_radius_two {
        border-radius: 4px;
        border-right: 3px solid #1a6996 !important;
    }
    .cx_radius_three {
        border-radius: 4px;
    }
    .cx_radius_foure {
        border-radius: 4px;
        border-left: 3px solid #1a6996 !important;
    }
}
/**** 30 Day Supply ****/
.cx_nutritional_yeast .cx_adrenel {
    position: relative;
    padding: 0px 0px 50px 0px;
    clear: both;
    text-align: center;
}
.cx_nutritional_yeast .cx_adrenel img {
    display: inline-block;
    width: 100%;
    max-width: 600px !important;
}
/*=====================================================================
    25.0 - Health Coach and Strategy Consult page CSS
 =====================================================================*/

.cx_strategy_consult{
    position:relative;
    padding:50px 0px;
}
.cx_strategy_consult h2{
    color:#2baab1;
    font-size: 1.93em;
    font-weight: 400;
    line-height: 42px;
    letter-spacing:-1px;
    margin:0px 0px 20px 0px;
}
.cx_strategy_consult h3{
    color:#2baab1;
    font-size:24px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}
.cx_strategy_consult p{
    color:#333;
    font-size:14px;
    line-height: 24px;
    margin: 0 0 20px;
    padding:0px;
}
.cx_strategy_consult label{
    color:#333;
    font-size:14px;
    line-height: 22px;
    margin:0px;
    width:100%;
    padding:0px;
    font-weight:400;
}
.cx_strategy_consult .cx_formgroup{
    position:relative;
    margin-bottom:15px;
}
.cx_strategy_consult label .cx_required{
    color: #ff0000;
    font-style: normal;
    font-family: arial;
}
.cx_strategy_consult input{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.cx_strategy_consult textarea{
    display: block;
    width: 100%;
    height: 134px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    resize:none;
}
.cx_strategy_consult button{
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #2baab1;
    border:1px solid transparent;
    border-color: #2baab1 #2baab1 #218388;
    -webkit-appearance: button;
    cursor: pointer;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.cx_strategy_consult button:hover{
    border-color: #30bec6 #30bec6 #26969c;
    background-color: #30bec6;
}
/**** Trained ****/
.cx_trained{
    position:relative;
    padding:50px 0px;
}
.cx_trained h2{
    color:#2baab1;
    font-size: 1.93em;
    font-weight: 400;
    line-height: 42px;
    letter-spacing:-1px;
    margin:0px 0px 25px 0px;
}
.cx_trained .cx_leftarea{
    position:relative;
    padding:15px;
}
.cx_trained .cx_leftarea p{
    color:#333;
    font-size:14px;
    line-height: 24px;
    margin: 0 0 20px;
    padding:0px;
}
.cx_trained .cx_leftarea h3{
    color:#2baab1;
    font-size:24px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
    text-align:center;
}
.cx_trained .cx_leftarea .cx_box{
    position:relative;
    min-height:210px;
    text-align:center;
}
.cx_trained .cx_leftarea .cx_box .fa{
    font-size:10em;
}
.cx_trained .cx_leftarea .cx_box .cx_imagebox{
    margin:10px 0px;
    position:relative;
    text-align:center;
    display:inline-block;
    vertical-align:top;
}
.cx_trained .cx_leftarea .cx_box .cx_imagebox img{
    display:inline-block;
    vertical-align:top;
}
.cx_trained .cx_leftarea .cx_pagination{
    position:relative;
    margin:20px 0px;
}
.cx_trained .cx_leftarea .cx_pagination ul{
    margin:0px;
    padding:0px;
    text-align:center;
    list-style:none;
}
.cx_trained .cx_leftarea .cx_pagination li{
    display:inline-block;
    vertical-align:top;
    margin:0px -3px;
}
.cx_trained .cx_leftarea .cx_pagination a{
    text-decoration:none;
    color:#08c;
    position: relative;
    width:32px;
    height:34px;
    line-height:32px;
    display:block;
    background-color: #fff;
    border: 1px solid #ddd;
    outline:none;
    font-size:14px;
}
.cx_trained .cx_leftarea .cx_pagination li:first-child a{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.cx_trained .cx_leftarea .cx_pagination li:last-child a{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.cx_trained .cx_leftarea .cx_pagination  li.active a{
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #08c;
    border-color: #08c #08c #069;
}

/*** Right Area ***/
.cx_trained .cx_rightarea{
    position:relative;
}
.cx_trained .cx_rightarea .cx_imagebox{
    position:relative;
}
.cx_trained .cx_rightarea .cx_imagebox img{
    display:block;
    margin:auto;
}
.cx_trained .cx_rightarea .cx_list{
    position:relative;
    padding:10px;
}
.cx_trained .cx_rightarea .cx_list ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.cx_trained .cx_rightarea .cx_list li{
    position:relative;
    display:inline-block;
    vertical-align:top;
    width:100%;
    padding:5px 0px 0px 0px;
}
.cx_trained .cx_rightarea .cx_list a{
    font-size: 18px;
    color: #797979;
    font-weight:400;
    text-decoration:none;
    outline:none;
    border:none;
}
.cx_trained .cx_rightarea .cx_list a .fa{
    width: 20px;
    height: 20px;
    padding: 5px 3px 3px 4px;
    background-color: #2baab1;
    color: #fff;
    border-radius:50%;
    font-size: 11px;
    text-align:center;
    position:relative;
    top:-3px;
}
@media (max-width:991px){
    .cx_trained .cx_rightarea{
        display:block;
        margin:auto;
        max-width:250px;
        width:100%;
    }
}

/**** Trained ****/
.cx_health_coach{
    position:relative;
    padding:50px 0px;
}
.cx_health_coach h2{
    color:#2baab1;
    font-size: 1.93em;
    font-weight: 400;
    line-height: 42px;
    letter-spacing:-1px;
    margin:0px 0px 25px 0px;
}
.cx_health_coach .cx_leftarea{
    position:relative;
    padding:15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius:5px;
    margin-bottom:20px;
}
.cx_health_coach .cx_leftarea h3{
    color:#2baab1;
    font-size:24px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
    text-align:left;
}
.cx_health_coach .cx_leftarea p{
    color:black;
    font-size:18px;
    line-height: 24px;
    margin: 0 0 20px;
    padding:0px;
    font-weight:400;
}
.cx_health_coach .cx_leftarea p a{
    color:#21B0C3;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
}
.cx_health_coach .cx_leftarea .cx_imagebox{
    position:relative;
    margin-bottom:25px;
}
.cx_health_coach .cx_leftarea .cx_imagebox img{
    display:block;
    margin:auto;
}
.cx_health_coach .cx_leftarea .cx_list{
    position:relative;
}
.cx_health_coach .cx_leftarea .cx_list ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.cx_health_coach .cx_leftarea .cx_list li{
    display:inline-block;
    vertical-align:top;
    position:relative;
    width:100%;
    padding:0px 0px 0px 10px;
    line-height:24px;
    color:black;
    font-size:14px;
}
.cx_health_coach .cx_leftarea .cx_list li .fa{
    color: #2baab1;
    border-color: #2baab1;
    position: absolute;
    left: 0;
    top: 5px;
}
/*** Right Area ***/
.cx_health_coach .cx_rightarea{
    position:relative;
}
.cx_health_coach .cx_rightarea .cx_imagebox{
    position:relative;
}
.cx_health_coach .cx_rightarea .cx_imagebox img{
    display:block;
    margin:auto;
}
.cx_health_coach .cx_rightarea .cx_list{
    position:relative;
    padding:10px;
}
.cx_health_coach .cx_rightarea .cx_list ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.cx_health_coach .cx_rightarea .cx_list li{
    position:relative;
    display:inline-block;
    vertical-align:top;
    width:100%;
    padding:5px 0px 0px 0px;
}
.cx_health_coach .cx_rightarea .cx_list a{
    font-size: 18px;
    color: #797979;
    font-weight:400;
    text-decoration:none;
    outline:none;
    border:none;
}
.cx_health_coach .cx_rightarea .cx_list a .fa{
    width: 20px;
    height: 20px;
    padding: 5px 3px 3px 4px;
    background-color: #2baab1;
    color: #fff;
    border-radius:50%;
    font-size: 11px;
    text-align:center;
    position:relative;
    top:-3px;
}
@media (max-width:991px){
    .cx_health_coach .cx_rightarea{
        display:block;
        margin:auto;
        max-width:250px;
        width:100%;
    }
}
/* ====================================================================
   87.0 - Keto Coach Page CSS
=====================================================================*/
.cx_keto_coach {
    position: relative;
}
.cx_keto_coach .container {
    max-width: 1170px !important;
    width: 100%;
}
.cx_keto_coach .cx_pd50{
    padding:50px 0px !important;
}
.cx_mobile_img{
    display:none !important;
}
@media (max-width:991px){
    .cx_pd00{
        padding:0px;
    }
    .cx_desktop_img{
        display:none !important;
    }
    .cx_mobile_img{
        display:inline-block !important;
    }
}
/*** ### Section One ### ***/
.cx_keto_coach .cx_section_one{
    position:relative;
    padding:75px 0px 50px 0px;
}
.cx_keto_coach .cx_section_one .cx_left_box{
    position:relative;
    padding:35px 50px 35px 0px;
}
.cx_keto_coach .cx_section_one .cx_left_box h1{
    font-weight: 900;
    color: #46cadf;
    font-size: 28px;
    line-height: 36px;
    text-align:center;
    margin:0px;
    padding:0px;
}
.cx_keto_coach .cx_section_one .cx_left_box p{
    margin:0px;
    padding-top: 20px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 26px;
    padding-right: 10px;
    font-weight: 500;
    text-align: left;
    color:#333;
}
@media (max-width:991px){
    .cx_keto_coach .cx_section_one{
        padding:30px 0px 0px 0px;
    }
    .cx_keto_coach .cx_section_one .cx_left_box{
        padding:0px;
    }
    .cx_keto_coach .cx_section_one .cx_left_box h1{
        line-height: 32px;
        margin:0px -15px;
    }
    .cx_keto_coach .cx_section_one .cx_left_box p{
        padding:20px 5px;
        margin-top:10px;
        margin-bottom:20px;
    }
}

/*** ### Section Two ### ***/
.cx_keto_coach .cx_section_two{
    background: #fbfbfb;
    padding:80px 0px 50px 0px;
    position:relative;
}
.cx_keto_coach .cx_section_two p{
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
    margin:0px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    color:#333;
}
@media (max-width:991px){
    .cx_keto_coach .cx_section_two{
        padding: 25px 0px 0px 0px;
    }
    .cx_keto_coach .cx_section_two p{
        padding:0px;
    }
}
/*** ### Section Three ### ***/
.cx_keto_coach .cx_section_three{
    background: #FFF;
    padding: 50px 0px;
    position:relative;
    text-align:center;
}
.cx_keto_coach .cx_section_three h2{
    color:#2baab1;
    letter-spacing:-1px;
    padding:0px;
    text-align:center;
    font-size: 2.35em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 32px;
}
.cx_keto_coach .cx_section_three .cx_image{
    position:relative;
    text-align:center;
}
.cx_keto_coach .cx_section_three .cx_image img{
    display:inline-block;
    vertical-align:top;
    margin-bottom:20px;
}
.cx_keto_coach .cx_section_three  #cx_all_video{
    display:none;
}
.cx_keto_coach .cx_section_three a{
    display:inline-block;
    vertical-align:top;
    color: #000;
    font-size:14px;
    text-decoration: underline;
    text-align:center;
}
.cx_keto_coach .cx_section_three .cx_mobile_slider{
    position:relative;
    text-align:center;
    margin-bottom:20px;
    display:none;
}
.cx_keto_coach .cx_section_three .cx_mobile_slider #cx_mobile_slider{
    position:relative;
    display:block !important;
    margin:auto;
    float:none !important;
    width:100%;
    width:253px !important;
}
.cx_keto_coach .cx_section_three .cx_mobile_slider .cx_left_arrow {
    position: absolute;
    top: 41%;
    left: -15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #2baab1;
    font-size: 35px;
    z-index: 100;
    cursor: pointer;
}
.cx_keto_coach .cx_section_three .cx_mobile_slider .cx_right_arrow {
    position: absolute;
    top: 41%;
    right: -15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #2baab1;
    font-size: 35px;
    z-index: 100;
    cursor: pointer;
}
@media (max-width:991px){
    .cx_keto_coach .cx_section_three{
        background: #FFF;
        padding: 20px 0px 0px 0px;
        position:relative;
        text-align:center;
    }
    .cx_keto_coach .cx_section_three .cx_image{
        display:none;
    }
    .cx_keto_coach .cx_section_three .cx_mobile_slider{
        display:block;
    }
}

/*** ### Section Foure ### ***/
.cx_keto_coach .cx_section_foure{
    background: #fbfbfb;
    padding: 50px 0px;
    margin-top: 40px;
}
.cx_keto_coach .cx_section_foure h3{
    color:#2baab1;
    text-align:center;
    font-size: 1.95em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
    text-transform:capitalize;
}
.cx_keto_coach .cx_section_foure  p{
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
    color:#333;
    margin:0px 0px 20px 0px;
    text-align:left;
    padding:0px 60px;
}
.cx_keto_coach .cx_section_foure h4{
    margin:50px 0px 14px 0px;
    text-align:center;
    font-weight:800;
    font-size: 1.4em;
    letter-spacing: normal;
    line-height: 27px;
    color:#1d2127;
}
.cx_keto_coach .cx_section_foure .cx_bonus{
    position:relative;
    padding:20px 65px 0px 65px;
    text-align:center;
}
.cx_keto_coach .cx_section_foure .cx_bonus .cx_icons{
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
    line-height:52px;
    color: #45bfcb;
    width: 80px;
}
.cx_keto_coach .cx_section_foure .cx_bonus  .cx_text{
    display: table-cell;
    vertical-align: middle;
    font-size: 21px;
    line-height: 26px;
    padding-left: 10px;
    text-align: left;
    color:#333;
}
.cx_keto_coach .cx_section_foure p.cx_bonus_text{
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 50px;
    font-size: 21px;
    line-height: 26px;
    color:#333;
    text-align:center;
    font-weight:500;
}

@media (max-width:991px){
    .cx_keto_coach .cx_section_foure{
        padding: 20px 0px 0px 0px;
        margin-top: 10px ;
    }
    .cx_keto_coach .cx_section_foure p{
        text-align: justify;
        word-spacing: -2px;
        padding:0px 10px;
    }
    .cx_keto_coach .cx_section_foure .cx_bonus{
        padding:0px;
    }
}
/*** ### Section Fiver ### ***/
.cx_keto_coach .cx_section_five{
    background: #FFF;
    padding: 20px 0px 50px 0px;
    position:relative;
    text-align:center;
}
.cx_keto_coach .cx_section_five h3{
    color:#2baab1;
    text-align:center;
    font-size: 1.95em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
    text-transform:capitalize;
}
.cx_keto_coach .cx_section_five .cx_price{
    position:relative;
}
.cx_keto_coach .cx_section_five .cx_price p:nth-child(1){
    font-size: 32px;
    line-height: 28px;
    font-weight: 800;
    margin:0px 0px 20px 0px;
    padding:0px;
    text-align:center;
}
.cx_keto_coach .cx_section_five .cx_price p .cx_linethrough{
    color:red;
    text-decoration:line-through;
}
.cx_keto_coach .cx_section_five .cx_price p .cx_price_main{
    color:#777;
}
.cx_keto_coach .cx_section_five .cx_price p:nth-child(2){
    font-size: 32px;
    line-height: 28px;
    font-weight: 800;
    color:#000;
    margin:0px 0px 20px 0px;
    padding:0px;
    text-align:center;
}
.cx_keto_coach .cx_section_five .cx_drberg{
    position:relative;
}
.cx_keto_coach .cx_section_five .cx_drberg img{
    display:inline-block;
    vertical-align:top;
}
.cx_keto_coach .cx_section_five .cx_drberg p{
    font-weight: 800;
    font-size: 17px;
    line-height:28px;
    color:#333;
    margin:0px 0px 20px 0px;
    padding:0px;
    text-align:center;
}
.cx_keto_coach .cx_section_five button{
    background: orange;
    color: #fff;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    display:inline-block;
    vertical-align:top;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
}
.cx_keto_coach .cx_section_five button:hover{
    color:#333;
    text-decoration:none;
}
@media (max-width:991px){
    .cx_keto_coach .cx_section_five .cx_price p{
        display:inline-block;
        vertical-align:middle;
        margin:0px 0px 10px 0px !important;
        padding-right:30px !important;
    }
    .cx_keto_coach .cx_section_five button{
        font-size: 17px;
        line-height: 1.5;
        border-radius: 3px;
    }
}
/*** ### Section Six ### ***/
.cx_keto_coach .cx_section_six{
    background: #fbfbfb;
    position:relative;
    text-align:center;
    margin-top:40px
}
.cx_keto_coach .cx_section_six .cx_conatiner_one{
    padding:50px;
}
.cx_keto_coach .cx_section_six .cx_conatiner_two{
    padding:50px;
}
.cx_keto_coach .cx_section_six h3{
    color:#2baab1;
    text-align:center;
    font-size: 1.95em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    margin:0px 0px 33px 0px;
    text-transform:capitalize;
}
.cx_keto_coach .cx_section_six p{
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
    color:#333;
    margin:0px 0px 20px 0px;
    text-align:left;
    padding:0px 60px;
}
.cx_keto_coach .cx_section_six .cx_graph_img{
    margin-bottom:20px;
}
.cx_keto_coach .cx_section_six p .cx_graph_text{
    font-size:18px;
}
.cx_keto_coach .cx_section_six p  a{
    color:#2BAAB1;
    text-decoration:none;
}
@media (max-width:991px){
    .cx_keto_coach .cx_section_six {
        margin-top: 10px ;
    }
    .cx_keto_coach .cx_section_six .cx_conatiner_one{
        padding: 20px 0px 10px 0px;
    }
    .cx_keto_coach .cx_section_six .cx_conatiner_two{
        padding: 0px;
    }
    .cx_keto_coach .cx_section_six h3{
        line-height:1.1em;
    }
    .cx_keto_coach .cx_section_six p{
        text-align: justify;
        word-spacing: -2px;
        padding:0px 5px;
    }
}
/*** ### Section 7 ### ***/
.cx_keto_coach .cx_section_seven{
    background: #bbd8dc;
    padding: 50px;
    padding-bottom: 0!important;
    margin-top: -14px;
    color: #fff;
}
.cx_keto_coach .cx_section_seven .cx_left_img{
    position:relative;
    text-align:left;
}
.cx_keto_coach .cx_section_seven .cx_left_img img{
    margin-left:120px;
}
.cx_keto_coach .cx_section_seven .cx_right_text{
    position:relative;
}
.cx_keto_coach .cx_section_seven .cx_right_text p{
    padding-top: 150px;
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    margin:0px 0px 20px 0px;
}
@media (max-width:991px){
    .cx_keto_coach .cx_section_seven{
        padding:0px;
        overflow:hidden;
    }
    .cx_keto_coach .cx_section_seven .cx_left_img img{
        margin-left:-20px;
        padding-top:20px;
    }
    .cx_keto_coach .cx_section_seven .cx_right_text p{
        margin-left: -70px;
        padding-top: 30px;
        padding-right: 20px;
        font-size: 30px;
        line-height: 32px;
    }
}
/*** ### Section Eight ### ***/
.cx_keto_coach .cx_section_eight{
    background: #fbfbfb;
    padding: 50px 0px;
    position:relative;
    margin-bottom:40px;
}
.cx_keto_coach .cx_section_eight p{
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
    margin:0px 0px 20px 0px;
    padding:0px 35px 0px 35px;
    color:#333;
}
@media (max-width:991px){
    .cx_keto_coach .cx_section_eight{
        padding: 20px 0px;
    }
    .cx_keto_coach .cx_section_eight p{
        padding:0px 5px;
    }
}
/* ====================================================================
   88.0 - Exclusive EbMembershipUser Page CSS
=====================================================================*/
.cx_membership_wrap {
    position: relative;
}
.cx_membership_wrap .container {
    max-width: 1170px !important;
    width: 100%;
}
/*** ### Section One ### ***/
.cx_membership_wrap .cx_section1 {
    position: relative;
    padding: 50px 15px 0px 15px;
    margin-top: 50px;
}
.cx_membership_wrap .cx_section1 .cx_left_text {
    position: relative;
}
.cx_membership_wrap .cx_section1 .cx_left_text h1 {
    color: #013253;
    font-weight: 600;
    letter-spacing: -2px;
    font-family: Raleway, Arial, sans-serif;
    font-size: 2.6em;
    line-height: 44px;
    margin: 0 0 32px;
    font-weight: 800;
}
.cx_membership_wrap .cx_section1 .cx_left_text p {
    font-family: Raleway, Arial, sans-serif;
    line-height: 24px;
    font-size: 14px;
    margin: 0 0 20px;
    color: #333;
    padding: 0px;
}
.cx_membership_wrap .cx_section1 .cx_left_text span {
    color: #0091a8;
}
.cx_membership_wrap .cx_right_video {
    border: 3px solid #fff;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 5px 2px #ddd;
    box-shadow: 2px 2px 5px 2px #ddd;
}
.cx_membership_wrap .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 0px !important;
}
/*** ### Section Two ### ***/
.cx_membership_wrap .cx_section2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0px 50px 0px;
    padding: 0 25px;
}
.cx_membership_wrap .cx_section2 a {
    background-color: #eee;
    border-radius: 4px;
    color: #207c81;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    font-weight: 600;
    margin: 5px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    font-weight: 800;
}
@media (max-width:991px) {
    .cx_membership_wrap .cx_section2 {
        padding: 0 10px;
    }
}
/*** ### Section Three ### ***/
.cx_membership_wrap .cx_section3 {
    position: relative;
}
.cx_membership_wrap .cx_section3 .cx_top_text {
    position: relative;
    text-align: center;
}
.cx_membership_wrap .cx_section3 .cx_top_text h1 {
    font-size: 2.6em;
    line-height: 44px;
    margin: 0px 0px 32px 0px;
    font-family: Raleway, Arial, sans-serif;
    color: #207c81;
    padding: 0px;
    font-weight: 400;
    letter-spacing: -1px;
}
.cx_membership_wrap .cx_section3 .cx_top_text h4 {
    font-size: 1.4em;
    line-height: 27px;
    margin: 0 0 14px;
    color: #1d2127;
    padding: 0px;
    font-weight: 400;
}
.cx_membership_wrap .cx_section3 .cx_benefits {
    position: relative;
    padding: 25px 0px;
}
.cx_membership_wrap .cx_section3 .cx_benefits .cx_benefit {
    position: relative;
    margin-bottom: 20px;
}
.cx_membership_wrap .cx_section3 .cx_benefits .cx_benefit>img {
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
    width: calc(35% - 10px);
}
.cx_membership_wrap .cx_section3 .cx_benefits .cx_benefit>div {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
}
.cx_membership_wrap .cx_section3 .cx_benefits .cx_benefit>div h4 {
    color: #207c81;
    font-weight: 800;
    font-size: 1.2em;
    margin-bottom: 4px;
    padding: 0px;
    font-family: Raleway, Arial, sans-serif;
}
.cx_membership_wrap .cx_section3 .cx_benefits .cx_benefit>div p {
    color: #333;
    font-size: 14px;
    font-family: Raleway, Arial, sans-serif;
    line-height: 24px;
    margin: 0px 0px 20px 0px;
    font-weight: 400;
}
.cx_membership_wrap .cx_section3 .cx_benefits .cx_benefit>div a {
    color: #207c81;
    text-decoration: underline;
    margin-bottom: 5px;
}
/*** New Plan ****/
.cx_membership_wrap .cx_new_plan {
    background: #f5f5f5;
    margin-top: 30px;
    padding: 50px 15px;
}
.cx_membership_wrap .cx_new_plan .cx_plan_top {
    margin: 0px auto;
    max-width: 700px;
    text-align: center;
}
.cx_membership_wrap .cx_new_plan .cx_plan_top h2 {
    color: #207c81;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: Raleway, Arial, sans-serif;
    letter-spacing: -1px;
    font-size: 2.2em;
    line-height: 42px;
    margin: 0 0 32px;
    padding: 0px;
}
.cx_membership_wrap .cx_new_plan .cx_plan_top h4 {
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0px;
    padding: 0px;
    color: #207c81;
    margin-bottom: 20px;
}
.cx_membership_wrap .cx_new_plan .cx_plan_top p {
    padding: 0px;
    font-size: 14px;
    line-height:24px;
    color: #333;
    margin: 0px 0px 30px 0px;
    font-weight: 400;
}
.cx_membership_wrap .cx_new_plan .cx_palns_sechudle {
    position: relative;
}
.cx_membership_wrap .cx_new_plan .cx_palns_sechudle .cx_annual_plan {
    padding: 5px 0 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: 0 0 8px 0 lightgrey;
    box-shadow: 0 0 8px 0 lightgrey;
    margin: auto;
    max-width: 350px;
    text-align: center;
}
.cx_membership_wrap .cx_new_plan .cx_palns_sechudle .cx_annual_plan .label {
    background: #80c302;
    border-radius: 0;
    font-size: 16px;
    font-weight: 800;
    padding: 6px 14px;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    display: inline;
}
.cx_membership_wrap .cx_new_plan .cx_palns_sechudle .cx_annual_plan h2 {
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 2.2em;
    line-height: 42px;
    letter-spacing: -1px;
}
.cx_membership_wrap .cx_new_plan .cx_palns_sechudle .cx_annual_plan h3 {
    color: #d0021b;
    font-size: 2.2em;
    font-weight: 800;
    margin: 10px 0 20px;
    line-height: 24px;
    text-transform: capitalize;
}
.cx_membership_wrap .cx_new_plan .cx_palns_sechudle .cx_annual_plan h4 {
    color: #207c81;
    font-size: 1.2em;
    font-weight: 800;
    line-height: 27px;
    margin: 0 0 14px;
}
.cx_membership_wrap .cx_new_plan .cx_palns_sechudle .cx_annual_plan a {
    background-color: #f58e00;
    border: none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    max-width: 350px;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 80%;
}
.cx_membership_wrap .cx_new_plan .cx_palns_sechudle .cx_annual_plan p {
    line-height: 24px;
    color: #41a8ae;
    font-style: italic;
    font-weight: 800;
    margin-bottom: 0px;
    margin-top: 10px;
}
.cx_month_plan {
    border-radius: 10px;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: 0 0 8px 0 lightgrey;
    box-shadow: 0 0 8px 0 lightgrey;
    max-width: 350px;
    margin: 25px auto !important;
    padding: 0 0 30px;
    text-align: center;
    background: none !important;
}
@media (min-width:991px) {
    .cx_membership_wrap .cx_new_plan .cx_palns_sechudle .cx_month_plan {
        margin: 25px 0 0 !important;
    }
    .cx_membership_wrap .cx_new_plan .cx_palns_sechudle .cx_annual_plan {
        margin: 0 0 0 auto;
    }
}
@media (max-width:991px){
    .cx_membership_wrap .cx_new_plan{
        padding:50px 0px;
    }
}
/*** What Inside ****/
.cx_membership_wrap .cx_what_inside {
    position: relative;
    margin: 100px 0px 0px 0px;
}
.cx_membership_wrap .cx_what_inside .cx_top_image {
    position: relative;
}
.cx_membership_wrap .cx_what_inside .cx_top_image img {
    display: block;
    margin: auto;
}
.cx_membership_wrap .cx_what_inside .cx_bottom_text {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}
.cx_membership_wrap .cx_what_inside .cx_bottom_text p {
    font-size: 29px;
    font-weight: 800;
    color: #333;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    line-height: 24px;
}
@media (max-width:480px){
    .cx_membership_wrap .cx_what_inside{
        padding:0px;
    }
}
/*** Section 4****/
.cx_membership_wrap .cx_section4 {
    position: relative;
    margin: 100px 0px 0px 0px;
}
.cx_membership_wrap .cx_section4 .cx_section4_left {
    position: relative;
}
.cx_membership_wrap .cx_section4 .cx_section4_left h2 {
    color: #1eb0bf;
    text-align: left;
    padding: 0px;
    font-size: 2.4em;
    font-weight: 400;
    line-height: 42px;
    margin: 0 0 32px;
    letter-spacing: -1px;
}
.cx_membership_wrap .cx_section4 .cx_section4_left ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}
.cx_membership_wrap .cx_section4 .cx_section4_left li {
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 20pt;
    padding-left: 10px;
    width: 100%;
    text-align: justify;
    color: #000;
    font-size: 14px;
    position: relative;
}
.cx_membership_wrap .cx_section4 .cx_section4_left li .cx_caret {
    position: absolute;
    left: 0px;
    font-size: 30px;
    margin-left: -7px;
    top: -3px !important;
    color: #2baab1;
    border-color: #2baab1;
}
.cx_membership_wrap .cx_section4 .cx_section4_right {
    position: relative;
}
.cx_membership_wrap .cx_section4 .cx_section4_right p {
    line-height: 1.5;
    font-size: 17pt;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    text-align: justify;
    color: #000;
}
.cx_membership_wrap .cx_section4 .cx_section4_bottom {
    position: relative;
    margin-top: 20px;
}
/*** How It work ****/
.cx_membership_wrap .cx_how_it_work {
    position: relative;
    margin: 100px 0px 0px 0px;
}
.cx_membership_wrap .cx_how_it_work h1 {
    font-size: 29pt;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 90px;
    display: block;
    max-width: 540px;
    padding-bottom: 10px;
    width: 100%;
    color: #2baab1;
    border-bottom: 2px solid #dbdbdb;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.cx_membership_wrap .cx_how_it_work_one {
    position: relative;
}
.cx_membership_wrap .cx_how_it_work .cx_col_md_6 {
    width: 50%;
    padding: 0px 15px;
    margin-right: 8.33333333%;
}
.cx_membership_wrap .cx_how_it_work .cx_col_md_5 {
    width: 41.66666667%;
    padding: 0px 15px;
}
.cx_membership_wrap .cx_how_it_work .cx_row {
    margin: 0px -15px;
    position: relative;
}
.cx_membership_wrap .cx_how_it_work .cx_left_img {
    float: left;
    padding: 0px 15px;
}
.cx_membership_wrap .cx_how_it_work .cx_height_300 img {
    height: 300px;
    display: block;
    margin: auto;
}
.cx_membership_wrap .cx_how_it_work .cx_right_text {
    float: right;
    padding: 0px 15px;
}
.cx_membership_wrap .cx_how_it_work .cx_light_blue {
    border-radius: 6px;
    width: 70%;
    display: block;
    margin: auto;
    margin-bottom: 30px;
    background: #2baab1 !important;
}
.cx_membership_wrap .cx_how_it_work .cx_dark_blue {
    background-color: #0a3852!important;
}
.cx_membership_wrap .cx_how_it_work h4 {
    margin: 0px auto;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 17.1pt;
    padding: 5px;
    line-height: 18.96pt;
    text-align: center;
}
.cx_membership_wrap .cx_how_it_work p {
    font-size: 14pt;
    line-height: 25pt;
    margin: 0px 0px 20px 0px;
    text-indent: 50px;
    text-align: justify;
    margin-left: 20px;
    color: #333;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.cx_membership_wrap .cx_how_it_work .cx_divider_section {
    position: relative;
    border-bottom: 2px solid #2baab1;
    margin: 0 auto;
    width: 60%;
    margin-bottom: 50px;
    margin-top: 35px;
}
.cx_membership_wrap .cx_how_it_work .cx_educate {
    position: relative;
    margin: 25px 0px;
}
@media (max-width:991px) {

    .cx_membership_wrap .cx_how_it_work .cx_educate {
        padding:0px;
        margin:25px 0px 0px 0px;
    }
    .cx_membership_wrap .cx_how_it_work h1 {
        max-width: 100%;
    }
    .cx_membership_wrap .cx_how_it_work .cx_light_blue {
        width: 100%;
    }
    .cx_membership_wrap .cx_how_it_work_on .cx_divider_section {
        width: 100%;
    }
    .cx_membership_wrap .cx_how_it_work .cx_col_md_6 {
        width: 100%;
        margin-right: 0px;
    }
    .cx_membership_wrap .cx_how_it_work .cx_col_md_5 {
        width: 100%;
    }
}
/*** Frequently Ask Question ****/
.cx_membership_wrap .cx_freq_ask {
    position: relative;
    margin: 100px 0px 0px 0px;
}
.cx_membership_wrap .cx_freq_ask h1 {
    font-size: 29pt;
    margin: auto;
    margin-bottom: 30px;
    display: block;
    max-width: 730px;
    padding-bottom: 10px;
    width: 100%;
    color: #0a3852;
    border-bottom: 2px solid #dbdbdb;
    text-align: center;
    font-weight: 400;
    letter-spacing: -1px;
}
.cx_membership_wrap .cx_freq_ask .cx_light_blue {
    background: #2baab1 !important;
}
.cx_membership_wrap .cx_freq_ask .cx_dark_blue {
    background-color: #0a3852!important;
}
.cx_membership_wrap .cx_freq_ask h2 {
    color: #fff;
    padding: 20px;
    font-size: 2.2em;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 42px;
    margin: auto auto 70px auto;
    display: block;
    max-width: 570px;
    width: 100%;
    text-align: center;
}
.cx_membership_wrap .cx_freq_ask .cx_all_question {
    position: relative;
}
.cx_membership_wrap .cx_freq_ask .cx_all_question:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 100px;
    bottom: 0;
    left: 50%;
    border-left: 2px dotted #444;
}
.cx_membership_wrap .cx_freq_ask .cx_all_question .cx_left_box {
    position: relative;
    float: left;
    width: 100%;
    max-width: 510px;
}
.cx_membership_wrap .cx_freq_ask .cx_all_question .cx_right_box {
    position: relative;
    float: right;
    width: 100%;
    max-width: 510px;
}
.cx_membership_wrap .cx_freq_ask .cx_all_question h4 {
    font-weight: 800;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0px 0px 14px 0px;
    font-size: 24px;
    color: #2baab1!important;
}
.cx_membership_wrap .cx_freq_ask .cx_all_question p {
    font-size: 19px;
    margin-bottom: 50px;
    line-height: 1.4;
    color: #333;
    margin: 0px 0px 50px 0px;
    text-align: justify;
}
@media (max-width:991px) {
    .cx_membership_wrap .cx_freq_ask h1 {
        max-width: 100%;
    }
    .cx_membership_wrap .cx_freq_ask h2 {
        max-width: 100%;
        margin: auto auto 50px auto;
    }
    .cx_membership_wrap .cx_freq_ask .cx_all_question {
        position: relative;
    }
    .cx_membership_wrap .cx_freq_ask .cx_all_question .cx_left_box {
        max-width: 100%;
    }
    .cx_membership_wrap .cx_freq_ask .cx_all_question .cx_right_box {
        max-width: 100%;
    }
    .cx_membership_wrap .cx_freq_ask .cx_all_question:after {
        display: none;
    }
}
/*** Member ship Details****/
.cx_membership_wrap .cx_member_details {
    position: relative;
    margin: 100px 0px 0px 0px;
}
.cx_membership_wrap .cx_member_details h1 {
    font-size: 29pt;
    margin: auto;
    margin-bottom: 30px;
    display: block;
    max-width: 760px;
    padding-bottom: 10px;
    width: 100%;
    color: #0a3852;
    border-bottom: 2px solid #dbdbdb;
    text-align: center;
    font-weight: 400;
    letter-spacing: -1px;
}
.cx_membership_wrap .cx_member_details h2 {
    color: #fff;
    padding: 20px;
    font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    margin: 0px 0px 70px 0px;
    letter-spacing: -1px;
    width: 100%;
    max-width: 510px;
    text-align: center;
}
.cx_membership_wrap .cx_member_details .cx_light_blue {
    background: #2baab1 !important;
}
.cx_membership_wrap .cx_member_details .cx_dark_blue {
    background-color: #0a3852!important;
}
.cx_membership_wrap .cx_member_details .cx_all_module {
    position: relative;
}
.cx_membership_wrap .cx_member_details .cx_all_module:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 120px;
    bottom: 0;
    left: 50%;
    border-left: 2px dotted #444;
}
.cx_membership_wrap .cx_member_details .cx_all_module .cx_left_module {
    position: relative;
    float: left;
    width: 100%;
    max-width: 510px;
}
.cx_membership_wrap .cx_member_details .cx_all_module .cx_right_module {
    position: relative;
    float: right;
    width: 100%;
    max-width: 510px;
}
.cx_membership_wrap .cx_member_details h5 {
    font-size: 1em;
    font-weight: 800;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px;
}
.cx_membership_wrap .cx_member_details .cx_all_module .cx_left_module ul {
    padding-left: 20px;
    margin-bottom: 30px;
    list-style: none;
    text-align: left;
}
.cx_membership_wrap .cx_member_details .cx_all_module .cx_left_module li {
    width: 100%;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-size:14px;
}
.cx_membership_wrap .cx_member_details .cx_all_module .cx_right_module ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}
.cx_membership_wrap .cx_member_details .cx_all_module .cx_right_module li {
    width: 100%;
    line-height: 38px;
    margin-bottom: 45px;
    font-size: 16pt;
    text-align: justify;
    font-weight: 400;
}
@media (max-width:991px) {
    .cx_membership_wrap .cx_member_details h1 {
        max-width: 100%;
    }
    .cx_membership_wrap .cx_member_details h2 {
        max-width: 100%;
    }
    .cx_membership_wrap .cx_member_details .cx_all_module .cx_left_module {
        max-width: 100%;
    }
    .cx_membership_wrap .cx_member_details .cx_all_module .cx_right_module {
        max-width: 100%;
    }
    .cx_membership_wrap .cx_member_details .cx_all_module:after {
        display: none;
    }
}
/*** Frequently Ask Question ****/
.cx_membership_wrap .cx_amazing_story {
    position: relative;
    margin: 100px 0px 0px 0px;
}
.cx_membership_wrap .cx_amazing_story h1 {
    font-size: 29pt;
    margin: auto;
    margin-bottom: 30px;
    display: block;
    max-width: 540px;
    padding-bottom: 10px;
    width: 100%;
    color: ##2baab1;
    border-bottom: 2px solid #dbdbdb;
    text-align: center;
    font-weight: 400;
    letter-spacing: -1px;
}
.cx_membership_wrap .cx_amazing_story .cx_h450 img {
    display: block;
    margin: auto;
    height: 450px;
}
.cx_membership_wrap .cx_amazing_story .cx_light_blue {
    background: #2baab1 !important;
}
.cx_membership_wrap .cx_amazing_story .cx_dark_blue {
    background-color: #0a3852!important;
}
.cx_membership_wrap .cx_amazing_story .cx_amazing_content {
    display: block;
    margin: auto;
    max-width: 760px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 17pt;
}
.cx_membership_wrap .cx_amazing_story .cx_amazing_content .cx_wrap_content {
    border: 1px solid #2baab1;
    padding: 5px;
    border-radius: 6px;
    font-size: 12pt;
    line-height: 20pt;
}
.cx_membership_wrap .cx_amazing_story .cx_amazing_content .cx_wrap_content h4 {
    margin: 0 auto;
    padding: 0;
    margin-top: -20px;
    text-align: center;
}
.cx_membership_wrap .cx_amazing_story .cx_amazing_content .cx_wrap_content h4 span {
    background-color: #2baab1;
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 15px;
    font-weight: 800;
    color: #FFF;
}
.cx_membership_wrap .cx_amazing_story .cx_amazing_content .cx_wrap_content p {
    font-weight: 400;
    text-align: justify;
    padding: 10px;
    line-height: 24px;
    margin: 0 0 20px;
    color: #333;
}
.cx_membership_wrap .cx_amazing_story .cx_1000 img {
    width: 100%;
    max-width: 1000px !important;
    display: block;
    margin: auto;
}
.cx_membership_wrap .cx_amazing_story .cx_736 {
    position:relative;
    text-align:center;
}
.cx_membership_wrap .cx_amazing_story .cx_736 img {
    display:inline-block;
    margin: auto;
}
/***** Blue Content ****/
.cx_membership_wrap .cx_blue_content {
    padding: 50px;
    margin-top: 70px;
    background: #0a3852 !important;
    text-align: center;
}
.cx_membership_wrap .cx_blue_content .cx_gurantee_logo {
    margin-top: -93px;
    text-align: center;
    margin-bottom: 20px;
    text-align: center;
}
.cx_membership_wrap .cx_blue_content .cx_gurantee_logo img {
    display: inline-block;
    vertical-align: top;
}
.cx_membership_wrap .cx_blue_content p {
    display: block;
    margin: auto auto 20px auto;
    max-width: 575px;
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 12pt;
    line-height: 20pt;
}
/***** Bonus Image ****/
.cx_membership_wrap .cx_bonus_image {
    position: relative;
    margin: 100px 0px 0px 0px;
    text-align: center;
}
.cx_membership_wrap .cx_bonus_image img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 1000px !important;
}
.cx_membership_wrap .cx_bonus_image2 {
    position: relative;
    margin: 100px 0px 0px 0px;
    text-align: center;
}
.cx_membership_wrap .cx_bonus_image2 img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
/***** Bonus Two Details ****/
.cx_membership_wrap .cx_bonus_details {
    position: relative;
}
.cx_membership_wrap .cx_bonus_details .cx_left_bonus {
    position: relative;
}
.cx_membership_wrap .cx_bonus_details .cx_left_bonus h2 {
    background-color: #0a3852;
    border-radius: 8px;
    padding: 5px;
    color: #fff;
    font-size: 16pt;
    font-weight: 900;
    line-height: 1.2;
    margin: 0px 0px 32px 0px;
    text-align: center;
}
.cx_membership_wrap .cx_bonus_details .cx_left_bonus p {
    margin-bottom: 30px;
    line-height: 25pt;
    text-indent: 50px;
    text-align: justify;
    font-weight: 400;
    color: #333;
    font-size: 16pt;
}
.cx_membership_wrap .cx_bonus_details .cx_right_bonus_img {
    position: relative;
    text-align: left;
    margin-top:100px;
}
.cx_membership_wrap .cx_bonus_details .cx_right_bonus_img img {
    margin-bottom: 30px;
}
.cx_membership_wrap .cx_bonus_details .cx_left_bonus ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}
.cx_membership_wrap .cx_bonus_details .cx_left_bonus li {
    padding-left: 10px !important;
    position: relative;
    width: 100%;
    line-height: 20pt;
    list-style: none;
    color: #0a3852;
    font-weight: 800;
    font-size: 16pt;
    padding-bottom: 12px;
}
.cx_membership_wrap .cx_bonus_details .cx_left_bonus li .cx_bonus_caret {
    color: #0a3852!important;
    border-color: #0a3852!important;
    position: absolute;
    left: 0px;
    font-size: 30px;
    margin-left: -7px;
    top: -3px;
}
.cx_membership_wrap .cx_bonus_details .cx_736 {
    position:relative;
    text-align:center;
}
.cx_membership_wrap .cx_bonus_details .cx_736 img {
    display:inline-block;
    margin: auto;
}
.cx_membership_wrap .cx_bonus_details .cx_two_video{
    margin-top: 80px;
    margin-bottom: 20px;
}

/* ====================================================================
   89.0 - Approved Food Page CSS
=====================================================================*/
.cx_ketosis_food{
    position:relative;
}
.cx_ketosis_food .container {
    max-width: 1170px !important;
    width: 100%;
}
/*** ### Section One ### ***/
.cx_ketosis_food .cx_section_one{
    position:relative;
    margin:75px 0px;
    padding:0px;
}
.cx_ketosis_food .cx_section_one h1{
    color:#2baab1;
    font-size: 2.6em;
    line-height: 44px;
    letter-spacing:-1px;
    padding:0px;
    font-weight:500;
    text-align:left;
}
.cx_ketosis_food .cx_section_one h5{
    color:#2baab1;
    font-size: 1em;
    font-weight: 800;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0px 0px 14px 0px;
    text-transform: uppercase;
    text-align:center;
}
.cx_ketosis_food .cx_section_one hr{
    background-image: -webkit-linear-gradient(left,transparent,#dbdbdb,transparent);
    background-image: linear-gradient(to right,transparent,#dbdbdb,transparent);
    border: 0;
    height: 1px;
    margin: 22px 0;
}
/*** ### Section Two ### ***/
.cx_ketosis_food .cx_section_two{
    position:relative;
    padding:0px;
}
.cx_ketosis_food .cx_section_two h2{
    color:#2baab1!important;
    font-size:30px;
    font-weight: 400;
    line-height: 42px;
    margin: 0 0 32px;
    letter-spacing:-1px;
}
.cx_ketosis_food .cx_section_two ul{
    margin:0px;
    padding:0px;
    list-style:none;
    text-align:left;
}
.cx_ketosis_food .cx_section_two li{
    padding-left:32px;
    margin-bottom:5px;
    position:relative;
    padding-top:5px;
    line-height:24px;
    font-size:14px;
    color:#333;
}
.cx_ketosis_food .cx_section_two li .cx_check_mark{
    position:absolute;
    width: 20px;
    height: 20px;
    background:#08c;
    top:7px;
    font-size:.8em;
    left:0px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height:20px;
}
.cx_ketosis_food .cx_section_two p{
    position:relative;
    margin:30px 0px 20px 0px;
    font-size:14px;
    color:#333;
    padding:0px;
    text-align:left;
    line-height:24px;
}

/*** ### Box Content ### ***/
.cx_ketosis_food .cx_box_content{
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px;
}
.cx_ketosis_food .cx_box_content .cx_box_image{
    position:relative;
    text-align:left;
}
.cx_ketosis_food .cx_box_content .cx_box_image img{
    width:100%;
    max-width:400px !important;
    margin-bottom:20px;
}
.cx_ketosis_food .cx_box_content .cx_box_left{
    position:relative;
    text-align:left;
}
.cx_ketosis_food .cx_box_content .cx_box_left h2{
    color:#21B0C3;
    font-weight:400;
    font-size:30px;
    letter-spacing:-1px;
    line-height: 42px;
    margin: 0 0 32px;
}
.cx_ketosis_food .cx_box_content .cx_box_left p{
    color:#333;
    font-size:14px;
    margin:0px 0px 20px 0px;
    line-height:24px;
    padding:0px;
}
.cx_ketosis_food .cx_box_content hr{
    background-image: -webkit-linear-gradient(left,transparent,#dbdbdb,transparent);
    background-image: linear-gradient(to right,transparent,#dbdbdb,transparent);
    border: 0;
    height: 1px;
    margin: 22px 0;
}

/*** ### Box Content ### ***/
.cx_ketosis_food .cx_box_content_two{
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px;
}
.cx_ketosis_food .cx_box_content_two .cx_box_image{
    position:relative;
    text-align:left;
}
.cx_ketosis_food .cx_box_content_two .cx_box_image img{
    width:100%;
    max-width:400px !important;
    margin-bottom:20px;
}
.cx_ketosis_food .cx_box_content_two .cx_box_image_process{
    position:relative;
    text-align:left;
}
.cx_ketosis_food .cx_box_content_two .cx_box_image_process img{
    display:inline-block;
    vertical-align:top;
    max-width:200px !important;
    width:100%;
    margin-bottom:20px;
}
.cx_ketosis_food .cx_box_content_two .cx_normal_image{
    position:relative;
    text-align:left;
}
.cx_ketosis_food .cx_box_content_two .cx_normal_image img{
    display:inline-block;
    vertical-align:top;
    margin-bottom:20px;
}
.cx_ketosis_food .cx_box_content_two .cx_box_left{
    position:relative;
    text-align:left;
}
.cx_ketosis_food .cx_box_content_two .cx_box_left h3{
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
    color:#1d2127;
    text-transform:capitalize;
}
.cx_ketosis_food .cx_box_content_two .cx_box_left h3 span{
    font-size:15px;
}
.cx_ketosis_food .cx_box_content_two .cx_box_left p{
    line-height: 24px;
    margin: 0 0 20px;
    color:#333;
    font-size:14px;
}
/*** ### Box Content ### ***/
.cx_ketosis_food .cx_box_content_three{
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px;
}
.cx_ketosis_food .cx_box_content_three .cx_box_image{
    position:relative;
    text-align:center;
}
.cx_ketosis_food .cx_box_content_three .cx_box_image img{
    width:100%;
    max-width:800px !important;
    margin-bottom:20px;
}
/* ========================================
 90.0 - Shop Pages General CSS
========================================== */
#cx_desktop {
    display: none;
}
@media (max-width:991px) {
    #cx_desktop {
        display: block;
    }
    #cx_mobile {
        display: none !important;
    }
}
@media (max-width:767px) {
    #cx_mobile_colum {
        display: none;
    }
}
.cx_price_image {
    position: relative;
    padding: 10px;
    margin-top: 10px;
}
.cx_price_image img {
    display: inline-block;
    vertical-align: top;
    max-width: 330px !important;
    width: 100%;
}
.cx33 {
    margin-top: 39px !important;
}
.cx22 {
    margin-top: 22px !important;
}
@media (max-width:991px) {
    .cx33 {
        margin-top: 30px !important;
    }
    .cx00 {
        padding: 0px;
    }
    .cx22 {
        margin-top: 30px !important;
    }
}
/* ====================================================================
   93.0 - Organic Cruciferous Food Regular Page CSS
=====================================================================*/

.cx_cruciferous .cx_all_size {
    font-size: 36px;
}
@media (max-width:1170px) {
    .cx_cruciferous .cx_all_size {
        font-size: 32px;
    }
}
@media (max-width:991px) {
    .cx_cruciferous .cx_all_size {
        font-size: 28px;
    }
}
@media (max-width:767px) {
    .cx_cruciferous .cx_all_size {
        font-size: 25px;
    }
}
/**** Food Top Section ****/
.cx_cruciferous {
    background: #FFF;
    position: relative;
    padding: 0px;
}
.cx_cruciferous .container {
    max-width: 1200px;
}
/**** Top Banner All ***/
.cx_cruciferous .cx_banner_all {
    position: relative;
    margin: 30px 0px 20px 0px;
    padding: 0px;
}
.cx_cruciferous .cx_banner_all img {
    width: 100%;
}
.cx_cruciferous .cx_banner_all h1 {
    color: #d15251;
    font-size: 60px;
    line-height: 55px;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.cx_cruciferous .cx_banner_all h1 span {
    color: #4a9a39;
}
.cx_cruciferous .cx_banner_all h2 {
    color: #ff7c00;
    font-size: 70px;
    line-height: 55px;
    letter-spacing: -1px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
.cx_cruciferous .cx_banner_all h3 {
    color: #03316d;
    font-size: 28px;
    line-height: 25px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}
.cx_cruciferous .cx_banner_all h3 span {
    color: #ff7c00;
}
.cx_cruciferous .cx_banner_all .cx_baner_bottom {
    position: relative;
    padding: 45px 0px 0px 30px;
}
.cx_cruciferous .cx_banner_all .cx_baner_bottom .cx_left_list {
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.cx_cruciferous .cx_banner_all .cx_baner_bottom .cx_left_list .cx_sub {
    color: #fff;
    font-size: 15pt;
    margin: 0;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}
.cx_cruciferous .cx_banner_all .cx_baner_bottom .cx_left_list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.cx_cruciferous .cx_banner_all .cx_baner_bottom .cx_left_list ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    color: #fff;
    line-height: 15px;
    font-size: 17px;
    margin-top: 8px;
    font-weight: 700;
    padding: 0px 0px 0px 10px;
}
.cx_cruciferous .cx_banner_all .cx_baner_bottom .cx_left_list ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    color: #FFF;
    top: 4px;
    font-size: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFF;
}
.cx_cruciferous .cx_banner_all .cx_baner_bottom .cx_right_list {
    position: relative;
    margin-top: 10px;
}
.cx_cruciferous .cx_banner_all .cx_baner_bottom .cx_right_list .cx_sub {
    color: #fff;
    font-size: 25px;
    margin: 0;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}
.cx_cruciferous .cx_banner_all .cx_baner_bottom .cx_right_list a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    outline: none;
    margin: 10px 0px;
}
.cx_cruciferous .cx_banner_all .cx_baner_bottom .cx_right_list p {
    font-weight: 500;
    margin: 0px;
    color: #FFF;
    padding: 0px;
    text-align: left;
    font-size: 20px;
}
.cx_cruciferous .cx_banner_all .cx_baner_bottom .cx_right_list p img {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:1170px) {
    .cx_cruciferous .cx_banner_all h1 {
        font-size: 50px;
        line-height: normal;
    }
    .cx_cruciferous .cx_banner_all h2 {
        font-size: 40px;
        line-height: normal;
        padding: 20px 0px;
    }
    .cx_cruciferous .cx_banner_all h3 {
        font-size: 22px;
    }
}
@media (max-width:991px) {
    .cx_cruciferous .cx_banner_all {
        background: #FFF;
        min-height: inherit;
    }
    .cx_cruciferous .cx_banner_all h1 {
        font-size: 40px;
        text-align: center;
    }
    .cx_cruciferous .cx_banner_all h2 {
        font-size: 30px;
        text-align: center;
        padding: 20px 0px;
    }
    .cx_cruciferous .cx_banner_all h3 {
        font-size: 20px;
        text-align: center;
        padding: 0px 0px 20px 0px;
    }
    .cx_cruciferous .cx_banner_all .cx_baner_bottom {
        position: relative;
        left: auto;
        background: #1f7ca8;
        bottom: auto;
        padding: 20px 15px;
    }
}
@media (max-width:767px) {
    .cx_cruciferous .cx_banner_all h1 {
        font-size: 32px;
        padding: 5px 10px;
    }
    .cx_cruciferous .cx_banner_all h2 {
        font-size: 25px;
    }
    .cx_cruciferous .cx_banner_all h3 {
        font-size: 18px;
    }
    .cx_cruciferous .cx_banner_all .cx_baner_bottom .cx_right_list {
        text-align: center;
    }
    .cx_cruciferous .cx_banner_all .cx_baner_bottom .cx_right_list p {
        text-align: center;
        font-size: 15px;
    }
    .cx_cruciferous .cx_banner_all .cx_baner_bottom .cx_left_list .cx_sub {
        font-size: 16px;
    }
    .cx_cruciferous .cx_banner_all .cx_baner_bottom .cx_right_list .cx_sub {
        font-size: 20px;
    }
}
/***** Section One *****/

/**** #### Section Two #### ****/
.cx_cruciferous .cx_section_stars {
    position: relative;
    clear: both;
    padding: 0px;
}
.cx_cruciferous .cx_section_stars .cx_iner {
    padding: 50px 0px;
    border-top: 1px solid #d7d6d6;
}
.cx_cruciferous .cx_section_stars .cx_iner2 {
    border: none;
    padding: 0px;
}
.cx_cruciferous .cx_section_stars .cx_iner .cx_review {
    text-align: left;
    line-height: 19px;
    font-family: Arial, Helvetica, sans-serif !important;
}
.cx_cruciferous .cx_section_stars .cx_iner .cx_review img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
.cx_cruciferous .cx_section_stars .cx_iner .cx_review .cx_review_counter {
    font-size: 12px;
    line-height: 1.5em;
    color: #555;
}
.cx_cruciferous .cx_section_stars .cx_iner .cx_review .cx_review_verify {
    color: #C45500;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    padding-top: 3px;
    margin-bottom: 5px;
}
.cx_cruciferous .cx_section_stars .cx_iner .cx_review p:last-child {
    font-size: 13px;
}
@media (max-width:991px) {
    .cx_cruciferous .cx_section_stars .cx_iner {
        border: none;
        padding: 35px 0px;
    }
    .cx_cruciferous .cx_section_stars .cx_iner .cx_review p {
        font-size: 14px;
    }
    .cx_cruciferous .cx_section_stars .cx_iner .cx_review p:last-child {
        font-size: 19px;
        line-height: 2;
        color: #000;
    }
    .cx_cruciferous .cx_section_stars .cx_iner .cx_review .cx_review_verify {
        font-size: 14px;
    }
    .cx_cruciferous .cx_section_stars .cx_iner .cx_review .cx_review_counter {
        font-size: 19px;
        line-height: 1.5em;
        margin-bottom: -10px;
        display: block;
    }
}
/**** #### Section Three #### ****/
.cx_cruciferous .cx_section_three {
    position: relative;
    padding: 68px 52px 79px 30px;
    line-height: 30px;
    background: url(../images/food/bg-characteristic-section.jpg) repeat-y;
}
.cx_cruciferous .cx_section_three:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    background: url(../images/food/bg-bottom.jpg) repeat-x 50% 0;
}
.cx_cruciferous .cx_section_three:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55px;
    background: url(../images/food/bg-bottom.jpg) repeat-x 50% 0;
}
.cx_cruciferous .cx_section_three .cx_images {
    position: relative;
    text-align: left;
    padding: 0px;
}
@media (max-width:991px) {
    .cx_cruciferous .cx_section_three .cx_images {
        text-align: center;
    }
}
.cx_cruciferous .cx_section_three .cx_images img {
    display: inline-block;
    vertical-align: top;
}
.cx_cruciferous .cx_section_three .cx_pd30 {
    padding-top: 30px;
}
.cx_cruciferous .cx_section_three h3 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    color: #3d4c03;
    margin: 0px;
    padding: 50px 0px;
}
.cx_cruciferous .cx_section_three p {
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 30px !important;
    color: #000 !important;
    margin: 0px 0px 12px 0px;
    text-align: left;
    padding: 0px;
}
@media (max-width:991px) {
    .cx_section_three2 {
        padding: 0px;
    }
    .cx_cruciferous .cx_section_three p {
        font-size: 19px;
        line-height: 2 !important;
        padding-top: 15px;
        color: #000;
    }
    .cx_cruciferous .cx_section_three {
        padding: 20px 15px;
    }
    .cx_cruciferous .cx_section_three:before {
        display: none;
    }
    .cx_cruciferous .cx_section_three:after {
        display: none;
    }
    .cx_cruciferous .cx_section_three h3 {
        padding: 0px 0px 20px 0px;
    }
}
/**** #### Section Foure #### ****/
.cx_cruciferous .cx_section_foure {
    position: relative;
    padding: 50px 0px 0px 0px;
    clear: both;
}
.cx_cruciferous .cx_section_foure h1 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    color: #3d4c03;
    margin: 0px 0px 25px 0px
}
.cx_cruciferous .cx_section_foure .cx_box_image {
    position: relative;
    text-align: center;
    margin-top: 30px;
}
.cx_cruciferous .cx_section_foure .cx_box_image img {
    display: inline-block;
    vertical-align: top;
}
.cx_cruciferous .cx_section_foure .cx_marked_box {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0px 0px 0px;
}
.cx_cruciferous .cx_section_foure .cx_p_6 {
    padding: 0px 9.3px;
}
.cx_cruciferous .cx_section_foure .cx_v_table {
    height: 231px;
    display: table;
    width: 100%;
    vertical-align: middle;
}
.cx_cruciferous .cx_section_foure .cx_v_cell {
    height: 231px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.cx_cruciferous .cx_section_foure .cx_marked_box .cx_holder {
    padding: 0px 40px;
}
.cx_cruciferous .cx_section_foure .cx_marked_box h5 {
    margin: 0;
    padding: 0 0 0 29px;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: url(../images/massage/bullet03.png) no-repeat 0 5px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
}
.cx_cruciferous .cx_section_foure .cx_marked_box p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 30px;
    color: #000;
    margin: 0px;
}
@media (max-width:991px) {
    .cx_cruciferous .cx_section_foure h1 {
        text-align: left !important;
    }
    .cx_cruciferous .cx_section_foure .cx_marked_box p {
        font-size: 20px;
        line-height: 1.6 !important;
    }
    .cx_cruciferous .cx_section_foure .cx_marked_box .cx_holder {
        padding: 15px;
    }
}
.cx_cruciferous .cx_section_foure .cx_marked_box.cx_color_1 {
    background: #ddf0b6;
}
.cx_cruciferous .cx_section_foure .cx_marked_box.cx_color_2 {
    background: #f1edcb;
}
.cx_cruciferous .cx_section_foure .cx_marked_box.cx_color_3 {
    background: #eff2b5;
}
.cx_cruciferous .cx_section_foure .cx_marked_box.cx_color_4 {
    background: #e0f5f5;
}
.cx_cruciferous .cx_section_foure .cx_marked_box.cx_color_5 {
    background: #eff8dd;
}
.cx_cruciferous .cx_section_foure .cx_marked_box.cx_color_6 {
    background: #398839;
}
.cx_cruciferous .cx_section_foure .cx_review_stars {
    position: relative;
    width: 100%;
}
.cx_cruciferous .cx_section_foure .cx_review_stars h4 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 36px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}
.cx_cruciferous .cx_section_foure .cx_review_stars a {
    display: block;
    position: relative;
    text-align: center;
}
.cx_cruciferous .cx_section_foure .cx_review_stars a img {
    display: inline-block;
    vertical-align: top;
}
.cx_cruciferous .cx_section_foure .cx_review_stars p {
    text-align: center;
    position: relative;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}
.cx_cruciferous .cx_section_foure .cx_review_stars p img {
    display: inline-block;
    vertical-align: middle;
}
/**** Section Five ****/
.cx_cruciferous .cx_section_five {
    position: relative;
    padding: 0px;
}
.cx_cruciferous .cx_section_five .cx_wrap {
    position: relative;
    padding: 65px 0px 0px 0px;
    background: url(../images/food/bg-promo2-section.jpg) repeat-y;
}
.cx_cruciferous .cx_section_five .cx_wrap h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #3d4c03;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.cx_cruciferous .cx_section_five2 .cx_wrap h1 {
    text-align: left;
    padding-bottom: 30px;
}
.cx_cruciferous .cx_section_five .cx_wrap .left-area {
    position: relative;
    padding: 20px 0px 50px 0px;
    text-align: center;
}
.cx_cruciferous .cx_section_five .cx_wrap .left-area img {
    display: inline-block;
    vertical-align: top;
}
.cx_cruciferous .cx_section_five .cx_wrap .cx_right {
    position: relative;
    padding: 20px 15px;
    text-align: center;
}
.cx_cruciferous .cx_section_five .cx_wrap .cx_right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}
.cx_cruciferous .cx_section_five .cx_wrap .cx_right li {
    list-style: none;
    padding: 0px 0px 0px 27px;
    margin-bottom: 13px;
    line-height: 30px;
    background: url(../images/massage/bullet01.jpg) no-repeat 0 10px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #333;
}
@media (max-width:991px) {
    .cx_cruciferous .cx_section_five .cx_wrap {
        padding: 20px 15px;
    }
    .cx_cruciferous .cx_section_five .cx_wrap h1 {
        text-align: left;
        letter-spacing: -1px;
    }
    .cx_cruciferous .cx_section_five .cx_wrap .cx_right li {
        font-size: 19px;
        line-height: 2;
    }
    .cx_cruciferous .cx_section_five .cx_wrap .cx_right {
        padding: 20px 0px;
    }
}
/**** Section Five 2****/
.cx_cruciferous .cx_section_five2 {
    position: relative;
    padding: 0px;
}
.cx_cruciferous .cx_section_five2 .cx_wrap {
    position: relative;
    padding: 50px 0px;
}
.cx_cruciferous .cx_section_five2 .cx_wrap h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #3d4c03;
    text-align: left;
    margin: 0px;
    padding: 0px 0px 30px 0px;
}
.cx_cruciferous .cx_section_five2 .cx_wrap .left-area {
    position: relative;
    padding: 50px 0px 0px 0px;
    text-align: left;
}
.cx_cruciferous .cx_section_five2 .cx_wrap .left-area img {
    display: inline-block;
    vertical-align: top;
}
.cx_cruciferous .cx_section_five2 .cx_wrap .cx_right {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.cx_cruciferous .cx_section_five2 .cx_wrap .cx_right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}
.cx_cruciferous .cx_section_five2 .cx_wrap .cx_right li {
    list-style: none;
    padding: 0px 0px 0px 27px;
    margin-bottom: 13px;
    line-height: 29px;
    background: url(../images/massage/bullet01.jpg) no-repeat 0 10px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #333;
}
.cx_cruciferous .cx_section_five2 .cx_wrap .cx_right li strong {
    font-weight: 600;
}
@media (max-width:991px) {
    .cx_cruciferous .cx_section_five2 .cx_wrap .cx_right {
        padding-bottom: 0px;
    }
    .cx_cruciferous .cx_section_five2 .cx_wrap .cx_right li {
        font-size: 19px;
        line-height: 2;
        background: url(../images/massage/bullet01.jpg) no-repeat 0 14px;
        color: #000;
    }
}
/**** #### Section Six Testmonila #### ****/
.cx_cruciferous .cx_section_six {
    position: relative;
    padding: 0px;
}
.cx_cruciferous .cx_section_six .cx_iner_testimonila {
    background: #6dc929;
    padding: 50px 0px;
}
.cx_cruciferous .cx_section_six .cx_iner_testimonila h1 {
    color: #fff;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-weight: 700;
}
.cx_cruciferous .cx_section_six .cx_iner_testimonila .cx_star {
    position: relative;
    text-align: center;
    padding: 30px 0px;
}
.cx_cruciferous .cx_section_six .cx_iner_testimonila .cx_star img {
    display: inline-block;
    vertical-align: top;
}
/**** #### Section Seven #### ****/
.cx_cruciferous .cx_section_seven {
    position: relative;
    padding: 50px 0px;
}
.cx_cruciferous .cx_section_seven h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px auto;
    color: #3d4c03;
    text-align: center;
}
.cx_cruciferous .cx_section_seven p {
    padding: 0px 5%;
    margin: 0px;
    line-height: 25px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #333;
}
.cx_cruciferous .cx_section_seven .cx_box1 {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.cx_cruciferous .cx_section_seven .cx_box1 img {
    float: left;
    width: 33%;
    margin-bottom: 50px;
}
.cx_cruciferous .cx_section_seven .cx_box2 {
    position: relative;
    padding: 0px 0px 50px 0px;
    text-align: center;
}
.cx_cruciferous .cx_section_seven .cx_box2 img {
    display: inline-block;
    vertical-align: top;
    max-width: 600px !important;
    width: 100%;
}
.cx_cruciferous .cx_section_seven .cx_btns button {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #08c;
    border-color: #08c #08c #069;
    line-height: 61px;
    margin: 0px;
    overflow: hidden;
    font-size: 205%;
    height: inherit;
    width: 60%;
    transition: all .1s;
    display: block;
    margin: 50px auto;
    outline: none;
    cursor: pointer;
    padding: 6px 12px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.cx_cruciferous .cx_section_seven .cx_btns button:hover {
    border-color: #0099e6 #0099e6 #0077b3;
    background-color: #0099e6;
}
.cx_cruciferous .cx_section_seven .cx_btns button:focus {
    border-color: #0077b3 #0077b3 #0077b3;
    background-color: #0077b3;
}
@media (max-width:1170px) {
    .cx_cruciferous .cx_section_seven h1 {
        text-align: left;
    }
    .cx_cruciferous .cx_section_seven .cx_btns button {
        padding: 20px 15px;
        line-height: normal;
        margin: 0px;
        overflow: hidden;
        font-size: 40px;
        height: inherit;
        width: 100%;
        max-width: 520px;
        margin: 30px auto;
    }
}
@media (max-width:991px) {
    .cx_cruciferous .cx_section_seven .cx_box1 img {
        margin-bottom: 10px;
    }
    .cx_cruciferous .cx_section_seven .cx_btns button {
        font-size: 30px;
    }
}
@media (max-width:767px) {
    .cx_cruciferous .cx_section_seven .cx_btns button {
        font-size: 25px;
    }
    .cx_cruciferous .cx_section_seven p {
        font-size: 19px;
        line-height: 1.7 !important;
        padding: 0px 5px;
        color: #333;
    }
}
@media (max-width:600px) {
    .cx_cruciferous .cx_section_seven .cx_btns button {
        font-size: 20px;
    }
}
@media (max-width:480px) {
    .cx_cruciferous .cx_section_seven .cx_btns button {
        font-size: 15px;
    }
}
/*** #### Cruciferous Food Regular Order Section #### ***/
.cx_cruciferous .cx_all_columns {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.cx_cruciferous .cx_all_columns .cx_iners_all {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 100%;
}
.cx_cruciferous .cx_all_columns .cx_box_one {
    position: relative;
    width: 100%;
    margin: 0px -2px;
    border: 3px solid #1a6996;
    min-height: 700px;
    margin-bottom: 50px;
    display: inline-block;
    max-width: 330px;
    vertical-align: top;
}
.cx_cruciferous .cx_all_columns .cx_box_two {
    min-height: 800px;
    top: -21px;
    background: #fafafa;
}
.cx_cruciferous .cx_cruciferous .cx_radius_one {
    border-radius: 4px 0px 0px 0px;
    border-right: 0px !important;
}
.cx_cruciferous .cx_radius_two {
    border-radius: 0px;
    border-right: 0px !important;
}
.cx_cruciferous .cx_radius_three {
    border-radius: 0px;
    border-color: #ff7f00 !important;
}
.cx_cruciferous .cx_radius_foure {
    border-radius: 0px 4px 0px 0px;
    border-left: 0px !important;
}
.cx_cruciferous .cx_all_columns .cx_box_one .cx_top {
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #1a6996;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif!important;
}
.cx_cruciferous .cx_all_columns .cx_box_one .cx_top_two {
    background: #00a9cd;
    font-weight: 700;
    margin-top: -50px;
    line-height: 90px;
    height: 78px;
    font-family: Arial, Helvetica, sans-serif!important;
}
.cx_cruciferous .cx_all_columns .cx_box_one .cx_prod_image {
    width: 100%;
    position: relative;
    height: 250px;
    line-height: 250px;
    text-align: center;
}
.cx_cruciferous .cx_all_columns .cx_box_one .cx_prod_image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 150px !important;
    width: 100%;
    margin-top: 15%;
}
.cx_cruciferous .cx_all_columns .cx_box_one .cx_prod_image_two {
    line-height: 300px;
    height: 300px;
}
.cx_cruciferous .cx_all_columns .cx_box_one .cx_prod_image_two img {
    max-width: 232px !important;
}
.cx_cruciferous .cx_all_columns .cx_box_one .cx_price_plan {
    padding: 5px;
    position: relative;
    width: 100%;
    background-color: #1a6996;
    text-align: center;
}
.cx_cruciferous .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text {
    position: relative;
    min-height: 85px;
    text-align: center;
}
.cx_cruciferous .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text p {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}
.cx_cruciferous .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h1 {
    color: #FFF;
    font-size: 30px;
    font-weight: 800;
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
}
.cx_cruciferous .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h2 {
    font-weight: 600;
    font-size: 18px;
    color: #FFF;
    margin: 0px;
    padding: 5px 0px 10px 0px;
    text-align: center;
}
.cx_cruciferous .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btn a {
    display: inline-block;
    font-weight: 900;
    letter-spacing: -1.5px;
    font-size: 28px;
    background-color: #ff7f00;
    color: #fff;
    padding: 18px 20px 10px;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 6px;
    line-height: 33px;
    font-family: 'Anton', sans-serif;
}
.cx_cruciferous .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btn a .cx_span {
    font-size: 53px;
    font-family: Raleway;
}
.cx_cruciferous .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btm {
    font-family: 'Anton', sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
    color: #FFF;
}
.cx_cruciferous .cx_all_columns .cx_box_one .cx_buy_now_plan a {
    font-family: 'Anton', sans-serif;
    font-size: 45px;
    line-height: 54px;
    letter-spacing: -2px;
    font-weight: bold;
    display: inline-block;
    background-color: #ff7f00;
    color: #fff;
    padding: 2px 8px;
    text-align: center;
    text-decoration: none;
    margin: 20px auto;
    cursor: pointer;
    border-radius: 5px;
}
.cx_cruciferous .cx_all_columns .cx_box_one .cx_most_popular {
    position: relative;
    text-align: center;
    width: 270px;
    background-color: #ff7f00;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    border-radius: 5px;
    margin: auto;
    top: -34px;
    z-index: 3;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    height: 50px;
    line-height: 47px;
}
.cx_cruciferous .cx_all_columns .cx_box_one .cx_blue_bg {
    background: #00a9cd;
}
@media (max-width:991px) {
    .cx_cruciferous .cx_all_columns .cx_box_one {
        margin: 0px;
        margin-bottom: 70px;
    }
    .cx_cruciferous .cx_radius_one {
        border-radius: 4px 0px 0px 0px;
    }
    .cx_cruciferous .cx_radius_two {
        border-radius: 0px 4px 0px 0px;
        border-right: 3px solid #1a6996 !important;
    }
    .cx_cruciferous .cx_radius_three {
        border-radius: 4px 0px 0px 0px;
    }
    .cx_cruciferous .cx_radius_foure {
        border-radius: 0px 4px 0px 0px;
    }
    .cx_cruciferous .cx_all_columns .cx_box_one {
        margin: 0px;
        margin-bottom: 70px;
    }
    .cx_cruciferous .cx_radius_one {
        border-radius: 4px;
        border-right: 3px solid #1a6996 !important;
    }
    .cx_cruciferous .cx_radius_two {
        border-radius: 4px;
        border-right: 3px solid #1a6996 !important;
    }
    .cx_cruciferous .cx_radius_three {
        border-radius: 4px;
    }
    .cx_cruciferous .cx_radius_foure {
        border-radius: 4px;
        border-left: 3px solid #1a6996 !important;
    }
}
/**** Thirty Days ****/
.cx_cruciferous .cx_thirtydays {
    color: #fff;
    position: relative;
    background-size: cover;
    display: table;
    width: 100%;
    clear: both;
    margin-bottom: 50px;
    padding: 0px;
}
.cx_cruciferous .cx_thirtydays .cx_left_image {
    position: relative;
    padding: 50px 0px 0px 0px;
    text-align: center;
}
.cx_cruciferous .cx_thirtydays .cx_left_image img {
    display: inline-block;
    vertical-align: top;
}
.cx_cruciferous .cx_thirtydays .cx_right_text {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.cx_cruciferous .cx_thirtydays .cx_right_text h1 {
    color: #FFF;
    text-align: center;
    font-size: 92px;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    line-height: 100px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}
.cx_cruciferous .cx_thirtydays .cx_right_text h1 span {
    text-align: center;
    font-size: 130px;
    line-height: 110px;
    font-weight: 800;
}
.cx_cruciferous .cx_thirtydays .cx_right_text a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 400px;
    margin: 50px 0px;
}
.cx_cruciferous .cx_thirtydays .cx_right_text p {
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}
@media (max-width:991px) {
    .cx_cruciferous .cx_thirtydays .cx_right_text h1 {
        font-size: 80px;
        line-height: 90px;
    }
    .cx_cruciferous .cx_thirtydays .cx_right_text h1 span {
        font-size: 110px;
        line-height: 100px;
    }
    .cx_cruciferous .cx_thirtydays .cx_right_text p {
        font-size: 22px;
    }
}
@media (max-width:767px) {
    .cx_cruciferous .cx_thirtydays {
        background: #FFF;
    }
    .cx_cruciferous .cx_thirtydays .cx_right_text {
        background: #001129;
    }
    .cx_cruciferous .cx_thirtydays .cx_right_text h1 {
        font-size: 70px;
        line-height: 80px;
    }
    .cx_cruciferous .cx_thirtydays .cx_right_text h1 span {
        font-size: 100px;
        line-height: 90px;
    }
    .cx_cruciferous .cx_thirtydays .cx_right_text p {
        font-size: 20px;
    }
}
/* ====================================================================
   94.0 - Grass Juice Powder Lemon Page CSS
=====================================================================*/
.cx_lemon .cx_all_size {
    font-size: 36px;
}
@media (max-width:1170px) {
    .cx_lemon .cx_all_size {
        font-size: 32px;
    }
}
@media (max-width:991px) {
    .cx_lemon .cx_all_size {
        font-size: 28px;
    }
}
@media (max-width:767px) {
    .cx_lemon .cx_all_size {
        font-size: 25px;
    }
}
/**** Massage Top Section ****/
.cx_lemon {
    background: #FFF;
    position: relative;
    padding: 0px;
}
.cx_lemon .container {
    max-width: 1200px;
}
/**** Top Banner All ***/
.cx_lemon .cx_banner_all {
    position: relative;
    font-family: 'Raleway', sans-serif;
    background: url(../images/weight-loss/bg-head-section-1.5.png) no-repeat;
    min-height: 502px;
    background-size: 100% 100%;
    margin: 20px 0px 0px 0px;
}
.cx_lemon .cx_banner_all h1 {
    color: #ff9600;
    font-size: 83px;
    line-height: 60px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.cx_lemon .cx_banner_all h2 {
    letter-spacing: -1px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #50830f;
    font-size: 57px;
}
.cx_lemon .cx_banner_all h3 {
    color: #ff9600;
    font-size: 28px;
    line-height: 25px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}
.cx_lemon .cx_banner_all h3 span {
    color: #ff7c00;
}
.cx_lemon .cx_banner_all .cx_baner_bottom {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 0px 0px 7px 30px;
}
.cx_lemon .cx_banner_all .cx_baner_bottom .cx_left_list {
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.cx_lemon .cx_banner_all .cx_baner_bottom .cx_left_list .cx_sub {
    color: #fff;
    font-size: 15pt;
    margin: 0;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}
.cx_lemon .cx_banner_all .cx_baner_bottom .cx_left_list ul {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    list-style: none;
}
.cx_lemon .cx_banner_all .cx_baner_bottom .cx_left_list ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    color: #fff;
    line-height: 15px;
    font-size: 17px;
    margin-top: 5px;
    font-weight: 700;
    padding: 0px 0px 0px 7px;
    font-family: Arial, Helvetica, sans-serif;
}/*
.cx_lemon .cx_banner_all .cx_baner_bottom .cx_left_list  ul li:before{
	content:"";
	position:absolute;
	left:0px;
	color:#FFF;
	top:4px;
	font-size:20px;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#FFF;
}*/
.cx_lemon .cx_banner_all .cx_baner_bottom .cx_right_list {
    position: relative;
    margin-top: 10px;
}
.cx_lemon .cx_banner_all .cx_baner_bottom .cx_right_list .cx_sub {
    color: #fff;
    font-size: 25px;
    margin: 0;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}
.cx_lemon .cx_banner_all .cx_baner_bottom .cx_right_list a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    outline: none;
    margin: 10px 0px;
}
.cx_lemon .cx_banner_all .cx_baner_bottom .cx_right_list p {
    font-weight: 500;
    margin: 0px;
    color: #FFF;
    padding: 0px;
    text-align: left;
    font-size: 15px;
}
.cx_lemon .cx_banner_all .cx_baner_bottom .cx_right_list p img {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:1170px) {
    .cx_lemon .cx_banner_all h1 {
        font-size: 60px;
        line-height: normal;
    }
    .cx_lemon .cx_banner_all h2 {
        font-size: 40px;
        line-height: normal;
        padding: 20px 0px;
    }
    .cx_lemon .cx_banner_all h3 {
        font-size: 22px;
    }
}
@media (max-width:991px) {
    .cx_lemon .cx_banner_all {
        background: #FFF;
        min-height: inherit;
    }
    .cx_lemon .cx_banner_all .cx_baner_bottom {
        position: relative;
        left: auto;
        background: #001129;
        bottom: auto;
        padding: 20px 15px;
    }
    .cx_lemon .cx_banner_all h3 {
        padding: 0px 0px 10px 0px;
    }
}
@media (max-width:767px) {
    .cx_lemon .cx_banner_all h2 {
        font-size: 27px;
    }
    .cx_lemon .cx_banner_all h3 {
        font-size: 20px;
        padding: 0px 0px 10px 0px;
    }
    .cx_lemon .cx_banner_all .cx_baner_bottom .cx_right_list {
        text-align: left;
    }
    .cx_lemon .cx_banner_all .cx_baner_bottom .cx_right_list p {
        text-align: left;
        font-size: 15px;
    }
    .cx_lemon .cx_banner_all .cx_baner_bottom .cx_left_list .cx_sub {
        font-size: 16px;
    }
    .cx_lemon .cx_banner_all .cx_baner_bottom .cx_right_list .cx_sub {
        font-size: 20px;
    }
}
/***** Video Section *****/
.cx_lemon .cx_video_box {
    position: relative;
    padding: 0px;
    text-align: center;
    margin: auto;
    display: block;
    width: 100%;
    max-width: 640px;
}
/***** Section One *****/
.cx_lemon .cx_section_one {
    background: url(../images/powder/dreamstime_xxl_32814692.jpg) no-repeat right 0;
    background-size: cover;
    padding: 100px 0px;
}
.cx_lemon .cx_section_one .cx_girl_jump {
    background: #000;
    opacity: .7;
    padding: 15px;
}
.cx_lemon .cx_section_one .cx_girl_jump h1 {
    font-family: Arial, Helvetica, sans-serif!important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 48px;
    margin: 0px 0px 0px 20px 0px;
    padding: 0px;
    color: #FFF;
}
.cx_lemon .cx_section_one .cx_girl_jump ul {
    margin: 0px;
    padding: 20px;
    list-style: none;
}
.cx_lemon .cx_section_one .cx_girl_jump li {
    color: #fff;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 29px;
    font-family: Arial, Helvetica, sans-serif !important;
}
.cx_lemon .cx_section_one .cx_girl_jump li strong {
    color: #eff509;
}
/**** #### Section Two #### ****/
.cx_lemon .cx_section_stars {
    position: relative;
    clear: both;
    padding: 0px;
}
.cx_lemon .cx_section_stars .cx_iner {
    padding: 50px 5%;
    border-top: 1px solid #d7d6d6;
}
.cx_lemon .cx_section_stars .cx_iner2 {
    border: none;
    padding: 0px;
}
.cx_lemon .cx_section_stars .cx_iner .cx_review {
    text-align: left;
    font-size: 13px;
    line-height: 19px;
    font-family: Arial, Helvetica, sans-serif !important;
}
.cx_lemon .cx_section_stars .cx_iner .cx_review img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
.cx_lemon .cx_section_stars .cx_iner .cx_review .cx_review_counter {
    font-size: 12px;
    line-height: 1.5em;
    color: #555;
}
.cx_lemon .cx_section_stars .cx_iner .cx_review .cx_review_verify {
    color: #C45500;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    padding-top: 3px;
    margin-bottom: 5px;
}
@media (max-width:991px) {
    .cx_lemon .cx_section_stars .cx_iner .cx_review .cx_review_counter {
        font-size: 19px;
    }
    .cx_lemon .cx_section_stars .cx_iner .cx_review p:last-child {
        font-size: 19px;
        line-height: 2;
    }
    .cx_lemon .cx_section_stars .cx_iner .cx_review p:nth-child(2) {
        font-size: 18px;
    }
    .cx_lemon .cx_section_stars .cx_iner .cx_review .cx_review_verify {
        font-size: 18px;
        display: block;
    }
}
/**** #### Section Three #### ****/
.cx_lemon .cx_section_three {
    position: relative;
    padding: 68px 52px 79px 30px;
    line-height: 30px;
    background: url(../images/food/bg-characteristic-section.jpg) repeat-y;
}
.cx_lemon .cx_section_three:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    background: url(../images/weight-loss/bg-top.jpg) repeat-x 50% 0;
}
.cx_lemon .cx_section_three:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55px;
    background: url(../images/weight-loss/bg-bottom.jpg) repeat-x 50% 0;
}
.cx_lemon .cx_section_three .cx_images {
    position: relative;
    text-align: center;
    padding: 20px;
}
.cx_lemon .cx_section_three .cx_images img {
    display: inline-block;
    vertical-align: top;
}
.cx_lemon .cx_section_three .cx_pd30 {
    padding-top: 30px;
}
.cx_lemon .cx_section_three h3 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    color: #3d4c03;
    margin: 0px;
    padding: 30px 0px 20px 0px;
}
.cx_lemon .cx_section_three p {
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 30px !important;
    color: #000 !important;
    margin: 0px 0px 12px 0px;
    text-align: left;
    padding: 0px;
}
.cx_lemon .cx_section_three ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}
.cx_lemon .cx_section_three li {
    list-style: none;
    padding: 0px 25px 15px 27px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 30px;
    background: url(../images/massage/bullet01.jpg) no-repeat 0 10px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #333;
}
@media (max-width:991px) {
    .cx_lemon .cx_section_three {
        padding: 20px 15px;
    }
    .cx_lemon .cx_section_three:before {
        display: none;
    }
    .cx_lemon .cx_section_three:after {
        display: none;
    }
    .cx_lemon .cx_section_three h3 {
        padding-bottom: 0px;
    }
    .cx_lemon .cx_section_three p {
        font-size: 20px;
        line-height: 2 !important;
    }
}
/**** #### Section Foure #### ****/
.cx_lemon .cx_section_foure {
    position: relative;
    padding: 50px 0px 0px 0px;
    clear: both;
}
.cx_lemon .cx_section_foure h1 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    color: #3d4c03;
    margin: 0px 0px 25px 0px
}
.cx_lemon .cx_section_foure .cx_box_image {
    position: relative;
    text-align: center;
    margin-top: 30px;
}
.cx_lemon .cx_section_foure .cx_box_image img {
    display: inline-block;
    vertical-align: top;
}
.cx_lemon .cx_section_foure .cx_marked_box {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0px 0px 0px;
}
.cx_lemon .cx_section_foure .cx_p_6 {
    padding: 0px 9.3px;
}
.cx_lemon .cx_section_foure .cx_v_table {
    height: 231px;
    display: table;
    width: 100%;
    vertical-align: middle;
}
.cx_lemon .cx_section_foure .cx_v_cell {
    height: 231px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.cx_lemon .cx_section_foure .cx_marked_box .cx_holder {
    padding: 0px 40px;
}
.cx_lemon .cx_section_foure .cx_marked_box h5 {
    margin: 0;
    padding: 0 0 0 29px;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: url(../images/massage/bullet03.png) no-repeat 0 5px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
}
.cx_lemon .cx_section_foure .cx_marked_box p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 30px;
    color: #000;
    margin: 0px;
}
.cx_lemon .cx_section_foure .cx_marked_box.cx_color_1 {
    background: #ddf0b6;
}
.cx_lemon .cx_section_foure .cx_marked_box.cx_color_2 {
    background: #f1edcb;
}
.cx_lemon .cx_section_foure .cx_marked_box.cx_color_3 {
    background: #eff2b5;
}
.cx_lemon .cx_section_foure .cx_marked_box.cx_color_4 {
    background: #e0f5f5;
}
.cx_lemon .cx_section_foure .cx_marked_box.cx_color_5 {
    background: #eff8dd;
}
.cx_lemon .cx_section_foure .cx_marked_box.cx_color_6 {
    background: #398839;
}
.cx_lemon .cx_section_foure .cx_review_stars {
    position: relative;
    width: 100%;
}
.cx_lemon .cx_section_foure .cx_review_stars h4 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 36px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}
.cx_lemon .cx_section_foure .cx_review_stars a {
    display: block;
    position: relative;
    text-align: center;
}
.cx_lemon .cx_section_foure .cx_review_stars a img {
    display: inline-block;
    vertical-align: top;
}
.cx_lemon .cx_section_foure .cx_review_stars p {
    text-align: center;
    position: relative;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}
.cx_lemon .cx_section_foure .cx_review_stars p img {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:991px) {
    .cx_lemon .cx_section_foure .cx_marked_box .cx_holder {
        padding: 15px;
    }
    .cx_lemon .cx_section_foure .cx_marked_box p {
        font-size: 22px !important;
    }
}
/**** Section Five ****/
.cx_lemon .cx_section_five {
    position: relative;
    padding: 0px;
}
.cx_lemon .cx_section_five .cx_wrap {
    position: relative;
    padding: 0px;
}
.cx_lemon .cx_section_five2 .cx_wrap {
    position: relative;
    padding: 30px 0px 0px 0px;
    background: url(../images/weight-loss/bg-promo2-section.jpg) repeat-y;
}
.cx_lemon .cx_section_five .cx_wrap h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #3d4c03;
    text-align: left;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    letter-spacing: -.9px;
}
.cx_lemon .cx_section_five .cx_wrap .left-area {
    position: relative;
    padding: 50px 0px 0px 0px;
    text-align: center;
}
.cx_lemon .cx_section_five .cx_wrap .left-area img {
    display: inline-block;
    vertical-align: top;
}
.cx_lemon .cx_section_five .cx_wrap .cx_right {
    position: relative;
    padding: 0px 30px 30px 30px;
    text-align: center;
}
.cx_lemon .cx_section_five .cx_wrap .cx_right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}
.cx_lemon .cx_section_five .cx_wrap .cx_right li {
    list-style: none;
    padding: 0px 0px 15px 27px;
    line-height: 30px;
    background: url(../images/massage/bullet01.jpg) no-repeat 0 10px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}
@media (max-width:991px) {
    .cx_lemon .cx_section_five .cx_wrap .cx_right {
        padding: 30px 15px 0px 15px;
    }
    .cx_lemon .cx_section_five .cx_wrap .cx_right li {
        font-size: 19px;
        line-height: 2 !important;
        color: #000;
        background: url(../images/massage/bullet01.jpg) no-repeat 0 14px;
    }
    .p000 {
        padding: 0px !important;
    }
}
/**** #### Section Six Testmonila #### ****/
.cx_lemon .cx_section_six {
    position: relative;
    padding: 0px;
}
.cx_lemon .cx_section_six .cx_iner_testimonila {
    background: #85af85;
    padding: 50px 0px;
}
.cx_lemon .cx_section_six .cx_iner_testimonila h1 {
    color: #3d4c03;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-weight: 700;
}
.cx_lemon .cx_section_six .cx_iner_testimonila .cx_star {
    position: relative;
    text-align: center;
    padding: 30px 0px;
}
.cx_lemon .cx_section_six .cx_iner_testimonila .cx_star img {
    display: inline-block;
    vertical-align: top;
}
/**** #### Section Seven #### ****/
.cx_lemon .cx_section_seven {
    position: relative;
    padding: 50px 0px;
}
.cx_lemon .cx_section_seven h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px auto;
    color: #3d4c03;
    text-align: center;
}
.cx_lemon .cx_section_seven p {
    padding: 0px 5%;
    margin: 0px;
    line-height: 25px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #000;
}
.cx_lemon .cx_section_seven .cx_box1 {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.cx_lemon .cx_section_seven .cx_box1 img {
    float: left;
    width: 33%;
    margin-bottom: 50px;
}
.cx_lemon .cx_section_seven .cx_btns button {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #47a447;
    border-color: #47a447 #47a447 #388038;
    line-height: 61px;
    margin: 0px;
    overflow: hidden;
    font-size: 205%;
    height: inherit;
    width: 60%;
    transition: all .1s;
    display: block;
    margin: 50px auto;
    outline: none;
    cursor: pointer;
    max-width: 552px;
    padding: 6px 12px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.cx_lemon .cx_section_seven .cx_btns button:hover {
    border-color: #51b451 #51b451 #3f923f;
    background-color: #51b451;
    color: #fff;
}
.cx_lemon .cx_section_seven .cx_btns button:focus {
    border-color: #3f923f;
    background-color: #3f923f;
}
.cx_lemon .cx_liker_list {
    position: relative;
    padding: 20px 0px;
    text-align: center;
}
.cx_lemon .cx_liker_list li {
    display: inline-block;
    vertical-align: top;
    color: #3d4c03!important;
    font-weight: 700!important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-transform: uppercase!important;
    padding: 9px 0px 0px 41px;
    margin: 0 16px;
    background: url(../images/weight-loss/bullet02.png) top 20px left no-repeat;
}
@media (max-width:991px) {
    .cx_lemon .cx_section_seven {
        position: relative;
        padding: 50px 0px 0px 0px;
    }
    .cx_lemon .cx_liker_list li {
        font-size: 25px;
    }
}
@media (max-width:767px) {
    .cx_lemon .cx_liker_list li {
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        padding: 0px 0px 0px 41px;
        background-position: left center !important;
    }
    .cx_lemon .cx_section_seven p {
        font-size: 20px;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 2 !important;
    }
    .cx_pdx00 {
        padding: 0px;
    }
}
@media (max-width:600px) {
    .cx_lemon .cx_liker_list li {
        font-size: 14px;
    }
}
@media (max-width:360px) {
    .cx_lemon .cx_liker_list li {
        font-size: 12px;
        margin: 0px;
    }
}
/*** #### Wheat Grass Juice Powder Lemon Order Section CSS #### ***/
.cx_lemon .cx_all_columns {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.cx_lemon .cx_all_columns .cx_iners_all {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 100%;
}
.cx_lemon .cx_all_columns .cx_box_one {
    position: relative;
    width: 100%;
    margin: 0px -2px;
    border: 3px solid #001129;
    min-height: 785px;
    background: #fafafa;
    display: inline-block;
    vertical-align: top;
    max-width: 330px;
    margin-bottom: 50px;
}
.cx_lemon .cx_all_columns .cx_box_two {
    min-height: 816px;
    top: -21px;
    background: #FFF;
}
.cx_lemon .cx_radius_one {
    border-radius: 4px 0px 0px 0px;
    border-right: 0px !important;
}
.cx_lemon .cx_radius_two {
    border-radius: 0px;
    border-right: 0px !important;
}
.cx_lemon .cx_radius_three {
    border-radius: 0px;
    border-color: #ff7f00 !important;
}
.cx_lemon .cx_radius_foure {
    border-radius: 0px 4px 0px 0px;
    border-left: 0px !important;
}
.cx_lemon .cx_all_columns .cx_box_one .cx_top {
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #001129;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}
.cx_lemon .cx_all_columns .cx_box_one .cx_top_two {
    background: #014378;
    font-weight: 900;
    margin-top: -50px;
    line-height: 90px;
    height: 71px;
}
.cx_lemon .cx_all_columns .cx_box_one .cx_prod_image {
    width: 100%;
    position: relative;
    height: 300px;
    line-height: 300px;
    text-align: center;
}
.cx_lemon .cx_all_columns .cx_box_one .cx_prod_image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 230px !important;
    width: 100%;
}
.cx_lemon .cx_all_columns .cx_box_one .cx_prod_image_two img {
    max-width: 304px !important;
}
.cx_lemon .cx_all_columns .cx_box_one .cx_price_plan {
    padding: 5px;
    position: relative;
    width: 100%;
    background-color: #001129;
    text-align: center;
}
.cx_lemon .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text {
    position: relative;
    min-height: 85px;
    text-align: center;
}
.cx_lemon .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text p {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif !important;
}
.cx_lemon .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h1 {
    color: #FFF;
    font-size: 40pt;
    font-weight: 800;
    margin: 0px;
    padding: 20px 0px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif !important;
}
.cx_lemon .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h2 {
    font-weight: 600;
    font-size: 18px;
    color: #FFF;
    margin: 0px;
    padding: 0px 0px 15px 0px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif !important;
}
.cx_lemon .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btn a {
    display: inline-block;
    font-weight: 900;
    letter-spacing: -1.5px;
    font-size: 28px;
    background-color: #ff7f00;
    color: #fff;
    padding: 18px 20px 10px;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 6px;
    line-height: 33px;
    font-family: 'Anton', sans-serif;
}
.cx_lemon .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btn a .cx_span {
    font-size: 53px;
    font-family: Raleway;
}
.cx_lemon .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btm {
    font-family: 'Anton', sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
    color: #FFF;
}
.cx_lemon .cx_all_columns .cx_box_one .cx_buy_now_plan a {
    font-family: 'Anton', sans-serif;
    font-size: 45px;
    line-height: 54px;
    letter-spacing: -2px;
    font-weight: bold;
    display: inline-block;
    background-color: #ff7f00;
    color: #fff;
    padding: 2px 8px;
    text-align: center;
    text-decoration: none;
    margin: 20px auto;
    cursor: pointer;
    border-radius: 5px;
}
.cx_lemon .cx_all_columns .cx_box_one .cx_most_popular {
    position: relative;
    text-align: center;
    width: 270px;
    background-color: #ff7f00;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    border-radius: 5px;
    margin: auto;
    top: -34px;
    z-index: 3;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    height: 50px;
    line-height: 47px;
}
.cx_lemon .cx_lemon .cx_all_columns .cx_box_one .cx_blue_bg {
    background: #014378;
}
@media (max-width:991px) {
    .cx_lemon .cx_all_columns .cx_box_one {
        margin: 0px;
        margin-bottom: 70px;
    }
    .cx_lemon .cx_radius_one {
        border-radius: 4px 0px 0px 0px;
    }
    .cx_lemon .cx_radius_two {
        border-radius: 0px 4px 0px 0px;
        border-right: 3px solid #001129 !important;
    }
    .cx_lemon .cx_radius_three {
        border-radius: 4px 0px 0px 0px;
    }
    .cx_lemon .cx_radius_foure {
        border-radius: 0px 4px 0px 0px;
    }
    .cx_lemon .cx_all_columns .cx_box_one {
        margin: 0px;
        margin-bottom: 70px;
    }
    .cx_lemon .cx_radius_one {
        border-radius: 4px;
        border-right: 3px solid #1a6996 !important;
    }
    .cx_lemon .cx_radius_two {
        border-radius: 4px;
        border-right: 3px solid #1a6996 !important;
    }
    .cx_lemon .cx_radius_three {
        border-radius: 4px;
    }
    .cx_lemon .cx_radius_foure {
        border-radius: 4px;
        border-left: 3px solid #1a6996 !important;
    }
}
/***** Section Eight *****/
.cx_lemon .cx_section_eight {
    background: url(../images/powder/dreamstime_xxl_41294806.jpg) no-repeat right 0;
    background-size: cover;
    padding: 50px 0px;
}
.cx_lemon .cx_section_eight .cx_about_content {
    position: relative;
    background: #000;
    padding: 15px;
    opacity: 0.9;
    border-radius: 10px;
}
.cx_lemon .cx_section_eight .cx_about_content h1 {
    font-family: Arial, Helvetica, sans-serif!important;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px 0px 0px 20px 0px;
    padding: 0px;
    font-size: 25px;
    color: #FFF;
    text-align: center;
}
.cx_lemon .cx_section_eight .cx_about_content p {
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    padding: 10px 15px;
    font-family: Arial, Helvetica, sans-serif !important;
}
/***** Work Out Energy *****/
.cx_lemon .cx_workput_energy {
    position: relative;
    padding: 50px 0px;
}
.cx_lemon .cx_workput_energy a {
    display: block;
    margin: auto;
    vertical-align: middle;
    width: 100%;
    position: relative;
    outline: none;
    text-decoration: none;
    max-width: 800px !important;
}
/**** #### Section Special Offer #### ****/
.cx_lemon .cx_section_special {
    position: relative;
    padding: 0px 0px 50px 0px;
}
.cx_lemon .cx_section_special h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px auto;
    color: #3d4c03;
    text-align: center;
}
.cx_lemon .cx_section_special p {
    padding: 20px 0px 0px 0px;
    text-align: center;
    margin: 0px;
    line-height: 25px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #000;
}
.cx_lemon .cx_section_special .cx_left_img {
    position: relative;
    width: 100%;
    text-align: center;
}
.cx_lemon .cx_section_special .cx_left_img img {
    max-width: 570px !important;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.cx_lemon .cx_section_special .cx_left_img p {
    font-size: 14px !important;
}
.cx_lemon .cx_section_special .cx_right_img {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 50px 0px 0px 0px;
}
.cx_lemon .cx_section_special .cx_right_img img {
    max-width: 375px !important;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.cx_lemon .cx_section_special ul.cx_amazing_list {
    display: block;
    margin: auto;
    max-width: 250px;
    width: 100%;
    clear: both;
    padding: 20px 0px 14px 18px;
    text-align: left;
    list-style: circle;
}
.cx_lemon .cx_section_special ul.cx_amazing_list li {
    font-family: Arial, Helvetica, sans-serif!important;
    color: #000;
}
@media (max-width:991px) {
    .cx_lemon .cx_section_special p {
        font-size: 16px;
    }
    .cx_lemon .cx_section_special ul.cx_amazing_list li {
        font-size: 15px;
    }
}
/*** #### Buy Now Section ****/
.cx_lemon .cx_buy_now {
    position: relative;
    clear: both;
    padding: 50px 0px;
}
.cx_lemon .cx_buy_now .cx_iner_wrap {
    position: relative;
    background: url(../images/healthy/bg-bottom-section.jpg) no-repeat;
    background-size: cover;
}
.cx_lemon .cx_buy_now .cx_iner_wrap .cx_left_img {
    position: relative;
    text-align: center;
    padding: 75px 0px 0px 0px;
}
.cx_lemon .cx_buy_now .cx_iner_wrap .cx_left_img img {
    display: inline-block;
    vertical-align: top;
}
.cx_lemon .cx_buy_now .cx_iner_wrap .cx_right_text {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.cx_lemon .cx_buy_now .cx_iner_wrap .cx_right_text h1 {
    color: #FFF;
    text-align: center;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
.cx_lemon .cx_buy_now .cx_iner_wrap .cx_right_text h2 {
    color: #FFF;
    text-align: center;
    margin: 0px;
    padding: 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.cx_lemon .cx_buy_now .cx_iner_wrap .cx_right_text a {
    display: inline-block;
    vertical-align: top;
    margin: 50px 0px 30px 0px;
    outline: none;
    width: 100%;
    max-width: 400px;
}
.cx_lemon .cx_buy_now .cx_iner_wrap .cx_right_text p {
    text-align: center;
    color: #fcb536;
    text-transform: uppercase;
    font-size: 28px;
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
.cx_lemon .cx_buy_now .cx_iner_wrap .cx_bottom_text {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.cx_lemon .cx_buy_now .cx_iner_wrap p {
    color: #FFF;
    font-size: 18px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-weight: 400;
    line-height: 24px;
    font-family: Arial, Helvetica, sans-serif;
}
@media (max-width:991px) {
    .cx_lemon .cx_buy_now .cx_iner_wrap {
        background-position: center center;
    }
    .cx_lemon .cx_buy_now {
        position: relative;
        clear: both;
        padding: 0px 0px 50px 0px;
    }
    .cx_lemon .cx_buy_now .cx_iner_wrap .cx_right_text h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .cx_lemon .cx_buy_now .cx_iner_wrap .cx_right_text h2 {
        color: #FFF;
        text-align: center;
        margin: 0px;
        padding: 20px 0px;
    }
    .cx_lemon .cx_buy_now .cx_iner_wrap .cx_right_text p {
        font-size: 25px;
    }
    .cx_lemon .cx_buy_now .cx_iner_wrap p {
        font-size: 15px;
        line-height: 25px;
    }
    .cx_lemon .cx_buy_now .cx_iner_wrap .cx_left_img img {
        max-width: 383px !important;
        width: 100%;
    }
    .cx_lemon .cx_buy_now .cx_iner_wrap p {
        font-size: 20px;
        line-height: 2;
    }
}
@media (max-width:767px) {
    .cx_lemon .cx_buy_now .cx_iner_wrap .cx_right_text h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .cx_lemon .cx_buy_now .cx_iner_wrap .cx_right_text p {
        font-size: 20px;
    }
    .cx_lemon .cx_buy_now .cx_iner_wrap .cx_right_text a {
        max-width: 275px;
    }
}
/*** New formula ***/
.cx_lemon .cx_new_formula {
    position: relative;
    padding: 0x 5%;
}
.cx_lemon .cx_new_formula img {
    width: 100%;
}
/**** Thirty Days ****/
.cx_lemon .cx_thirtydays {
    background: url(../images/healthy/bg-head-section-1.3.png) no-repeat 50%;
    color: #fff;
    position: relative;
    background-size: cover;
    display: table;
    width: 100%;
    clear: both;
    margin-bottom: 60px;
}
.cx_lemon .cx_thirtydays .cx_left_image {
    position: relative;
    padding: 20px 0px 0px 0px;
    text-align: center;
}
.cx_lemon .cx_thirtydays .cx_left_image img {
    display: inline-block;
    vertical-align: top;
}
.cx_lemon .cx_thirtydays .cx_right_text {
    position: relative;
    padding: 20px 0px;
    text-align: center;
    margin-left: -30%;
}
.cx_lemon .cx_thirtydays .cx_right_text h1 {
    color: #FFF;
    text-align: center;
    font-size: 92px;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    line-height: 100px;
}
.cx_lemon .cx_thirtydays .cx_right_text h1 span {
    text-align: center;
    font-size: 130px;
    line-height: 110px;
    font-weight: 800;
}
.cx_lemon .cx_thirtydays .cx_right_text a {
    background-color: #ff9600;
    color: #fff;
    font-size: 86px;
    font-family: anton, sans-serif;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0px;
}
.cx_lemon .cx_thirtydays .cx_right_text p {
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}
@media (max-width:991px) {
    .cx_lemon .cx_thirtydays .cx_right_text {
        margin: 0px;
    }
    .cx_lemon .cx_thirtydays .cx_right_text h1 {
        font-size: 80px;
        line-height: 90px;
    }
    .cx_lemon .cx_thirtydays .cx_right_text h1 span {
        font-size: 110px;
        line-height: 100px;
    }
    .cx_lemon .cx_thirtydays .cx_right_text p {
        font-size: 22px;
    }
    .cx_lemon .cx_thirtydays .col-lg-5 {
        padding: 0px;
    }
    .cx_lemon .cx_thirtydays .cx_right_text a {
        font-size: 58px;
    }
}
@media (max-width:767px) {
    .cx_lemon .cx_thirtydays {
        background: #FFF;
    }
    .cx_lemon .cx_thirtydays .cx_right_text {
        background: #001129;
    }
    .cx_lemon .cx_thirtydays .cx_right_text h1 {
        font-size: 60px;
        line-height: 70px;
    }
    .cx_lemon .cx_thirtydays .cx_right_text h1 span {
        font-size: 100px;
        line-height: 90px;
    }
    .cx_lemon .cx_thirtydays .cx_right_text p {
        font-size: 20px;
    }
}
/**** #### Section Special Offer #### ****/
.cx_electropowder .cx_section_special {
    position: relative;
    padding: 0px 0px 50px 0px;
}
.cx_electropowder .cx_section_special h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px auto;
    color: #3d4c03;
    text-align: center;
}
.cx_electropowder .cx_section_special p {
    padding: 20px 0px 0px 0px;
    text-align: center;
    margin: 0px;
    line-height: 25px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #000;
}
.cx_electropowder .cx_section_special .cx_left_img {
    position: relative;
    width: 100%;
    text-align: center;
}
.cx_electropowder .cx_section_special .cx_left_img img {
    max-width: 570px !important;
    display: inline-block;
    vertical-align: top;
}
.cx_electropowder .cx_section_special .cx_left_img p {
    font-size: 14px !important;
}
.cx_electropowder .cx_section_special .cx_right_img {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 50px 0px 0px 0px;
}
.cx_electropowder .cx_section_special .cx_right_img img {
    max-width: 375px !important;
    display: inline-block;
    vertical-align: top;
}
.cx_electropowder .cx_section_special ul.cx_amazing_list {
    display: block;
    margin: auto;
    max-width: 250px;
    width: 100%;
    clear: both;
    padding: 20px 0px 14px 18px;
    text-align: left;
    list-style: circle;
}
.cx_electropowder .cx_section_special ul.cx_amazing_list li {
    font-family: Arial, Helvetica, sans-serif!important;
    color: #000;
}
/* ====================================================================
   95.0 - Massage Tool Page CSS
=====================================================================*/
.cx_massge_page .cx_all_size {
    font-size: 36px;
}
@media (max-width:1170px) {
    .cx_massge_page .cx_all_size {
        font-size: 32px;
    }
}
@media (max-width:991px) {
    .cx_massge_page .cx_all_size {
        font-size: 28px;
    }
}
@media (max-width:767px) {
    .cx_massge_page .cx_all_size {
        font-size: 25px;
    }
}
/**** Massage Top Section ****/
.cx_massge_page {
    background: #FFF;
    position: relative;
    padding: 0px;
}
.cx_massge_page .container {
    max-width: 1200px;
}
.cx_pd50 {
    padding: 30px 0px !important;
}
/**** Top Banner All ***/
.cx_massge_page .cx_banner_all {
    position: relative;
    padding: 0px;
    font-family: 'Raleway', sans-serif;
    margin: 20px 0px;
}
.cx_banner_all img {
    /*width:100%;*/
}
.cx_massge_page .cx_banner_all h1 {
    color: #02316e;
    font-size: 60px;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.cx_massge_page .cx_banner_all h1 span {
    color: #45cff2;
}
.cx_massge_page .cx_banner_all h2 {
    color: #ff7c00;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.cx_massge_page .cx_banner_all h3 {
    color: #02316e;
    font-size: 28px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}
.cx_massge_page .cx_banner_all h3 span {
    color: #ff7c00;
}
.cx_massge_page .cx_banner_all .cx_baner_bottom {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    padding: 0px 0px 20px 30px;
}
.cx_massge_page .cx_banner_all .cx_baner_bottom .cx_left_list {
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.cx_massge_page .cx_banner_all .cx_baner_bottom .cx_left_list .cx_sub {
    color: #fff;
    font-size: 15pt;
    margin: 0;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}
.cx_massge_page .cx_banner_all .cx_baner_bottom .cx_left_list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.cx_massge_page .cx_banner_all .cx_baner_bottom .cx_left_list ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    color: #fff;
    line-height: 15px;
    font-size: 17px;
    margin-top: 8px;
    font-weight: 700;
    padding: 0px 0px 0px 10px;
}
.cx_massge_page .cx_banner_all .cx_baner_bottom .cx_left_list ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    color: #FFF;
    top: 4px;
    font-size: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFF;
}
.cx_massge_page .cx_banner_all .cx_baner_bottom .cx_right_list {
    position: relative;
    margin-top: 10px;
}
.cx_massge_page .cx_banner_all .cx_baner_bottom .cx_right_list .cx_sub {
    color: #fff;
    font-size: 25px;
    margin: 0;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}
.cx_massge_page .cx_banner_all .cx_baner_bottom .cx_right_list a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    outline: none;
    margin: 10px 0px;
}
.cx_massge_page .cx_banner_all .cx_baner_bottom .cx_right_list p {
    font-weight: 500;
    margin: 0px;
    color: #FFF;
    padding: 0px;
    text-align: left;
    font-size: 20px;
}
.cx_massge_page .cx_banner_all .cx_baner_bottom .cx_right_list p img {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:1170px) {
    .cx_massge_page .cx_banner_all h1 {
        font-size: 50px;
    }
    .cx_massge_page .cx_banner_all h2 {
        font-size: 40px;
        line-height: normal;
    }
    .cx_massge_page .cx_banner_all h3 {
        font-size: 22px;
    }
}
@media (max-width:991px) {
    .cx_massge_page .cx_banner_all {
        background: #FFF;
        min-height: inherit;
    }
    .cx_massge_page .cx_banner_all h1 {
        font-size: 40px;
        text-align: center;
    }
    .cx_massge_page .cx_banner_all h2 {
        font-size: 30px;
        text-align: center;
        padding: 20px 0px;
    }
    .cx_massge_page .cx_banner_all h3 {
        font-size: 20px;
    }
    .cx_massge_page .cx_banner_all .cx_baner_bottom {
        position: relative;
        left: auto;
        background: #02316e;
        bottom: auto;
        padding: 20px 15px;
    }
}
@media (max-width:767px) {
    .cx_massge_page .cx_banner_all h1 {
        font-size: 32px;
        padding: 5px 10px;
    }
    .cx_massge_page .cx_banner_all h2 {
        font-size: 25px;
    }
    .cx_massge_page .cx_banner_all h3 {
        font-size: 18px;
    }
    .cx_massge_page .cx_banner_all .cx_baner_bottom .cx_right_list {
        text-align: center;
    }
    .cx_massge_page .cx_banner_all .cx_baner_bottom .cx_right_list p {
        text-align: center;
    }
}
/**** #### Section One #### ****/
.cx_massge_page .cx_section_one {
    position: relative;
    clear: both;
    padding: 0px;
}
.cx_massge_page .cx_section_one .cx_left {
    position: relative;
    padding: 20px 0px 10px 0px;
    text-align: center;
}
.cx_massge_page .cx_section_one .cx_left img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 600px;
}
.cx_massge_page .cx_section_one .cx_right {
    position: relative;
    padding: 20px 0px 10px 0px;
    text-align: center;
}
.cx_massge_page .cx_section_one .cx_right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}
.cx_massge_page .cx_section_one .cx_right li {
    list-style: none;
    padding: 0px 25px 15px 27px;
    line-height: 30px;
    background: url(../images/massage/bullet01.jpg) no-repeat 0 10px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #000;
}
@media (max-width:991px) {
    .cx_massge_page .cx_section_one .cx_right {
        position: relative;
        padding: 15px 0px 0px 18px;
        text-align: center;
        font-size: 14px;
    }
}
/**** #### Section Two #### ****/
.cx_massge_page .cx_section_stars {
    position: relative;
    clear: both;
    padding: 0px;
}
.cx_massge_page .cx_section_stars .cx_iner {
    border-top: 1px solid #d7d6d6;
    padding: 30px 0px;
}
.cx_massge_page .cx_section_stars .cx_iner2 {
    border: none;
    padding: 0px;
}
.cx_massge_page .cx_section_stars .cx_iner .cx_review {
    text-align: left;
    font-size: 13px;
    line-height: 19px;
    font-family: Arial, Helvetica, sans-serif !important;
}
.cx_massge_page .cx_section_stars .cx_iner .cx_review img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
.cx_massge_page .cx_section_stars .cx_iner .cx_review .cx_review_counter {
    font-size: 12px;
    line-height: 1.5em;
    color: #555;
}
.cx_massge_page .cx_section_stars .cx_iner .cx_review .cx_review_verify {
    color: #C45500;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    padding-top: 3px;
}
/**** #### Section Three #### ****/
.cx_massge_page .cx_section_three {
    position: relative;
    padding: 68px 52px 79px 30px;
    line-height: 30px;
    background: url(../images/massage/bg-characteristic-section.jpg) repeat-y;
}
.cx_massge_page .cx_section_three:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    background: url(../images/massage/bg-bottom.jpg) repeat-x 50% 0;
}
.cx_massge_page .cx_section_three:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55px;
    background: url(../images/massage/bg-bottom.jpg) repeat-x 50% 0;
}
.cx_massge_page .cx_section_three .cx_images {
    position: relative;
    text-align: center;
    padding: 20px;
}
.cx_massge_page .cx_section_three .cx_images img {
    display: inline-block;
    vertical-align: top;
}
.cx_massge_page .cx_section_three .cx_pd30 {
    padding-top: 30px;
}
.cx_massge_page .cx_section_three h3 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    color: #3d4c03;
    margin: 0px;
    padding: 50px 0px;
}
.cx_massge_page .cx_section_three p {
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 30px !important;
    color: #000 !important;
    margin: 0px 0px 12px 0px;
    text-align: left;
    padding: 0px;
}
@media (max-width:991px) {
    .cx_massge_page .cx_section_three .cx_images {
        padding: 5px 15px;
        margin-bottom: 20px;
    }
    .cx_massge_page .cx_section_three {
        padding: 15px;
    }
    .cx_massge_page .cx_section_three:before {
        content: "";
        display: table;
        display: none;
    }
    .cx_massge_page .cx_section_three:after {
        content: "";
        display: table;
        display: none;
    }
    .cx_massge_page .cx_section_three h3 {
        padding: 0px 0px 30px 0px;
    }
    .cx_massge_page .cx_section_three p {
        font-size: 14px;
    }
}
/**** #### Section Foure #### ****/
.cx_massge_page .cx_section_foure {
    position: relative;
    padding: 50px 0px 0px 0px;
    clear: both;
}
.cx_massge_page .cx_section_foure h1 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    color: #3d4c03;
    margin: 0px 0px 25px 0px
}
.cx_massge_page .cx_section_foure .cx_box_image {
    position: relative;
    text-align: center;
    margin-top: 30px;
}
.cx_massge_page .cx_section_foure .cx_box_image img {
    display: inline-block;
    vertical-align: top;
}
.cx_massge_page .cx_section_foure .cx_marked_box {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0px 0px 0px;
}
.cx_massge_page .cx_section_foure .cx_p_6 {
    padding: 0px 9.3px;
}
.cx_massge_page .cx_section_foure .cx_v_table {
    height: 231px;
    display: table;
    width: 100%;
    vertical-align: middle;
}
.cx_massge_page .cx_section_foure .cx_v_cell {
    height: 231px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.cx_massge_page .cx_section_foure .cx_marked_box .cx_holder {
    padding: 0px 40px;
}
.cx_massge_page .cx_section_foure .cx_marked_box h5 {
    margin: 0;
    padding: 0 0 0 29px;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: url(../images/massage/bullet03.png) no-repeat 0 5px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
}
.cx_massge_page .cx_section_foure .cx_marked_box p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 30px;
    color: #000;
    margin: 0px;
}
.cx_massge_page .cx_section_foure .cx_marked_box.cx_color_1 {
    background: #ddf0b6;
}
.cx_massge_page .cx_section_foure .cx_marked_box.cx_color_2 {
    background: #f1edcb;
}
.cx_massge_page .cx_section_foure .cx_marked_box.cx_color_3 {
    background: #eff2b5;
}
.cx_massge_page .cx_section_foure .cx_marked_box.cx_color_4 {
    background: #e0f5f5;
}
.cx_massge_page .cx_section_foure .cx_marked_box.cx_color_5 {
    background: #eff8dd;
}
.cx_massge_page .cx_section_foure .cx_marked_box.cx_color_6 {
    background: #398839;
}
.cx_massge_page .cx_section_foure .cx_review_stars {
    position: relative;
    width: 100%;
}
.cx_massge_page .cx_section_foure .cx_review_stars h4 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 36px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}
.cx_massge_page .cx_section_foure .cx_review_stars a {
    display: block;
    position: relative;
    text-align: center;
}
.cx_massge_page .cx_section_foure .cx_review_stars a img {
    display: inline-block;
    vertical-align: top;
}
.cx_massge_page .cx_section_foure .cx_review_stars p {
    text-align: center;
    position: relative;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}
.cx_massge_page .cx_section_foure .cx_review_stars p img {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:991px) {
    .cx_massge_page .cx_section_foure .cx_marked_box .cx_holder {
        padding: 15px;
    }
    .cx_massge_page .cx_section_foure .cx_marked_box h5 {
        font-size: 24px;
    }
}
/**** #### Section Five #### ****/
.cx_massge_page .cx_section_five {
    position: relative;
    padding: 0px;
}
.cx_massge_page .cx_section_five .cx_wrap {
    position: relative;
    padding: 65px 15px 0px 15px;
    background: url(../images/massage/bg-promo2-section.jpg) repeat-y;
}
.cx_massge_page .cx_section_five .cx_wrap h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #3d4c03;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.cx_massge_page .cx_section_five .cx_wrap .left-area {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.cx_massge_page .cx_section_five .cx_wrap .left-area img {
    display: inline-block;
    vertical-align: top;
}
.cx_massge_page .cx_section_five .cx_wrap .cx_right {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.cx_massge_page .cx_section_five .cx_wrap .cx_right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}
.cx_massge_page .cx_section_five .cx_wrap .cx_right li {
    list-style: none;
    padding: 0px 0px 15px 27px;
    margin-bottom: 5px;
    line-height: 30px;
    background: url(../images/massage/bullet01.jpg) no-repeat 0 10px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #333;
}
@media (max-width:991px) {
    .cx_section_five .col-md-12 {
        padding: 0px;
    }
    .cx_massge_page .cx_section_five .cx_wrap {
        padding: 50px 15px;
    }
    .cx_massge_page .cx_section_five .cx_wrap .cx_right ul {
        padding: 20px 0px 0px 18px;
    }
    .cx_massge_page .cx_section_five .cx_wrap .cx_right li {
        padding: 0px 0px 15px 27px;
    }
    .cx_massge_page .cx_section_five .cx_wrap .cx_right {
        padding: 0px 0px 0px 0px;
    }
}
/**** #### Section Six Testmonila #### ****/
.cx_massge_page .cx_section_six {
    position: relative;
    padding: 0px;
}
.cx_section_six img {
    /*width:100%;*/
}
.cx_massge_page .cx_section_six .cx_iner_testimonila {
    background: #0288e4;
    padding: 50px 0px;
}
.cx_massge_page .cx_section_six .cx_iner_testimonila h1 {
    color: #fff;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-weight: 700;
}
.cx_massge_page .cx_section_six .cx_iner_testimonila .cx_star {
    position: relative;
    text-align: center;
    padding: 30px 0px;
}
.cx_massge_page .cx_section_six .cx_iner_testimonila .cx_star img {
    display: inline-block;
    vertical-align: top;
}
@media (max-width:991px) {
    .cx_massge_page .cx_section_six {
        padding: 50px 0px;
    }
}
/**** #### Section Seven #### ****/
.cx_massge_page .cx_section_seven {
    position: relative;
    padding: 50px 0px 0px 0px;
}
.cx_massge_page .cx_section_seven h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    width: 68%;
    margin: 0px auto;
    color: #3d4c03;
    text-align: center;
}
.cx_massge_page .cx_section_seven p {
    padding: 0px;
    margin: 0px;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #333;
}
.cx_massge_page .cx_section_seven .cx_box1 {
    position: relative;
    padding: 75px 0px 30px 0px;
    text-align: center;
}
.cx_massge_page .cx_section_seven .cx_box1 img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 792px !important;
}
.cx_massge_page .cx_section_seven .cx_box2 {
    position: relative;
    padding: 30px 0px;
    text-align: center;
}
.cx_massge_page .cx_section_seven .cx_box2 img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 526px !important;
}
.cx_massge_page .cx_section_seven .cx_box3 {
    position: relative;
    padding: 30px 0px 0px 0px;
    text-align: center;
}
.cx_massge_page .cx_section_seven .cx_box3 img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 500px !important;
}
.cx_massge_page .cx_section_seven .cx_btns button {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #08c;
    border-color: #08c #08c #069;
    line-height: 61px;
    margin: 0px;
    overflow: hidden;
    font-size: 205%;
    height: inherit;
    width: 60%;
    transition: all .1s;
    display: block;
    margin: 50px auto;
    outline: none;
    cursor: pointer;
    font-weight: 400;
    border: 1px solid transparent;
    border-radius: 4px;
}
.cx_massge_page .cx_section_seven .cx_btns button:hover {
    border-color: #0099e6;
    background-color: #0099e6;
}
.cx_massge_page .cx_section_seven .cx_btns button:focus {
    border-color: #0077b3 #0077b3 #0077b3;
    background-color: #0077b3;
}
@media (max-width:991px) {
    .cx_massge_page .cx_section_seven h1 {
        width: 100%;
    }
    .cx_massge_page .cx_section_seven .cx_btns button {
        line-height: normal;
        font-size: 35px;
        width: 100%;
        max-width: 520px;
        padding: 20px 15px;
    }
    .cx_massge_page .cx_section_seven .cx_box1 {
        padding-bottom: 0px;
    }
    .cx_massge_page .cx_section_seven .cx_box2 {
        padding: 0px;
    }
    .cx_massge_page .cx_section_seven p {
        font-size: 15px;
    }
}
@media (max-width:767px) {
    .cx_massge_page .cx_section_seven .cx_btns button {
        font-size: 30px;
    }
}
@media (max-width:480px) {
    .cx_massge_page .cx_section_seven .cx_btns button {
        font-size: 20px;
        padding: 10px 15px;
    }
}
@media (max-width:360px) {
    .cx_massge_page .cx_section_seven .cx_btns button {
        font-size: 15px;
        padding: 10px 5px;
    }
}
/**** Buy Now Section ****/
.cx_massge_page .cx_buy_now {
    position: relative;
    padding: 0px 0px 50px 0px;
    text-align: center;
}
.cx_massge_page .cx_buy_now .cx_product_box {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.cx_massge_page .cx_buy_now .cx_product_box img {
    width: 100%;
    max-width: 800px !important;
    display: inline-block;
    vertical-align: top;
}
.cx_massge_page .cx_buy_now .cx_list_price {
    text-align: center;
    font-size: 24px;
    color: #000;
}
.cx_massge_page .cx_buy_now .cx_list_price span {
    font-size: 16px;
    font-weight: 700;
}
.cx_massge_page .cx_buy_now .cx_sale_price {
    color: #0082dd;
    font-size: 24px;
    text-align: center;
}
.cx_massge_page .cx_buy_now .cx_sale_price span {
    color: red;
    font-weight: 700;
}
.cx_massge_page .cx_buy_now .cx_save_price {
    color: #000;
    font-size: 24px;
    text-align: center;
}
.cx_massge_page .cx_buy_now .cx_save_price span {
    color: red;
}
.cx_massge_page .cx_buy_now .cx_buy_now_btn {
    position: relative;
    text-align: center;
    margin-top: 0px;
}
.cx_massge_page .cx_buy_now .cx_buy_now_btn img {
    width: 100%;
    max-width: 448px !important;
    display: inline-block;
    vertical-align: top;
}
/* ====================================================================
   96.0 - Gallbladder Formula Page CSS
=====================================================================*/
.cx_formula .cx_all_size {
    font-size: 36px;
}
@media (max-width:1170px) {
    .cx_formula .cx_all_size {
        font-size: 32px;
    }
}
@media (max-width:991px) {
    .cx_formula .cx_all_size {
        font-size: 34px;
    }
}
@media (max-width:767px) {
    .cx_formula .cx_all_size {
        font-size: 25px;
    }
}
/**** Massage Top Section ****/
.cx_formula {
    background: #FFF;
    position: relative;
    padding: 0px;
}
.cx_formula .container {
    max-width: 1200px;
}
/**** Top Banner All ***/
.cx_formula .cx_banner_all {
    position: relative;
    font-family: 'Raleway', sans-serif;
    background: url(../images/healthy/bg-head-section-1.2.png) no-repeat;
    min-height: 502px;
    background-size: 100% 100%;
    margin: 40px 0px 0px 0px;
}
.cx_formula .cx_banner_all h1 {
    color: #ff9600;
    font-size: 83px;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.cx_formula .cx_banner_all h2 {
    letter-spacing: -1px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif!important;
    font-weight: 700;
    text-transform: uppercase;
    color: #50830f;
    font-size: 47px;
}
.cx_formula .cx_banner_all h3 {
    color: #ff9600;
    font-size: 28px;
    line-height: 25px;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}
.cx_formula .cx_banner_all h3 span {
    color: #ff7c00;
}
.cx_formula .cx_banner_all .cx_baner_bottom {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 0px 0px 20px 30px;
}
.cx_formula .cx_banner_all .cx_baner_bottom .cx_left_list {
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.cx_formula .cx_banner_all .cx_baner_bottom .cx_left_list .cx_sub {
    color: #fff;
    font-size: 15pt;
    margin: 0;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}
.cx_formula .cx_banner_all .cx_baner_bottom .cx_left_list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.cx_formula .cx_banner_all .cx_baner_bottom .cx_left_list ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    color: #fff;
    line-height: 15px;
    font-size: 17px;
    margin-top: 8px;
    font-weight: 700;
    padding: 0px 0px 0px 10px;
}/*
.cx_formula .cx_banner_all .cx_baner_bottom .cx_left_list  ul li:before{
	content:"";
	position:absolute;
	left:0px;
	color:#FFF;
	top:4px;
	font-size:20px;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#FFF;
}*/
.cx_formula .cx_banner_all .cx_baner_bottom .cx_right_list {
    position: relative;
    margin-top: 10px;
}
.cx_formula .cx_banner_all .cx_baner_bottom .cx_right_list .cx_sub {
    color: #fff;
    font-size: 25px;
    margin: 0;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}
.cx_formula .cx_banner_all .cx_baner_bottom .cx_right_list a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    outline: none;
    margin: 10px 0px;
}
.cx_formula .cx_banner_all .cx_baner_bottom .cx_right_list p {
    font-weight: 500;
    margin: 0px;
    color: #FFF;
    padding: 0px;
    text-align: left;
    font-size: 15px;
}
.cx_formula .cx_banner_all .cx_baner_bottom .cx_right_list p img {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:1170px) {
    .cx_formula .cx_banner_all h2 {
        font-size: 37px;
        line-height: normal;
    }
    .cx_formula .cx_banner_all h3 {
        font-size: 20px;
    }
}
@media (max-width:991px) {
    .cx_formula .cx_banner_all {
        background: #FFF;
        min-height: inherit;
    }
    .cx_formula .cx_banner_all h1 {
        font-size: 60px;
        text-align: left;
    }
    .cx_formula .cx_banner_all h2 {
        font-size: 30px;
        text-align: left;
        padding: 20px 0px;
    }
    .cx_formula .cx_banner_all h3 {
        font-size: 20px;
        text-align: left;
        padding: 0px 0px 20px 0px;
    }
    .cx_formula .cx_banner_all .cx_baner_bottom {
        position: relative;
        left: auto;
        background: #001129;
        bottom: auto;
        padding: 20px 15px;
    }
}
/***** Section One *****/
.cx_formula .cx_section_one {
    background: url(../images/powder/dreamstime_xxl_32814692.jpg) no-repeat right 0;
    background-size: cover;
    padding: 100px 0px;
}
.cx_formula .cx_section_one .cx_girl_jump {
    background: #000;
    opacity: .7;
    padding: 15px;
}
.cx_formula .cx_section_one .cx_girl_jump h1 {
    font-family: Arial, Helvetica, sans-serif!important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 48px;
    margin: 0px 0px 0px 20px 0px;
    padding: 0px;
    color: #FFF;
}
.cx_formula .cx_section_one .cx_girl_jump ul {
    margin: 0px;
    padding: 20px;
    list-style: none;
}
.cx_formula .cx_section_one .cx_girl_jump li {
    color: #fff;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 29px;
    font-family: Arial, Helvetica, sans-serif !important;
}
.cx_formula .cx_section_one .cx_girl_jump li strong {
    color: #eff509;
}
/**** #### Section Two #### ****/
.cx_formula .cx_section_stars {
    position: relative;
    clear: both;
    padding: 0px;
}
.cx_formula .cx_section_stars .cx_iner {
    padding: 60px;
    border-top: 1px solid #d7d6d6;
}
.cx_formula .cx_section_stars .cx_iner2 {
    border: none;
    padding: 0px;
}
.cx_formula .cx_section_stars .cx_iner .cx_review {
    text-align: left;
    line-height: 19px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif !important;
}
.cx_formula .cx_section_stars .cx_iner .cx_review img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
.cx_formula .cx_section_stars .cx_iner .cx_review .cx_review_counter {
    font-size: 12px;
    line-height: 1.5em;
    color: #555;
}
.cx_formula .cx_section_stars .cx_iner .cx_review .cx_review_verify {
    color: #C45500;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    padding-top: 3px;
    margin-bottom: 5px;
}
@media (max-width:991px) {
    .cx_formula .cx_section_stars .cx_iner {
        padding: 50px 0px;
    }
    .cx_formula .cx_section_stars .cx_iner .cx_review p:last-child {
        font-size: 18px;
        line-height: 30px !important;
        margin-top: 30px !important;
    }
}
/**** #### Section Three #### ****/
.cx_formula .cx_section_three {
    position: relative;
    padding: 68px 52px 79px 30px;
    line-height: 30px;
    background: url(../images/food/bg-characteristic-section.jpg) repeat-y;
}
.cx_formula .cx_section_three:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    background: url(../images/food/bg-bottom.jpg) repeat-x 50% 0;
}
.cx_formula .cx_section_three:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55px;
    background: url(../images/food/bg-bottom.jpg) repeat-x 50% 0;
}
.cx_formula .cx_section_three .cx_images {
    position: relative;
    text-align: center;
    padding: 20px;
}
.cx_formula .cx_section_three .cx_images img {
    display: inline-block;
    vertical-align: top;
}
.cx_formula .cx_section_three .cx_pd30 {
    padding-top: 30px;
}
.cx_formula .cx_section_three h3 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    color: #3d4c03;
    letter-spacing: -1px;
    margin: 0px;
    padding: 50px 0px 0px 0px;
}
.cx_formula .cx_section_three p {
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 30px !important;
    color: #000 !important;
    margin: 0px 0px 12px 0px;
    text-align: left;
    padding: 0px;
}
.cx_formula .cx_section_three ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}
.cx_formula .cx_section_three li {
    list-style: none;
    padding: 0px 0px 15px 27px;
    margin-bottom: 0px;
    line-height: 30px;
    background: url(../images/massage/bullet01.jpg) no-repeat 0 10px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #333;
}
@media (max-width:991px) {
    .cx_formula .cx_section_three {
        padding: 20px 15px !important;
    }
    .cx_formula .cx_section_three:before {
        display: none;
    }
    .cx_formula .cx_section_three:after {
        display: none;
    }
    .cx_thre .col-md-12 {
        padding: 0px;
    }
    .cx_formula .cx_section_three {
        padding-left: 15px;
        padding-right: 15px;
    }
    .cx_formula .cx_section_three h3 {
        padding: 0px;
    }
    .cx_formula .cx_section_three p {
        font-size: 18px;
        color: #000;
    }
    .cx_formula .cx_section_three li {
        color: #000;
        font-family: Arial, Helvetica, sans-serif !important
    }
    .cx_formula .cx_section_three li strong {
        font-weight: 700;
    }
}
/**** #### Section Foure #### ****/
.cx_formula .cx_section_foure {
    position: relative;
    padding: 50px 0px 0px 0px;
    clear: both;
}
.cx_formula .cx_section_foure h1 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    color: #3d4c03;
    margin: 0px 0px 25px 0px
}
.cx_formula .cx_section_foure .cx_box_image {
    position: relative;
    text-align: center;
    margin-top: 30px;
}
.cx_formula .cx_section_foure .cx_box_image img {
    display: inline-block;
    vertical-align: top;
}
.cx_formula .cx_section_foure .cx_marked_box {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0px 0px 0px;
}
.cx_formula .cx_section_foure .cx_p_6 {
    padding: 0px 9.3px;
}
.cx_formula .cx_section_foure .cx_v_table {
    height: 231px;
    display: table;
    width: 100%;
    vertical-align: middle;
}
.cx_formula .cx_section_foure .cx_v_cell {
    height: 231px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.cx_formula .cx_section_foure .cx_marked_box .cx_holder {
    padding: 0px 40px;
}
.cx_formula .cx_section_foure .cx_marked_box h5 {
    margin: 0;
    padding: 0 0 0 29px;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: url(../images/massage/bullet03.png) no-repeat 0 5px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
}
.cx_formula .cx_section_foure .cx_marked_box p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 30px;
    color: #000;
    margin: 0px;
}
@media (max-width:991px) {
    .cx_formula .cx_section_foure .cx_marked_box p {
        font-size: 22px !important;
    }
    .cx_formula .cx_section_foure .cx_marked_box .cx_holder {
        padding: 15px;
    }
}
.cx_formula .cx_section_foure .cx_marked_box.cx_color_1 {
    background: #ddf0b6;
}
.cx_formula .cx_section_foure .cx_marked_box.cx_color_2 {
    background: #f1edcb;
}
.cx_formula .cx_section_foure .cx_marked_box.cx_color_3 {
    background: #eff2b5;
}
.cx_formula .cx_section_foure .cx_marked_box.cx_color_4 {
    background: #e0f5f5;
}
.cx_formula .cx_section_foure .cx_marked_box.cx_color_5 {
    background: #eff8dd;
}
.cx_formula .cx_section_foure .cx_marked_box.cx_color_6 {
    background: #398839;
}
.cx_formula .cx_section_foure .cx_review_stars {
    position: relative;
    width: 100%;
}
.cx_formula .cx_section_foure .cx_review_stars h4 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 36px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}
.cx_formula .cx_section_foure .cx_review_stars a {
    display: block;
    position: relative;
    text-align: center;
}
.cx_formula .cx_section_foure .cx_review_stars a img {
    display: inline-block;
    vertical-align: top;
}
.cx_formula .cx_section_foure .cx_review_stars p {
    text-align: center;
    position: relative;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}
.cx_formula .cx_section_foure .cx_review_stars p img {
    display: inline-block;
    vertical-align: middle;
}
/**** Section Five ****/
.cx_formula .cx_section_five {
    position: relative;
    padding: 0px;
}
.cx_formula .cx_section_five .cx_wrap {
    position: relative;
    padding: 65px 0px 0px 0px;
    background: url(../images/healthy/bg-promo2-section.jpg) repeat-y;
}
.cx_formula .cx_section_five .cx_bg_white {
    background: #FFF !important;
    padding: 0px 0px 0px 0px !important;
}
.cx_formula .cx_section_five .cx_wrap h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #3d4c03;
    text-align: left;
    margin: 0px;
    padding: 0px 0px 30px 0px;
    letter-spacing: -1px;
}
.cx_formula .cx_section_five .cx_wrap .left-area {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.cx_formula .cx_section_five .cx_wrap .left-area img {
    display: inline-block;
    vertical-align: top;
}
.cx_formula .cx_section_five .cx_wrap .cx_right {
    position: relative;
    padding: 15px 30px 30px 30px;
    text-align: center;
}
.cx_formula .cx_section_five .cx_wrap .cx_right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}
.cx_formula .cx_section_five .cx_wrap .cx_right li {
    list-style: none;
    padding: 0px 0px 15px 27px;
    margin-bottom: 13px;
    line-height: 30px;
    background: url(../images/massage/bullet01.jpg) no-repeat 0 10px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #333;
}
@media (max-width:991px) {
    .cx_formula .cx_section_five .cx_wrap {
        padding: 0px 15px !important;
    }
    .cx_formula .cx_section_five .col-md-12 {
        padding: 0px;
    }
    .cx_formula .cx_section_five .cx_wrap h1 {
        letter-spacing: -.9px;
        padding: 20px 10px;
    }
    .cx_formula .cx_section_five .cx_wrap .cx_right {
        padding: 50px 0px;
    }
    .cx_formula .cx_section_five .cx_wrap .cx_right ul {
        padding-left: 20px;
    }
    .cx_formula .cx_section_five .cx_wrap .cx_right li {
        color: #000;
        background: url(../images/massage/bullet01.jpg) no-repeat 0 13px;
    }
}
/**** #### Section Six Testmonila #### ****/
.cx_formula .cx_section_six {
    position: relative;
    padding: 0px;
}
.cx_formula .cx_section_six .cx_iner_testimonila {
    background: #85af85;
    padding: 50px 0px;
}
.cx_formula .cx_section_six .cx_iner_testimonila h1 {
    color: #3d4c03;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-weight: 700;
}
.cx_formula .cx_section_six .cx_iner_testimonila .cx_star {
    position: relative;
    text-align: center;
    padding: 30px 0px;
}
.cx_formula .cx_section_six .cx_iner_testimonila .cx_star img {
    display: inline-block;
    vertical-align: top;
}
/**** #### Section Seven #### ****/
.cx_formula .cx_section_seven {
    position: relative;
    padding: 50px 0px;
}
.cx_formula .cx_section_seven h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px auto;
    color: #3d4c03;
    text-align: center;
}
.cx_formula .cx_section_seven p {
    padding: 0px;
    margin: 0px;
    line-height: 25px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #000;
}
@media (max-width:991px) {
    .cx_formula .cx_section_seven p {
        line-height: 30px;
        font-size: 19px !important;
    }
}
.cx_formula .cx_section_seven .cx_box1 {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.cx_formula .cx_section_seven .cx_box1 img {
    float: left;
    width: 33%;
    margin-bottom: 50px;
}
.cx_formula .cx_section_seven .cx_btns button {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #47a447;
    border-color: #47a447 #47a447 #388038;
    line-height: 61px;
    margin: 0px;
    overflow: hidden;
    font-size: 205%;
    height: inherit;
    width: 60%;
    transition: all .1s;
    display: block;
    margin: 50px auto;
    outline: none;
    cursor: pointer;
    max-width: 552px;
    padding: 6px 12px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.cx_formula .cx_section_seven .cx_btns button:hover {
    border-color: #51b451 #51b451 #3f923f;
    background-color: #51b451;
    color: #fff;
}
.cx_formula .cx_section_seven .cx_btns button:focus {
    border-color: #3f923f;
    background-color: #3f923f;
}
@media (max-width:991px) {
    .cx_formula .cx_section_seven .cx_box1 img {
        margin-bottom: 20px;
    }
}
/*** #### Catagores All #### ***/
.cx_formula .cx_all_columns {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.cx_formula .cx_all_columns .cx_iners_all {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 100%;
}
.cx_formula .cx_all_columns .cx_box_one {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 0px -2px;
    border: 3px solid #012614;
    min-height: 784px;
    margin-bottom: 50px;
    background: #fafafa;
}
.cx_formula .cx_all_columns .cx_box_two {
    min-height: 805px;
    top: -21px;
    background: #FFF !important;
}
.cx_radius_one {
    border-radius: 4px 0px 0px 0px;
    border-right: 0px !important;
}
.cx_radius_two {
    border-radius: 0px;
    border-right: 0px !important;
}
.cx_radius_three {
    border-radius: 0px;
    border: 5px solid #ff7f00 !important;
}
.cx_radius_foure {
    border-radius: 0px 4px 0px 0px;
    border-left: 0px !important;
}
.cx_formula .cx_all_columns .cx_box_one .cx_top {
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #012614;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif !important
}
.cx_formula .cx_all_columns .cx_box_one .cx_top_two {
    background: #028535;
    font-weight: bold;
    margin-top: -50px;
    line-height: 90px;
    height: 71px;
    font-size: 36px;
    font-family: Arial, Helvetica, sans-serif !important
}
.cx_formula .cx_all_columns .cx_box_one .cx_prod_image {
    width: 100%;
    position: relative;
    height: 250px;
    line-height: 250px;
    text-align: center;
}
.cx_formula .cx_all_columns .cx_box_one .cx_prod_image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 230px !important;
    width: 100%;
}
.cx_formula .cx_all_columns .cx_box_one .cx_prod_image_two img {
    max-width: 320px !important;
}
.cx_formula .cx_all_columns .cx_box_one .cx_prod_image_three img {
    max-width: 304px !important;
}
.cx_formula .cx_all_columns .cx_box_one .cx_price_plan {
    padding: 5px;
    position: relative;
    width: 100%;
    background-color: #012614;
    text-align: center;
    margin-bottom: 25px;
}
.cx_formula .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text {
    position: relative;
    min-height: 85px;
    text-align: center;
}
.cx_formula .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text p {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
}
.cx_formula .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h1 {
    color: #FFF;
    font-size: 40pt;
    font-weight: 800;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    text-align: center;
}
.cx_formula .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h2 {
    font-weight: 600;
    font-size: 18px;
    color: #FFF;
    margin: 0px;
    padding: 15px 0px;
    text-align: center;
}
.cx_formula .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btn a {
    display: inline-block;
    font-weight: 900;
    letter-spacing: -1.5px;
    font-size: 28px;
    background-color: #ff7f00;
    color: #fff;
    padding: 18px 20px 10px;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 6px;
    line-height: 33px;
    font-family: 'Anton', sans-serif;
}
.cx_formula .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btn a .cx_span {
    font-size: 53px;
    font-family: Raleway;
}
.cx_formula .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btm {
    font-family: 'Anton', sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #FFF;
}
.cx_formula .cx_all_columns .cx_box_one .cx_buy_now_plan a {
    font-family: 'Anton', sans-serif;
    font-size: 45px;
    line-height: 54px;
    letter-spacing: -2px;
    font-weight: bold;
    display: inline-block;
    background-color: #ff7f00;
    color: #fff;
    padding: 2px 8px;
    text-align: center;
    text-decoration: none;
    margin: 20px auto;
    cursor: pointer;
    border-radius: 5px;
}
.cx_formula .cx_all_columns .cx_box_one .cx_most_popular {
    position: relative;
    text-align: center;
    width: 270px;
    background-color: #ff7f00;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    border-radius: 5px;
    margin: auto;
    top: -34px;
    z-index: 3;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    height: 50px;
    line-height: 47px;
}
.cx_formula .cx_all_columns .cx_box_one .cx_blue_bg {
    background: #028535;
}
@media (max-width:1075px) {
    .cx_formula .cx_all_columns .cx_box_one {
        margin: 0px;
        margin-bottom: 70px;
    }
    .cx_formula .cx_radius_one {
        border-radius: 4px 0px 0px 0px;
    }
    .cx_formula .cx_radius_two {
        border-radius: 0px 4px 0px 0px;
        border-right: 3px solid #012614 !important;
    }
    .cx_formula .cx_radius_three {
        border-radius: 4px 0px 0px 0px;
    }
    .cx_formula .cx_radius_foure {
        border-radius: 0px 4px 0px 0px;
    }
}
@media (max-width:767px) {
    .cx_formula .cx_all_columns .cx_box_one {
        margin: 0px;
        margin-bottom: 70px;
    }
    .cx_formula .cx_radius_one {
        border-radius: 4px;
        border-right: 3px solid #012614 !important;
    }
    .cx_formula .cx_radius_two {
        border-radius: 4px;
        border-right: 3px solid #012614 !important;
    }
    .cx_formula .cx_radius_three {
        border-radius: 4px;
    }
    .cx_formula .cx_radius_foure {
        border-radius: 4px;
        border-left: 3px solid #012614 !important;
    }
}
/***** Section Eight *****/
.cx_formula .cx_section_eight {
    background: url(../images/powder/dreamstime_xxl_41294806.jpg) no-repeat right 0;
    background-size: cover;
    padding: 50px 0px;
}
.cx_formula .cx_section_eight .cx_about_content {
    position: relative;
    background: #000;
    padding: 15px;
    opacity: 0.9;
    border-radius: 10px;
}
.cx_formula .cx_section_eight .cx_about_content h1 {
    font-family: Arial, Helvetica, sans-serif!important;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px 0px 0px 20px 0px;
    padding: 0px;
    font-size: 25px;
    color: #FFF;
    text-align: center;
}
.cx_formula .cx_section_eight .cx_about_content p {
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    padding: 10px 15px;
    font-family: Arial, Helvetica, sans-serif !important;
}
/***** Work Out Energy *****/
.cx_formula .cx_workput_energy {
    position: relative;
    padding: 50px 0px;
}
.cx_formula .cx_workput_energy a {
    display: block;
    margin: auto;
    vertical-align: middle;
    width: 100%;
    position: relative;
    outline: none;
    text-decoration: none;
    max-width: 800px !important;
}
/**** #### Section Special Offer #### ****/
.cx_formula .cx_section_special {
    position: relative;
    padding: 0px 0px 50px 0px;
}
.cx_formula .cx_section_special h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px auto;
    color: #3d4c03;
    text-align: center;
}
.cx_formula .cx_section_special p {
    padding: 20px 0px 0px 0px;
    text-align: center;
    margin: 0px;
    line-height: 25px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #000;
}
.cx_formula .cx_section_special .cx_left_img {
    position: relative;
    width: 100%;
    text-align: center;
}
.cx_formula .cx_section_special .cx_left_img img {
    max-width: 570px !important;
    display: inline-block;
    vertical-align: top;
}
.cx_formula .cx_section_special .cx_left_img p {
    font-size: 14px !important;
}
.cx_formula .cx_section_special .cx_right_img {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 50px 0px 0px 0px;
}
.cx_formula .cx_section_special .cx_right_img img {
    max-width: 375px !important;
    display: inline-block;
    vertical-align: top;
}
.cx_formula .cx_section_special ul.cx_amazing_list {
    display: block;
    margin: auto;
    max-width: 250px;
    width: 100%;
    clear: both;
    padding: 20px 0px 14px 18px;
    text-align: left;
    list-style: circle;
}
.cx_formula .cx_section_special ul.cx_amazing_list li {
    font-family: Arial, Helvetica, sans-serif!important;
    color: #000;
}
/*** #### Buy Now Section ****/
.cx_formula .cx_buy_now {
    position: relative;
    clear: both;
    padding: 50px 0px;
}
.cx_formula .cx_buy_now .cx_iner_wrap {
    position: relative;
    background: url(../images/healthy/bg-bottom-section.jpg) no-repeat;
    background-size: cover;
}
.cx_formula .cx_buy_now .cx_iner_wrap .cx_left_img {
    position: relative;
    text-align: center;
    padding: 0px;
}
.cx_formula .cx_buy_now .cx_iner_wrap .cx_left_img img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
@media (max-width:991px) {
    .cx_formula .cx_buy_now .cx_iner_wrap {
        background-position: center center;
    }
    .cx_formula .cx_buy_now .cx_iner_wrap .cx_left_img img {
        max-width: 250px !important;
    }
    .cx_formula .cx_buy_now .cx_iner_wrap .cx_right_text {
        margin: 0px !important;
    }
}
.cx_formula .cx_buy_now .cx_iner_wrap .cx_right_text {
    position: relative;
    padding: 50px 0px;
    text-align: center;
    margin-left: -10%;
}
.cx_formula .cx_buy_now .cx_iner_wrap .cx_right_text h1 {
    color: #FFF;
    text-align: left;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
.cx_formula .cx_buy_now .cx_iner_wrap .cx_right_text h2 {
    color: #FFF;
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.cx_formula .cx_buy_now .cx_iner_wrap .cx_right_text a {
    display: inline-block;
    vertical-align: top;
    margin: 50px 0px;
    outline: none;
    width: 100%;
    max-width: 410px;
}
.cx_formula .cx_buy_now .cx_iner_wrap .cx_right_text p {
    text-align: center;
    color: #fcb536;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 21px;
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
.cx_formula .cx_buy_now .cx_iner_wrap .cx_bottom_text {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.cx_formula .cx_buy_now .cx_iner_wrap p {
    color: #FFF;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
}
@media (max-width:991px) {
    .cx_formula .cx_buy_now .cx_iner_wrap .cx_right_text h1 {
        font-size: 34px;
        line-height: 50px;
        text-align: center;
    }
    .cx_formula .cx_buy_now .cx_iner_wrap .cx_right_text h2 {
        color: #FFF;
        text-align: center;
        margin: 0px;
        padding: 20px 0px;
    }
    .cx_formula .cx_buy_now .cx_iner_wrap .cx_right_text p {
        font-size: 25px;
    }
    .cx_formula .cx_buy_now .cx_iner_wrap p {
        font-size: 18px;
        line-height: 30px;
        margin: 0px -10px;
    }
    .cx_formula .cx_buy_now .cx_iner_wrap .cx_right_text h1 {
        font-size: 28px;
        line-height: 40px;
        margin: 0px -10px;
    }
    .cx_formula .cx_buy_now .cx_iner_wrap .cx_right_text h2 {
        padding: 0px;
    }
    .cx_formula .cx_buy_now .cx_iner_wrap .cx_right_text p {
        font-size: 110%;
    }
    .cx_formula .cx_buy_now .cx_iner_wrap .cx_right_text a {
        max-width: 275px;
    }
}
/*** New formula ***/
.cx_formula .cx_new_formula {
    position: relative;
    padding: 0x 5%;
    text-align: center;
}
.cx_formula .cx_new_formula img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    max-width: 1043px !important;
}
/**** Thirty Days ****/
.cx_formula .cx_thirtydays {
    background: url(../images/healthy/bg-head-section-1.3.png) no-repeat 50%;
    color: #fff;
    position: relative;
    background-size: cover;
    display: table;
    width: 100%;
    clear: both;
    margin-bottom: 60px;
}
.cx_formula .cx_thirtydays .cx_left_image {
    position: relative;
    padding: 0px 0px 0px 0px;
    text-align: left;
}
.cx_formula .cx_thirtydays .cx_left_image img {
    display: inline-block;
    vertical-align: top;
    max-width: 250px !important;
    width: 100%;
}
.cx_formula .cx_thirtydays .cx_right_text {
    position: relative;
    padding: 50px 0px 0px 0px;
    text-align: center;
}
.cx_formula .cx_thirtydays .cx_right_text h1 {
    color: #FFF;
    text-align: center;
    font-size: 92px;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    line-height: 100px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -2px;
}
.cx_formula .cx_thirtydays .cx_right_text h1 .span1 {
    text-align: center;
    font-size: 130px;
    line-height: 110px;
    font-weight: 800;
}
.cx_formula .cx_thirtydays .cx_right_text h1 .span2 {
    font-family: 'Raleway', sans-serif;
}
.cx_formula .cx_thirtydays .cx_right_text a {
    background-color: #ff9600;
    color: #fff;
    font-size: 86px;
    font-family: anton, sans-serif;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    margin: 20px 0px;
    display: inline-block;
    vertical-align: top;
}
.cx_formula .cx_thirtydays .cx_right_text p {
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}
@media (max-width:991px) {
    .cx_formula .cx_thirtydays .cx_right_text {
        padding: 20px 0px;
    }
    .cx_formula .cx_thirtydays .cx_right_text h1 {
        font-size: 70px;
        line-height: 80px;
    }
    .cx_formula .cx_thirtydays .cx_right_text h1 .span1 {
        font-size: 70px;
        line-height: 80px;
    }
    .cx_formula .cx_thirtydays .cx_right_text p {
        font-size: 20px;
    }
    .cx_formula .cx_thirtydays .cx_right_text a {
        font-size: 58px;
    }
}
@media (max-width:767px) {
    .cx_formula .cx_thirtydays {
        background: #001129;
    }
    .cx_formula .cx_thirtydays .cx_left_image {
        text-align: center;
    }
}
.cx_formula .cx_btm_ads {
    position: relative;
    text-align: center;
    padding: 10px 5px;
}
.cx_formula .cx_btm_ads img {
    display: inline-block;
    vertical-align: top;
}
/* ====================================================================
   97.0 - Electrolyte Powder Page CSS
=====================================================================*/

.cx_electropowder .cx_all_size {
    font-size: 36px;
}
@media (max-width:1170px) {
    .cx_electropowder .cx_all_size {
        font-size: 32px;
    }
}
@media (max-width:991px) {
    .cx_electropowder .cx_all_size {
        font-size: 28px;
    }
}
@media (max-width:767px) {
    .cx_electropowder .cx_all_size {
        font-size: 25px;
    }
}
/**** Massage Top Section ****/
.cx_electropowder {
    background: #FFF;
    position: relative;
    padding: 0px;
}
.cx_electropowder .container {
    max-width: 1200px;
}
/**** Top Banner All ***/
.cx_electropowder .cx_banner_all {
    position: relative;
    margin-bottom: 20px;
    padding: 0px;
}
.cx_electropowder .cx_banner_all img {
    width: 100%;
}
.cx_electropowder .cx_banner_all h1 {
    color: #03316d;
    font-size: 60px;
    line-height: 55px;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.cx_electropowder .cx_banner_all h2 {
    color: #ff7c00;
    font-size: 70px;
    line-height: 55px;
    letter-spacing: -1px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
.cx_electropowder .cx_banner_all h3 {
    color: #03316d;
    font-size: 28px;
    line-height: 25px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}
.cx_electropowder .cx_banner_all h3 span {
    color: #ff7c00;
}
.cx_electropowder .cx_banner_all .cx_baner_bottom {
    position: relative;
    padding: 45px 0px 0px 30px;
}
.cx_electropowder .cx_banner_all .cx_baner_bottom .cx_left_list {
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.cx_electropowder .cx_banner_all .cx_baner_bottom .cx_left_list .cx_sub {
    color: #fff;
    font-size: 15pt;
    margin: 0;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}
.cx_electropowder .cx_banner_all .cx_baner_bottom .cx_left_list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.cx_electropowder .cx_banner_all .cx_baner_bottom .cx_left_list ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    color: #fff;
    line-height: 15px;
    font-size: 17px;
    margin-top: 8px;
    font-weight: 700;
    padding: 0px 0px 0px 10px;
}
.cx_electropowder .cx_banner_all .cx_baner_bottom .cx_left_list ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    color: #FFF;
    top: 4px;
    font-size: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFF;
}
.cx_electropowder .cx_banner_all .cx_baner_bottom .cx_right_list {
    position: relative;
    margin-top: 10px;
}
.cx_electropowder .cx_banner_all .cx_baner_bottom .cx_right_list .cx_sub {
    color: #fff;
    font-size: 25px;
    margin: 0;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}
.cx_electropowder .cx_banner_all .cx_baner_bottom .cx_right_list a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    outline: none;
    margin: 10px 0px;
}
.cx_electropowder .cx_banner_all .cx_baner_bottom .cx_right_list p {
    font-weight: 500;
    margin: 0px;
    color: #FFF;
    padding: 0px;
    text-align: left;
    font-size: 20px;
}
.cx_electropowder .cx_banner_all .cx_baner_bottom .cx_right_list p img {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:1170px) {
    .cx_electropowder .cx_banner_all h1 {
        font-size: 50px;
        line-height: normal;
    }
    .cx_electropowder .cx_banner_all h2 {
        font-size: 40px;
        line-height: normal;
        padding: 20px 0px;
    }
    .cx_electropowder .cx_banner_all h3 {
        font-size: 22px;
    }
}
@media (max-width:991px) {
    .cx_electropowder .cx_banner_all {
        background: #FFF;
        min-height: inherit;
    }
    .cx_electropowder .cx_banner_all h1 {
        font-size: 40px;
        text-align: center;
    }
    .cx_electropowder .cx_banner_all h2 {
        font-size: 30px;
        text-align: center;
        padding: 20px 0px;
    }
    .cx_electropowder .cx_banner_all h3 {
        font-size: 20px;
        text-align: center;
        padding: 0px 0px 20px 0px;
    }
    .cx_electropowder .cx_banner_all .cx_baner_bottom {
        position: relative;
        left: auto;
        background: #1f7ca8;
        bottom: auto;
        padding: 20px 15px;
    }
}
@media (max-width:767px) {
    .cx_electropowder .cx_banner_all h1 {
        font-size: 32px;
        padding: 5px 10px;
    }
    .cx_electropowder .cx_banner_all h2 {
        font-size: 25px;
    }
    .cx_electropowder .cx_banner_all h3 {
        font-size: 18px;
    }
    .cx_electropowder .cx_banner_all .cx_baner_bottom .cx_right_list {
        text-align: center;
    }
    .cx_electropowder .cx_banner_all .cx_baner_bottom .cx_right_list p {
        text-align: center;
        font-size: 15px;
    }
    .cx_electropowder .cx_banner_all .cx_baner_bottom .cx_left_list .cx_sub {
        font-size: 16px;
    }
    .cx_electropowder .cx_banner_all .cx_baner_bottom .cx_right_list .cx_sub {
        font-size: 20px;
    }
}
/***** Section One *****/
.cx_electropowder .cx_section_one {
    background: url(../images/powder/dreamstime_xxl_32814692.jpg) no-repeat right 0;
    background-size: cover;
    padding: 100px 0px;
}
.cx_electropowder .cx_section_one .cx_girl_jump {
    background: #000;
    opacity: .7;
    padding: 15px;
}
.cx_electropowder .cx_section_one .cx_girl_jump h1 {
    font-family: Arial, Helvetica, sans-serif!important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 48px;
    margin: 0px 0px 0px 20px 0px;
    padding: 0px;
    color: #FFF;
}
.cx_electropowder .cx_section_one .cx_girl_jump ul {
    margin: 0px;
    padding: 20px;
    list-style: none;
}
.cx_electropowder .cx_section_one .cx_girl_jump li {
    color: #fff;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 29px;
    font-family: Arial, Helvetica, sans-serif !important;
}
.cx_electropowder .cx_section_one .cx_girl_jump li strong {
    color: #eff509;
}
@media (max-width:1170px) {
    .cx_electropowder .cx_section_one .cx_girl_jump h1 {
        font-size: 35px;
        line-height: normal;
    }
}
@media (max-width:991px) {
    .cx_electropowder .cx_section_one {
        padding: 0px;
        background-position: center center;
    }
    .cx_electropowder .cx_section_one .col-lg-6 {
        padding: 0px;
    }
    .cx_electropowder .cx_section_one .cx_girl_jump h1 {
        font-size: 40px;
    }
    .cx_electropowder .cx_section_one .cx_girl_jump ul {
        padding: 20px 0px;
    }
    .cx_electropowder .cx_section_one .cx_girl_jump li {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 29px;
    }
}
/**** #### Section Two #### ****/
.cx_electropowder .cx_section_stars {
    position: relative;
    clear: both;
    padding: 0px;
}
.cx_electropowder .cx_section_stars .cx_iner {
    padding: 50px 20px;
}
.cx_electropowder .cx_section_stars .cx_iner2 {
    border: none;
    padding: 0px;
}
.cx_electropowder .cx_section_stars .cx_iner .cx_review {
    text-align: left;
    font-size: 15px;
    line-height: 19px;
    font-family: Arial, Helvetica, sans-serif !important;
}
.cx_electropowder .cx_section_stars .cx_iner .cx_review img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
.cx_electropowder .cx_section_stars .cx_iner .cx_review .cx_review_counter {
    font-size: 12px;
    line-height: 1.5em;
    color: #555;
}
.cx_electropowder .cx_section_stars .cx_iner .cx_review .cx_review_verify {
    color: #C45500;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    padding-top: 3px;
}
.cx_electropowder .cx_section_stars .cx_iner .cx_review p {
    font-size: 15px;
    line-height: 21px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 0px 0px 0px;
}
@media (max-width:991px) {
    .cx_electropowder .cx_section_stars .cx_iner .cx_review p:last-child {
        font-size: 20px;
        color: #000 !important;
        line-height: 2;
        margin-top: 30px !important;
    }
}
/***** Section Three *****/
.cx_electropowder .cx_section_three {
    background: url(../images/powder/dreamstime_xxl_57884520.jpg) no-repeat right 0;
    background-size: cover;
    padding: 50px 0px;
}
.cx_electropowder .cx_section_three .cx_girl_sports {
    position: relative;
    background: #21a9b1;
    padding: 15px;
    border-radius: 10px;
}
.cx_electropowder .cx_section_three .cx_girl_sports h1 {
    font-family: Arial, Helvetica, sans-serif!important;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    color: #FFF;
    letter-spacing: -1px;
}
.cx_electropowder .cx_section_three .cx_girl_sports p {
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    padding: 10px 15px;
    font-family: Arial, Helvetica, sans-serif !important;
}
@media (max-width:991px) {
    .cx_electropowder .cx_section_three {
        padding: 0px;
    }
    .cx_electropowder .cx_section_three .cx_girl_sports {
        border-radius: 0px;
    }
    .cx_electropowder .cx_section_three .col-lg-6 {
        width: 100%;
        padding: 0px;
    }
    .cx_electropowder .cx_section_three .cx_girl_sports p {
        padding: 20px 0px;
        font-size: 20px;
        line-height: 30px;
    }
}
/**** #### Section Foure #### ****/
.cx_electropowder .cx_section_foure {
    position: relative;
    padding: 50px 0px 0px 0px;
    clear: both;
}
.cx_electropowder .cx_section_foure h1 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    color: #3d4c03;
    margin: 0px 0px 25px 0px
}
.cx_electropowder .cx_section_foure .cx_box_image {
    position: relative;
    text-align: center;
    margin-top: 30px;
}
.cx_electropowder .cx_section_foure .cx_box_image img {
    display: inline-block;
    vertical-align: top;
}
.cx_electropowder .cx_section_foure .cx_marked_box {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0px 0px 0px;
}
.cx33 {
    margin-top: 39px !important;
}
@media (max-width:991px) {
    .cx33 {
        margin-top: 30px !important;
    }
}
.cx_electropowder .cx_section_foure .cx_p_6 {
    padding: 0px 9.3px;
}
.cx_electropowder .cx_section_foure .cx_v_table {
    height: 231px;
    display: table;
    width: 100%;
    vertical-align: middle;
}
.cx_electropowder .cx_section_foure .cx_v_cell {
    height: 231px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.cx_electropowder .cx_section_foure .cx_marked_box .cx_holder {
    padding: 0px 40px;
}
.cx_electropowder .cx_section_foure .cx_marked_box h5 {
    margin: 0;
    padding: 0 0 0 29px;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: url(../images/massage/bullet03.png) no-repeat 0 5px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
}
.cx_electropowder .cx_section_foure .cx_marked_box p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 30px;
    color: #000;
    margin: 0px;
}
@media (max-width:991px) {
    .cx_electropowder .cx_section_foure .cx_marked_box p {
        font-size: 22px !important;
    }
    .cx_electropowder .cx_section_foure .cx_marked_box .cx_holder {
        padding: 0px 15px;
    }
}
.cx_electropowder .cx_section_foure .cx_marked_box.cx_color_1 {
    background: #ddf0b6;
}
.cx_electropowder .cx_section_foure .cx_marked_box.cx_color_2 {
    background: #f1edcb;
}
.cx_electropowder .cx_section_foure .cx_marked_box.cx_color_3 {
    background: #eff2b5;
}
.cx_electropowder .cx_section_foure .cx_marked_box.cx_color_4 {
    background: #e0f5f5;
}
.cx_electropowder .cx_section_foure .cx_marked_box.cx_color_5 {
    background: #eff8dd;
}
.cx_electropowder .cx_section_foure .cx_marked_box.cx_color_6 {
    background: #398839;
}
.cx_electropowder .cx_section_foure .cx_review_stars {
    position: relative;
    width: 100%;
}
.cx_electropowder .cx_section_foure .cx_review_stars h4 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 36px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}
.cx_electropowder .cx_section_foure .cx_review_stars a {
    display: block;
    position: relative;
    text-align: center;
}
.cx_electropowder .cx_section_foure .cx_review_stars a img {
    display: inline-block;
    vertical-align: top;
}
.cx_electropowder .cx_section_foure .cx_review_stars p {
    text-align: center;
    position: relative;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}
.cx_electropowder .cx_section_foure .cx_review_stars p img {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:991px) {
    .cx_electropowder .cx_section_foure .cx_marked_box .cx_holder {
        padding: 0px 15px;
    }
    .cx_electropowder .cx_section_foure .cx_marked_box h5 {
        font-size: 24px;
    }
}
/**** Section Five ****/
.cx_electropowder .cx_section_five {
    position: relative;
    padding: 0px;
}
.cx_electropowder .cx_section_five .cx_wrap {
    position: relative;
    padding: 65px 0px 0px 0px;
    background: url(../images/powder/bg-promo2-section.jpg) repeat-y;
}
.cx_electropowder .cx_section_five .cx_wrap h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #3d4c03;
    text-align: left;
    margin: 0px;
    padding: 0px 20px;
}
.cx_electropowder .cx_section_five .cx_wrap .left-area {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.cx_electropowder .cx_section_five .cx_wrap .left-area img {
    display: inline-block;
    vertical-align: top;
}
.cx_electropowder .cx_section_five .cx_wrap .cx_right {
    position: relative;
    padding: 50px 30px;
    text-align: center;
}
.cx_electropowder .cx_section_five .cx_wrap .cx_right ul {
    margin: 0px;
    padding: 0px 15px;
    list-style: none;
    text-align: left;
}
.cx_electropowder .cx_section_five .cx_wrap .cx_right li {
    list-style: none;
    padding: 0px 0px 15px 27px;
    margin-bottom: 5px;
    line-height: 30px;
    background: url(../images/massage/bullet01.jpg) no-repeat 0 10px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #333;
}
@media (max-width:991px) {
    .cx_electropowder .cx_section_five .cx_wrap .cx_right {
        padding: 20px 0px;
    }
}
/**** #### Section Six Testmonila #### ****/
.cx_electropowder .cx_section_six {
    position: relative;
    padding: 0px;
    background: #0288e4;
}
.cx_electropowder .cx_section_six .cx_iner_testimonila {
    padding: 0px 0px;
}
.cx_electropowder .cx_section_six .cx_iner_testimonila h1 {
    color: #fff;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-weight: 700;
}
.cx_electropowder .cx_section_six .cx_iner_testimonila .cx_star {
    position: relative;
    text-align: center;
    padding: 30px 0px;
}
.cx_electropowder .cx_section_six .cx_iner_testimonila .cx_star img {
    display: inline-block;
    vertical-align: top;
}
/**** #### Section Seven #### ****/
.cx_electropowder .cx_section_seven {
    position: relative;
    padding: 30px 0px 20px 0px;
}
.cx_electropowder .cx_section_seven h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px auto;
    color: #3d4c03;
    text-align: center;
}
.cx_electropowder .cx_section_seven p {
    padding: 0px;
    margin: 0px;
    line-height: 24px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #333;
}
@media (max-width:991px) {
    .cx_electropowder .cx_section_seven p {
        font-size: 19px;
        line-height: 2;
    }
}
.cx_electropowder .cx_section_seven .cx_box1 {
    position: relative;
    padding: 50px 0px 0px 0px;
    text-align: center;
}
.cx_electropowder .cx_section_seven .cx_box1 img {
    display: inline-block;
    vertical-align: top;
    max-width: 800px !important;
    width: 100%;
}
.cx_electropowder .cx_section_seven .cx_box2 {
    position: relative;
    padding: 50px 0px 0px 0px;
    text-align: center;
}
.cx_electropowder .cx_section_seven .cx_box2 img {
    display: inline-block;
    vertical-align: top;
    max-width: 500px !important;
    width: 100%;
}
.cx_electropowder .cx_section_seven .cx_btns button {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #47a447;
    border-color: #47a447 #47a447 #388038;
    line-height: 61px;
    margin: 0px;
    overflow: hidden;
    font-size: 205%;
    height: inherit;
    width: 60%;
    transition: all .1s;
    display: block;
    margin: 50px auto;
    outline: none;
    cursor: pointer;
    max-width: 552px;
    padding: 6px 12px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.cx_electropowder .cx_section_seven .cx_btns button:hover {
    border-color: #51b451 #51b451 #3f923f;
    background-color: #51b451;
    color: #fff;
}
.cx_electropowder .cx_section_seven .cx_btns button:focus {
    border-color: #3f923f;
    background-color: #3f923f;
}
@media (max-width:1170px) {
    .cx_electropowder .cx_section_seven .cx_btns button {
        padding: 20px 15px;
        line-height: normal;
        margin: 0px;
        overflow: hidden;
        font-size: 40px;
        height: inherit;
        width: 100%;
        max-width: 520px;
        margin: 30px auto;
        font-weight: 700;
    }
}
@media (max-width:991px) {
    .cx_electropowder .cx_section_seven .cx_btns button {
        font-size: 30px;
    }
}
@media (max-width:767px) {
    .cx_electropowder .cx_section_seven .cx_btns button {
        font-size: 25px;
    }
}
@media (max-width:600px) {
    .cx_electropowder .cx_section_seven .cx_btns button {
        font-size: 20px;
    }
}
@media (max-width:480px) {
    .cx_electropowder .cx_section_seven .cx_btns button {
        font-size: 16px;
    }
}
/*** #### Electrolyte Powder Order Section CSS #### ***/
.cx_electropowder .cx_all_columns {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.cx_electropowder .cx_all_columns .cx_iners_all {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 100%;
}
.cx_electropowder .cx_all_columns .cx_box_one {
    position: relative;
    width: 100%;
    margin: 0px -2px;
    border: 3px solid #1a6996;
    min-height: 700px;
    margin-bottom: 50px;
    display: inline-block;
    vertical-align: top;
    max-width: 330px;
}
.cx_electropowder .cx_all_columns .cx_box_two {
    min-height: 800px;
    top: -21px;
    background: #fafafa;
}
.cx_electropowder .cx_radius_one {
    border-radius: 4px 0px 0px 0px;
    border-right: 0px !important;
}
.cx_electropowder .cx_radius_two {
    border-radius: 0px;
    border-right: 0px !important;
}
.cx_electropowder .cx_radius_three {
    border-radius: 0px;
    border-color: #ff7f00 !important;
}
.cx_electropowder .cx_radius_foure {
    border-radius: 0px 4px 0px 0px;
    border-left: 0px !important;
}
.cx_electropowder .cx_all_columns .cx_box_one .cx_top {
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #1a6996;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.9px;
    font-family: Arial, Helvetica, sans-serif;
}
.cx_electropowder .cx_all_columns .cx_box_one .cx_top_two {
    background: #00a9cd;
    font-weight: 700;
    margin-top: -50px;
    letter-spacing: -.9px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 90px;
    height: 71px;
}
.cx_electropowder .cx_all_columns .cx_box_one .cx_prod_image {
    width: 100%;
    position: relative;
    height: 250px;
    line-height: 250px;
    text-align: center;
}
.cx_electropowder .cx_all_columns .cx_box_one .cx_prod_image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 150px !important;
    width: 100%;
}
.cx_electropowder .cx_all_columns .cx_box_one .cx_prod_image_two img {
    max-width: 232px !important;
    margin-top: 30px;
}
.cx_electropowder .cx_all_columns .cx_box_one .cx_price_plan {
    padding: 5px;
    position: relative;
    width: 100%;
    background-color: #1a6996;
    text-align: center;
}
.cx_electropowder .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text {
    position: relative;
    min-height: 85px;
    text-align: center;
}
.cx_electropowder .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text p {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif !important;
}
.cx_electropowder .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h1 {
    color: #FFF;
    font-size: 30px;
    font-weight: 800;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif !important;
}
.cx_electropowder .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h2 {
    font-weight: 600;
    font-size: 18px;
    color: #FFF;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif !important;
}
.cx_electropowder .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btn a {
    display: inline-block;
    font-weight: 900;
    letter-spacing: -1.5px;
    font-size: 28px;
    background-color: #ff7f00;
    color: #fff;
    padding: 18px 20px 10px;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 6px;
    line-height: 33px;
    font-family: 'Anton', sans-serif;
}
.cx_electropowder .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btn a .cx_span {
    font-size: 53px;
    font-family: Raleway;
}
.cx_electropowder .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btm {
    font-family: 'Anton', sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
    color: #FFF;
}
.cx_electropowder .cx_all_columns .cx_box_one .cx_buy_now_plan a {
    font-family: 'Anton', sans-serif;
    font-size: 45px;
    line-height: 54px;
    letter-spacing: -2px;
    font-weight: bold;
    display: inline-block;
    background-color: #ff7f00;
    color: #fff;
    padding: 2px 8px;
    text-align: center;
    text-decoration: none;
    margin: 20px auto;
    cursor: pointer;
    border-radius: 5px;
}
.cx_electropowder .cx_all_columns .cx_box_one .cx_most_popular {
    position: relative;
    text-align: center;
    width: 270px;
    background-color: #ff7f00;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    border-radius: 5px;
    margin: auto;
    top: -34px;
    z-index: 3;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    height: 50px;
    line-height: 47px;
}
.cx_electropowder .cx_all_columns .cx_box_one .cx_blue_bg {
    background: #00a9cd;
}
@media (max-width:991px) {
    .cx_electropowder .cx_all_columns .cx_box_one {
        margin: 0px;
        margin-bottom: 70px;
    }
    .cx_electropowder .cx_radius_one {
        border-radius: 4px 0px 0px 0px;
    }
    .cx_electropowder .cx_radius_two {
        border-radius: 0px 4px 0px 0px;
        border-right: 3px solid #1a6996 !important;
    }
    .cx_electropowder .cx_radius_three {
        border-radius: 4px 0px 0px 0px;
    }
    .cx_electropowder .cx_radius_foure {
        border-radius: 0px 4px 0px 0px;
    }
    .cx_electropowder .cx_all_columns .cx_box_one {
        margin: 0px;
        margin-bottom: 70px;
    }
    .cx_electropowder .cx_radius_one {
        border-radius: 4px;
        border-right: 3px solid #1a6996 !important;
    }
    .cx_electropowder .cx_radius_two {
        border-radius: 4px;
        border-right: 3px solid #1a6996 !important;
    }
    .cx_electropowder .cx_radius_three {
        border-radius: 4px;
    }
    .cx_electropowder .cx_radius_foure {
        border-radius: 4px;
        border-left: 3px solid #1a6996 !important;
    }
}
/***** Section Eight *****/
.cx_electropowder .cx_section_eight {
    background: url(../images/powder/dreamstime_xxl_41294806.jpg) no-repeat right 0;
    background-size: cover;
    padding: 50px 0px;
}
.cx_electropowder .cx_section_eight .cx_about_content {
    position: relative;
    background: #000;
    padding: 15px;
    opacity: 0.9;
    border-radius: 10px;
}
.cx_electropowder .cx_section_eight .cx_about_content h1 {
    font-family: Arial, Helvetica, sans-serif!important;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 24px;
    color: #FFF;
    text-align: center;
}
.cx_electropowder .cx_section_eight .cx_about_content p {
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    padding: 10px 15px;
    font-family: Arial, Helvetica, sans-serif !important;
}
@media (max-width:991px) {
    .cx_electropowder .cx_section_eight {
        background-position: center center;
        padding: 20px 0px;
    }
    .cx_electropowder .cx_section_eight .col-lg-7 {
        padding: 0px;
    }
    .cx_electropowder .cx_section_eight .cx_about_content {
        padding: 20px 0px;
    }
    .cx_electropowder .cx_section_eight .cx_about_content p {
        font-size: 18px;
        line-height: 2;
    }
}
/***** Work Out Energy *****/
.cx_electropowder .cx_workput_energy {
    position: relative;
    padding: 50px 0px;
}
.cx_electropowder .cx_workput_energy a {
    display: block;
    margin: auto;
    vertical-align: middle;
    width: 100%;
    position: relative;
    outline: none;
    text-decoration: none;
    max-width: 800px !important;
}
/**** #### Section Special Offer #### ****/
.cx_electropowder .cx_section_special {
    position: relative;
    padding: 0px 0px 50px 0px;
}
.cx_electropowder .cx_section_special h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px auto;
    color: #3d4c03;
    text-align: center;
}
.cx_electropowder .cx_section_special p {
    padding: 20px 0px 0px 0px;
    text-align: center;
    margin: 0px;
    line-height: 25px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #000;
}
.cx_electropowder .cx_section_special .cx_left_img {
    position: relative;
    width: 100%;
    text-align: center;
}
.cx_electropowder .cx_section_special .cx_left_img img {
    max-width: 570px !important;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.cx_electropowder .cx_section_special .cx_left_img p {
    font-size: 14px !important;
}
.cx_electropowder .cx_section_special .cx_right_img {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 50px 0px 0px 0px;
}
.cx_electropowder .cx_section_special .cx_right_img img {
    max-width: 375px !important;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.cx_electropowder .cx_section_special ul.cx_amazing_list {
    display: block;
    margin: auto;
    max-width: 250px;
    width: 100%;
    clear: both;
    padding: 20px 0px 14px 18px;
    text-align: left;
    list-style: circle;
}
.cx_electropowder .cx_section_special ul.cx_amazing_list li {
    font-family: Arial, Helvetica, sans-serif!important;
    color: #000;
}
@media (max-width:991px) {
    .cx_electropowder .cx_section_special ul.cx_amazing_list {
        display: inline-block;
    }
    .cx_electropowder .cx_section_special ul.cx_amazing_list li {
        font-size: 14px;
    }
}
/* ====================================================================
   98.0 - Adrenal & Cortisol Relief Page CSS
=====================================================================*/

.cx_adrenal_cortisol_regular .cx_all_size {
    font-size: 36px;
}
@media (max-width:1170px) {
    .cx_adrenal_cortisol_regular .cx_all_size {
        font-size: 32px;
    }
}
@media (max-width:991px) {
    .cx_adrenal_cortisol_regular .cx_all_size {
        font-size: 28px;
    }
}
@media (max-width:767px) {
    .cx_adrenal_cortisol_regular .cx_all_size {
        font-size: 25px;
    }
}
/**** Food Top Section ****/
.cx_adrenal_cortisol_regular {
    background: #FFF;
    position: relative;
    padding: 0px;
}
.cx_adrenal_cortisol_regular .container {
    max-width: 1200px;
}
/**** Top Banner All ***/
.cx_adrenal_cortisol_regular .cx_banner_all {
    position: relative;
    font-family: 'Raleway', sans-serif;
    margin: 30px 0px 20px 0px;
    padding: 0px;
}
.cx_adrenal_cortisol_regular .cx_banner_all img {
    width: 100%;
}
.cx_adrenal_cortisol_regular .cx_banner_all h1 {
    color: #02316e;
    font-size: 60px;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.cx_adrenal_cortisol_regular .cx_banner_all h1 span {
    color: #45cff2;
}
.cx_adrenal_cortisol_regular .cx_banner_all h2 {
    color: #ff7c00;
    font-size: 70px;
    line-height: 55px;
    letter-spacing: -1px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
.cx_adrenal_cortisol_regular .cx_banner_all h3 {
    color: #02316e;
    font-size: 28px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}
.cx_adrenal_cortisol_regular .cx_banner_all h3 span {
    color: #ff7c00;
}
.cx_adrenal_cortisol_regular .cx_banner_all .cx_baner_bottom {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    padding: 0px 0px 20px 30px;
}
.cx_adrenal_cortisol_regular .cx_banner_all .cx_baner_bottom .cx_left_list {
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.cx_adrenal_cortisol_regular .cx_banner_all .cx_baner_bottom .cx_left_list .cx_sub {
    color: #fff;
    font-size: 15pt;
    margin: 0;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}
.cx_adrenal_cortisol_regular .cx_banner_all .cx_baner_bottom .cx_left_list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.cx_adrenal_cortisol_regular .cx_banner_all .cx_baner_bottom .cx_left_list ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    color: #fff;
    line-height: 15px;
    font-size: 17px;
    margin-top: 8px;
    font-weight: 700;
    padding: 0px 0px 0px 10px;
}
.cx_adrenal_cortisol_regular .cx_banner_all .cx_baner_bottom .cx_left_list ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    color: #FFF;
    top: 4px;
    font-size: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFF;
}
.cx_adrenal_cortisol_regular .cx_banner_all .cx_baner_bottom .cx_right_list {
    position: relative;
    margin-top: 10px;
}
.cx_adrenal_cortisol_regular .cx_banner_all .cx_baner_bottom .cx_right_list .cx_sub {
    color: #fff;
    font-size: 25px;
    margin: 0;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}
.cx_adrenal_cortisol_regular .cx_banner_all .cx_baner_bottom .cx_right_list a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    outline: none;
    margin: 10px 0px;
}
.cx_adrenal_cortisol_regular .cx_banner_all .cx_baner_bottom .cx_right_list p {
    font-weight: 500;
    margin: 0px;
    color: #FFF;
    padding: 0px;
    text-align: left;
    font-size: 20px;
}
.cx_adrenal_cortisol_regular .cx_banner_all .cx_baner_bottom .cx_right_list p img {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:1170px) {
    .cx_adrenal_cortisol_regular .cx_banner_all h1 {
        font-size: 50px;
        line-height: normal;
    }
    .cx_adrenal_cortisol_regular .cx_banner_all h2 {
        font-size: 40px;
        line-height: normal;
        padding: 20px 0px;
    }
    .cx_adrenal_cortisol_regular .cx_banner_all h3 {
        font-size: 22px;
    }
}
@media (max-width:991px) {
    .cx_adrenal_cortisol_regular .cx_banner_all {
        background: #FFF;
        min-height: inherit;
    }
    .cx_adrenal_cortisol_regular .cx_banner_all h1 {
        font-size: 40px;
        text-align: center;
    }
    .cx_adrenal_cortisol_regular .cx_banner_all h2 {
        font-size: 30px;
        text-align: center;
        padding: 20px 0px;
    }
    .cx_adrenal_cortisol_regular .cx_banner_all h3 {
        font-size: 20px;
        text-align: center;
        padding: 0px 0px 20px 0px;
    }
    .cx_adrenal_cortisol_regular .cx_banner_all .cx_baner_bottom {
        position: relative;
        left: auto;
        background: #1f7ca8;
        bottom: auto;
        padding: 20px 15px;
    }
}
@media (max-width:767px) {
    .cx_adrenal_cortisol_regular .cx_banner_all h1 {
        font-size: 32px;
        padding: 5px 10px;
    }
    .cx_adrenal_cortisol_regular .cx_banner_all h2 {
        font-size: 25px;
    }
    .cx_adrenal_cortisol_regular .cx_banner_all h3 {
        font-size: 18px;
    }
    .cx_adrenal_cortisol_regular .cx_banner_all .cx_baner_bottom .cx_right_list {
        text-align: center;
    }
    .cx_adrenal_cortisol_regular .cx_banner_all .cx_baner_bottom .cx_right_list p {
        text-align: center;
        font-size: 15px;
    }
    .cx_adrenal_cortisol_regular .cx_banner_all .cx_baner_bottom .cx_left_list .cx_sub {
        font-size: 16px;
    }
    .cx_adrenal_cortisol_regular .cx_banner_all .cx_baner_bottom .cx_right_list .cx_sub {
        font-size: 20px;
    }
}
/***** Section One *****/

/**** #### Section Two #### ****/
.cx_adrenal_cortisol_regular .cx_section_stars {
    position: relative;
    clear: both;
    padding: 0px;
}
.cx_adrenal_cortisol_regular .cx_section_stars .cx_iner {
    padding: 50px 0px;
    border-top: 1px solid #d7d6d6;
}
.cx_adrenal_cortisol_regular .cx_section_stars .cx_iner2 {
    border: none;
    padding: 0px;
}
.cx_adrenal_cortisol_regular .cx_section_stars .cx_iner .cx_review {
    text-align: left;
    font-size: 13px;
    line-height: 19px;
}
.cx_adrenal_cortisol_regular .cx_section_stars .cx_iner .cx_review img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
.cx_adrenal_cortisol_regular .cx_section_stars .cx_iner .cx_review .cx_review_counter {
    font-size: 12px;
    line-height: 1.5em;
    color: #555;
}
.cx_adrenal_cortisol_regular .cx_section_stars .cx_iner .cx_review .cx_review_verify {
    color: #C45500;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    padding: 5px 0px 3px 0px;
}
.cx_adrenal_cortisol_regular .cx_section_stars .cx_iner .cx_review p:first-child {
    font-family: Arial, Helvetica, sans-serif;
}
@media (max-width:991px) {
    .cx_adrenal_cortisol_regular .cx_section_stars .cx_iner .cx_review .cx_review_counter {
        font-size: 15px;
    }
    .cx_adrenal_cortisol_regular .cx_section_stars .cx_iner .cx_review .cx_review_verify {
        font-size: 15px;
    }
    .cx_adrenal_cortisol_regular .cx_section_stars .cx_iner .cx_review p:first-child {
        font-size: 15px;
        line-height: 1.5em;
        padding-top: 15px;
    }
    .cx_adrenal_cortisol_regular .cx_section_stars .cx_iner .cx_review p:last-child {
        font-size: 19px !important;
        line-height: 2;
        padding-top: 15px;
    }
    .cx_adrenal_cortisol_regular .cx_section_stars .cx_iner .cx_review p {
        font-size: 15px !important;
    }
    .cx_adrenal_cortisol_regular .cx_section_stars .cx_iner {
        border: none;
    }
}
/**** #### Section Three #### ****/
.cx_adrenal_cortisol_regular .cx_section_three {
    position: relative;
    padding: 68px 52px 79px 30px;
    line-height: 30px;
    background: url(../images/food/bg-characteristic-section.jpg) repeat-y;
}
.cx_adrenal_cortisol_regular .cx_section_three:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    background: url(../images/food/bg-bottom.jpg) repeat-x 50% 0;
}
.cx_adrenal_cortisol_regular .cx_section_three:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55px;
    background: url(../images/food/bg-bottom.jpg) repeat-x 50% 0;
}
.cx_adrenal_cortisol_regular .cx_section_three .cx_images {
    position: relative;
    text-align: center;
    padding: 20px 0px;
}
.cx_plf {
    padding-right: 0px;
}
.cx_plf ul {
    margin-top: 15px !important;
}
.cx_adrenal_cortisol_regular .cx_section_three .cx_images img {
    display: inline-block;
    vertical-align: top;
}
.cx_adrenal_cortisol_regular .cx_section_three .cx_pd30 {
    padding-top: 30px;
}
.cx_adrenal_cortisol_regular .cx_section_three h3 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    color: #1a457c;
    margin: 0px;
    padding: 50px 0px 20px 0px;
}
.cx_adrenal_cortisol_regular .cx_section_three p {
    line-height: 24px !important;
    color: #000 !important;
    margin: 0px 0px 0px 0px;
    text-align: left;
    padding: 0px;
}
.cx_adrenal_cortisol_regular .cx_section_three ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}
.cx_adrenal_cortisol_regular .cx_section_three li {
    color: #000;
}
.cx_adrenal_cortisol_regular .cx_section_five .cx_wrap .cx_right li {
    color: #000;
}
.cx_adrenal_cortisol_regular .cx_section_three li {
    list-style: none;
    padding: 0px 0px 0px 27px;
    margin-bottom: 10px;
    font-weight: 500;
    background: url(../images/massage/bullet01.jpg) no-repeat 0 10px;
    color: #333;
}
.cx_adrenal_cortisol_regular .cx_section_three li strong {
    font-weight: 600;
}
.cx_mg39 {
    margin-top: 39px !important;
}
@media (max-width:991px) {
    .cx_adrenal_cortisol_regular .cx_section_three {
        padding: 20px 15px;
    }
    .cx_adrenal_cortisol_regular .cx_section_three2 {
        padding: 0px;
    }
    .cx_adrenal_cortisol_regular .cx_section_three:before {
        display: none;
    }
    .cx_adrenal_cortisol_regular .cx_section_three:after {
        display: none;
    }
    .cx_adrenal_cortisol_regular .cx_section_three h3 {
        text-align: left;
    }
    .cx_adrenal_cortisol_regular .cx_section_three p {
        font-size: 19px;
        line-height: 2 !important;
    }
    .cx_adrenal_cortisol_regular .cx_section_three li {
        font-size: 19px;
        line-height: 2;
        background: url(../images/massage/bullet01.jpg) no-repeat 0 13px;
    }
    .cx_mg39 {
        margin-top: 30px !important;
    }
}
/**** #### Section Foure #### ****/
.cx_adrenal_cortisol_regular .cx_section_foure {
    position: relative;
    padding: 50px 0px 0px 0px;
    clear: both;
}
.cx_adrenal_cortisol_regular .cx_section_foure h1 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    color: #1a457c;
    margin: 0px -10px 25px -10px
}
.cx_adrenal_cortisol_regular .cx_section_foure .cx_box_image {
    position: relative;
    text-align: center;
    margin-top: 30px;
}
.cx_adrenal_cortisol_regular .cx_section_foure .cx_box_image img {
    display: inline-block;
    vertical-align: top;
}
.cx_adrenal_cortisol_regular .cx_section_foure .cx_marked_box {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0px 0px 0px;
}
.cx_adrenal_cortisol_regular .cx_section_foure .cx_p_6 {
    padding: 0px 9.3px;
}
.cx_adrenal_cortisol_regular .cx_section_foure .cx_v_table {
    height: 231px;
    display: table;
    width: 100%;
    vertical-align: middle;
}
.cx_adrenal_cortisol_regular .cx_section_foure .cx_v_cell {
    height: 231px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.cx_adrenal_cortisol_regular .cx_section_foure .cx_marked_box .cx_holder {
    padding: 0px 40px;
}
.cx_adrenal_cortisol_regular .cx_section_foure .cx_marked_box h5 {
    margin: 0;
    padding: 0 0 0 29px;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: url(../images/massage/bullet03.png) no-repeat 0 5px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
}
.cx_adrenal_cortisol_regular .cx_section_foure .cx_marked_box p {
    font-family: 'Raleway', sans-serif;
    line-height: 30px;
    color: #000;
    margin: 0px;
}
.cx_adrenal_cortisol_regular .cx_section_foure .cx_marked_box.cx_color_1 {
    background: #ddf0b6;
}
.cx_adrenal_cortisol_regular .cx_section_foure .cx_marked_box.cx_color_2 {
    background: #f1edcb;
}
.cx_adrenal_cortisol_regular .cx_section_foure .cx_marked_box.cx_color_3 {
    background: #eff2b5;
}
.cx_adrenal_cortisol_regular .cx_section_foure .cx_marked_box.cx_color_4 {
    background: #e0f5f5;
}
.cx_adrenal_cortisol_regular .cx_section_foure .cx_marked_box.cx_color_5 {
    background: #eff8dd;
}
.cx_adrenal_cortisol_regular .cx_section_foure .cx_marked_box.cx_color_6 {
    background: #398839;
}
.cx_adrenal_cortisol_regular .cx_section_foure .cx_review_stars {
    position: relative;
    width: 100%;
}
.cx_adrenal_cortisol_regular .cx_section_foure .cx_review_stars h4 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 36px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}
.cx_adrenal_cortisol_regular .cx_section_foure .cx_review_stars a {
    display: block;
    position: relative;
    text-align: center;
}
.cx_adrenal_cortisol_regular .cx_section_foure .cx_review_stars a img {
    display: inline-block;
    vertical-align: top;
}
.cx_adrenal_cortisol_regular .cx_section_foure .cx_review_stars p {
    text-align: center;
    position: relative;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}
.cx_adrenal_cortisol_regular .cx_section_foure .cx_review_stars p img {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:991px) {
    .cx_adrenal_cortisol_regular .cx_section_foure .cx_marked_box p {
        font-size: 19px;
        line-height: 2;
    }
    .cx_adrenal_cortisol_regular .cx_section_foure .cx_marked_box .cx_holder {
        padding: 15px;
    }
    .cx_plf br {
        display: none;
    }
}
/**** Section Five ****/
.cx_adrenal_cortisol_regular .cx_section_five {
    position: relative;
    padding: 0px;
}
.cx_adrenal_cortisol_regular .cx_section_five .cx_wrap {
    position: relative;
    padding: 65px 15px 0px 15px;
    background: url(../images/food/bg-promo2-section.jpg) repeat-y;
}
.cx_adrenal_cortisol_regular .cx_section_five .cx_wrap h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #3d4c03;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.cx_adrenal_cortisol_regular .cx_section_five2 .cx_wrap h1 {
    text-align: left;
    padding-bottom: 30px;
}
.cx_adrenal_cortisol_regular .cx_section_five .cx_wrap .left-area {
    position: relative;
    text-align: center;
}
.cx_adrenal_cortisol_regular .cx_section_five .cx_wrap .left-area img {
    display: inline-block;
    vertical-align: top;
}
.cx_adrenal_cortisol_regular .cx_section_five .cx_wrap .cx_right {
    position: relative;
    padding: 60px 0px 50px 0px;
    text-align: center;
}
.cx_adrenal_cortisol_regular .cx_section_five .cx_wrap .cx_right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}
.cx_adrenal_cortisol_regular .cx_section_five .cx_wrap .cx_right li {
    list-style: none;
    padding: 0px 0px 5px 27px;
    margin-bottom: 13px;
    line-height: 24px;
    background: url(../images/massage/bullet01.jpg) no-repeat 0 8px;
    color: #333;
}
@media (max-width:991px) {
    .cx_adrenal_cortisol_regular .cx_section_five .cx_wrap .cx_right li {
        font-size: 19px;
        line-height: 2;
        background: url(../images/massage/bullet01.jpg) no-repeat 0 16px;
    }
}
/**** Section Five 2****/
.cx_adrenal_cortisol_regular .cx_section_five2 {
    position: relative;
    padding: 0px;
}
.cx_adrenal_cortisol_regular .cx_section_five2 .cx_wrap {
    position: relative;
    padding: 10px 0px 0px 0px;
}
.cx_adrenal_cortisol_regular .cx_section_five2 .cx_wrap h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #1a457c;
    text-align: left;
    margin: 0px;
    padding: 0px 0px 30px 0px;
}
@media (max-width:991px) {
    .cx_adrenal_cortisol_regular .cx_section_five2 .cx_wrap h1 {
        text-align: center;
    }
}
.cx_adrenal_cortisol_regular .cx_section_five2 .cx_wrap .left-area {
    position: relative;
    padding: 50px 0px;
    text-align: left;
}
.cx_adrenal_cortisol_regular .cx_section_five2 .cx_wrap .left-area img {
    display: inline-block;
    vertical-align: top;
}
.cx_adrenal_cortisol_regular .cx_section_five2 .cx_wrap .cx_right {
    position: relative;
    padding: 0px 30px 0px 30px;
    text-align: center;
}
@media (max-width:991px) {
    .cx_adrenal_cortisol_regular .cx_section_five2 .cx_wrap .cx_right {
        position: relative;
        padding: 0px 0px 0px 0px;
        text-align: center;
    }
    .cx_adrenal_cortisol_regular .cx_section_five2 .cx_wrap .left-area {
        padding: 0px 0px 50px 0px;
    }
}
.cx_adrenal_cortisol_regular .cx_section_five2 .cx_wrap .cx_right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}
.cx_adrenal_cortisol_regular .cx_section_five2 .cx_wrap .cx_right li {
    list-style: none;
    padding: 0px 0px 15px 27px;
    margin-bottom: 13px;
    line-height: 24px;
    background: url(../images/massage/bullet01.jpg) no-repeat 0 10px;
    color: #333;
}
@media (max-width:991px) {
    .cx_adrenal_cortisol_regular .cx_section_five2 .cx_wrap h1 {
        text-align: left;
    }
    .cx_adrenal_cortisol_regular .cx_section_five2 .cx_wrap .cx_right li {
        font-size: 19px;
        line-height: 2;
        background: url(../images/massage/bullet01.jpg) no-repeat 0 13px;
    }
}
/**** #### Section Six(Testimonal) #### ****/
.cx_adrenal_cortisol_regular .cx_section_six {
    position: relative;
    padding: 0px;
}
.cx_adrenal_cortisol_regular .cx_section_six .cx_iner_testimonila {
    background: #0a508c;
    padding: 50px 0px;
}
.cx_adrenal_cortisol_regular .cx_section_six .cx_iner_testimonila h1 {
    color: #FFF;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-weight: 700;
}
.cx_adrenal_cortisol_regular .cx_section_six .cx_iner_testimonila .cx_star {
    position: relative;
    text-align: center;
    padding: 30px 0px;
}
.cx_adrenal_cortisol_regular .cx_section_six .cx_iner_testimonila .cx_star img {
    display: inline-block;
    vertical-align: top;
}
/**** #### Section Seven #### ****/
.cx_adrenal_cortisol_regular .cx_section_seven {
    position: relative;
    padding: 50px 0px;
}
.cx_adrenal_cortisol_regular .cx_section_seven h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px auto;
    color: #1a457c;
    text-align: center;
}
.cx_adrenal_cortisol_regular .cx_section_seven p {
    padding: 0px 5%;
    margin: 0px;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    color: #333;
}
.cx_adrenal_cortisol_regular .cx_section_seven .cx_box1 {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.cx_adrenal_cortisol_regular .cx_section_seven .cx_box1 img {
    float: left;
    width: 33%;
    margin-bottom: 50px;
}
.cx_adrenal_cortisol_regular .cx_section_seven .cx_box2 {
    position: relative;
    padding: 0px 0px 50px 0px;
    text-align: center;
}
.cx_adrenal_cortisol_regular .cx_section_seven .cx_box2 img {
    display: inline-block;
    vertical-align: top;
    max-width: 600px !important;
    width: 100%;
}
.cx_adrenal_cortisol_regular .cx_section_seven .cx_btns button {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #08c;
    border-color: #08c #08c #069;
    line-height: 61px;
    margin: 0px;
    overflow: hidden;
    font-size: 205%;
    height: inherit;
    width: 60%;
    transition: all .1s;
    display: block;
    margin: 50px auto;
    outline: none;
    cursor: pointer;
    padding: 6px 12px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.cx_adrenal_cortisol_regular .cx_section_seven .cx_btns button:hover {
    border-color: #0099e6 #0099e6 #0077b3;
    background-color: #0099e6;
}
.cx_adrenal_cortisol_regular .cx_section_seven .cx_btns button:focus {
    border-color: #0077b3 #0077b3 #0077b3;
    background-color: #0077b3;
}
@media (max-width:1170px) {
    .cx_adrenal_cortisol_regular .cx_section_seven .cx_btns button {
        padding: 20px 15px;
        line-height: normal;
        margin: 0px;
        overflow: hidden;
        font-size: 40px;
        height: inherit;
        width: 100%;
        max-width: 520px;
        margin: 30px auto;
        font-weight: 700;
    }
}
@media (max-width:991px) {
    .cx_adrenal_cortisol_regular .cx_section_seven .cx_btns button {
        font-size: 30px;
    }
    .cx_adrenal_cortisol_regular .cx_section_seven p {
        font-size: 20px;
        line-height: 2;
        padding: 0px 5px;
    }
}
@media (max-width:767px) {
    .cx_adrenal_cortisol_regular .cx_section_seven .cx_btns button {
        font-size: 25px;
    }
}
@media (max-width:600px) {
    .cx_adrenal_cortisol_regular .cx_section_seven .cx_btns button {
        font-size: 20px;
    }
}
@media (max-width:480px) {
    .cx_adrenal_cortisol_regular .cx_section_seven .cx_btns button {
        font-size: 16px;
    }
}
/*** #### Adrenal Cortisol Regular Section CSS #### ***/
.cx_adrenal_cortisol_regular .cx_all_columns {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.cx_adrenal_cortisol_regular .cx_all_columns .cx_iners_all {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 100%;
}
.cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one {
    position: relative;
    width: 100%;
    margin: 0px -2px;
    border: 3px solid #1a6996;
    min-height: 700px;
    margin-bottom: 50px;
    max-width: 330px;
    display: inline-block;
    vertical-align: top;
}
.cx_adrenal_cortisol_regular .cx_all_columns .cx_box_two {
    min-height: 800px;
    top: -21px;
}
.cx_adrenal_cortisol_regular .cx_radius_one {
    border-radius: 4px 0px 0px 0px;
    border-right: 0px !important;
}
.cx_adrenal_cortisol_regular .cx_radius_two {
    border-radius: 0px;
    border-right: 0px !important;
}
.cx_adrenal_cortisol_regular .cx_radius_three {
    border-radius: 0px;
    border-color: #ff7f00 !important;
}
.cx_adrenal_cortisol_regular .cx_radius_foure {
    border-radius: 0px 4px 0px 0px;
    border-left: 0px !important;
}
.cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one .cx_top {
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #1a6996;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.9px;
}
.cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one .cx_top_two {
    background: #00a9cd;
    font-weight: 900;
    margin-top: -50px;
    line-height: 90px;
    height: 71px;
}
.cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one .cx_prod_image {
    width: 100%;
    position: relative;
    height: 250px;
    line-height: 250px;
    background: #FFF;
    text-align: center;
}
.cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one .cx_prod_image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 150px !important;
    width: 100%;
    margin-top: 60px;
}
.cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one .cx_prod_image_two {
    height: 300px;
    line-height: 300px;
}
.cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one .cx_prod_image_two img {
    max-width: 232px !important;
}
.cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one .cx_prod_image_three img {
    max-width: 232px !important;
}
.cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one .cx_price_plan {
    padding: 5px;
    position: relative;
    width: 100%;
    background-color: #1a6996;
    text-align: center;
}
.cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text {
    position: relative;
    min-height: 85px;
    text-align: center;
}
.cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text p {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
}
.cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h1 {
    color: #FFF;
    font-size: 30px;
    font-weight: 800;
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
}
.cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h2 {
    font-weight: 600;
    font-size: 18px;
    color: #FFF;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    text-align: center;
}
.cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btn a {
    display: inline-block;
    font-weight: 900;
    letter-spacing: -1.5px;
    font-size: 28px;
    background-color: #ff7f00;
    color: #fff;
    padding: 18px 20px 10px;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 6px;
    line-height: 33px;
    font-family: 'Anton', sans-serif;
}
.cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btn a .cx_span {
    font-size: 53px;
    font-family: Raleway;
}
.cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btm {
    font-family: 'Anton', sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
    color: #FFF;
}
.cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one .cx_buy_now_plan a {
    font-family: 'Anton', sans-serif;
    font-size: 45px;
    line-height: 54px;
    letter-spacing: -2px;
    font-weight: bold;
    display: inline-block;
    background-color: #ff7f00;
    color: #fff;
    padding: 2px 8px;
    text-align: center;
    text-decoration: none;
    margin: 20px auto;
    cursor: pointer;
    border-radius: 5px;
}
.cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one .cx_most_popular {
    position: relative;
    text-align: center;
    width: 270px;
    background-color: #ff7f00;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    border-radius: 5px;
    margin: auto;
    top: -34px;
    z-index: 3;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    height: 50px;
    line-height: 47px;
}
.cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one .cx_blue_bg {
    background: #00a9cd;
}
@media (max-width:991px) {
    .cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one {
        margin: 0px;
        margin-bottom: 70px;
    }
    .cx_adrenal_cortisol_regular .cx_radius_one {
        border-radius: 4px 0px 0px 0px;
    }
    .cx_adrenal_cortisol_regular .cx_radius_two {
        border-radius: 0px 4px 0px 0px;
        border-right: 3px solid #1a6996 !important;
    }
    .cx_adrenal_cortisol_regular .cx_radius_three {
        border-radius: 4px 0px 0px 0px;
    }
    .cx_adrenal_cortisol_regular .cx_radius_foure {
        border-radius: 0px 4px 0px 0px;
    }
    .cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one {
        margin: 0px;
        margin-bottom: 70px;
    }
    .cx_adrenal_cortisol_regular .cx_radius_one {
        border-radius: 4px;
        border-right: 3px solid #1a6996 !important;
    }
    .cx_adrenal_cortisol_regular .cx_radius_two {
        border-radius: 4px;
        border-right: 3px solid #1a6996 !important;
    }
    .cx_adrenal_cortisol_regular .cx_radius_three {
        border-radius: 4px;
    }
    .cx_adrenal_cortisol_regular .cx_radius_foure {
        border-radius: 4px;
        border-left: 3px solid #1a6996 !important;
    }
}
/**** 30 Day Supply ****/
.cx_adrenal_cortisol_regular .cx_adrenel {
    position: relative;
    padding: 0px 0px 50px 0px;
    clear: both;
    text-align: center;
}
.cx_adrenal_cortisol_regular .cx_adrenel img {
    display: inline-block;
    width: 100%;
    max-width: 600px !important;
}
/* ====================================================================
    99.0 - Mini Course Pages CSS
=====================================================================*/
.col-md-12.courseEmbed {
    padding-top: 30px;
}
.col-md-12.courseEmbed iframe {
    height: 600px !important;
}
.container-fluid.keto-mini-course {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.container-fluid.keto-mini-course .col-md-12.courseEmbed {
    padding-top: 0px !important;
}
/* ==================================================================
	100.0 - General Responsive CSS
================================================================== */
@media(max-width: 576px) {
    html {
        font-size: 13px;
    }
    .cx_overview_section .col-12 {
        order: initial;
    }
    .cx_nav_section .bg-dark.navbar-dark .navbar-nav li.dropdown:nth-child(1) .dropdown-menu {
        min-width: 100%;
    }
    .cx_logo_section .cx_logo {
        width: 8rem;
    }
    .cx_video_section iframe {
        width: 100%;
        height: 226px;
        margin-bottom: 1rem;
    }
    .cx_video_section .p-0 {
        padding: 0 15px !important;
    }
    .cx_video_blog_slider .cx_blog_group .cx_box img {
        height: 170px;
    }
    .owl-prev {
        left: 0 !important;
    }
    .owl-next {
        right: 0 !important;
    }
    .cx_blog_section form input {
        width: 100%;
    }
    .cx_blog_section form button {
        position: absolute;
        right: 0;
        left: initial;
    }
    .cx_blog_section form {
        position: relative;
    }
    .cx_blog_section .cx_btn_subscribe {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .cx_blog_head_cates ul li a {
        margin-bottom: .8rem;
        font-size: 1rem;
        padding: .5rem .8rem;
    }
    .cx_top_section {
        display: none;
    }
    .cx_logo_section .col-md-5, .cx_logo_section .col-md-4 {
        display: none;
    }
    .cx_nav_section {
        display: none;
    }
    .sidenav .dropdown-menu {
        min-width: 100% !important;
    }
    .cx_logo_section .openNav {
        width: 3rem;
        font-size: 2rem;
        color: #333;
    }
    .cx_footer .cx_footer_section {
        border: 0;
        padding-left: 0;
    }
    .cx_video_blog_slider .cx_blog_group .cx_box img {
        width: 60%;
        float: left;
        display: inline-block;
        height: auto;
        margin-right: .8rem;
    }
    .cx_video_blog_slider .cx_blog_group .cx_box .cx_blog_video_title {
        font-size: 1.15rem;
    }
    .cx_video_blog_slider .cx_blog_group .cx_box {
        min-height: 130px;
        margin-bottom: .8rem;
    }
    .cx_box_content.cx_grid .col-sm-6 {
        padding: 0px 15px !important;
    }
    .cx_blogpage_section .cx_box_content iframe {
        height: 226px;
    }
    .cx_footer p {
        margin-bottom: 2rem;
    }
    .cx_video_section .cx_readmore_link {
        font-weight: 700;
        color: #437b8a;
        font-size: 1rem;
        margin-top: 0;
    }
    .cx_blog_head_cates ul li:last-child {
        float: right;
        padding-top: .5rem;
    }
    .cx_video_blog_slider .cx_blog_group .cx_group_heading .btn {
        float: right;
        border: 0.15rem solid #ccc !important;
        box-shadow: none !important;
        background-color: #F5F5F5;
    }
    .visible-xs {
        display: inline-block;
    }
    .hidden-xs {
        display: none;
    }
    .cx_video_section {
        padding: 2rem 0; /* Make Video Section padding 2rem on Mobile only */
    }
    .group-seemore {
        display: block;
        background: #F5F5F5;
        padding: 11px;
        text-align: center;
        text-transform: uppercase;
        border-radius: 3px;
        font-size: 1.35rem;
        line-height: 1.5;
        font-weight: 500;
        font-family: 'Raleway', sans-serif;
        transition: all ease .4s;
        -webkit-transition: all ease .4s;
        -moz-transition: all ease .4s;
        -ms-transition: all ease .4s;
        -o-transition: all ease .4s;
    }
    .group-seemore a {
        font-weight: 600;
        color: #666;
    }
    /* The below CSS is to Disable Owl Carousel at mobile size and show all video blogs in a list style */
    .owl-item.cloned {
        display: none !important;
    }
    .owl-stage {
        transform: none !important;
        transition: none !important;
        width: auto !important;
    }
    .owl-item {
        width: auto !important;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        display: none !important;
    }
    .cx_box_content_mobile {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

/* Opt pages CSS */

div#cx-opt-download-doc {
    text-align: center;
}

h3.cx-opt-title {
    line-height: 3;
    color: #2baab1;
}

/* ====================================================================
   101.0 - Homepage New Hero Section CSS
=====================================================================*/

/* The Modal (background) */
.cx_home_page .homepageModal-wrapper {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.cx_home_page .homepageModal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 40px;
    padding-bottom: 40px;
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
}

.cx_home_page .homepageModal-msg {
    padding: 10px;
    line-height: normal;
    margin-bottom: 15px;
    font-size: 31px;
    text-align: center;
}

/* The Close Button */
.cx_home_page .homepageModal-close {
    color: #787777;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 10px;
}

.cx_home_page .homepageModal-close:hover,
.cx_home_page .homepageModal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.cx_home_page section.cx_section_one {
    margin-bottom: 50px;
}

.cx_home_page .container.cxl-container {
    padding-top: 40px;
}

.cx_home_page h2.cxl-dark-blue {
    color: #043352;
    letter-spacing: inherit;
    font-size: 40px;
    margin-bottom: 0px;
    font-weight: 800;
    position: relative;
    line-height: 42px;
    padding-left: 30px;
}

.cx_home_page ul.cxl-keto-diet-ul {
    font-size: 24px;
    text-align: left;
    margin: 20px 0;
    padding: 0px;
    padding-left: 30px;
}

.cx_home_page .cxl-keto-diet-ul li {
    line-height: 40px;
    list-style-image: url(../images/icon-checked.png);
    padding-left: 0px;
    margin: 0 30px;
}

.cx_home_page button.homepageDownload-keto {
    width: 85%;
    height: 45px;
    background-color: #ef601a;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    margin: 15px 0;
    border: none;
    margin-left: 30px;
}

.cx_home_page input.homepageModal-email {
    text-indent: 12px;
    width: 100%;
    height: 45px;
    border-radius: 6px;
    border-style: groove;
}

.cx_home_page button.homepageModal-btn {
    width: 100%;
    height: 45px;
    background-color: #ef601a;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    margin: 15px 0;
    border: none;
}


.cx_top_section .cx-menu-dropbtn {
    background-color: #ededed;
    color: #000000;
    padding: 0px;
    font-size: 1.2rem;
    border: none;
    font-family: inherit;
    font-weight: 300;
}

.cx_top_section .cx-menu-dropdown {
    position: relative;
    display: inline-block;
}

.cx_top_section .cx-menu-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 270px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999999;
}

.cx_top_section .cx-menu-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.cx_top_section .cx-menu-dropdown-content a:hover {color: #2BAAB1;}

.cx_top_section .cx-menu-dropdown:hover .cx-menu-dropdown-content {display: block;}

.cx_top_section .cx-menu-dropdown:hover .cx-menu-dropbtn {color: #2BAAB1;}

.cx_top_section span.cx-menu-dropdown-sub-title {
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding-left: 10px;
}

.cx_top_section .cx-menu-dropdown-content a.cx-menu-dropdown-link {
    padding: 9px 7px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #f5f5f5 !important;
    width: 85%;
    margin-left: 10%;
    font-size: 0.8em;
    color: #333 !important;
    -webkit-transition-property: margin-left;
    -webkit-transition-duration: 2s;
    transition-property: margin-left;
    transition-duration: 2s;
}

.cx_top_section .cx-menu-dropdown-content a.cx-menu-dropdown-link:hover {
    background-color: #f5f5f5 !important;
    margin-left: 10%;
}

.cx_logo_section form.gsc-search-box.gsc-search-box-tools {
    border: 1px solid #A2A0A0;
    border-radius: 3px;
    padding: 0px;
    margin-bottom: 10px;
}

.cx_logo_section .gsc-search-button-v2 svg {
    fill: #a0a0a0 !important;
    width: 23px;
    height: 18px;
    position: relative;
    left: 15px;
}

.cx_logo_section .gsc-search-button-v2 {
    padding: 07px 27px !important;
    background-color: unset !important;
    background-image: none !important;
    border-color: #fff !important;
}

.cx_logo_section table.gsc-search-box {
    border-style: none;
    border-width: 0;
    border-spacing: 0 0;
    width: 100%;
    margin-bottom: 0px;
}

.cx_top_section .list-inline-item.cx-menu-dropdown button .fa-chevron-down:before {
    content: "\f078";
    color: #9d9d9d;
    font-size: 14px;
}

.cx_logo_section .col-12.col-md-5.cx-contact-icon {
    position: relative;
    left: 290px;
    top: 7px;
}

.cx_home_page .col-lg-12.cx-keto-summit-19-img-box {
    padding-top: 20px;
    margin-bottom: 20px;
}

.cx_home_page .cx_blow_slider span {
    color: #2BAAB1;
    font-weight: 300;
}

.cx_home_page .cx_video_blog .cx_center_video .cx_video_box .cx_content a {
    color: #1eb0bf;
    font-size: 18px !important;
    font-family: Raleway, Arial, sans-serif;
}

.cx_home_page .cx_video_blog .cx_center_video .cx_video_box .cx_states .cx_date {
    float: left;
    padding-top: 5px;
}

.cx_home_page .cx_section_sell_prod .cx_prod_wrap h3 {
    color: #043352;
    font-size: 19px;
    margin-bottom: 0;
    font-weight: 800;
    font-family: Raleway, Arial, sans-serif;
    letter-spacing: normal;
    line-height: 24px;
    text-transform: capitalize;
    text-align: center;
}

.cx_home_page .cx_section_sell_prod h2 {
    color: #0091a7;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: Raleway, Arial, sans-serif;
    line-height: 42px;
    font-weight: 400;
    letter-spacing: -1px;
    text-align: center;
}

.cx_home_page .cx_section_sell_prod .cx_prod_wrap p {
    color: #32a5ac;
    font-size: 13px;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 800;
    line-height: 24px;
    margin: 0px;
    text-align: center;
}

.cx_home_page .cx_section_sell_prod .cx_prod_main .cx_prod_right li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    line-height: 24px;
    font-family: Raleway, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #282e38;
}

.cx_home_page .cx_video_blog .cx_center_video .cx_video_box .cx_states .cx_views {
    float: right;
    margin-top: 5px;
}

.cx_home_page .cx_electro_powder .cx_text_full p {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-size: 17px;
    line-height: 24px;
    text-align: justify;
    color: #333;
    font-family: Raleway,Arial,sans-serif;
    font-weight: 500;
}

.cx_home_page .cx_electro_powder .cx_text_full p a {
    color: #2BAAB1;
    font-weight: 800;
    text-decoration: underline;
}

.cx_home_page .cx_electro_powder .cx_text_full .cx-aqua {
    font-size: 24px;
    color: #043352;
    font-weight: bold;
    margin: 30px 0 20px 0;
}

.cx_footer_section.cx-footer-links-sect {
    padding-left: 5px;
    border: none;
    margin-top: 20px;
}

.cx_footer_section .cx-BBB-sect a img {
    width: unset;
}

.cx_footer_section ul.list.cx-social-links {
    text-align: center;
    margin-left: -40px;
    margin-top: -10px;
}

.cx_footer_section span.title.cx-support-links {
    margin-top: 35px;
}

.cx_footer_section span.title.cx-contact-us-links {
    margin-top: 30px;
}

.cx_footer_section.BBB-footer-sect {
    min-height: 395px;
}

.cx_footer_section .cx-supports-links-2 li {
    padding-bottom: 0px !important;
}

/* ====================================================================
   * 102.0 - New Homepage Mobile responsive design
=====================================================================*/

@media (max-width: 767px) {

    .cx_home_page h2.cxl-dark-blue {
        color: #043352;
        font-size: 32px;
        margin-bottom: 0px;
        font-weight: 800;
        position: relative;
        line-height: 42px;
        padding-left: 0px;
        margin-top: 20px;
        letter-spacing: 2px;
    }

    .cx_home_page .cxl-keto-diet-ul li {
        line-height: 40px;
        list-style-image: url(../images/icon-checked.png);
        padding-left: 0px;
        margin: 0 0px;
        font-size: 23px;
        margin-top: -5px;
    }

    .cx_home_page ul.cxl-keto-diet-ul {
        font-size: 24px;
        text-align: left;
        margin: 10px 0;
        padding: 0px;
        padding-left: 30px;
    }

    .cx_home_page button.homepageDownload-keto {
        width: 100%;
        height: 45px;
        background-color: #ef601a;
        border-radius: 6px;
        color: #fff;
        font-size: 18px;
        margin: 0px 0px;
        border: none;
        margin-left: 0px;
    }

    .cx_home_page section.cx_section_one {
        margin-bottom: 0px;
        padding-bottom: 40px;
    }

    section.cx_logo_section {
        border-top: 10px solid #ff4713;
    }

    .cx_home_page .cx_section_sell_prod .cx_prod_wrap h3 {
        color: #043352;
        font-size: 15px;
        margin-bottom: 0;
        font-weight: 800;
        font-family: Raleway, Arial, sans-serif;
        letter-spacing: normal;
        line-height: 1.3;
        text-transform: capitalize;
        text-align: center;
    }

    .cx_home_page .cx_video_blog .cx_center_video .cx_video_box .cx_content a {
        color: #1eb0bf;
        font-size: 15px !important;
        font-family: Raleway, Arial, sans-serif;
    }

    .col-lg-12.cx_top_baner {
        margin-top: -20px;
    }

    .cx_home_page .cx_electro_powder .cx_text_full .cx-aqua {
        font-size: 20px;
        color: #043352;
        font-weight: bold;
        margin: 0px 0 20px 0;
    }

    .cx_home_page .cx_electro_powder .cx_text_full p {
        padding: 0px;
        margin: 0px 0px 10px 0px;
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
        color: #333;
        font-family: Raleway,Arial,sans-serif;
        font-weight: 500;
    }

    .cx_footer_section.BBB-footer-sect {
        min-height: unset;
    }

    .cx_footer_section span.title.cx-support-links {
        margin-top: 35px;
    }

    .cx_footer .cx_footer_section ul li a {
        color: #fff;
        font-size: 1.3rem;
        padding-bottom: .25rem;
        display: inline-block;
        width: 100%;
    }

    .cx_footer .cx_footer_section .list li {
        color: #fff;
        font-size: 1.3rem;
        display: inline-block;
        width: 100%;
        padding-bottom: 1.5rem;
    }

    .cx_footer .cx_footer_section span.title {
        color: #fff;
        font-weight: bold;
        border-bottom: .5rem solid #fff;
        display: inline-block;
        font-size: 1.4rem;
    }

    .cx_footer img {
        width: 16rem;
        margin-bottom: .8rem;
    }

    ul.list.cx-social-links li ul li a {
        font-size: 23px !important;
    }

    .cx-BBB-sect {
        text-align: center;
        margin: 0 auto;
        width: 82%;
    }

    .cx_footer_section ul.list.cx-social-links {
        text-align: center;
        margin-left: 0px;
        margin-top: -10px;
    }

    .cx_home_page .homepageModal-msg {
        padding: 10px;
        line-height: normal;
        margin-bottom: 15px;
        font-size: 19px;
        text-align: center;
    }

    .cx_home_page .homepageModal-content {
        background-color: #fefefe;
        margin: 15% auto;
        padding: 40px;
        padding-bottom: 40px;
        border: 1px solid #888;
        width: 90%;
        margin-top: 120px;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999999;
        top: 5.2rem;
        left: 0;
        background-color: #45BFCB;
        overflow-x: hidden;
        padding-top: 0px;
        transition: 0.5s;
    }

    section.cx_logo_section {
        border-top: 10px solid #ff4713;
        /*position: fixed;*/
        z-index: 9999999999;
        width: 100%;
        /*top: 0px;*/
        border-bottom: 1px solid #c4c4c4;
    }

    div#content {
        /*margin-top: 70px;*/
    }

    .sidenav form.gsc-search-box.gsc-search-box-tools {
        border-radius: 3px;
        padding: 0px;
        margin-bottom: 10px;
    }

    .sidenav .gsc-search-button-v2 svg {
        fill: #a0a0a0 !important;
        width: 23px;
        height: 18px;
        position: relative;
        left: 15px;
    }

    .sidenav .gsc-search-button-v2 {
        padding: 07.5px 27px !important;
        background-color: white !important;
        background-image: none !important;
        border-color: #fff !important;
        margin-left: -15px;
        border-radius: 8px;
    }

    .sidenav table.gsc-search-box {
        border-style: none;
        border-width: 0;
        border-spacing: 0 0;
        width: 100%;
        margin-bottom: 0px;
    }

    .sidenav .gsc-input-box {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        border-radius: 8px;
    }

    .sidenav li.cx-side-nav-socials-links ul li {
        display: inline;
    }

    .sidenav li.cx-side-nav-socials-links {
        text-align: center;
        margin-top: 35px;
    }

    .sidenav li.cx-side-nav-socials-links ul li a {
        color: #fff;
        font-size: 20px;
        padding-right: 30px;
    }

    .sidenav div.cx-dropdown-menu {
        background: #fff;
        padding: 15px 0px;
    }

    .sidenav a.dropdown-item {
        border-bottom: 1px dashed rgba(0,0,0,.3);
        padding: 12px 18px;
    }

    .sidenav a.dropdown-item.cx_head {
        font-weight: bold;
        font-size: 1.1em;
    }
}

@media only screen
and (min-device-width: 360px)
and (max-device-width: 374px) {

    .cx_home_page h2.cxl-dark-blue {
        color: #043352;
        font-size: 30px;
        margin-bottom: 0px;
        font-weight: 800;
        position: relative;
        line-height: 42px;
        padding-left: 0px;
        margin-top: 20px;
        letter-spacing: 2px;
    }

    .cx_home_page .cxl-keto-diet-ul li {
        line-height: 40px;
        list-style-image: url(../images/icon-checked.png);
        padding-left: 0px;
        margin: 0 0px;
        font-size: 22px;
        margin-top: 0px;
    }
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 359px) {

    .cx_home_page h2.cxl-dark-blue {
        color: #043352;
        font-size: 26px;
        margin-bottom: 0px;
        font-weight: 800;
        position: relative;
        line-height: 42px;
        padding-left: 0px;
        margin-top: 20px;
        letter-spacing: 2px;
    }

    .cx_home_page .cxl-keto-diet-ul li {
        line-height: 40px;
        list-style-image: url(../images/icon-checked.png);
        padding-left: 0px;
        margin: 0 0px;
        font-size: 19px;
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    button.btn.btn-primary.btn-md.close-btn-banner-m {
        font-size: 5px;
        padding: 1px 3px !important;
        top: 0px !important;
        right: 0px !important;
    }

    .sale-banner {
        width: 100% !important;
    }
}

@media only screen
and (min-device-width: 769px)
and (max-device-width: 1024px) {
    .sale-banner {
        width: 100% !important;
    }
}

@media only screen
and (min-device-width: 500px)
and (max-device-width: 768px) {
    .sale-banner {
        width: 100% !important;
    }
}

.cx_video_blog_slider .cx_blog_group .cx_group_heading h3 {
    padding-right: 2rem;
    float: left;
    display: inline-block;
    font-weight: 400;
    padding-top: 20px;
}

.cx_video_blog_slider .cx_blog_group .cx_box .cx_blog_video_title {
    line-height: 22px;
    padding-top: 5px;
    color: #000;
    font-weight: 800;
    font-family: Raleway;
    display: block;
}

section.cx_video_blog_hero_section .cx_group_heading {
    margin-bottom: 0px !important;
}

.cx_blog_head_cates ul li.dropdown .dropdown-menu ul li:last-child {
    float: unset !important;
    padding-top: 0px;
}

section.cx_video_blog_hero_section.cx_video_blog_slider .cx_blog_group .cx_group_heading h3 {
    padding-right: 2rem;
    float: left;
    display: inline-block;
    font-weight: 400;
    padding-top: 35px;
}

@media (max-width: 767px) {

    section.cx_video_blog_hero_section.cx_video_blog_slider .owl-item.active {
        display: block;
    }

    section.cx_video_blog_hero_section.cx_video_blog_slider .owl-item {
        display: none;
    }

    section.cx_blog_section.search_subscribe_section form input {
        width: 60% !important;
        font-size: 1.3rem !important;
    }

    .cx_video_blog_slider .cx_blog_group .cx_box .cx_blog_video_title {
        line-height: 22px;
        padding-top: 0px;
        color: #000;
        font-weight: 800;
        font-family: Raleway;
        display: block;
        position: relative;
        top: 0px;
    }

    .cx_video_blog_slider .cx_blog_group .cx_box .cx_blog_metas small {
        color: #000;
        font-size: 0.9rem;
        position: relative;
        top: 0px;
    }

    .search_subscribe_section .blog-search button {
        background: #21A9B1;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        border: 1px solid #BCBAB8;
        border-radius: 2px;
        line-height: 52px;
        position: relative;
        top: -2px;
        left: -2px;
        padding: 0px 35px;
        text-transform: uppercase;
        padding-bottom: 1.3px;
    }

    .cx_video_blog_slider .cx_blog_group .cx_group_heading .btn {
        color: #197b81;
        background: #f5f5f5;
        font-weight: 800;
        font-size: 14px;
        margin-top: 15px;
        font-family: Raleway;
        padding: 6px 12px;
        /* border: 0.1rem solid #ccc; */
        border-radius: .18rem;
        transition: all ease .4s;
        -webkit-transition: all ease .4s;
        -moz-transition: all ease .4s;
        -ms-transition: all ease .4s;
        -o-transition: all ease .4s;
    }

    .cx_blog_head_cates span {
        color: #282E38;
        font-size: 1rem;
        font-weight: 700;
    }

    .cx_blog_head_cates .cx_sort_video {
        cursor: pointer;
        border: 0!important;
        color: #282E38;
        font-size: 1rem;
        font-weight: 700;
    }

    section.cx_video_blog_hero_section.cx_video_blog_slider .cx_blog_group .cx_group_heading h3 {
        padding-right: 2rem;
        float: left;
        display: inline-block;
        font-weight: 400;
        padding-top: 10px;
    }

    section.cx_video_blog_hero_section.cx_video_blog_slider {
        margin-left: -10px;
    }
}

@media only screen
and (min-device-width: 360px)
and (max-device-width: 374px) {

    section.cx_blog_section.search_subscribe_section form input {
        width: 58% !important;
        font-size: 1.2rem !important;
    }
}

@media only screen
and (min-device-width: 411px)
and (max-device-width: 425px) {

    section.cx_blog_section.search_subscribe_section form input {
        width: 64% !important;
        font-size: 1.2rem !important;
    }

}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 335px) {

    section.cx_blog_section.search_subscribe_section form input {
        width: 63% !important;
        font-size: 1.2rem !important;
    }

    .search_subscribe_section .blog-search button {
        background: #21A9B1;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        border: 1px solid #BCBAB8;
        border-radius: 2px;
        line-height: 52px;
        position: relative;
        top: -2px;
        left: -2px;
        padding: 0px 20px;
        text-transform: uppercase;
        padding-bottom: 1.3px;
    }
}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 390px) {

    .search_subscribe_section .blog-search button {
        background: #21A9B1;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        border: 1px solid #BCBAB8;
        border-radius: 2px;
        line-height: 52px;
        position: relative;
        top: -1px;
        left: -2px;
        padding: 0px 30px;
        text-transform: uppercase;
        padding-bottom: 1.3px;
    }

    section.cx_blog_section.search_subscribe_section form input {
        width: 63% !important;
        font-size: 1.2rem !important;
    }

}

@media only screen
and (min-device-width: 414px)
and (max-device-width: 430px) {

    section.cx_blog_section.search_subscribe_section form input {
        width: 66% !important;
        font-size: 1.2rem !important;
    }

    .search_subscribe_section .blog-search button {
        background: #21A9B1;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        border: 1px solid #BCBAB8;
        border-radius: 2px;
        line-height: 52px;
        position: relative;
        top: -1px;
        left: -2px;
        padding: 0px 30px;
        text-transform: uppercase;
        padding-bottom: 1.3px;
    }
}

.cx_blog_single_page_sidebar .cx-blog-sidebar-hero .close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 0px;
}

.cx_blog_single_page_sidebar .cx-blog-sidebar-hero .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    padding-bottom: 40px;
    border: 1px solid #888;
    margin-top: 50px;
}

.cx_blog_single_page_sidebar .most-popular {
    font-size: 18px;
    padding: 10px 0;
    margin-right: 15px;
    background: whitesmoke;
    font-weight: 600;
    text-align: center !important;
    margin-bottom: 10px;
}

.blog-sidebar-links.text-center div {
    width: 57%;
}

.blog-sidebar-links.text-center .category-tab {
    margin-left: 14px;
}

.blog-sidebar-links.text-center .all-time {
    margin-right: 15px;
}

.cx_blog_single_page_sidebar .cx-blog-sidebar-hero h2.cxl-dark-blue {
    font-size: 2.5em;
    font-weight: 700;
    margin: 0;
    border: 0;
    margin-top: 10px;
    margin-bottom: 5px;
}

.cx_blog_single_page_sidebar .cx-blog-sidebar-hero .cxl-keto-diet-ul {
    font-size: 18px;
    text-align: left;
    padding-left: 35px;
}

.cx_blog_single_page_sidebar .cx-blog-sidebar-hero .cxl-keto-diet-ul li {
    line-height: 24px;
    list-style-image: url(../../images/icon-checked.png);
    font-size: 21px;
    line-height: 1.7;
}

.cx_blogpage_section .blog-breadcrumb a {
    color: #c3c3c3;
    font-size: 18px;
}

.cx_blogpage_section .blog-breadcrumb span {
    color: #000;
    font-size: 16px;
}

.cx_blogpage_section .cx_box_content h1 {
    color: #2baab1!important;
    font-size: 2.6em;
    font-weight: 400;
    margin-bottom: .8rem;
    line-height: 48px;
}

.cx_blogpage_section .cx_video_blog_slider {
    background-color: white;
    margin-left: 19px;
}

.cx_blogpage_section div#st-1 .st-btn {
    padding: 0 8px;
}

@media (max-width: 767px) {

    .cx-make-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .cx_blog_single_page_sidebar .cx-blog-sidebar-hero .modal-content {
        width: 90%;
        padding: 15px;
    }

    .cx_blog_single_page_sidebar .cx-blog-sidebar-hero .close {
        color: #000;
        float: right;
        font-size: 28px;
        font-weight: bold;
        position: absolute;
        right: 13px;
        top: 0px;
    }

    .cx_blog_single_page_sidebar .cx-blog-sidebar-hero .modal-msg {
        padding: 10px;
        line-height: normal;
        margin-bottom: 15px;
        font-size: 20px;
        width: 100%;
    }

    .cx_blogpage_section .blog-breadcrumb {
        display: none;
    }

    .cx_blog_single_page_sidebar .most-popular {
        font-size: 16px;
        font-weight: bold;
        padding: 10px;
        margin-right: 0px !important;
        width: 100%;
        background: whitesmoke;
        text-align: center !important;
        margin-bottom: 15px;
    }

    .blog-sidebar-links.text-center div {
        width: 50%;
    }

    .cx_blog_single_page_sidebar .blog-sidebar-links {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        margin: 0 15px 20px 1px;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 40px;
        width: 100%;
        margin-left: 18px;
    }

    .cx_blog_single_page_sidebar .blog-sidebar-links .category-tab a {
        width: 93%;
        margin-left: -2px;
    }

    .cx_blog_single_page_sidebar .most-popular a {
        color: #2BAAB1;
        font-size: 18px;
        font-weight: 600;
    }

    .blog-sidebar-links.text-center .category-tab {
        margin-left: 0px;
    }

    .blog-sidebar-links.text-center .all-time {
        margin-right: 0px;
    }

    .cx_blog_single_page_sidebar .cx-blog-sidebar-hero h2.cxl-dark-blue {
        font-size: 2.4em;
        font-weight: 700;
        margin: 0;
        border: 0;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .cx_blog_single_page_sidebar .cx-blog-sidebar-hero .cxl-keto-diet-ul li {
        font-size: 19px;
    }
}

@media only screen
and (min-device-width: 360px)
and (max-device-width: 374px) {

    .cx_blog_single_page_sidebar .cx-blog-sidebar-hero h2.cxl-dark-blue {
        font-size: 2.3em;
        font-weight: 700;
        margin: 0;
        border: 0;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .cx_blog_single_page_sidebar .cx-blog-sidebar-hero .cxl-keto-diet-ul li {
        font-size: 18px;
    }
}

@media only screen
and (min-device-width: 411px)
and (max-device-width: 430px) {

    .cx_blog_single_page_sidebar .cx-blog-sidebar-hero h2.cxl-dark-blue {
        font-size: 2.7em;
        font-weight: 700;
        margin: 0;
        border: 0;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .cx_blog_single_page_sidebar .cx-blog-sidebar-hero .cxl-keto-diet-ul li {
        font-size: 22px;
    }
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 335px) {

    .cx_blog_single_page_sidebar .cx-blog-sidebar-hero h2.cxl-dark-blue {
        font-size: 1.9em;
        font-weight: 700;
        margin: 0;
        border: 0;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .cx_blog_single_page_sidebar .cx-blog-sidebar-hero .cxl-keto-diet-ul li {
        font-size: 15px;
    }
}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 395px) {

    .cx_blog_single_page_sidebar .cx-blog-sidebar-hero h2.cxl-dark-blue {
        font-size: 2.4em;
        font-weight: 700;
        margin: 0;
        border: 0;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .cx_blog_single_page_sidebar .cx-blog-sidebar-hero .cxl-keto-diet-ul li {
        font-size: 19px;
        line-height: 1.9;
    }
}

@media only screen
and (min-device-width: 414px)
and (max-device-width: 430px) {

    .cx_blog_single_page_sidebar .cx-blog-sidebar-hero h2.cxl-dark-blue {
        font-size: 2.7em;
        font-weight: 700;
        margin: 0;
        border: 0;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .cx_blog_single_page_sidebar .cx-blog-sidebar-hero .cxl-keto-diet-ul li {
        font-size: 19px;
        line-height: 1.9;
    }
}

.cx-blog-category-single-page section.cx_video_section.hidden-xs {
    display: none;
}

.cx-blog-category-single-page section.cx_video_section.visible-xs {
    display: none;
}

.cx-blog-category-single-page .cx_blog_section form button {
    background: #21a9b1;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    border: .1rem solid #bcbab8;
    background-color: #21a9b1;
    border-radius: .1rem;
    line-height: 53px;
    position: relative;
    top: -.1rem;
    left: -.5rem;
    padding: 0 2rem;
    text-transform: uppercase;
}

.cx-blog-category-single-page .cx_blog_section .cx_btn_subscribe {
    background: #fafafa;
    color: #197b81;
    text-transform: uppercase;
    font-weight: 800;
    font-family: Raleway;
    line-height: 45px;
    padding: 0 3rem;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 1.2rem;
    margin-top: .25rem;
    border-radius: .3rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    border: 1px solid #bcbab8;
}

@media (max-width: 767px) {

    .cx-blog-category-single-page .cx_blog_section form button {
        background: #21a9b1;
        color: #ffffff;
        font-weight: 700;
        font-size: 16px;
        border: .1rem solid #bcbab8;
        background-color: #21a9b1;
        border-radius: .1rem;
        line-height: 53px;
        position: relative;
        top: -.1rem;
        left: 0px;
        padding: 0 2rem;
        text-transform: uppercase;
    }

    .cx-blog-category-single-page .cx_blog_section form input {
        width: 65%;
    }

}

.cx-blog-category-single-page .cx_video_blog_slider {
    background-color: white;
    margin-left: 0px;
}

@media (max-width: 767px) {

    .cx_blogpage_section .cx_video_blog_slider {
        background-color: white;
        margin-left: 5px;
    }
}

@media only screen
and (min-device-width: 360px)
and (max-device-width: 374px) {

    .cx-blog-category-single-page .cx_blog_section form input {
        width: 63%;
    }
}

@media only screen
and (min-device-width: 411px)
and (max-device-width: 430px) {

    .cx-blog-category-single-page .cx_blog_section form input {
        width: 68%;
    }
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 335px) {

    .cx-blog-category-single-page .cx_blog_section form input {
        width: 58%;
    }
}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 395px) {

    .cx-blog-category-single-page .cx_blog_section form input {
        width: 65%;
    }
}

@media only screen
and (min-device-width: 414px)
and (max-device-width: 430px) {

    .cx-blog-category-single-page .cx_blog_section form input {
        width: 68%;
    }
}

.cx-drberg-product-catalog {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.cx-drberg-product-catalog h3 {
    color: #2baab1;
    font-size: 2em;
    padding-bottom: 20px;
}

.cx-drberg-product-catalog-download-btn a {
    font-size: 1.4em;
    margin-top: 20px;
}

.cx-adrenal-body-type-webinar-wrapper {
    margin-top: 30px;
    margin-bottom: 120px;
}

.cx-adrenal-body-type-webinar-wrapper h3 {
    padding-left: 0;
    float: left;
    font-size: 25px !important;
    font-weight: 700 !important;
    color: #131313;
    font-family: Raleway !important;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 1.3;
}

.cx-adrenal-body-type-webinar-wrapper ul li {
    font-family: Raleway;
    line-height: 26px;
    font-size: 21px;
    font-weight: 500;
    list-style: none;
    position: relative;
    margin-bottom: 14px;
    list-style-image: url(../images/icon-checked.png)
}

.cx-adrenal-body-type-webinar-wrapper h2 {
    font-family: Raleway;
    margin: 33px 0px;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    color: #131313;
}

.cx-adrenal-body-type-webinar-wrapper ul {
    padding-left: 30px;
}

@media (max-width: 767px) {

    .cx-adrenal-body-type-webinar-wrapper {
        margin-bottom: 0px;
    }

    .cx-adrenal-body-type-webinar-wrapper iframe {
        max-width: 100%;
    }
}

.cx-legal-pages-wrapper h2 {
    color: #383f48 !important;
    font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cx-legal-pages-wrapper p {
    font-size: 14px;
    color: #333;
    font-family: Raleway, Arial, sans-serif;
    line-height: 24px;
    margin: 0 0 20px;
}

.cx-legal-pages-wrapper h4.cx-heading-quaternary {
    color: #383f48!important;
    font-size: 1.3em;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px;
    font-weight: 500;
}

.cx-blog-article-wrapper .cx-keto-intro-para p {
    font-size: 18px !important;
    line-height: 30px !important;
    font-family: Raleway;
    color: #000;
}

.cx-blog-article-wrapper .cx-ketogenic-title h3 {
    color: #2baab1!important;
    font-family: Raleway, Arial, sans-serif !important;
    padding-bottom: 0px;
    border-bottom: none;
    font-size: 2.6em !important;
    line-height: 44px !important;
    letter-spacing: -1px !important;
    font-weight: 400 !important;
    margin-top: 20px;
    margin-bottom: 40px !important;
}

.cx-blog-article-wrapper ol {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0px;
    list-style: none;
}

.cx-blog-article-wrapper .cx_overview_section h2 {
    color: #000;
    font-size: 2.4em;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 22px;
}

.cx-blog-article-wrapper .cx_overview_section h3 {
    font-family: Raleway, Arial, sans-serif;
    margin-bottom: 33px;
    font-weight: 500;
    font-size: 1.8em;
    line-height: 24px;
    letter-spacing: normal;
    color: #000;
    margin-top: 20px;
}

.cx-blog-article-wrapper ul {
    margin: 0;
    list-style: circle;
    padding-left: 16px;
}

.cx-blog-article-wrapper ul li {
    line-height: 24px;
}

.cx-blog-article-keto-menu {
    list-style: none !important;
    padding-left: 0px !important;
    margin: 0px !important;
}

sup.cx-title-sup-tm {
    font-size: 35% !important;
    top: -1.1em !important;
}

.cx_keto_diet .cx_section_top h2 {
    color: #322127;
    font-weight: 700;
    margin: 0px;
    padding: 20px;
    background: #FFF;
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 10;
    padding-top: 30px;
}

.cx_keto_diet .cx_section_top .cx_top_line:after {
    position: absolute;
    left: 0%;
    top: 57%;
    height: 1px;
    background: #2baab3;
    width: 100%;
    content: "";
    z-index: -1;
}

sup.cx-sup-tm {
    font-size: 50%;
    top: -1.1em;
}

.cx_traceminerals #cx_mobile {
    display: block;
}

.cx_nutritional_yeast .cx_radius_foure {
    border-radius: 0px 4px 0px 0px;
    border-left: 3px solid #125659 !important;
}

.cx_nutritional_yeast .cx_radius_two {
    border-radius: 0px;
    border-right: 3px solid #125659 !important;
}

.cx_nutritional_yeast .cx_radius_one {
    border-radius: 4px 0px 0px 0px;
    border-right: 3px solid #125659 !important;
}

.cx_traceminerals .cx_all_columns .cx_box_one {
    border: 3px solid #051e3c !important;
}

.cx_hairformula #cx_mobile {
    display: block;
}

.cx_hairformula .cx_all_columns .cx_box_one {
    border: 3px solid #2b0c00 !important;
}

.cx_d2_k2 #cx_mobile {
    display: block;
}

.cx_d2_k2 .cx_all_columns .cx_box_one {
    border: 3px solid #1a6996 !important;
}

.cx_nutritional_yeast .cx_all_columns .cx_box_one {
    position: relative;
    width: 100%;
    margin: 0px -2px;
    border: 1px solid #125659 !important;
    min-height: 700px;
    margin-bottom: 50px;
    max-width: 330px;
    display: inline-block;
    vertical-align: top;
}

div#cx-most-popular-subs {
    border: 3px solid #ff7f00 !important;
}

.cx_traceminerals .cx_all_columns .cx_box_one {
    border: 1px solid #051e3c !important;
}

.cx_hairformula .cx_all_columns .cx_box_one {
    border: 1px solid #2b0c00 !important;
}

.cx_d2_k2 .cx_all_columns .cx_box_one {
    border: 1px solid #1a6996 !important;
}

.cx_ketosis_food .cx_section_one h1 {
    color: #2baab1;
    font-size: 2.6em;
    line-height: 44px;
    letter-spacing: -1px;
    padding: 0px;
    font-weight: 400;
    text-align: left;
}

.cx_ketosis_food .cx_box_content_two {
    border: none;
    border-radius: 5px;
    padding: 10px;
}

.cx_ketosis_food .cx_box_content_three {
    border: none;
    border-radius: 5px;
    padding: 10px;
}

.cx_ketosis_food .cx_box_content {
    border: none;
    border-radius: 5px;
    padding: 10px;
}

.keto-health-summit p.page-description.text-center {
    padding-bottom: 50px;
}

.cx-blog-article-wrapper .start-keto-btn-wrapper {
    background: #f5f5f5;
    padding: 5px;
    margin-bottom: 30px;
}

.cx-blog-article-wrapper .start-keto-btn-wrapper a.start-keto-btn {
    margin: 30px auto;
    max-width: 350px;
    background: #f58e00;
    border-radius: 5px;
    color: white !important;
    display: block;
    font-weight: 600;
    font-size: 17px;
    padding: 20px 0;
    text-align: center;
}

/*User login form CSS*/

#membership-login label.col-md-4.col-form-label.text-md-right {
    font-size: 18px;
    font-weight: 500;
    margin-top: -5px;
}

#membership-login input#username {
    width: 100%;
    border-style: groove;
    padding: 5px 8px;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
}

#membership-login input#password {
    width: 100%;
    border-style: groove;
    padding: 5px 8px;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
}

#membership-login button.btn.btn-primary.loginSubmitButton {
    font-size: 15px;
    font-weight: 500;
    background: #337ab7;
    border-color: #337ab7;
}

#membership-login .card-header {
    font-size: 21px;
    font-weight: 500;
}

.cx_btq_result_loading {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px
}
h3.no-result-found {
    text-align: center !important;
    padding: 20px;
}

/*Massage tool manual page css*/

.cx-massage-tool-manual {
    text-align: center;
}

p.cx-massage-tool-top-text {
    color: red;
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px;
}

p.cx-massage-tool-top-text img {
    position: relative;
    top: 25px;
}

.cx-massage-tool-manual h3 {
    color: #2baab1;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cx-massage-tool-manual-thumbnail img {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
}

.massage-tool-manual-wrap #massage-tool-videos-wrapper {
    margin-top: 50px
}

.col-md-6.cx-massage-tool-sidebar-videos h2 {
    background: #40b8c8;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}

.col-md-6.cx-massage-tool-sidebar-videos>div {
    width: 50%;
    float: left;
}

.cx-massage-tool-single-video-box h4 {
    text-align: center;
    font-size: 14px;
    padding: 10px;
}

.cx-massage-tool-single-video-box a img {
    width: 170px;
    display: block;
    margin: 0 auto;
}

.massage-tool-manual-wrap a.cx-massage-tool-pdf-btn {
    display: block;
    text-align: center;
    background: #ddd;
    width: 30%;
    margin: 0 auto;
    padding: 7px;
    font-size: 15px;
    font-weight: 800;
    border-radius: 5px;
}

.massage-tool-manual-wrap a.cx-massage-tool-shop-btn-img {
    display: block;
    text-align: center;
    margin-top: 80px;
}

.massage-tool-manual-wrap a.cx-massage-tool-shop-btn {
    display: block;
    text-align: center;
    background: #ddd;
    width: 30%;
    margin: 0 auto;
    padding: 7px;
    font-size: 15px;
    font-weight: 800;
    border-radius: 5px;
    margin-top: 20px;
}


@media (max-width: 767px) {

    div#massage-tool-videos-wrapper iframe {
        max-width: 100%;
    }

    .massage-tool-manual-wrap a.cx-massage-tool-pdf-btn {
        display: block;
        text-align: center;
        background: #ddd;
        width: 50%;
        margin: 0 auto;
        padding: 7px;
        font-size: 15px;
        font-weight: 800;
        border-radius: 5px;
    }

    .massage-tool-manual-wrap a.cx-massage-tool-shop-btn {
        display: block;
        text-align: center;
        background: #ddd;
        width: 50%;
        margin: 0 auto;
        padding: 7px;
        font-size: 15px;
        font-weight: 800;
        border-radius: 5px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

/*Bio page css*/
.cx-bio-page-success-stories-link{
	padding-top:10px;
}
.cx-bio-page-success-stories-link a {
display: inline-block;
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
background-color: #2baab1;
border-color: #2baab1 #2baab1 #218388 #2baab1;
    border-bottom-color: rgb(33, 131, 136);
border-bottom: 3px solid #218388;
padding: 6px 13px;
border-radius: 6px;
-webkit-transition: all .1s;
-moz-transition: all .1s;
transition: all .1s;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
background-image: none;
}

a.cx-success-stories-single-bio-link {
    display: block;
    background: #45bfcb;
    padding: 7px 10px;
    font-size: 18px;
    color: #fff !important;
    margin-top: 23px;
    text-align: center;
    font-weight: 500;
    border-radius: 5px;
}

a.cx-suucess-stories-single-bio-story-link {
    display: block;
    background: #45bfcb;
    padding: 7px 10px;
    font-size: 18px;
    color: #fff !important;
    margin-top: 10px;
    text-align: center;
    font-weight: 500;
    border-radius: 5px;
}

div#cx-success-stories-details-page-wrap iframe {
    border: 1px solid #ddd;
    padding: 5px;
    margin-top: 20px;
    border-radius: 5px;
}

div#cx-success-stories-details-sidebar {
    margin: 0 auto;
    text-align: center;
    margin-top: 21px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}

p.cx-success-stories-text {
    font-size: 35px;
    color: #45bfcb;
    margin-top: 20px;
    font-weight: 300;
}

p.cx-success-after-before-text {
    font-size: 30px;
    color: #45bfcb;
    margin-top: 0px;
    font-weight: 300;
}

div#cx-success-stories-details-sidebar .cx_all_ads a img {
    width: 400px !important;
    border: 1px solid #ddd;
    padding: 5px;
    margin-top: 10px;
    border-radius: 5px;
}

.cx-single-story-box {
    margin-top: 30px;
}

.cx-single-story-box h3 {
    color: #45bfcb;
    margin-bottom: 20px;
}

.cx-single-story-box-img img {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
}

.cx-single-story-box-img {
    margin-top: 40px !important;
}

.cx-single-story-box-content p {
    font-size: 16px;
    margin-top: 30px;
}

.cx_bio_page .cx_box_right .cx_all_ads img {
    display: inline-block;
    vertical-align: top;
    max-width: 300px !important;
    border: 1px solid #ddd;
    padding: 5px;
    margin-top: 10px;
    border-radius: 5px;
}


@media (max-width: 767px) {

    div#cx-success-stories-details-page-wrap iframe {
        border: 1px solid #ddd;
        padding: 5px;
        margin-top: 20px;
        border-radius: 5px;
        max-width: 100%;
    }
}

/*Blog video pages CSS*/

.cx_blogpage_section .embed-responsive-16by9::before {
    padding-top: 0px !important;
}

.cx_blogpage_section .cx_box_content .article-text-container p {
    color: #333;
    font-size: 1.35rem;
    line-height: 30px;
    margin-bottom: .8rem;
    width: 100% !important;
}

section.cx_blogpage_section .article-text-container ol {
    width: 100%;
    padding-left: 10px;
}

section.cx_blogpage_section .article-text-container h2 {
    width: 100% !important;
    padding-bottom: 20px;
}

.cx_blogpage_section .cx_box_content .article-text-container h3 {
    color: #1d2127!important;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 1rem;
    width: 100%;
}

section.cx_blogpage_section .article-text-container ul {
    width: 100%;
}

section.cx_blogpage_section .article-text-container ul li {
    padding-bottom: 5px;
}

section.cx_blogpage_section .embed-responsive.embed-responsive-16by9 {
    padding-top: 56.25% !important;
}

.cx_blogpage_section .cx_box_content .article-text-container p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: .8rem;
    width: 100%!important;
}

section.cx_blogpage_section .article-text-container a {
    color: #ff3300 !important;
}

section.cx_blogpage_section .article-text-container ul {
    padding-top: 20px;
    width: 100%;
    list-style-type: disc;
    padding-left: 20px;
}

section.cx_blogpage_section .article-text-container ul li {
    font-size: 16px;
    line-height: 34px;
}

section.cx_blogpage_section .article-text-container ol {
    padding-top: 20px;
    width: 100%;
    padding-left: 20px;
}

section.cx_blogpage_section .article-text-container ol li {
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 34px;
}

.cx_blogpage_section .cx_box_content .article-text-container h3 {
    color: #1d2127!important;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1rem;
    width: 100%;
}

/*Ipad pro Tweaks*/

@media only screen
and (min-device-width: 769px)
and (max-device-width: 1024px) {

    /*Homepage Tweaks*/

    .cx_nav_section .bg-dark.navbar-dark .navbar-nav .nav-link {
        color: #fff;
        font-weight: 900;
        font-size: 1.13em;
        padding: 1rem;
        text-transform: uppercase;
        transition: all ease .4s;
        -webkit-transition: all ease .4s;
        -moz-transition: all ease .4s;
        -ms-transition: all ease .4s;
        -o-transition: all ease .4s;
    }

    .cx_nav_section .bg-dark.navbar-dark .navbar-nav li.dropdown:nth-child(2) .dropdown-menu {
        min-width: 900px!important;
        max-width: 100%!important;
        z-index: 99999999;
    }

    .cx_top_section ul .list-inline-item a {
        color: #000;
        font-size: 1rem;
        padding: 0 .75rem;
        font-weight: 300;
        transition: all ease .4s;
        -webkit-transition: all ease .4s;
        -moz-transition: all ease .4s;
        -ms-transition: all ease .4s;
        -o-transition: all ease .4s;
        text-align: left;
    }

    .cx_top_section .cx-menu-dropdown-content a.cx-menu-dropdown-link {
        padding: 9px 7px;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #f5f5f5!important;
        width: 85%;
        margin-left: 10%;
        font-size: .9em;
        color: #9e9999!important;
        -webkit-transition-property: margin-left;
        -webkit-transition-duration: 2s;
        transition-property: margin-left;
        transition-duration: 2s;
    }

    .cx_home_page h2.cxl-dark-blue {
        color: #043352;
        letter-spacing: inherit;
        font-size: 38px;
        margin-bottom: 0;
        font-weight: 800;
        position: relative;
        line-height: 42px;
        padding-left: 30px;
    }

    .cx_home_page .cxl-keto-diet-ul li {
        line-height: 40px;
        list-style-image: url(../images/icon-checked.png);
        padding-left: 0;
        margin: 0 20px;
    }

    .cx_home_page .cx_main_slider .cx_right p {
        font-family: Roboto,Helvetica,Arial,sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #616161;
        padding: 0 0 0 10px;
        text-align: justify;
    }

    .cx_home_page .cx_section_sell_prod .cx_prod_main .cx_prod_right a {
        font-size: 14px;
        padding: 9px 24px;
        font-weight: 600;
        font-family: arial;
        display: inline-block;
        color: #fff;
        background: #f58e00;
        border-radius: 4px;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        outline: none;
        margin-top: 20px;
    }

    .cx_home_page .cx_section_sell_prod .cx_prod_wrap p {
        color: #32a5ac;
        font-size: 15px;
        margin-bottom: 0;
        font-style: italic;
        font-weight: 800;
        line-height: 24px;
        margin: 0;
        text-align: center;
    }

    .cx_home_page .cx_section_sell_prod .cx_prod_wrap h3 {
        color: #043352;
        font-size: 21px;
        margin-bottom: 0;
        font-weight: 800;
        font-family: Raleway,Arial,sans-serif;
        letter-spacing: normal;
        line-height: 24px;
        text-transform: capitalize;
        text-align: center;
    }

    .cx_home_page .cx_section_sell_prod .cx_prod_main .cx_prod_right li {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        position: relative;
        line-height: 27px;
        font-family: Raleway,Arial,sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #282e38;
    }

    .cx_home_page .cx_video_blog .cx_center_video .cx_video_box .cx_content a {
        color: #1eb0bf;
        font-size: 20px!important;
        font-family: Raleway,Arial,sans-serif;
    }

    .cx_home_page .cx_video_blog .cx_center_video .cx_video_box .cx_states .cx_date {
        float: left;
        padding-top: 5px;
        font-size: 20px;
    }

    .cx_home_page .cx_video_blog .cx_center_video .cx_video_box .cx_states .cx_views {
        float: right;
        margin-top: 5px;
        font-size: 20px;
    }

    .cx_home_page .cx_video_blog p {
        font-size: 20px;
        padding-top: 0;
        padding-left: 45px;
        margin: 0 0 30px;
        text-align: left;
        color: #333;
        line-height: 24px;
    }

    .cx_home_page .cx_electro_powder .cx_text_full p {
        padding: 0;
        margin: 0 0 10px;
        font-size: 17px;
        line-height: 24px;
        text-align: justify;
        color: #7d7d7d;
        font-family: Raleway,Arial,sans-serif;
        font-weight: 500;
    }

    .cx_home_page .cx_electro_powder .cx_text_full p a {
        color: #2baab1;
        font-weight: 600;
        text-decoration: underline;
    }

    .cx_home_page .homepageModal-content {
        background-color: #fefefe;
        margin: 15% auto;
        padding: 40px;
        padding-bottom: 40px;
        border: 1px solid #888;
        width: 50%;
    }

    .cx_footer .cx_footer_section span.title {
        color: #fff;
        font-weight: 500;
        border-bottom: .5rem solid #fff;
        display: inline-block;
        font-size: 23px;
    }

    .cx_footer .cx_footer_section ul li a {
        color: #fff;
        font-size: 1.4rem;
        padding-bottom: .25rem;
        display: inline-block;
        width: 100%;
    }

    .cx_footer .cx_footer_section .list li {
        color: #fff;
        font-size: 1.3rem;
        display: inline-block;
        width: 100%;
        padding-bottom: 1.5rem;
    }

    .cx_footer .cx_footer_section .list ul li a {
        color: #5c5c5c;
        font-size: 1.9rem;
    }

    /*Shop pages ipad pro tweaks*/

    .cx_nutritional_yeast .cx_section_one h2 {
        color: #125659;
        font-size: 2.5em;
        margin: 0;
        font-weight: 800;
        text-transform: capitalize;
        line-height: 1.3;
    }

    .cx_nutritional_yeast .cx_section_two h2 {
        color: #125659;
        font-size: 2em;
        line-height: 1.3;
        font-weight: 800;
        margin: 30px 0 30px 30px;
    }

    .cx_nutritional_yeast .cx_section_two li {
        color: #125659;
        font-size: 1.3em;
        line-height: 1.5;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        position: relative;
    }

    .cx_nutritional_yeast .cx_section_three .cx_right_area {
        width: 40%;
        float: right;
        background: #125659;
        padding: 21px;
        padding-bottom: 25px;
    }

    .cx_nutritional_yeast .cx_section_foure h2 {
        font-size: 30px;
        font-weight: 800;
        line-height: 1.2;
        color: #3cb3b5;
        margin: 0 0 30px;
        text-transform: capitalize;
    }

    .cx_nutritional_yeast .cx_section_five h2 {
        text-align: center;
        color: #125659;
        font-size: 2.8em;
        line-height: 1.2;
        font-weight: 800;
        text-transform: capitalize;
        margin: 0 0 30px;
    }

    .cx_nutritional_yeast .cx_section_five .cx_image_box .cx_iner_center p {
        font-size: 23px;
        color: #fff;
        text-align: center;
        font-weight: 500;
        line-height: 1.8;
        margin: 0 0 20px;
        margin-left: 30px;
    }

    .cx_nutritional_yeast .cx_section_six h2 {
        color: #3cb3b5;
        font-size: 2.7em;
        line-height: 1.3;
        text-align: center;
        font-weight: 800;
        margin: 30px 0;
    }

    .cx_nutritional_yeast .cx_section_six p {
        color: #fff;
        text-align: center;
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 40px;
        line-height: 1.3;
        font-weight: 500;
    }

    .cx_nutritional_yeast .cx_section_eight h2 {
        text-align: center;
        color: #fff;
        font-size: 3em;
        margin-top: 70px;
        font-weight: 800;
        letter-spacing: normal;
        line-height: 24px;
        margin-bottom: 33px;
    }

    .cx_nutritional_yeast .cx_section_eight h3 {
        text-align: center;
        font-size: 2em;
        color: #fff;
        line-height: 1.4;
        margin: 0 0 20px;
        font-weight: 400;
    }

    .cx_nutritional_yeast .cx_section_eight p {
        color: #fff;
        font-size: 18px;
        margin: 0;
        text-align: center;
        font-weight: 400;
    }

    .cx_nutritional_yeast .cx_all_columns .cx_iners_all {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        width: 100%;
        font-weight: 500;
    }

    .cx_nutritional_yeast .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btm {
        color: #fff;
        font-size: 17px;
        text-align: center;
        margin: 30px 0 40px;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 24px;
    }

    .cx_nutritional_yeast .cx_all_columns .cx_box_one .cx_most_popular {
        position: relative;
        text-align: center;
        width: 235px;
        background-color: #ff7f00;
        color: #fff;
        text-decoration: none;
        font-size: 23px;
        font-weight: 800;
        border-radius: 5px;
        margin: auto;
        top: -30px;
        z-index: 3;
        height: 44px;
        line-height: 41px;
    }

    .cx_nutritional_yeast .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btn a {
        background: #ff7f00;
        color: #fff;
        text-align: center;
        font-size: 20px;
        padding: 10px;
        font-weight: 500;
        border-radius: 5px;
        line-height: 1.7;
        text-decoration: none;
        border: none;
        display: block;
    }

    .cx_keto_kit .cx_top_banner .cx_top_image .cx_left_box h1 {
        color: #ff7f00;
        font-size: 6em;
        margin: 0;
        font-weight: 600;
        text-transform: capitalize;
        letter-spacing: normal;
        line-height: 24px;
        margin-top: 60px;
    }

    .cx_keto_kit .cx_top_banner .cx_top_image .cx_left_box h2 {
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 2.7em;
        line-height: 1.5;
        margin-top: 30px;
        text-transform: capitalize;
        font-weight: 400;
        letter-spacing: normal;
    }

    .cx_keto_kit .cx_top_banner .cx_top_image .cx_left_box h3 {
        color: #0f79e6;
        font-weight: 800;
        font-size: 2em;
        line-height: 1.3;
        margin: 0 0 10px;
    }

    .cx_keto_kit .cx_top_banner .cx_top_image .cx_left_box h4 {
        color: #ff7f00;
        font-weight: 800;
        margin-top: 0;
        font-size: 2em;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .cx_keto_kit .cx_top_banner .cx_top_image .cx_bottom_box h5 {
        color: #0f79e6;
        font-size: 1.8em;
        position: relative;
        font-weight: 600;
        margin: 0 0 10px;
    }

    .cx_keto_kit .cx_top_banner .cx_top_image .cx_bottom_box li {
        color: #fff;
        font-size: 15px;
        line-height: 1.8;
        padding-left: 20px;
        position: relative;
    }

    .cx_keto_kit .cx_top_banner {
        position: relative;
        margin-top: 30px;
    }

    .cx_keto_kit .cx_section_complete .cx_top_image .cx_left_box h2 {
        margin-top: 40px;
        text-transform: capitalize;
        letter-spacing: normal;
        line-height: 24px;
        margin-bottom: 20px;
        color: #0f79e6;
        font-size: 2.5em;
        font-weight: 600;
    }

    .cx_keto_kit .cx_section_complete .cx_top_image .cx_left_box li {
        color: #070b54;
        font-weight: 500;
        font-size: 20px;
        line-height: 1.5;
        padding-left: 30px;
        width: 100%;
        position: relative;
    }

    .cx_keto_kit .cx_thirtydays .cx_right_text h1 {
        font-size: 5.2em;
        color: #fff;
        text-align: center;
        line-height: 1.3;
        margin-top: 10px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .cx_keto_kit .cx_section_one .cx_top_image .cx_left_box {
        float: right;
        width: 48%;
    }

    .cx_keto_kit .cx_section_one .cx_top_image .cx_left_box h2 {
        margin-top: 10px;
        color: #074084;
        font-size: 2em;
        line-height: 1.2;
        font-weight: 700;
        text-transform: capitalize;
    }

    .cx_keto_kit .cx_section_one .cx_top_image .cx_left_box h3 {
        color: #fe7e00;
        font-weight: 500;
        font-size: 23px;
        line-height: 1.3;
        margin: 15px 0;
        padding: 0;
    }

    .cx_keto_kit .cx_section_one .cx_top_image .cx_left_box li {
        color: #070b54;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.5;
        width: 100%;
        position: relative;
    }

    .cx_keto_kit .cx_section_two .cx_top_image .cx_left_box h2 {
        margin-top: 0px;
        color: #074084;
        font-size: 2.5em;
        line-height: 1.2;
        font-weight: 500;
        text-transform: uppercase;
    }

    .cx_keto_kit .cx_section_two .cx_top_image .cx_left_box li {
        color: #070b54;
        font-weight: 400;
        font-size: 17px;
        line-height: 1.6;
        padding-bottom: 5px;
        padding-left: 5px;
        width: 100%;
        position: relative;
    }

    .cx_keto_kit .cx_section_three .cx_top_image .cx_left_box h2 {
        margin-top: 20px;
        color: #074084;
        font-size: 2.8em;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .cx_keto_kit .cx_section_three .cx_top_image .cx_left_box li {
        color: #070b54;
        font-weight: 400;
        font-size: 17px;
        line-height: 1.6;
        padding-bottom: 5px;
        padding-left: 40px;
        width: 100%;
        position: relative;
    }

    .cx_keto_kit .cx_section_foure h1 {
        text-align: center;
        margin: 30px 0;
        color: #0f79e6;
        font-size: 3em;
        font-weight: 500;
    }

    .cx_keto_kit .cx_section_six .cx_top_image .cx_right_box h2 {
        color: #fff;
        text-align: center;
        font-size: 2.6em;
        padding: 0;
        margin: 0;
        font-weight: 700;
        line-height: 1.3;
        position: relative;
        text-transform: capitalize;
    }

    .cx_keto_kit .cx_section_six .cx_top_image .cx_right_box h3 {
        text-align: center;
        color: #fff;
        font-size: 1.4em;
        margin: 10px 0 20px;
        line-height: 1.4;
        position: relative;
        font-weight: 400;
    }

    .cx_keto_kit .cx_section_six .cx_top_image p {
        clear: both;
        color: #fff;
        padding: 0 10px;
        margin: 0 0 20px;
        line-height: 24px;
        font-size: 18px;
        position: relative;
        text-align: center;
        font-weight: 500;
    }

    .cx_traceminerals .cx_top_banner .cx_left_box h1 {
        font-family: Arial,Helvetica,sans-serif!important;
        text-transform: capitalize;
        color: #1a8ae6;
        font-size: 6em;
        margin-top: 20px;
        font-weight: 900;
        line-height: 1.1;
        padding-left: 20px;
        padding-top: 0;
        margin-bottom: 33px;
        letter-spacing: normal;
    }

    .cx_traceminerals .cx_top_banner .cx_left_box h2 {
        font-family: Arial,Helvetica,sans-serif!important;
        color: #fff;
        font-size: 2.5em;
        margin-top: 0;
        font-weight: unset;
        padding-left: 25px;
        padding-right: 30px;
        line-height: 1.3;
        margin: 0 0 14px;
        width: 80%;
    }

    .cx_traceminerals .cx_top_banner .cx_left_box li {
        font-family: Arial,Helvetica,sans-serif!important;
        color: #fff;
        font-size: 28px;
        margin-top: 0px;
        font-weight: 400;
        padding-bottom: 28px;
        margin-bottom: 0;
        line-height: 24px;
    }

    .cx_traceminerals .cx_top_banner .cx_left_box ul {
        padding-left: 40px;
        margin-top: 50px;
        list-style: none;
    }

    .cx_traceminerals .cx_top_banner .cx_right_box .cx_stars_area .cx_rating {
        position: relative;
        text-align: center;
        margin-top: 20px;
        color: #fff;
        font-size: 22px;
    }

    .cx_traceminerals .cx_minerals_supplement .cx_main_image .cx_iner_main h1 {
        color: #489aff;
        font-size: 30px;
        font-weight: 700;
        padding-left: 13px;
        margin-top: 0;
        line-height: 1.3;
        text-transform: capitalize;
        letter-spacing: normal;
        margin-bottom: 10px;
    }

    .cx_traceminerals .cx_minerals_supplement .cx_main_image .cx_iner_main li {
        color: #040345;
        padding-right: 15px;
        background: 0 0;
        padding-left: 50px;
        font-size: 19px;
        line-height: 1.7;
    }

    .cx_traceminerals .cx_eliminated_section .cx_main_image .cx_iner_main h1 {
        color: #395cb6;
        font-size: 30px;
        font-weight: 700;
        padding-left: 13px;
        margin-top: 0;
        line-height: 1.4;
        margin-top: 0;
        text-transform: capitalize;
        letter-spacing: normal;
        margin-bottom: 10px;
    }

    .cx_traceminerals .cx_eliminated_section .cx_main_image .cx_iner_main p {
        padding-left: 15px;
        color: #030342;
        font-weight: 500;
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 20px;
    }

    .cx_traceminerals .cx_reminder_section .cx_main_image .cx_iner_main h1 {
        color: #051e3c;
        font-size: 20px;
        font-weight: 700;
        padding-left: 13px;
        margin-top: 0;
        line-height: 1.5;
        text-transform: capitalize;
        margin-bottom: 10px;
    }

    .cx_traceminerals .cx_reminder_section .cx_main_image .cx_iner_main li {
        color: #040345;
        padding-right: 0;
        background: 0 0;
        padding-left: 50px;
        font-size: 17px;
        line-height: 1.7;
    }

    .cx_traceminerals .cx_reminder_section .cx_main_image .cx_iner_main p {
        padding-left: 15px;
        color: #030342;
        font-weight: 500;
        font-size: 17px;
        padding-bottom: 0;
        line-height: 1.8;
        margin: 0 0 20px;
    }

    .cx_traceminerals .cx_benefits_minerals .cx_main_image .cx_iner_main h1 {
        color: #395cb6;
        font-size: 25px;
        font-weight: 700;
        padding-left: 13px;
        margin-top: 0;
        line-height: 1.5;
        text-transform: capitalize;
        letter-spacing: normal;
        margin-bottom: 10px;
    }

    .cx_traceminerals .cx_minerals_work .cx_main_image .cx_iner_main h1 {
        color: #395cb6;
        font-size: 25px;
        font-weight: 700;
        padding-left: 0;
        margin-top: 0;
        text-transform: uppercase;
        line-height: 1.3;
        text-transform: capitalize;
        letter-spacing: normal;
        margin-bottom: 10px;
    }

    .cx_traceminerals .cx_minerals_work .cx_main_image .cx_iner_main li {
        color: #040345;
        padding-right: 0;
        background: 0 0;
        padding-left: 50px;
        font-size: 21px;
        line-height: 1.7;
        padding-bottom: 20px;
    }

    .cx_traceminerals .cx_secret_to_amazing .cx_right_box h1 {
        color: #fff;
        text-align: center;
        margin-top: 30px;
        font-size: 35px;
        font-weight: 600;
        line-height: 1.4;
        margin-bottom: 33px;
        text-transform: capitalize;
    }

    .cx_traceminerals .cx_secret_to_amazing .cx_right_box h2 {
        font-size: 25px;
        text-align: center;
        margin-top: 0;
        color: #00a1ff;
        font-weight: 600;
        letter-spacing: normal;
        line-height: 18px;
        margin: 0 0 14px;
        text-transform: capitalize;
    }

    .cx_traceminerals .cx_secret_to_amazing .cx_right_box h3 {
        font-size: 20px;
        text-align: center;
        color: #fff;
        margin-top: 30px;
        margin-bottom: 20px;
        line-height: 1.7;
        font-weight: 400;
    }

    .cx_traceminerals .cx_secret_to_amazing .cx_right_box p {
        font-size: 20px;
        text-align: center;
        color: #fff;
        line-height: 1.7;
        margin: 0 0 20px;
    }

    .cx_hairformula .cx_top_banner .cx_left_box {
        width: 60%;
        float: left;
        background: #2b0c00;
        padding-bottom: 15px;
    }

    .cx_hairformula .cx_sectiontwo .cx_main_image .cx_iner_main h1 {
        color: #2b0c00;
        font-size: 25px;
        font-weight: 700;
        padding-left: 13px;
        margin-top: 20px;
        line-height: 28px;
        margin-left: 30px;
        text-transform: capitalize;
        letter-spacing: normal;
        margin-bottom: 33px;
    }

    .cx_hairformula .cx_sectiontwo .cx_main_image .cx_iner_main li {
        color: #fff;
        padding-right: 15px;
        font-size: 16px;
        line-height: 40px;
    }

    .cx_hairformula .cx_thirtdays .cx_right_box h1 {
        font-size: 6.1em;
        text-align: center;
        color: #fff;
        padding: 20px;
        padding-top: 0;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 23px;
        letter-spacing: normal;
        text-transform: capitalize;
    }

    .cx_hairformula .cx_sectionthree .cx_main_image h1 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        padding: 13px;
        position: absolute;
        top: 0;
        left: 10px;
        padding-top: 30px;
        line-height: 5px;
        text-transform: capitalize;
        letter-spacing: normal;
        margin-bottom: 0px;
    }

    .cx_hairformula .cx_sectionthree .cx_main_image .cx_iner_main ul {
        list-style: none;
        margin-top: 0px;
    }

    .cx_hairformula .cx_sectionthree .cx_main_image .cx_iner_main li {
        color: #fff;
        padding-right: 15px;
        font-size: 19px;
        padding-bottom: 5px;
        line-height: 35px;
    }

    .cx_hairformula .cx_sectionfoure .cx_main_image h1 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        padding: 13px;
        position: absolute;
        top: 0;
        left: 10px;
        padding-top: 10px;
        line-height: 30px;
        text-transform: capitalize;
        letter-spacing: normal;
        margin-bottom: 0px;
    }

    .cx_hairformula .cx_sectionfoure .cx_main_image .cx_iner_main ul {
        list-style: none;
        margin-top: 0px;
    }

    .cx_hairformula .cx_sectionfoure .cx_main_image .cx_iner_main li {
        color: #fff;
        padding-right: 15px;
        font-size: 20px;
        line-height: 35px;
        padding-top: 10px;
    }

    .cx_hairformula .cx_benefit_section .cx_image_height img {
        min-height: 940px;
    }

    .cx_hairformula .cx_nutritionalbenefits .cx_main_image .cx_iner_main h1 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        padding-left: 13px;
        line-height: 33px;
        margin-top: 30px;
        text-transform: capitalize;
        letter-spacing: normal;
        margin-bottom: 20px;
    }

    .cx_hairformula .cx_nutritionalbenefits .cx_main_image .cx_iner_main li {
        color: #fff;
        padding-right: 15px;
        font-size: 18px;
        padding-top: 10px;
        line-height: 37px;
        padding-left: 50px;
    }

    .cx_hairformula .cx_strong_haier .cx_right_box h1 {
        color: #fff;
        font-size: 26px !important;
        font-weight: 700;
        padding-left: 13px;
        text-align: center;
        padding-right: 5px;
        line-height: 30px;
        margin-top: 20px;
        letter-spacing: normal;
        text-transform: capitalize;
        margin-bottom: 33px;
    }

    .cx_hairformula .cx_strong_haier .cx_right_box h2 {
        color: #fff;
        text-align: center;
        font-size: 26px !important;
        line-height: 50px;
        font-weight: 600;
        padding-right: 50px;
        padding-left: 30px;
        margin: 0 0 20px;
        margin-top: 0px;
    }

    .cx_hairformula .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h2 {
        font-size: 17px;
        font-weight: 400;
        display: block;
        line-height: 17px;
        margin-bottom: 30px;
        color: #fff;
        margin-top: 20px;
    }

    .cx_hairformula .cx_all_columns .cx_box_two {
        min-height: 800px;
    }

    .cx_d2_k2 .cx_top_banner .cx_left_box h1 {
        padding: 0 20px;
        font-size: 35px;
        color: #ffa200;
        font-weight: 700;
        margin-top: 40px;
        letter-spacing: normal;
        line-height: 24px;
        margin-bottom: 13px;
        text-transform: capitalize;
    }

    .cx_d2_k2 .cx_top_banner .cx_left_box h2 {
        color: #fff;
        padding: 0 20px;
        font-size: 20px;
        line-height: 28px;
        margin-top: 0;
        margin: 0px 0px 20px 0px;
    }

    .cx_d2_k2 .cx_top_banner .cx_left_box h3 {
        color: #fff;
        padding: 0 20px;
        font-size: 20px;
        line-height: 28px;
        margin-top: 0;
        margin: 0px 0px 20px 0px;
    }

    .cx_d2_k2 .cx_top_banner .cx_left_box li {
        color: #fff;
        font-weight: 400;
        font-size: 15px;
        padding-top: 2px;
        line-height: 40px;
    }

    .cx_d2_k2 .cx_top_banner .cx_left_box {
        position: relative;
        width: 70%;
        float: left;
        background: #012a4f;
        padding-bottom: 50px;
    }

    .cx_d2_k2 .cx_sectiontwo .cx_main_image .cx_iner_main h1 {
        color: #022b50;
        font-size: 2.5em;
        font-weight: 500;
        padding-left: 13px;
        margin-top: 20px;
        line-height: 1.5;
        text-transform: capitalize;
        letter-spacing: normal;
        margin-bottom: 10px;
    }

    .cx_d2_k2 .cx_sectiontwo .cx_main_image .cx_iner_main li {
        color: #022b50;
        padding-right: 60px;
        font-size: 20px;
        line-height: 1.6;
    }

    .cx_d2_k2 .cx_specialyformulated .cx_main_image .cx_iner_main h1 {
        color: #022b50;
        font-size: 19px;
        font-weight: 600;
        padding-left: 13px;
        line-height: 1.4;
        margin-top: 20px;
        text-transform: capitalize;
        letter-spacing: normal;
        margin-bottom: 10px;
    }

    .cx_d2_k2 .cx_specialyformulated .cx_main_image .cx_iner_main li {
        color: #022b50;
        padding-right: 15px;
        font-size: 18px;
        line-height: 1.6;
        padding-bottom: 10px;
    }

    .cx_d2_k2 .cx_nutritional_benefits .cx_right_box h1 {
        margin-top: -5px;
        padding-bottom: 8px;
        color: #012a4f;
        font-weight: 600;
        line-height: 1.2;
        text-transform: uppercase;
        font-size: 2em;
        text-transform: capitalize;
        margin-bottom: 33px;
        letter-spacing: normal;
    }

    .cx_d2_k2 .cx_nutritional_benefits .cx_right_box li {
        color: #022b50;
        padding-right: 0;
        font-size: 19px;
        line-height: 1.9;
        font-weight: 500;
    }

    .cx_d2_k2 .cx_vitamin_supplement .cx_left_box h1 {
        margin-top: -5px;
        padding-bottom: 8px;
        color: #012a4f;
        font-weight: 600;
        line-height: 1.2;
        text-transform: uppercase;
        font-size: 2em;
        text-transform: capitalize;
        margin-bottom: 18px;
        letter-spacing: normal;
    }

    .cx_d2_k2 .cx_vitamin_supplement .cx_left_box li {
        color: #022b50;
        padding-right: 0;
        font-size: 20px;
        line-height: 1.9;
        font-weight: 500;
    }

    .cx_d2_k2 .cx_perfect_combo .cx_right_box h1 {
        color: #fff;
        font-size: 2.7em !important;
        margin: 20px;
        margin-top: 30px;
        text-align: center;
        line-height: 1.1;
        font-weight: 500;
    }

    .cx_electropowder .cx_section_seven .cx_btns button {
        padding: 20px 15px;
        line-height: normal;
        margin: 0px;
        overflow: hidden;
        font-size: 30px;
        height: inherit;
        width: 100%;
        max-width: 520px;
        margin: 30px auto;
        font-weight: 700;
    }

    .cx_electropowder .cx_all_columns .cx_box_one .cx_most_popular {
        position: relative;
        text-align: center;
        width: 220px;
        background-color: #ff7f00;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        font-weight: 700;
        border-radius: 5px;
        margin: auto;
        top: -34px;
        z-index: 3;
        font-family: 'Anton', sans-serif;
        font-weight: 400;
        height: 50px;
        line-height: 47px;
    }

    .cx_electropowder .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text {
        position: relative;
        min-height: 100px;
        text-align: center;
    }

    .cx_electropowder .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text p {
        margin: 0px;
        padding: 0px;
        text-align: center;
        color: #FFF;
        font-weight: 700;
        font-family: Arial, Helvetica, sans-serif !important;
        line-height: 2;
    }

    .cx_electropowder .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h1 {
        color: #FFF;
        font-size: 30px;
        font-weight: 800;
        margin: 0px;
        padding: 0px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif !important;
        line-height: 1.3;
    }

    .cx_electropowder .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h2 {
        font-weight: 500;
        font-size: 21px;
        color: #FFF;
        margin: 0px;
        padding: 0px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif !important;
    }

    .cx_electropowder .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text p {
        margin: 0px;
        padding: 0px;
        text-align: center;
        color: #FFF;
        font-weight: 500;
        font-family: Arial, Helvetica, sans-serif !important;
        line-height: 2;
        font-size: 17px;
    }

    .cx_electropowder .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btm {
        font-family: 'Anton', sans-serif;
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        margin-top: 20px;
        color: #FFF;
        margin-bottom: 20px;
    }

    .cx_formula .cx_buy_now .cx_iner_wrap .cx_right_text h1 {
        color: #FFF;
        text-align: center;
        font-size: 30px;
        line-height: 40px;
        font-weight: 700;
        margin: 0px;
        padding: 0px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .cx_formula .cx_buy_now .cx_iner_wrap .cx_right_text h2 {
        color: #FFF;
        text-align: center;
        margin: 0px;
        padding: 0px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 25px !important;
    }

    .cx_formula .cx_all_columns .cx_box_one {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 100%;
        max-width: 325px;
        margin: 0px -2px;
        border: 3px solid #012614;
        min-height: 784px;
        margin-bottom: 50px;
        background: #fafafa;
    }

    .cx_formula .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text p {
        margin: 0px;
        padding: 0px;
        text-align: center;
        color: #FFF;
        font-weight: 500;
        font-size: 22px;
    }

    .cx_formula .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h2 {
        font-weight: 600;
        color: #FFF;
        margin: 0px;
        padding: 15px 0px;
        text-align: center;
        font-size: 22px;
    }

    .cx_formula .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btm {
        font-family: 'Anton', sans-serif;
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        margin-top: 25px;
        margin-bottom: 20px;
        color: #FFF;
    }

    .cx_formula .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text p {
        margin: 0px;
        padding: 0px;
        text-align: center;
        color: #FFF;
        font-weight: 500;
        font-size: 22px;
        margin-top: 20px;
    }

    .cx_lemon .cx_buy_now .cx_iner_wrap .cx_right_text h1 {
        color: #fff;
        text-align: center;
        font-size: 30px;
        line-height: 50px;
        font-weight: 700;
        margin: 0;
        padding: 0;
        font-family: Arial,Helvetica,sans-serif;
        margin-top: 60px;
    }

    .cx_lemon .cx_buy_now .cx_iner_wrap .cx_right_text h2 {
        color: #fff;
        text-align: center;
        margin: 0;
        padding: 0;
        font-family: Arial,Helvetica,sans-serif;
        font-weight: 700;
        margin-top: 30px;
    }

    .cx_lemon .cx_buy_now .cx_iner_wrap .cx_right_text p {
        text-align: center;
        color: #fcb536;
        text-transform: uppercase;
        font-size: 23px;
        padding: 0;
        margin: 0;
        font-family: Arial,Helvetica,sans-serif;
    }

    .cx_lemon .cx_buy_now .cx_iner_wrap p {
        color: #fff;
        font-size: 20px;
        margin: 0 0 10px;
        padding: 0;
        font-weight: 400;
        line-height: 40px;
        font-family: Arial,Helvetica,sans-serif;
    }

    .cx_lemon .cx_all_columns .cx_box_one .cx_most_popular {
        position: relative;
        text-align: center;
        width: 230px;
        background-color: #ff7f00;
        color: #fff;
        text-decoration: none;
        font-size: 25px;
        border-radius: 5px;
        margin: auto;
        top: -34px;
        z-index: 3;
        font-family: anton,sans-serif;
        font-weight: 400;
        height: 50px;
        line-height: 47px;
    }

    .cx_lemon .cx_all_columns .cx_box_one .cx_prod_image img {
        display: inline-block;
        vertical-align: middle;
        max-width: 200px!important;
        width: 100%;
    }

    .cx_lemon .cx_all_columns .cx_box_one .cx_prod_image_two img {
        max-width: 240px!important;
    }

    .cx_lemon .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h1 {
        color: #fff;
        font-size: 35px;
        font-weight: 800;
        margin: 0;
        padding: 20px 0;
        text-align: center;
        font-family: Arial,Helvetica,sans-serif!important;
    }

    .cx_lemon .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h2 {
        font-weight: normal;
        font-size: 22px;
        color: #fff;
        margin: 0;
        padding: 0 0 15px;
        text-align: center;
        font-family: Arial,Helvetica,sans-serif!important;
    }

    .cx_lemon .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text p {
        margin: 0;
        padding: 0;
        text-align: center;
        color: #fff;
        font-weight: normal;
        font-family: Arial,Helvetica,sans-serif!important;
        font-size: 20px;
    }

    .cx_lemon .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btn a {
        display: inline-block;
        font-weight: 700;
        letter-spacing: -1.5px;
        font-size: 20px;
        background-color: #ff7f00;
        color: #fff;
        padding: 18px 20px 10px;
        text-align: center;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 5px;
        margin-bottom: 6px;
        line-height: 33px;
        font-family: anton,sans-serif;
    }

    .cx_lemon .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btm {
        font-family: anton,sans-serif;
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        margin-top: 25px;
        color: #fff;
        margin-bottom: 20px;
    }

    .cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one .cx_most_popular {
        position: relative;
        text-align: center;
        width: 230px;
        background-color: #ff7f00;
        color: #fff;
        text-decoration: none;
        font-size: 22px;
        font-weight: 700;
        border-radius: 5px;
        margin: auto;
        top: -34px;
        z-index: 3;
        font-family: anton,sans-serif;
        font-weight: 400;
        height: 50px;
        line-height: 47px;
    }

    .cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btm {
        font-family: anton,sans-serif;
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        margin-top: 5px;
        color: #fff;
        margin: 20px 0px;
    }

    .cx_adrenal_cortisol_regular .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btn a {
        display: inline-block;
        font-weight: 700;
        letter-spacing: -1.5px;
        font-size: 28px;
        background-color: #ff7f00;
        color: #fff;
        padding: 18px 20px 10px;
        text-align: center;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 5px;
        margin-bottom: 6px;
        line-height: 33px;
        font-family: anton,sans-serif;
    }

    .cx_cruciferous .cx_all_columns .cx_box_one .cx_most_popular {
        position: relative;
        text-align: center;
        width: 230px;
        background-color: #ff7f00;
        color: #fff;
        text-decoration: none;
        font-size: 22px;
        font-weight: 700;
        border-radius: 5px;
        margin: auto;
        top: -34px;
        z-index: 3;
        font-family: anton,sans-serif;
        font-weight: 400;
        height: 50px;
        line-height: 47px;
    }

    .cx_cruciferous .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btn a {
        display: inline-block;
        font-weight: 700;
        letter-spacing: -1.5px;
        font-size: 28px;
        background-color: #ff7f00;
        color: #fff;
        padding: 18px 20px 10px;
        text-align: center;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 5px;
        margin-bottom: 6px;
        line-height: 33px;
        font-family: anton,sans-serif;
    }

    .cx_cruciferous .cx_all_columns .cx_box_one .cx_price_plan .cx_plan_btm {
        font-family: anton,sans-serif;
        text-align: center;
        font-weight: 400;
        font-size: 19px;
        line-height: 24px;
        margin-top: 5px;
        color: #fff;
        margin: 20px 0px;
    }

    .cx_cruciferous .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h1 {
        color: #fff;
        font-size: 40px;
        font-weight: 800;
        margin: 0;
        padding: 10px 0;
        text-align: center;
    }

    .cx_cruciferous .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text h2 {
        font-weight: 600;
        font-size: 22px;
        color: #fff;
        margin: 0;
        padding: 5px 0 10px;
        text-align: center;
    }

    .cx_cruciferous .cx_all_columns .cx_box_one .cx_price_plan .cx_top_text p {
        margin: 0;
        padding: 0;
        text-align: center;
        color: #fff;
        font-weight: normal;
        font-size: 20px;
    }
}

/*Success Stories Modal CSS*/

h4.modal-title.success-stories-modal-title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.modal-body.success-stories-modal-body {
    text-align: center;
}

.modal-body.success-stories-modal-body .image img {
    width: 100%;
}

.content.success-stories-modal-content {
    margin-top: 15px;
}

button.success-stories-modal-button {
    background-color: transparent;
    border: none;
}

.cx_massge_page .cx_section_seven .cx_btns div {
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #08c;
    border-color: #08c #08c #069;
    line-height: 61px;
    margin: 0;
    overflow: hidden;
    font-size: 205%;
    height: inherit;
    width: 60%;
    transition: all .1s;
    display: block;
    margin: 50px auto;
    outline: none;
    cursor: default;
    font-weight: 400;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
}

.cx_cruciferous .cx_section_seven .cx_btns div {
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #08c;
    border-color: #08c #08c #069;
    line-height: 61px;
    margin: 0;
    overflow: hidden;
    font-size: 205%;
    height: inherit;
    width: 60%;
    transition: all .1s;
    display: block;
    margin: 50px auto;
    outline: none;
    padding: 6px 12px;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
}

.cx_adrenal_cortisol_regular .cx_section_seven .cx_btns div {
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #08c;
    border-color: #08c #08c #069;
    line-height: 61px;
    margin: 0;
    overflow: hidden;
    font-size: 205%;
    height: inherit;
    width: 60%;
    transition: all .1s;
    display: block;
    margin: 50px auto;
    outline: none;
    padding: 6px 12px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*Mini Course CSS*/

.cx-blue-strip {
    background: #3ab0be;
    text-align: center;
    color: #fff;
    padding: 15px;
    margin-top: 30px;
}

.cx-blue-strip h3 {
    font-size: 3em;
    font-weight: 700;
}

.cx-course-title h3 {
    text-align: center;
    padding: 20px;
    font-size: 40px;
    font-weight: 700;
    margin-top: 7px;
}

.col-md-6.cx-course-intro-video iframe {
    border: 3px solid #3ab0be;
    border-radius: 5px;
    width: 100%
}

.col-md-6.cx-mini-course-des h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
}

.col-md-6.cx-course-intro-video {
    margin-top: 15px;
}

.col-md-6.cx-mini-course-des {
    margin-top: 15px;
}

.col-md-6.cx-mini-course-des ul li {
    line-height: 40px;
    list-style-image: url(../images/icon-checked.png);
    padding-left: 0;
    margin: 0 30px;
    font-size: 21px;
    font-weight: 500;
}

.col-md-6.cx-mini-course-des ul {
    margin-top: 20px;
}

div.les {display:none}

div.lesson-wrapper {display:none}

.start-mini-course {
    width: 50%;
    margin: 0 auto;
    background: #3ab0be;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin-top: 30px;
    cursor: pointer;
}

.start-mini-course h3 {
    font-size: 20px;
}

.lesson-wrapper {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
}

.lesson-welcome-text {
    background: #b0dfe5;
    color: #5b5a5a;
    padding: 8px 20px;
    border-radius: 3px;
}

.lesson-welcome-text h3 {
    font-size: 24px;
    font-weight: bold;
}

.lesson-title-text h3 {
    font-size: 18px;
    margin: 15px 0px;
    color: #5b5a5a;
    font-weight: 500;
}

.lesson-download-notes {
    background: #b0dfe5;
    color: #5b5a5a !important;
    padding: 8px 20px;
    border-radius: 3px;
    width: 70%;
}

.lesson-download-notes a {
    font-size: 17px;
    font-weight: 800;
    color: #5b5a5a;
}

.lesson-courses-modules {
    background: #b0dfe5;
    color: #5b5a5a;
    padding: 8px 20px;
    border-radius: 3px;
    margin: 15px 0px;
}

.lesson-courses-modules h3 {
    font-size: 24px;
    font-weight: bold;
}

a.lesson-title-text-link {
    width: 100%;
    display: block;
    font-size: 18px;
    color: #5b5a5a;
    margin-bottom: 15px;
    border-bottom: 2px solid #52a8b3;
    padding-bottom: 10px;
    font-weight: 500;
    letter-spacing: .5px;
}

a.lesson-title-text-link:before {
    content: url(../images/arrow.jpg);
    position: absolute;
    left: -5px;
}

.lesson-intro-video iframe {
    border: 3px solid #3ab0be;
    width: 100% !important;
}

.les iframe {
    border: 3px solid #3ab0be;
    width: 100% !important;
}

.course-call-to-action {
    width: 25%;
    margin: 0 auto;
    text-align: center;
    background: #f0ad4e;
    padding: 7px;
    border-radius: 5px;
}

.course-call-to-action a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

p.lesson-transcript {
    color: #373a3c;
    font-size: 15px;
    text-align: justify;
}

.cx-blue-strip-lesson {
    background: #3ab0be;
    text-align: center;
    color: #fff;
    padding: 15px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.cx-blue-strip-lesson h3 {
    font-size: 3em;
    font-weight: 700;
}

.course-optin-form {
    position: absolute;
    top: 36%;
    left: 25%;
}

.course-optin-form button[type=submit] {
    background: #ed8f1b;
}

.course-optin-form button[type=submit]:hover {
    border-color: #ed8f1b;
}

.course-optin-form p {
    font-size: 12px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
}

.lesson-transcript {
    color: #545657;
    margin-top: 20px;
    line-height: 1.9;
    font-size: 15px;
}

.lesson-intro-video p {
    color: #545657;
    margin-top: 20px;
    line-height: 1.9;
    font-size: 15px;
}

div.les p {
    color: #545657;
    margin-top: 20px;
    line-height: 1.9;
    font-size: 15px;
}

.course-optin-form p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 600;
    margin-left: -25px;
}

.fb-like-button {
    text-align: center;
    position: relative;
    top: 20px;
    width: 45%;
    margin: 0 auto;
}

.fb-like-button iframe {
    opacity: 1 !important;
    text-align: center;
}

.course-optin-form {
    top: 0%;
    left: 2.5%;
    position: absolute;
    width: 96%;
    height: 315px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    border: 3px solid #6db2ba;
}

.course-optin-form p {
    color: #fff;
    text-align: center;
    position: relative;
    top: 40%;
    font-weight: normal;
    font-size: 15px;
}

.course-optin-form form {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    position: relative;
    top: 40%;
    left: 2%;
    margin-top: 15px;
}

.course-optin-form form input.form-control.mb-2.mr-sm-2.user_email {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1.23rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    max-width: 173px;
    position: relative;
    left: 1%;
}

.course-optin-form button[type=submit] {
    font-size: 16px;
    padding: 8px 20px;
    background: #ed8f1b;
    border-radius: 4px;
    float: right !important;
    margin-left: 10px;
    margin-top: 0;
    position: relative;
    left: -2%;
}

.cx-blue-strip h3 {
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
}

.cx-blue-strip-lesson h3 {
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
}

.lesson-welcome-text h3 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

div#rapid-fat-burning-course-wrapper .course-optin-form {
    height: 365px !important;
}