.main_product_description {
    font-family: 'Roboto';
    background-color: #fff;
}

.pro_one_sec {
    padding: 80px 0 0 !important;
}

.woocommerce-product-gallery {
    margin-bottom: 0;
}

.pro_one_sec h3 {
    font-size: 31px;
    margin-bottom: 30px;
    font-weight: 700;
}

.pro_one_sec p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #000;
}

.right_dosed h4 {
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 0;
    font-family: 'Roboto';
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.right_dosed img {
    height: auto;
    width: 100px;
    margin: auto;
    display: block;
}

.pro_one_sec h5 {
    font-size: 20px;
    margin-bottom: 3px;
    font-weight: 700;
    color: #000;
}

.left_pro_dscc ul {
    padding: 10px 10px 10px 25px;
    list-style: disc;
}

.left_pro_dscc ul li {
    list-style: disc;
    color: #000;
}

.left_pro_dscc ol {
    list-style: decimal;
}

.left_pro_dscc ol li {
    list-style: decimal;
    color: #000;
}

.ingredient_sec {
    margin-top: 10px;
}

.ingredient_sec .ingredient_content h5 {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 700;
    margin: 0px 0 10px;
}

.ingredient_content {
    display: none;
}

.accordion_area h4 {
    font-family: 'Roboto';
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    margin: 0 0 14px;
    display: block;
    color: #000000;
    cursor: pointer;
}

.accordion_area .left_arrow {
    max-width: 12px;
    width: 100%;
    vertical-align: middle;
    -moz-transition: all 550ms linear;
    -webkit-transition: all 550ms linear;
    transition: all 550ms linear;
}

.accordion_area .down_arrow_rotate {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.black_box_supplement {
    position: relative;
    padding-top: 400px;
    padding-bottom: 300px;
    background: #2a2a2a;
    overflow-x: hidden;
}

.black_box_supplement:after {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 300px solid #fbfbfb;
    border-left: 2050px solid transparent;
}

.black_box_supplement:before {
    top: 0;
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 300px solid white;
    border-right: 2050px solid transparent;
}


.message {
    margin-top: 66px;
    padding-top: 46px;
    border-top: 1px solid #ccc;
}

.message p {
    font-size: 13px;
    color: #1b1f20;
    margin-bottom: 22px;
    text-align: center;
}

.statement_main {
    display: flex;
    justify-content: center;
}

.statement {
    margin-right: 30px;
}

.statement img,
.supplement img {
    width: 100%;
}

.statement_new {
    margin-right: 30px;
    width: 50%;
}

.certificate_details {
    margin-top: 20px;
    margin-bottom: 60px;
}

.certificate_details p {
    font-family: 'Bree Serif', serif;
    font-size: 13px;
    color: #000;
    line-height: 17px;
}

img.sign_txt {
    display: block;
    width: 51%;
    float: right;
}

.supplement_new {
    width: 100%;
}

.ingredients-table {
    width: 100%;
}

.ingredients-info h6 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
}

.blankborder {
    height: 10px;
    background-color: #fff;
    width: 100%;
    margin: 10px 0;
}

.ingredients-info h5 {
    font-size: 22px;
    color: #fff;
    margin: 0;
    font-weight: 800;
    text-align: center;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 8px solid#fff;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.servings_all {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.ingredients-info .serving-size {
    float: left;
    width: 33.33333%;
    text-align: left;
}

.ingredients-info .servings {
    width: 33.33333%;
    text-align: left;
    border-bottom: 8px solid #fff;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-right: 5%;
}

.ingredients-info .servings.big_box_col {
    width: 50%;
}

.ingredients-info .servings span.weight_light_font {
    font-weight: 300;
    padding: 0;
}

.ingredients-info .servings.narrow_border {
    border-bottom: 1px solid #fff;
}

.ingredients-info .servings.narrow_medium_border {
    border-bottom: 5px solid #fff;
}

.ingredients-info .servings.narrow_border h6 {
    font-family: 'Roboto Condensed', sans-serif;
}

.ingredients-info .servings.no_border {
    border-bottom: 0;
}

.ingredients-info .servings span {
    padding-left: 15%;
}

.ingredients-info .servings:last-child {
    margin-right: 0;
}

.ingredients-table .table-headers {
    border-bottom: 1px solid #e6e6e6;
}

.ingredients-info .ingredients-table tr td {
    font-size: 14px;
    padding: 6px 0;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border-bottom: 1px solid #424242;
    padding-right: 2%;
}

.ingredients-info .ingredients-table tr td.noborder {
    border-bottom: 0px;
}

.ingredients-info .ingredients-table tr th {
    width: 36%;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin: 0;
    font-size: 14px;
    padding: 6px 0;
    border-bottom: 4px solid #fff;
}

.text_left {
    text-align: left !important;
}

.text_right {
    text-align: right !important;
}

.text_center {
    text-align: center !important;
}

.width_fiftyfive {
    width: 33.33333%;
}

.width_seventeen {
    width: 17%;
}

.ingredients-info {
    padding: 1% 3%;
    background: #2a2a2a;
    border: 5px solid #fff;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    outline: 5px solid #2a2a2a;
}

.ingredients-info .ingredients-table tr td p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.ingredients-right p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.home-section3 {
    margin: auto;
    margin-top: 0;
    padding: 10px;
    max-width: 850px;
    width: 100%;
}

.last_details_row {
    border-bottom: 8px solid #ffffff;
}

.biglogo_area {
    background-color: #fbfbfb;
}

.red_box_supplement {
    position: relative;
    overflow-x: hidden;
}

.red_box_supplement:before {
    top: 0;
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 300px solid #fbfbfb;
    border-left: 2050px solid transparent;
}

.red_box_supplement:after {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 300px solid white;
    border-right: 2050px solid transparent;
}

.red_box_supplement.blue_bg_supplement {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-top: 200px;
    padding-bottom: 350px;
}


.right_capsule ul {
    list-style: disc;
    padding-left: 25px;
}

.right_capsule h6{
    color: #fff;
    font-size: 52px;
}


.right_capsule ul li {
    list-style: disc;
    width: 90%;
    vertical-align: top;
    font-size: 37px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.right_capsule ul.blackcolor_txt li
{
    color: #000;
}

.why_turkey img {
    height: auto;
    width: 100%;
    max-width: 302px;
    margin: auto;
    display: block;
}

.why_turkey p {
    color: #000;
}

.why_turkey h2 {
    font-style: normal;
    font-size: 33px;
    margin-bottom: 16px;
    margin-top: 1px;
    font-weight: 700;
}

.why_turkey {
    padding: 0px 0 80px !important;
}

.why_turkey ul
{
    padding-left: 25px;
}

.why_turkey ul li{
    list-style: disc;
    margin-bottom: 10px;
}

.why_turkey .row {
    margin-bottom: 60px;
}

.why_turkey .container {
    max-width: 1000px;
}

.max_physical_area::before {
    border-top-color: #fff !important;
}

.max_physical_area::after {
    border-bottom-color: #fff !important;
}

.max_physical_area h3 {
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    font-size: 55px;
    margin-bottom: 120px;
    font-weight: 700;
    margin-top: 50px;
}

.left_optimize h4 {
    font-size: 35px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}

.left_optimize h4 span {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
    display: block;
}

.left_optimize h6{
    font-size: 28px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-family: inherit;
    line-height: 45px;
}

.left_optimize p {
    font-size: 18px;
    color: #fff;
}

.max_physical_area .left_optimize ul{
    padding-left: 25px;
}

.max_physical_area .left_optimize ul li, .max_physical_area .left_optimize ol li {
    font-size: 22px;
    color: #fff;
}

.right_optimize img {
    height: auto;
    padding-left: 100px;
    width: 100%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}


.turky_logo img {
    height: auto;
    width: 100%;
    max-width: 400px;
    margin-bottom: 50px;
}

.max_physical_area .row {
    padding-bottom: 100px;
}


.max_physical_area ol {
    list-style-type: decimal;
    padding-top: 20px;

}

.max_physical_area ol li {
    list-style-type: decimal;
    width: 100%;
    vertical-align: top;
    color: #fff;
    font-size: 22px;
    margin: 0 0 8px;
}

.max_physical_area ul {
    list-style-type: disc;
    padding-top: 20px;

}

.max_physical_area ul li {
    list-style-type: disc;
    width: 100%;
    vertical-align: top;
    color: #fff;
    font-size: 22px;
    margin: 0 0 8px;
}

.faq_product {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    background-color: #fbfbfb;
}

.faq_product h2 {
    font-size: 50px;
    text-align: center;
    color: #000;
    margin-bottom: 70px;
    font-weight: 700;
}

.faq_product h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    line-height: 1.6;
    margin-top: 15px;
}

.full_faq .row {
    margin-bottom: 30px;
}

.full_faq p {
    color: #000;
}
ul.blacktext li{
    color: #000;
  }
  .woocommerce-product-gallery
  {
    margin: auto;
  }

   /**** Responsive start */

   @media only screen and (max-width: 991px) {
    .home-section3 {
        margin-top: 0;
    }

    .statement_main {
        display: flex !important;
    }

    .ingredients-info h5 {
        font-size: 31px;
    }
    .black_box_supplement:before {
        border-top-width: 160px;
    }
    .black_box_supplement {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .red_box_supplement.blue_bg_supplement {
        padding-top: 200px;
        padding-bottom: 280px;
    }
    .right_capsule ul li {
        font-size: 26px;
    }
}
@media only screen and (max-width: 990px) {
.woocommerce-product-gallery .wpgs-lightbox-icon::before {
    width: 100%;
    content: "";
    height: 100%;
}
}

@media only screen and (max-width: 767px) {
    .red_box_supplement.blue_bg_supplement {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .red_box_supplement:before {
        border-top: 0;
        border-left: 0;
    }
    .red_box_supplement:after {
        border-bottom: 0;
        border-right: 0;
    }
    .right_capsule
    {
        margin-top: 30px;
    }
    .why_turkey h2 {
        font-size: 23px;
        margin-top: 23px;
    }
    .why_turkey .row:last-child
    {
        margin-bottom: 0;
    }
    .biglogo_area{
        padding: 40px 15px !important;
    }
    .why_turkey {
        padding: 40px 0 40px !important;
    }
    .black_box_supplement {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .right_capsule ul li {
        font-size: 24px;
    }
    .black_box_supplement:after {
        border-bottom: 0;
        border-left: 0;
    }
    .pro_one_sec {
        padding: 40px 0 0 !important;
    }
    .black_box_supplement:before {
        border-top-width: 0;
    }
    .right_dosed
    {
        margin-top: 30px;
    }
    .right_dosed .col-md-4
    {
        width: 33.33333%;
        padding: 10px !important;
    }
    .statement_main {
        display: block !important;
    }
    .right_dosed h4 {
        font-size: 14px;
        margin-top: 14px;
    }
    .right_dosed img {
        width: 70px;
    }
    .pro_one_sec h3 {
        font-size: 25px;
    }
    .statement_new {
        margin-right: 0;
        width: 100%;
    }

    .supplement_new {
        width: 100%;
        margin-bottom: 0;
    }

    .ingredients-info .ingredients-table tr td,
    .ingredients-info h6,
    .ingredients-right p {
        font-size: 12px;
    }

    .certificate_details {
        margin-bottom: 30px;
    }

    .certificate_details p {
        font-size: 15px;
        line-height: 23px;
    }

    img.sign_txt {
        width: 75%;
    }
    .max_physical_area h3 {
        padding-left: 0;
        padding-right: 0;
        font-size: 32px;
        margin-bottom: 60px;
        margin-top: 0;
    }
    .left_optimize h4 {
        font-size: 25px;
    }
    .left_optimize h4 span {
        font-size: 18px;
    }
    .right_optimize{
        margin-top: 30px;
    }
    .right_optimize img {
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }
    .turky_logo img {

        max-width: 230px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .max_physical_area .row {
        padding-bottom: 40px;
    }
    .faq_product {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .faq_product h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }
   
}


/****** Responsive End *****/









