/* Webfont: Montserrat-Bold */
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('https://femmelean.com/FemmeLean-home/fonts/Montserrat-Bold.otf') format('opentype'),
        /* OpenType font */
        url('https://femmelean.com/FemmeLean-home/fonts/Montserrat-Bold.ttf') format('truetype'),
        url('https://femmelean.com/FemmeLean-home/fonts/Montserrat-Bold.woff') format('woff');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: Montserrat-Medium */
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('https://femmelean.com/FemmeLean-home/fonts/Montserrat-Medium.otf') format('opentype'),
        /* OpenType font */
        url('https://femmelean.com/FemmeLean-home/fonts/Montserrat-Medium.ttf') format('truetype'),
  url('https://femmelean.com/FemmeLean-home/fonts/Montserrat-Medium.woff') format('woff');
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
}

/* Webfont: Montserrat-Light */
@font-face {
    font-family: 'Montserrat-Light';
    src: url('https://femmelean.com/FemmeLean-home/fonts/Montserrat-Light.otf') format('opentype'),
        /* OpenType font */
        url('https://femmelean.com/FemmeLean-home/fonts/Montserrat-Light.ttf') format('truetype'),
  url('https://femmelean.com/FemmeLean-home/fonts/Montserrat-Light.woff') format('woff');
    font-style: normal;
    font-weight: lighter;
    text-rendering: optimizeLegibility;
}

/* Webfont: Montserrat-Black */
@font-face {
    font-family: 'Montserrat-Black';
    src: url('https://femmelean.com/FemmeLean-home/fonts/Montserrat-Black.otf') format('opentype'),
        /* OpenType font */
        url('https://femmelean.com/FemmeLean-home/fonts/Montserrat-Black.ttf') format('truetype'),
  url('https://femmelean.com/FemmeLean-home/fonts/Montserrat-Black.woff') format('woff');
    font-style: normal;
    font-weight: 900;
    text-rendering: optimizeLegibility;
}

/* Webfont: Montserrat-SemiBold */
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('https://femmelean.com/FemmeLean-home/fonts/Montserrat-SemiBold.otf') format('opentype'),
        /* OpenType font */
        url('https://femmelean.com/FemmeLean-home/fonts/Montserrat-SemiBold.ttf') format('truetype'),
  url('https://femmelean.com/FemmeLean-home/fonts/Montserrat-SemiBold.woff') format('woff');
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}

/* Webfont: Montserrat-ExtraBold */
@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('https://femmelean.com/FemmeLean-home/fonts/Montserrat-ExtraBold.otf') format('opentype'),
        /* OpenType font */
        url('https://femmelean.com/FemmeLean-home/fonts/Montserrat-ExtraBold.ttf') format('truetype'),
  url('https://femmelean.com/FemmeLean-home/fonts/Montserrat-ExtraBold.woff') format('woff');
    font-style: normal;
    font-weight: 800;
    text-rendering: optimizeLegibility;
}

/* Webfont: Montserrat-Regular*/
@font-face {
    font-family: 'Montserrat-Regular';
    src:
        url('https://femmelean.com/FemmeLean-home/fonts/Montserrat-Regular.ttf') format('truetype'),
  url('https://femmelean.com/FemmeLean-home/fonts/Montserrat-Regular.woff') format('woff');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
    font-family: 'Montserrat-Regular';
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
strong{
font-family: 'Montserrat-Bold';
  font-style: normal;
    font-weight: bold;
}


img {
    max-width: 100%;
}

.custom_wraper_cmn {
    max-width: 1170px;
    margin: 0 auto;
}

.banner_sec {
    background: url(https://femmelean.com/FemmeLean-home/images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 85px 0;
}

.banner_sec .text_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

h1 {
    max-width: 848px;
    font-family: "Montserrat", sans-serif;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 60px;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 0;
}

p {
    font-family: "Montserrat", sans-serif;
    font-family: 'Montserrat-Regular';
    font-weight: normal;
    font-size: 20px;
}

.text-ocean {
    color: #00c98e;
}

.text-white {
    color: #ffffff;
}

.second_sec {
    padding: 50px 0;
}

.second_sec p {
    font-family: "Montserrat", sans-serif;
    font-family: 'Montserrat-Regular';
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 41px;
}

.second_sec p:last-child {
    margin-bottom: 0;
}


.third_sec .content_wraper {
    border: 1px solid #bfbfbf;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04);
    border-radius: 11px;
}

.third_sec .heading {
    font-family: "Montserrat",
        sans-serif;
        font-family: 'Montserrat-Bold', sans-serif;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 31px;
}

.third_sec .heading.text-red {
    color: #de0d0d;
}

.third_sec .images_wrap {
    margin-right: 10px;
}

.third_sec .images_wrap img {
    width: 100%;
    height: auto;
}

.third_sec .content_wraper {
    width: 100%;
    padding: 43px 45px;
    margin-bottom: -144px;
    position: relative;
    z-index: 1;
    background: #ffffff;
}

.third_sec p {
    margin-bottom: 20px;
    line-height: 1.51;
}

.synthetic_toxins_box {
    background: #fbf3f3;
    display: flex;
    padding: 18px 20px;
    margin-bottom: 20px;
}

.synthetic_toxins_box .images_wrap {
    width: 10%;
    margin-right: 16px;
}

.synthetic_toxins_box .images_wrap img {
    width: 100%;
    height: auto;
}

.synthetic_toxins_box p {
    width: calc(90% - 16px);
    margin-bottom: 0;
}

.third_sec .image_grid_box .img_box_one {
    margin-right: 0.5em;
}

.third_sec .image_grid_box .img_box_two {
    margin-left: 0.5em;
}

.third_sec .image_grid_box .img_box_three {

    margin: 1em 0;
}

.third_sec .image_grid_box .img_box_four {
    margin-right: 0.5em;
}

.third_sec .image_grid_box .img_box_five {
    margin-left: 0.5em;
}

.third_sec .image_grid_box .img_box img {
    width: 100%;
    height: auto;
}

.third_sec .good_news {

    font-family: "Montserrat",
        sans-serif;
    font-size: 24px;

    text-align: center;
    line-height: 1.5;
    max-width: 688px;
    margin: 0 auto;
    margin-top: 46px;
}

.third_sec .good_news strong {
    font-family: 'Montserrat-Bold', sans-serif;
    font-weight: bold;
}


.third_sec_divider {
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 0;
    border-radius: 15px;
    border: 1px solid #a5a5a5;
}

.third_sec p.mrg_btm_47 {
    margin-bottom: 40px;
}

.fourth_sec {
    background: #f1f8fd;
    padding: 144px 0 60px 0;
}

.third_cmn_header {
    font-family: "Montserrat",
        sans-serif;
        font-family: 'Montserrat-Bold', sans-serif;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    color: #0c3e6a;
    margin-bottom: 50px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.fourth_sec .third_cmn_header {
    max-width: 1008px;

}

.fourth_sec .image_wrap {
    position: relative;
}

.fourth_sec .image_wrap img {
    position: absolute;
    max-width: 122%;
    right: 0;
    top: 7px;
}

.mrg_btm_40 {
    margin-bottom: 40px;
}

.mrg_btm_38 {
    margin-bottom: 38px;
}

.mrg_btm_30 {
    margin-bottom: 30px;
}

.mrg_top_40 {
    margin-top: 40px;
}

.mrg_top_60 {
    margin-top: 60px;
}

.thanks_unique_box {
    border: 1px solid #c31563;
    /* background-color: #c31563; */
    border-radius: 7px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.thanks_unique_left_box {
    width: 57.021%;
    padding: 30px 25px 40px 29px;
    background-color: #c31563;

}


.thanks_unique_left_box p {
    color: #ffffff;
    margin-bottom: 0;
}

.thanks_unique_right_box {
    width: calc(100% - 57.021%);
    background: #ffffff;
    display: flex;
    align-items: center;
    position: relative;
}

.thanks_unique_right_box::after {
    content: '';
    width: 10px;
    height: 27px;
    background: url(https://femmelean.com/FemmeLean-home/images/shape2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 45%;
    left: 0;
}

.thanks_unique_right_sngl_icon {
    width: 33.33%;
    text-align: center;
}

.thanks_unique_right_sngl_icon p {
    margin-top: 17px;
    margin-bottom: 0;
}

.fifth_sec {
    padding: 56px 0;
}

.fifth_sec .third_cmn_header {
    max-width: 633px;

}

.mrg_btm_29 {
    margin-bottom: 29px;
}


.cmn_custm_sub_text {
    font-family: "Montserrat",
        sans-serif;
        font-family: 'Montserrat-Regular';
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
    max-width: 678px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.cnm_check_list {
    padding-left: 0;
}

.cnm_check_list li {
    list-style: none;
    position: relative;
    font-weight: bold;
    font-family: "Montserrat",
        sans-serif;
        font-family: 'Montserrat-Bold', sans-serif;
    line-height: 2.2;
    font-size: 22px;
    padding-left: 55px;
}

.cnm_check_list li::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    background: url(https://femmelean.com/FemmeLean-home/images/tick.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 27px;
    height: 22px;
}

.fifth_sec_btm_desc {
    max-width: 882px;
    margin: 0 auto;
    text-align: center;
}

.mrg_top_26 {
    margin-top: 26px;
}

.mrg_btm_43 {
    margin-bottom: 43px;
}

.sixth_sec {
    background: #f1f8fd;
    padding: 55px 0;
}

.sixth_sec .third_cmn_header {
    max-width: 561px;
}

.sixth_sec .cmn_custm_sub_text {
    max-width: 804px;
    font-weight: normal;
    font-family: 'Montserrat-Regular';
}

.sixth_sec .main_img_wrap{
  text-align: center;
}

.single_ingr_box {
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);
    border-radius: 7px;
    background: #ffffff;
    padding: 13px;
    max-width: 1074px;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 12px;
}

.single_ingr_box_content {
    padding-top: 25px;
}

.single_ingr_box_hd {
    font-family: "Montserrat",
        sans-serif;
        font-family: 'Montserrat-Bold', sans-serif;
    font-weight: bold;
    color: #0c3e6a;
    height: 1.5;
    font-size: 26px;
}

.single_ingr_box_para {
    margin-bottom: 0;
}

.mrg_top_58 {
    margin-top: 58px;
}

.button_wrap {
    text-align: center;
}

.button_wrap a {
    display: inline-block;
}

.button_wrap a img {
    width: 100%;

}

.btn_bottom_img {
    text-align: center;
}

.btn_bottom_img img {
    max-width: 100%;
    margin: 5px 0;
}

.seventh_sec {
    padding: 55px 0 64px 0;
}

.cd_color {
    color: #c31563;
}

.mrg_btm_48 {
    margin-bottom: 48px;
}

.single_bonous_box_wrap {
    max-width: 969px;
    margin: 0 auto;
    border: 2px solid #0c3e6a;
    border-radius: 15px;
    overflow: hidden;
}

.single_bonous_box_header {
    background: #0c3e6a;
    padding: 22px 33px 12px 33px;
}

.single_bonous_box_header .box_hd_top {
    color: #fff000;
    font-size: 22px;
    font-family: "Montserrat",
        sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
}

.single_bonous_box_header .single_bonous_box_hd {
    color: #FFFFFF;
    font-size: 30px;
    font-family: "Montserrat",
        sans-serif;
        font-family: 'Montserrat-Bold', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
}

.single_bonous_box_content {
    padding: 35px 29px;
}

.single_bonous_box_content P {}

.single_bonous_box_image img {}

.single_bonous_box_hd .strike_through_price {
    position: relative;
}

.single_bonous_box_hd .strike_through_price::before {
    position: absolute;
    content: '';
    background: url(https://femmelean.com/FemmeLean-home/images/strike.png);
    top: 0;
    left: 0;
    z-index: 1;
    width: 115%;
    height: 100%;
    transform: rotate(-4deg);
    background-repeat: no-repeat;
}

.mrg_btm_24 {
    margin-bottom: 24px;
}

.eight_sec {
    background: url(https://femmelean.com/FemmeLean-home/images/bg.png);
    background-position: center;
    background-size: cover;
    padding: 54px 0 57px 0;
}

.eight_sec .third_cmn_header {
    max-width: 573px;
    margin-bottom: 30px;
}

.single_rvw_wper {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 33px 30px 17px;
    border-radius: 7px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);
}

.single_rvw_wper_mgg_btm_25 {
    margin-bottom: 25px;
}

.single_rvw_pro {
    width: 131px;
}

.single_rvw_content {
    width: calc(100% - 131px);
}

.single_rvw_content_name {
    font-size: 24px;
    font-family: "Montserrat",
        sans-serif;
        font-family: 'Montserrat-Bold', sans-serif;
    font-weight: bold;
    margin-bottom: 2px;
    line-height: 1;
}

.single_rvw_content_star {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 17px;
}

.rev_star_img_wrap {
    display: inline-block;
    margin-right: 10px;
}

.veerifed_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.verified_text {
    font-size: 18px;
    /* font-family: "Montserrat",
        sans-serif; */
    /* Myriad Pro */
    font-weight: normal;
    color: #838383;
    margin-right: 10px;
    margin-top: 8px;
}

.veerifed_tick_wrap {
    display: inline-block;
}

.tag_line_rev {
    font-size: 26px;
    font-family: "Montserrat",
        sans-serif;
        font-family: 'Montserrat-Bold', sans-serif;
    font-weight: bold;
    margin-bottom: 19px;
}

.rev_desc {
    font-size: 20px;
    font-family: "Montserrat",
        sans-serif;
        font-family: 'Montserrat-Regular';
    font-weight: normal;
    margin-bottom: 17px;
}

.rev_date_hd {
    font-size: 24px;
    font-family: "Montserrat",
        sans-serif;
        font-family: 'Montserrat-Bold', sans-serif;
    font-weight: bold;
}

.rev_date_box {
    font-size: 24px;
    font-family: "Montserrat";
}

.nine_sec {
    padding: 52px 0 59px 0;
}

.nine_sec .third_cmn_header {
    max-width: 842px;
    margin-bottom: 48px;
}

.nine_sec_text p {
    line-height: 1.52;
}

.nine_sec_img_wrap {
    padding-left: 10px;
}

.ten_sec {
    padding-bottom: 50px;
}

.ten_sec .third_cmn_header {
    font-size: 44px;
    line-height: 1.25;
    max-width: 950px;
}

.ten_sec_icon_wrap_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}

.ten_sec_icon_box {
    text-align: center;
    padding: 0 40PX;
}

.ten_sec_icon_box .ten_sec_icon_box_img_wrap {
    margin-bottom: 20px;
}

.ten_sec_icon_box .ten_sec_icon_box_img_wrap img {}

.ten_sec_icon_box .ten_sec_icon_box_title {
    font-family: "Montserrat",
        sans-serif;
        font-family: 'Montserrat-Bold', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
}

.ten_sec_icon_box_divider {
    background-color: #dddddd;
    height: 174PX;
    width: 2PX;
}

.eleven_sec .eleven_sec_main_img {
    margin-bottom: -174px;
}

.twelve_sec {
    background: #f1f8fd;
    padding: 228px 0 50px 0;
}

.twelve_sec .third_cmn_header {
    max-width: 736px;
}

.twelve_sec_grid_img_box img {
    width: 100%;
}

.twelve_sec_grid_img_box_inner {
    /* display: flex;
    flex-wrap: wrap; */
}

.twelve_sec_grid_img_box_inner_left {
    /* width: 43%;
    margin-right: 4%; */
    float: left;
    display: inline-block;
}

.twelve_sec_grid_img_two {
    margin-top: 25px;
}

.twelve_sec_grid_img_box_inner_right {
    /* width: 53%; */
    float: right;
}

.all_chk_lst_container {
    max-width: 974px;
    margin: 0 auto;
}

.clear_fix {
    clear: both;
}

.twelve_sec_mrg_btm_32 {
    margin-bottom: 32px;
}

.fourteen_sec {
    background: #f1f8fd;
    padding: 57px 0;
}

.accordion.fourteen_sec_cust_accordion {
    max-width: 973px;
    margin: 0 auto;
}

.accordion.fourteen_sec_cust_accordion .accordion-item {
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid #a4a6a8;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.accordion.fourteen_sec_cust_accordion .accordion-item .accordion-header .accordion-button {
    padding: 20px 28px;
}

.accordion.fourteen_sec_cust_accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #0c3e6a;
    color: #ffffff;
}

.accordion.fourteen_sec_cust_accordion .accordion-item .accordion-header .accordion-button {
    font-family: "Montserrat",
        sans-serif;
        font-family: 'Montserrat-Bold', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #0c3e6a;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-button::after {

    background-image: url(https://femmelean.com/FemmeLean-home/images/accordianplus.png);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(https://femmelean.com/FemmeLean-home/images/accordianminus.png);
    width: 1.25rem;
    height: .5rem;
    transform: none;
}

.accordion.fourteen_sec_cust_accordion .accordion-item .accordion-body {
    padding: 40px 28px;
}

.accordion.fourteen_sec_cust_accordion .accordion-item .accordion-body p {
    margin-bottom: 40px;
}

.accordion.fourteen_sec_cust_accordion .accordion-item .accordion-body p:last-child {
    margin-bottom: 0;
}


.thirteen_sec {
    padding: 48px 0 69px 0;
}

.thirteen_sec .third_cmn_header {
    font-family: "Montserrat", sans-serif;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    max-width: 882px;
}

.thirteen_sec .third_cmn_header em {
    font-family: "Montserrat", sans-serif;
    font-family: 'Montserrat-Black';
    font-size: 30px;
    font-weight: 900;
    color: #c9226f;
    font-style: normal;

}

.product_box {
    text-align: center;
    border: 2px solid #ac5b80;
    border-radius: 15px;
    background: #fff;
}

.product_box.product_middle_box {
    border: 2px solid #c9226f;
}

.product_box img {
    max-width: 100%;
}

.product_box .product_body {
    padding: 19px 15px 8px 15px;
}

.product_box .product_header {
    background: #b37290;
    border-radius: 15px 15px 0 0;
    padding: 11px;
}

.product_box .product_header p {
    font-family: "Montserrat", sans-serif;
    font-family: 'Montserrat-SemiBold';
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
}

.product_box .product_header h4 {
    font-family: "Montserrat", sans-serif;
    font-family: 'Montserrat-ExtraBold';
    font-size: 2.546rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 0;
}

.product_body .supply p {
    font-family: "Montserrat", sans-serif;
    font-family: 'Montserrat-ExtraBold';
    font-size: 22px;
    font-weight: 800;
    color: #000;
    line-height: 1.5;
}

.product_box .product_body .pricebox {
    margin-top: 30px;
}

.product_box .product_body .pricebox_disabled {
    opacity: 0.5;
    cursor: default;
}

.product_box .product_body .pricebox .pricepara .img_box img {
    margin-right: 9px;
}

.product_box .product_body .pricebox .pricepara .img_box {
    font-family: "Montserrat", sans-serif;
    font-family: 'Montserrat-Medium';
    font-size: 17px;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
}

.product_box .product_body .pricebox .pricepara .content_box .price {
    font-family: "Montserrat", sans-serif;
    font-family: 'Montserrat-Medium';
    font-size: 17px;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
    text-decoration: line-through;
    margin-right: 7px;
}

.product_box .product_body .pricebox .pricepara .content_box .charges {
    font-family: "Montserrat", sans-serif;
    font-family: 'Montserrat-SemiBold';
    font-size: 17px;
    font-weight: 600;
    color: #ff0000;
    line-height: 1.5;
}

.product_box .product_body .pricebox .pricepara_divider {
    width: 100%;
    border: 1px solid #d7d7d7;
    margin: 11px 0;
}


.product_box .product_body .bottle_price p {
    font-family: "Montserrat", sans-serif;
    font-family: 'Montserrat-SemiBold';
    font-size: 48px;
    font-weight: 600;
    color: #c9226f;
    line-height: 1.27;
    margin-bottom: 2px;
}

.product_box .product_body .bottle_price p span {
    font-family: "Montserrat", sans-serif;
    font-family: 'Montserrat-SemiBold';
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 1.5;
}

.actual_price p {
    font-family: "Montserrat", sans-serif;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #000;
}


.product_box .pricebox {
    text-align: left;
}

.product_box .pricebox .pricepara {
    display: flex;
    justify-content: space-between;
}

.product_box .pricebox .price {
    text-decoration: line-through;
}

.product_box .buy_now img {
    max-width: 310px;
    margin: auto;
}

.product_box .actual_price p span {
    font-family: "Montserrat", sans-serif;
    font-family: 'Montserrat-Medium';
    font-size: 26px;
    font-weight: 500;
    color: #000;
    position: relative;
}

.product_box .actual_price p span::before {
    content: '';
    background: url(https://femmelean.com/FemmeLean-home/images/strike_price.png);
    position: absolute;
    width: 106%;
    height: 106%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(356deg);
}

.product_box .card_image {
    max-width: 175px;
    margin: auto;
}

.product_box .product_body .money_back {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.product_box .product_body .money_back img {
    margin-right: 7px;
}

.product_box .product_body .money_back p {
    font-family: "Montserrat", sans-serif;
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.product_box .product_body .you_save_text_box p {
    font-family: "Montserrat", sans-serif;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 10px;
}

.visibility_hidden {
    visibility: hidden;
}

.product_box.product_middle_box {
    transform: scale(1.03);
}

.product_box.product_middle_box .product_header {
    background: #c9226f;
}

.product_box.product_middle_box .product_header p {
    color: #fff000;
    text-transform: uppercase;
}

.fifteen_sec {
    padding-top: 55px;
    padding-bottom: 50px;
}

.reference_box {
    margin-top: 26px;
}

.reference_box .reference_box_hd {
    font-family: "Montserrat", sans-serif;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #000;
    line-height: 1.5;
    margin-bottom: 20px;

}

.reference_box ol {
    padding-left: 1.25rem;
}

.reference_box ol li {
    font-family: "Montserrat", sans-serif;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 1.8;
    padding-left: 16px;
}


/* Responsive */
@media (max-width:1199px) {
    .product_box .buy_now img {
        width: 100%;
    }

    .hide_1199 {
        display: none;
    }
}
@media (min-width:992px) {
    .desk_hide {
        display: none;
    }
}
@media screen and (max-width:991px) and (min-width:768px){
  
}
@media screen and (max-width:991px) and (min-width:768px) {
    .single_ingr_box .image_wrap img {
        width: 100%;
    }

    .sixth_sec .main_img_wrap img {
        width: 100%;
    }
  .tab_hide{display:none}
  .fourth_sec .image_wrap img{
        max-width: 100%;
  }
  .single_ingr_box_content {
    padding-top: 0;
}
}
@media screen and (max-width:991px) and (min-width:768px){
  .thanks_unique_left_box {
        padding: 15px 12px 12px 12px;
    }

    .thanks_unique_left_box p {
        text-align: center;
    }

    .thanks_unique_left_box {
        width: 100%;
    }

    .thanks_unique_right_box::after {
        top: -5%;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: rotate(90deg);
    }

    .thanks_unique_right_box {
        width: 100%;
        padding: 32px 10px;
    }
  
  .ten_sec_icon_box .ten_sec_icon_box_title{
    font-size: 17px;
    
  }
  .ten_sec_icon_box {
    text-align: center;
    padding: 0 21PX;
}
}

@media screen and (max-width:768px) and (min-width:768px){
  
}

@media (max-width:767px) {
  .accordion.fourteen_sec_cust_accordion .accordion-item .accordion-header .accordion-button{
    font-size: 19px;
    line-height: 1.5;
  }
  .nine_sec .pe-0 {
   padding-right:0.75rem !important;
  }
  .mob_width_100_cent{
    width:100%;
  }
  .mob_text_center{
    text-align:center !important;
  }
  .banner_sec .text_box {
    align-items: center;
  }
   .banner_sec .text_box h1:last-child {
max-width:294px
    }
    .mob_hide {
        display: none;
    }

    .banner_sec {
        padding: 35px 0;
    }

    h1 {
        /*font-size: 30px;*/
      font-size: 29px;
        text-align: center;

    }

    .third_sec .content_wraper {
        padding: 36px 6px;
    }

    .third_sec .images_wrap {
        margin-right: 0;
    }

    .bio_bac_img {
        margin-bottom: 35px;
    }

    .third_sec .heading {
        font-size: 28px;
    }

    .synthetic_toxins_box {
        padding: 15px 8px;
    }

    .synthetic_toxins_box .images_wrap {
        width: 17%;

    }

    .synthetic_toxins_box .images_wrap img {
        width: 89%;
    }


    .third_sec .mob_mt-5-none {
        margin-top: 0 !important;
    }

    .third_sec .mrg_y_30_mob {
        margin: 30px 0;
    }

    .third_sec .mrg_btm_30_mob {
        margin-bottom: 30px;
    }

    .third_sec p.mrg_btm_47 {
        margin-bottom: 30px;
    }

    .third_sec .mrg_btm_0_mob {
        margin-bottom: 0 !important;
    }


    .third_sec .good_news {
        margin-top: 0;
    }

    .third_cmn_header {
        font-size: 28px;
        line-height: 1.4;
    }

    .fourth_sec .image_wrap img {
        position: static;
      max-width: 100%;
    }

    .thanks_unique_left_box {
        padding: 15px 12px 12px 12px;
    }

    .thanks_unique_left_box p {
        text-align: center;
    }

    .thanks_unique_left_box {
        width: 100%;
    }

    .thanks_unique_right_box::after {
        top: -5%;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: rotate(90deg);
    }

    .thanks_unique_right_box {
        width: 100%;
        padding: 32px 10px;
    }

    .cnm_check_list li {
        font-size: 20px;
        padding-left: 38px;
    }

    .cnm_check_list li::before {
        top: 16px;
        width: 22px;
        height: 16px;
    }

    .single_ingr_box_content {
        text-align: center;
    }

    .seventh_sec .third_cmn_header {
        width: 92%;
    }

    .single_bonous_box_header {
        padding: 22px 7px 12px 7px;
    }

    .single_bonous_box_header .single_bonous_box_hd {
        font-family: 'Montserrat-SemiBold';
        font-size: 24px;
        font-weight: 600;
    }

    .single_bonous_box_wrap .single_bonous_box_content {
        padding: 35px 5px;
    }

    .single_bonous_box_wrap .single_bonous_box_content .flex_col_reverse_mob {
        flex-direction: column;
        flex-direction: column-reverse;
    }
  
  .single_bonous_box_content_inner {
    padding: 0 10px;
}

    .single_bonous_box_wrap .single_bonous_box_content .single_bonous_box_image {
      max-width: 245px;
        margin: 0 auto;  
      margin-bottom: 24px;
      text-align: center;
    }

    .single_rvw_wper {
        padding: 30px 10px 30px 10px;
    }

    .single_rvw_pro {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .single_rvw_pro_pic_wrap {
        margin-right: 10px;
              width: 108px;
    }

    .rev_star_img_wrap {
        max-width: 123px;
        margin-right: 6px;
    }

    .verified_text {
        margin-right: 6px;
    }

    .single_rvw_content {
        width: 100%;
    }

    .rev_date_hd {
        font-size: 20px;
    }

    .rev_date_box {
        font-size: 19px;
    }

    .ten_sec_icon_box .ten_sec_icon_box_title {
        font-size: 1.069rem;
    }

    /* ----- */

    .product_box .product_header p {}

    .product_box .product_header h4 {
        font-size: 2.054rem;
    }

    .product_box .product_body {
        padding: 19px 0 8px 0;
    }

    .product_body .product_body_flex_inner {
        display: flex;
        flex-wrap: wrap;
    }

    .product_body .product_body_flex_inner .product_body_inner_left {
        width: 50%;
        padding: 0 0 0 5px;
    }

    .product_body .product_body_flex_inner .product_body_inner_right {
        width: 50%;
        padding: 0 5px 0 5px;
    }

    .product_body .buy_now a {
        width: 100%;
    }

    .product_body .buy_now a img {
        width: 100%;
    }

    .product_body .supply p {
        max-width: 100px;
        margin: 0 auto;
        margin-bottom: 19px;
    }

    .product_box .product_body .bottle_price p {
        font-size: 46px;
    }

    .product_box .product_body .you_save_text_box p {
        font-size: 18px;
    }

    .actual_price p {
        font-size: 24px;
    }

    .product_box .product_body .product_body_inner_right .card_image {
        max-width: 144px;
        margin-top: 10px;
        margin: 0 auto;
    }

    .product_box.product_middle_box {
        transform: scale(1);
    }

    /* ---- */
    .nine_sec_img_wrap {
        padding-left: 0
    }

    .ten_sec .third_cmn_header {
        font-size: 32px;
        max-width: 307px;
    }


    .ten_sec_icon_box {
        width: 45%;
        padding: 0;
    }

    .ten_sec_icon_box:nth-child(1) {
        border-right: 1px solid #bebebe;
        border-bottom: 1px solid #bebebe;
        padding-bottom: 18px;
    }

    .ten_sec_icon_box:nth-child(3) {
        border-left: 1px solid #bebebe;
        border-bottom: 1px solid #bebebe;
        padding-bottom: 18px;
    }

    .ten_sec_icon_box:nth-child(5) {
        border-right: 1px solid #bebebe;
        border-top: 1px solid #bebebe;
        padding-top: 18px;
    }

    .ten_sec_icon_box:nth-child(7) {
        border-left: 1px solid #bebebe;
        border-top: 1px solid #bebebe;
        padding-top: 18px;
    }

    .ten_sec_icon_box_divider {}

    .eleven_sec {
        padding-bottom: 40px;
    }

    .twelve_sec {
        padding-top: 50px;
    }

    .eleven_sec .eleven_sec_main_img {
        margin-bottom: 0;
    }

    /* ----- */
}