@font-face {
    src: url(fonts/Aleo-Bold.otf);
    font-family: aleo;
    font-weight: 600;
}

@font-face {
    src: url(fonts/Aleo-BoldItalic.otf);
    font-family: aleo;
    font-weight: 600;
    font-style: italic;
}

@font-face {
    src: url(fonts/Aleo-Italic.otf);
    font-family: aleo;
    font-weight: 500;
    font-style: italic;
}

@font-face {
    src: url(fonts/Aleo-Light.otf);
    font-family: aleo;
    font-weight: 400;
}

@font-face {
    src: url(fonts/Aleo-LightItalic.otf);
    font-family: aleo;
    font-weight: 400;
    font-style: italic;
}

@font-face {
    src: url(fonts/Aleo-Regular.otf);
    font-family: aleo;
    font-weight: 500;
}

@font-face {
    src: url(fonts/Montserrat-Bold.otf);
    font-family: montserrat;
    font-weight: 600;
}

@font-face {
    src: url(fonts/Montserrat-Regular.otf);
    font-family: montserrat;
    font-weight: 500;
}

@font-face {
    src: url(fonts/Montserrat-Italic.otf);
    font-family: montserrat;
    font-weight: 500;
    font-style: italic;
}

.checkout-form-title {
    color: #a2ce32;
}

.checkout-form-subtitle {
    color: #471267;
}

.font-montserrat {
    font-family: montserrat;
}

.font-aleo {
    font-family: aleo;
}

.text-orange {
    color: #fe8543;
}

.text-green {
    color: #a2ce32;
}

.confirmation-content,
.bmi-result-content,
.text-purple {
    color: #471267;
}

.mt-10 {
    margin-top: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0;
}

.mr-10 {
    margin-right: 10px;
}

.font-17 {
    font-size: 17px;
}

.checkout-form-subtitle,
.checkout-register-form label,
.checkout-login label {
    text-align: right;
}

.text-left {
    text-align: left !important;
}

.app-download-btn a img {
    height: 48px !important;
    margin: 20px 10px;
}

.text-uppercase {
    text-transform: uppercase;
}

.font-bold {
    font-weight: 700;
}

.txt-decs-center p {
    text-align: center;
}

.button_wrap.button_wrap_custom a:hover,
.button_wrap.button_wrap_custom a:focus {
    color: #a0a0a0;
}

    .button_wrap.button_wrap_custom a:hover span:after {
        background-color: #a0a0a0;
    }

.checkout-form-btn {
    background-color: #fe8543 !important;
    color: #fff !important;
    border-radius: 12px !important;
    transition: all ease 0.3s !important;
}

    .checkout-form-btn:hover {
        background-color: transparent !important;
        color: #fe8543 !important;
        border-color: #fe8543 !important;
    }

@media (max-width:991px) {
    #header .header_mid .header_mid_inner .header-txt {
        font-size: 16px !important;
    }

    .checkout-form-subtitle,
    .checkout-register-form label,
    .checkout-login label {
        text-align: left;
        margin-bottom: 10px;
    }
}

.la-choice-section {
    padding: 30px 0;
    background-color: #c7a5d8;
}

.la-digital-box {
    padding: 20px 45px;
    background-color: #fff;
    text-align: center;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 -2px 32px -12px rgba(0, 0, 0, 0.5);
    color: #471267;
    min-height: 200px;
}

.view-plan-btn {
    background-color: #fe8543;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

    .view-plan-btn:after {
        content: '';
        display: inline-block;
        border-width: 6px;
        border-style: solid;
        margin-left: 10px;
        border-color: transparent;
        border-left-color: #fff;
        border-radius: 3px;
        margin-right: -10px;
        transform: translateY(1px);
    }

    .view-plan-btn:hover:after,
    .btn.success-start-btn:hover:after {
        border-left-color: #471267;
    }

.la-digital-box h2 {
    font-size: 38px !important;
    line-height: normal;
    padding: 0 10px;
    color: #471267;
}

.la-digital-box p {
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
}

.success-story-wrap {
    padding: 30px 20px;
}

.success-story-item-content {
    display: flex;
    align-items: center;
}

    .success-story-item-content img {
        max-width: 300px;
    }

    .success-story-item-content p {
        max-width: 90%;
        margin-left: 20px;
        text-align: center;
    }

.success-start-btn {
    background-color: #fe8543;
    text-align: center;
    margin: auto;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.btn.success-start-btn:after {
    content: '';
    display: inline-block;
    border-width: 6px;
    border-style: solid;
    margin-left: 10px;
    border-color: transparent;
    border-left-color: #fff;
    border-radius: 3px;
    margin-right: -10px;
    transform: translateY(1px);
}

.success-start-btn:hover,
.btn.success-start-btn:hover {
    color: #471267;
}

@media(max-width:767px) {
    .la-digital-box {
        margin-bottom: 20px;
        padding: 20px;
    }

    .success-story-item-content {
        flex-flow: column;
    }
}

.recommended-box {
    position: absolute;
    padding: 10px 4px;
    background-color: #ffe200;
    left: -93px;
    top: 25px;
    font-weight: 600;
    border-radius: 2px;
    color: #471267;
    max-width: 101px;
    text-align: left;
    z-index: 4;
}

    .recommended-box:after {
        content: '';
        position: absolute;
        right: -90px;
        top: -12px;
        height: 100%;
        border-width: 45px;
        border-style: solid;
        border-left-color: #ffe200;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-top-color: transparent;
        z-index: -1;
    }


/* slider */


/* This line can be removed it was just for display on CodePen: */

.slider-labels {
    margin-top: 10px;
}


/* Functional styling;
   * These styles are required for noUiSlider to function.
   * You don't need to change these rules to apply your design.
   */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    z-index: 1;
}

    .noUi-base:after {
        content: 'HEALTHY';
        position: absolute;
        left: 50%;
        top: 60px;
        font-size: 12px;
        color: #424242;
        font-weight: 600;
        transform: translateX(-50%);
    }

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top .3s;
    transition: left 0.3s, top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}


/* Painting and performance Browsers can paint handles in their own layer. */

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* Slider size and handle placement; */

.noUi-horizontal {
    height: 40px;
}

    .noUi-horizontal .noUi-handle {
        width: 20px;
        left: -10px;
        top: 42px;
        font-weight: 600;
        font-size: 14px;
    }

        .noUi-horizontal .noUi-handle:before {
            content: '';
            position: absolute;
            left: 8px;
            width: 4px;
            height: 40px;
            background-color: #fff;
            top: -42px;
        }


/* Styling; */

.noUi-background {
    background: #D6D7D9;
}

.noUi-connect {
    background: #345DBB;
    -webkit-transition: background 450ms;
    transition: background 450ms;
    background-image: linear-gradient(-45deg, #3f5603, #cdff4e);
}

.noUi-origin.noUi-background {
    background-image: linear-gradient(-45deg, #d13a0f, #fe7f5a);
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}


/* Handles and cursors; */

.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

    .noUi-handle:active {
        border: 8px solid #345DBB;
        border: 8px solid rgba(53, 93, 187, 0.38);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        left: -14px;
        top: -14px;
    }


/* Disabled state; */

[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

.noUi-origin.noUi-background .noUi-handle:after {
    content: 'OVERWEIGHT';
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    color: #424242;
    font-weight: 600;
}

.bmi-range-lable {
    font-size: 12px;
    color: #424242;
    margin-top: 10px;
    display: block;
    margin-bottom: 20px;
}

.bmi-result-wrap {
    position: relative;
    top: -80px;
    display: inline-block;
    z-index: 9;
}

.bmi-result-value {
    position: absolute;
    top: 0;
    padding-top: 5px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: white;
    border: 1px solid #989898;
    border-bottom: 0;
    color: #471267;
    font-weight: 600;
    z-index: 4;
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
}

    .bmi-result-value:after {
        content: '';
        border: 1px solid #989898;
        border-top: transparent;
        border-right: transparent;
        position: absolute;
        bottom: -12px;
        left: 4px;
        height: 25px;
        width: 25px;
        transform: rotate(-45deg);
        background-color: white;
        z-index: -1;
    }

@media (max-width:767px) {
    .noUi-base:after,
    .noUi-origin.noUi-background .noUi-handle:after,
    .bmi-range-lable {
        font-size: 10px;
    }

    .bmi-result-value {
        font-size: 12px;
        padding: 2px 6px;
    }

        .bmi-result-value:after {
            width: 28px;
            height: 28px;
            left: 5px;
            bottom: -15px;
        }
}

@media (max-width:480px) {
    .noUi-origin.noUi-background .noUi-handle:after {
        bottom: -30px;
        left: -20px;
    }
}

@media (max-width:991px) {
    .recommended-box {
        left: 50%;
        top: -44px;
        right: 10px;
        max-width: 200px;
        padding: 10px;
        width: 100%;
        transform: translateX(-50%);
        text-align: center;
    }

        .recommended-box:after {
            display: none;
        }
}

.confirmation-content {
    max-width: 620px;
    margin: auto;
}

.text-uppercase {
    text-transform: uppercase;
}

.cmsmasters_featured_block {
    /*margin: 10px;*/
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
    border-radius: 16px;
    padding: 15px;
    background-color: #fff;
}

div#topDiv {
    margin-top: 0 !important;
    background: transparent;
}

.cmsmasters_row_margin #topDiv .one_third {
    border-right: 0 !important
}

li .text_ul {
    text-decoration: underline;
}

li .yellow_text {
    color: #fa8c00;
}

li a.yellow_btn {
    background: #fa8c00;
    border: #fa8c00;
}

li a.Purple_btn {
    background: #471267;
    border: #471267;
}

li .m-0 {
    margin: 0;
}

li .p-0 {
    padding: 0;
}

.plan-description {
    padding-bottom: 0;
    text-align: center;
    margin: 10px 40px;
    color: #471267;
}

.plan-rate-wrap {
    text-align: center;
    color: #471267;
}

    .plan-rate-wrap .plan-rate {
        color: #fe8543;
    }

.cmsmasters_heading_wrapnew {
    margin-top: 10px;
}

.cmsmasters_featured_block {
    padding: 15px 0;
}

.cmsmasters_next_arrow span:after {
    content: '';
    height: 3px;
    width: 12px;
    background-color: #fff;
    display: inline-block;
}

.cmsmasters_next_arrow span:before {
    font-size: 24px;
    right: -10px !important;
}

.cmsmasters_next_arrow span:after {
    content: '';
    height: 3px;
    width: 12px;
    background-color: #fff;
    display: inline-block;
}

.cmsmasters_next_arrow span:before {
    font-size: 24px;
    right: -10px;
}

.LoginConfirm:hover {
    color: #fff;
}

.cmsmasters_heading_wrapnew .cmsmasters_heading {
    display: block;
    width: 100%;
}

.plan-importance {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 8px;
    top: -17px;
}

    .plan-importance div {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #FFE200;
    }

        .plan-importance div:nth-child(2) {
            transform: rotate(10deg);
        }

        .plan-importance div:nth-child(3) {
            transform: rotate(20deg);
        }

        .plan-importance div:nth-child(4) {
            transform: rotate(30deg);
        }

        .plan-importance div:nth-child(5) {
            transform: rotate(40deg);
        }

        .plan-importance div:nth-child(6) {
            transform: rotate(50deg);
        }

        .plan-importance div:nth-child(7) {
            transform: rotate(60deg);
        }

        .plan-importance div:nth-child(8) {
            transform: rotate(70deg);
        }

        .plan-importance div:nth-child(9) {
            transform: rotate(80deg);
        }

.cmsmasters_featured_block,
.cmsmasters_featured_block .featured_block_inner,
.cmsmasters_featured_block .cmsmasters_heading_wrap {
    overflow: visible !important;
}

.plan-importance p {
    text-align: center;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: #471267;
    position: absolute;
    z-index: 1;
    line-height: normal;
    top: 8px;
    font-family: aleo;
}

.home-banner {
    background-color: #4e1b6d;
    max-height: 445px;
    overflow: hidden;
    /*margin-top: 165px;*/
    margin-top: 128px;
}

.banner-leftside {
    float: left;
    width: 50%;
}

.banner-rightside {
    float: right;
    width: 50%;
}

.home-banner:after {
    content: '';
    display: table;
    clear: both;
}

.left-banner-inner {
    border: dashed 2px #fff;
    margin: 35px;
    padding: 30px;
    max-width: 280px;
    float: right;
    font-weight: 600;
}

    .left-banner-inner p {
        padding: 0;
        color: #fff;
        text-align: center;
    }

    .left-banner-inner .off-text {
        font-size: 100px;
        line-height: 1;
        font-weight: 600;
        text-align: center;
    }

    .left-banner-inner p .small-text {
        font-size: 12px;
        font-weight: normal;
    }

.btn-save-continue {
    color: #fff;
    background-color: #fe8543;
    padding: 6px 30px;
    font-weight: 600;
    margin: 0 auto -45px;
    display: table;
    transition: all ease 0.3s;
}

    .btn-save-continue:hover {
        background-color: white;
        color: #fe8543;
    }

.banner-rightside .banner-img {
    object-fit: cover;
    width: 100%;
}

.subscription-plan-banner {
    background-color: #aa9cb6;
    padding: 20px 20px 125px;
    color: #4e1b6d;
    /*margin-top: 125px;*/
}

    .subscription-plan-banner:after {
        content: '';
        display: table;
        clear: both;
    }

.subscription-plan-title {
    color: #4e1b6d !important;
    margin-bottom: 10px;
    text-align: center;
    font-size: 36px !important;
}

    .subscription-plan-title span {
        color: white;
    }

.subscription-plan-subtitle {
    font-size: 16px;
    text-align: center;
    color: #4e1b6d !important;
    margin-bottom: 10px;
}

.subscription-plan-feature li {
    font-size: 14px;
    font-weight: 600;
    padding: 2px;
    display: list-item;
    list-style: disc;
}

.subscription-plan-banner-inner {
    margin: auto;
    display: table;
}

.subscription-banner-leftside,
.subscription-banner-rightside {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

.subscription-banner-img {
    max-width: 200px;
}

.subscription-plan-feature li:before {
    display: none;
}

.subscription-plan-feature {
    margin-bottom: 0;
    max-width: 230px;
}

#cmsmasters_heading_5b728bc11cdec .cmsmasters_heading {
    color: #fff;
    font-weight: 600;
    font-family: inherit;
}


/*.cmsmasters_row_inner {
    transform: translateY(-160px);
}*/

@media (max-width:1024px) {
    .home-banner {
        margin-top: 0;
    }

    .header_mid_outer .header_mid_inner_td {
        /*display: none !important;*/
        height:auto !important;
    }
}

@media (max-width:767px) {
    .home-banner {
        max-height: inherit;
    }

    .banner-leftside,
    .banner-rightside {
        float: none;
        width: 100%;
    }

    .subscription-banner-leftside,
    .subscription-banner-rightside {
        display: table;
        margin: 20px auto 0;
    }
}


/*.cmsmasters_row_margin > div {
    min-height: 380px;
}*/

.cmsmasters_row_margin > div .cmsmasters_text p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

.cmsmasters_row_margin.cmsmasters_1212:nth-child(2n+2) .cmsmasters_column.one_half:first-child {
    float: right;
}

.cmsmasters_row_margin.cmsmasters_1212:nth-child(2n+1) .cmsmasters_column.one_half:last-child {
    text-align: right;
}

.cmsmasters_row_margin.cmsmasters_1212 {
    margin: 20px 0;
}

.content-block {
    display: flex;
}

.alt-content-block {
    flex-direction: row-reverse;
}


/* 17-02-2020 */

.flexslider {
    height: 100%;
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    overflow: hidden;
    box-shadow: none;
    position: relative;
}

    .flexslider .flex-viewport {
        height: 100%;
    }

    .flexslider .flex-control-nav {
        bottom: 20px;
        margin-bottom: 0;
    }

    .flexslider .slides {
        height: 100%;
    }

        .flexslider .slides li {
            height: 100%;
            padding: 0;
            overflow: hidden;
        }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
    }

        .flex-control-nav li a {
            width: 11px;
            height: 11px;
            display: block;
            background: #666;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            text-indent: -9999px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -o-border-radius: 20px;
            border-radius: 20px;
            -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
            -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
        }

            .flex-control-nav li a.flex-active {
                background: #000;
                background: rgba(255, 255, 255, 0.9);
                cursor: default;
            }

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 50px;
    height: 30px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav {
    z-index: 999;
    margin-bottom: 0;
}

    .flex-direction-nav li {
        padding: 0;
        top: 50%;
        position: absolute;
    }

        .flex-direction-nav li.flex-nav-prev {
            left: 30px;
        }

        .flex-direction-nav li.flex-nav-next {
            right: 30px;
        }

    .flex-direction-nav a:before {
        font-family: "flexslider-icon";
        font-size: 40px;
        display: block;
        content: "";
        transform: rotate(-45deg);
        border-left: 3px solid;
        border-top: 3px solid;
        border-color: #fff;
        width: 30px;
        height: 30px;
        margin: 0 8px;
    }

.flexslider .flex-viewport .slides:after {
    display: none !important;
}

.flex-direction-nav a.flex-next:before {
    transform: rotate(135deg);
}

.flex-direction-nav a.flex-next {
    right: 40px;
}

.flex-direction-nav a.flex-prev {
    left: 30px;
}

.flexslider .slides .slide-image {
    display: table;
    margin: auto;
}


/*.flexslider .slides .slide-image img.banner-img,
.flexslider .slides .slide-image {
    min-height: 400px;
    max-height: 400px;
}*/

.flex-direction-nav:after {
    display: none !important
}

.flexslider .slides .slide-image .slider-content {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

    .flexslider .slides .slide-image .slider-content.slider-content-video {
        max-width: 50%;
    }

        .flexslider .slides .slide-image .slider-content.slider-content-video video.banner-img {
            max-width: 658px;
            width: 100%;
        }

    .flexslider .slides .slide-image .slider-content a {
        display: block;
    }

    .flexslider .slides .slide-image .slider-content video.banner-img,
    .flexslider .slides .slide-image .slider-content img.banner-img {
        max-height: 460px;
        /*height: 100%;*/
    }

.flexslider .slides li::before {
    display: none;
}

@media (max-width:767px) {
    .flexslider .slides .slide-image > * {
        min-height: 168px;
    }

    .cmsmasters_heading_wrap_new {
        font-size: 20px !important;
    }

    .flex-direction-nav li.flex-nav-prev {
        left: 10px;
    }

    .flex-direction-nav li.flex-nav-next {
        right: 10px;
    }
}

@media (max-width: 1080px) and (min-width: 992px) {
    .flexslider .slides .slide-image .slider-content video.banner-img,
    .flexslider .slides .slide-image .slider-content img.banner-img {
        max-height: 360px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .flexslider .slides .slide-image {
        margin-left: -32%;
        margin-right: -32%
    }

        .flexslider .slides .slide-image,
        .flexslider .slides .slide-image img.banner-img,
        .flexslider .slides .slide-image > * {
            min-height: 260px;
            /* max-height: 260px; */
            overflow: hidden;
        }

            .flexslider .slides .slide-image .slider-content video.banner-img,
            .flexslider .slides .slide-image .slider-content img.banner-img {
                /* max-height: 260px; */
            }

    .flex-direction-nav li.flex-nav-prev {
        left: 10px;
    }

    .flex-direction-nav li.flex-nav-next {
        right: 10px;
    }
}

@media (max-width: 767px) and (min-width: 320px) {
    .flexslider .slides .slide-image {
        margin: 0 -36%;
    }

    .flex-direction-nav a.flex-prev {
        left: 0;
    }

    .flex-direction-nav a.flex-next {
        right: 0;
    }

    #page .middle_inner {
        padding: 0 !important;
    }

    .flexslider .slides .slide-image,
    .flexslider .slides .slide-image img.banner-img {
        /* min-height: 140px; */
        /* max-height: 140px; */
        overflow: hidden;
    }

        .flexslider .slides .slide-image .slider-content video.banner-img,
        .flexslider .slides .slide-image .slider-content img.banner-img {
            /* max-height: 140px; */
        }
}

@media (max-width: 1023px) and (min-width: 769px) {
    #page #cmsmasters_row_5b728bc11cb19 {
        margin-top: 0 !important;
    }

    #topDiv .one_third {
        width: 33% !important;
    }
}

@media (min-width:1024px) {
    .select-plan-choice .select-plan#topDiv {
        margin-top: -35px !important;
    }
}


/* Make the image fully responsive */

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.p-desc-ln p {
    padding-bottom: unset;
    line-height: 24px;
    text-align: center;
}

.p-title-ln p {
    padding-bottom: unset;
    line-height: 36px;
    text-align: center;
}

.wd-75 {
    width: 75%;
}

.note-editor .note-toolbar {
    z-index: unset;
}

#cmsmasters_heading_5b728bc11cd11 .cmsmasters_heading p,
.subscription-plan-title p,
.subscription-plan-subtitle p {
    display: inline-block;
    padding: unset;
}

.subscription-plan-desc p {
    padding: unset;
}

.subscription-plan-banner p {
    padding-bottom: 10px;
}

#cmsmasters_row_5b728c54be1eb {
    margin-top: -50px;
}

.loader {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999 !important;
    width: 100%;
    height: 100%;
}

    .loader img {
        width: 35px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

#cmsmasters_heading_5b728bc11cd11 .cmsmasters_heading strong {
    color: #471267;
    font-size: 30px;
}

.overflow-visible {
    overflow: visible !important;
}

.text-center p {
    text-align: center;
}

li.feature_product-name p {
    display: inline-block;
    padding-bottom: unset !important;
}

.pricing_title p {
    padding-bottom: unset !important;
}

.headline_text .entry-title p,
.cmsmasters_column #cmsmasters_heading_5b728bf974fb5 p {
    display: inline-block;
    padding-bottom: unset !important;
}

#cmsmasters_pricing_item_5b728bc10a4a7 .cmsmasters_pricing_item_inner .pricing_title p {
    display: inline-block;
    padding-bottom: unset !important;
}

.formate-product-name-inline a p,
.woocommerce-mini-cart-item mini_cart_item a.miniFrame p {
    display: inline-block;
    padding-bottom: unset !important;
}

a.miniFrame p,
.cmsmasters_row_margin .cmsmasters_column.one_third h3 p {
    display: inline-block !important;
    padding-bottom: unset !important;
}

.cmsmasters_row_margin.cmsmasters_11 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#tidio-chat iframe {
    z-index: 1 !important;
}


.pb-20 {
    padding-bottom: 20px;
}

.cmsmasters_column.product-detail-block {
    min-width: 65%;
}

.freeDietForm .form_info {
    text-align: center;
}

.margin-30 {
    margin-left: 30px;
}

@media (min-width:1025px) {
    .home-banner.how-la-work-banner {
        margin-top: 7px;
    }
}

@media (min-width: 576px) and (max-width:768px) {
    .cmsmasters_row_margin #topDiv .one_third .cmsmasters_featured_block {
        margin: 6px 0;
    }
}

@media (min-width: 769px) {
    .cmsmasters_row_margin #topDiv .one_third .cmsmasters_featured_block {
        margin: 6px;
    }
}

.button_wrap_custom .cmsmasters_prev_arrow span:before,
.button_wrap_custom .cmsmasters_next_arrow span:before {
    font-size: 24px !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
}

.button_wrap_custom .cmsmasters_prev_arrow span:after,
.button_wrap_custom .cmsmasters_next_arrow span:after {
    display: none;
}

.button_wrap_custom .cmsmasters_prev_arrow,
.button_wrap_custom .cmsmasters_next_arrow {
    height: 29px !important;
}

    .button_wrap_custom .cmsmasters_prev_arrow span,
    .button_wrap_custom .cmsmasters_next_arrow span {
        width: 20px !important;
    }

#recurringModel .modal-header {
    border: 0;
    text-align: center;
    padding-top: 30px;
    position: relative;
}

    #recurringModel .modal-header .modal-title {
        color: #1b1b1b;
    }

    #recurringModel .modal-header button.close {
        position: absolute;
        right: 10px;
        top: 10px;
        opacity: 0.5;
    }

#recurringModel .modal-body button,
.cmsmasters_pricing_but_wrap button {
    display: block;
    border-radius: 8px !important;
    border-width: 2px !important;
    align-content: center;
    width: 46%;
    height: 52px;
    box-sizing: border-box;
    justify-content: center;
    line-height: normal;
    box-shadow: 0 16px 18px -10px rgba(0, 0, 0, 0.5);
}

#recurringModel .modal-body {
    display: flex;
    flex-direction: row-reverse;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
}

#recurringModel .modal-body button#btnnonerecurring,
.cmsmasters_pricing_but_wrap button#btnnonerecurring {
    background-color: #471267 !important;
    color: #fff !important;
    border-color: #471267 !important;    
}

#recurringModel .modal-body button#btnnonerecurring:hover,
.cmsmasters_pricing_but_wrap button#btnnonerecurring:hover {
    background-color: #fff !important;
    color: #471267 !important;
    border-color: #471267 !important;
    display: block;
}

    #recurringModel .modal-body button#btnrecurring,
    .cmsmasters_pricing_but_wrap button#btnrecurring {
        background-color: #fe8543 !important;
        color: #fff !important;
        border-color: #fe8543 !important;
        margin: 0 !important;
    }

        #recurringModel .modal-body button#btnrecurring:hover,
        .cmsmasters_pricing_but_wrap button#btnrecurring:hover {
            border-color: #fe8543 !important;
            color: #fe8543 !important;
            background-color: #fff !important;
            border-radius: 8px !important;
        }

.cmsmasters_pricing_but_wrap {
    padding: 20px !important;
}

@media (max-width:991px) {
    /* for slider */
    .flexslider .slides li {
        transform: scale(1.3);
        margin-top: 50px;
    }
}

@media (max-width:767px) {
    #recurringModel .modal-body {
        justify-content: space-evenly;
    }

    /* for slider */
    .flexslider .slides li {
        transform: scale(1.3);
        margin-top: 30px;
    }
}


#recurringModel .modal-body button {
    line-height: 48px;
}

#topDiv .cmsmasters_heading_wrap .text-center {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
}

#topDiv .featured_block_text .ii,
#topDiv .featured_block_text .ii .cmsmasters_heading_wrap {
    height: 100%;
    margin: 0 !important;
}

#topDiv .cmsmasters_heading_wrap .text-center .p-desc-ln {
    margin: auto;
    display: flex;
    align-items: center;
}

#topDiv .featured_block_text {
    padding-bottom: 60px;
}

#slider-range {
    margin-top: 48px;
}

@media (max-width: 991px) {
    #tidio-chat {
        display: none;
    }
}

@media (min-width:768px) {
    .cmsmasters_pricing_table .cmsmasters_pricing_item {
        min-width: 500px;
        width: 100%;
    }
}

.cmsmasters_pricing_table.cmsmasters_shopView {
    margin-left: auto;
    margin-right: auto;
}
#header .navigation a {
    white-space: nowrap;
}