.header_sec header {
    border-bottom: 1px solid #e5e2e2;
}

.product_page_wrap {
    background: #fff;
    padding: 50px 5% 30px;
    position: relative;
}

.product_slider_sec {
    display: grid;
    grid-template-columns: 15% 85%;
    position: sticky;
    top: 150px;
}


.product_slider_sec .main-container .slick-list.draggable {
    padding: 0 !important;
}

.product_slider_sec .slick-vertical .slider_left_item.slick-slide {
    border: 1px solid #e5e2e2;
    width: 100% !important;
    margin-bottom: 5px;
}

.feature_img_item {
    border: 1px solid #e5e2e2;
}

.product_slider_sec .slider_left_item img {
    cursor: pointer;
}

.nav-container {
    padding: 0 0 0 15px;
}



.product_page_content {
    display: grid;
    grid-template-columns: 45% 55%;
}

.product_content_right {
    padding: 0 10%;
}

.product_content_right h2 {
    margin-bottom: 0;
}

.product_content_right p {
    padding: 15px 0 30px 0;
}


.call_now_btn a {
    display: flex;
    background-color: #007336;
    color: #fff;
    padding: 10px 25px;
    font-size: 18px;
    font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
    text-align: center;
    align-items: center;
    justify-content: center;
}


.call_now_btn a:before {
    content: "";
    clear: both;
    background: url(/images/envelope.png);
    background-size: cover;
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-right: 15px;
}


.description h3 {
    font-size: 15px;
    padding-bottom: 15px;
    font-family: "tenor sans", serif;
}

.description {
    padding: 30px 0 15px;
}

.description p {
    font-size: 15px;
    padding: 0;
}

.product_page_accord ul li {
    border-bottom: 1px solid #e5e2e2;
}

.product_accord {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}



.product_accord:after {
    content: "";
    clear: both;
    background-image: url(/images/arrow_down.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 16px;
    width: 16px;
    display: inline-block;
    transition: 0.2s;
}

.product_active:after {
    transform: rotate(180deg);
}

.product_accord_content {
    padding: 0 10px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.product_accord_content p {
    padding: 0 0 10px 0;
    font-size: 15px;
}

.info_list ul{
    padding: 30px 0 0 0;
}

.info_list ul li{
    padding: 10px 0;
}



.info_list ul li p{
    padding: 0;
    font-size: 15px;
}

.info_list ul li h4{
    font-size: 15px;
}

.info_list li {
    display: grid;
    grid-template-columns: 25% 3% 72%;
    align-items: center;
    border-bottom: 1px solid #e5e2e2;
}

.ingredients_title h4, .benifits_title h4{
    color: #007336;
    font-family: "tenor sans", serif;
    font-size: 15px;
    padding-bottom: 15px;
}

.ingredients_title h3, .benifits_title h3{
    color: #007336;
    font-size: 24px;
}

.ingredients_sec, .benifits_sec{
    padding: 50px 0;
    margin-top: 60px;
    background-color: #e5f1eb;
}

.ingredients_wrap, .benifits_wrap{
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    padding: 0 70px;
    column-gap: 30px;
}

.ingredients_elements ul, .benifits_elements ul{
    display: flex;
    column-gap: 50px;
    justify-content: center;
}

.ingredients_elements ul li img, .benifits_elements ul li img{
   height: 100px;
   width: 100px;
   margin: 0 auto;
   border-radius: 50%;
}

.ingredients_elements ul li p, .benifits_elements ul li p{
    color: #007336;
    text-align: center;
    padding-top: 7px;
    font-size: 14px;
}

.benifits_sec{
    margin-top: 0;
    border-top: 1px solid #d3d3d3;
}

.related_grid_item{
    padding: 0 0 0 15px;
}

.related_product_titile{
    padding: 15px 10px;
}

.related_product_img{
    overflow: hidden;
}

.related_product_img img{ 
    transition: 0.5s;
}

.related_product_titile{
    text-align: center;
}


@media screen and (min-width: 768px){
    .related_grid_item:hover img{
        transform: scale(1.1);
        transition: 0.5s;
      }
}

.related_heading{
    text-align: center;
    margin-top: 60px;
}

.related_products .slick-prev {
    position: absolute;
    top: 50%;
    z-index: 9;
    background: url(/images/dh-arrow.png);
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    opacity: 0.4;
    border: none;
    color: transparent;
    font-size: 1px;
    cursor: pointer;
    transform: rotate(180deg);
    left: -35px;
}   

.related_products .slick-next  {
    position: absolute;
    top: 50%;
    z-index: 9;
    background: url(/images/dh-arrow.png);
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    opacity: 0.4;
    border: none;
    color: transparent;
    font-size: 1px;
    cursor: pointer;
    right: -35px;
}   

.related_products .slick-prev:before, .related_products .slick-next:before {
 content: none;
}   

.related_product_titile a{
color:#000;
}
.related_product_titile p{
    line-height: normal;
}


@media(max-width:767px){
    .product_page_content {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
    .product_content_right {
        padding: 20px 0 0;
    }
    .ingredients_wrap, .benifits_wrap {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        padding: 0;
    }
    .ingredients_title,.benifits_title {
        text-align: center;
        padding-bottom: 20px;
    }
    .ingredients_elements ul, .benifits_elements ul {
        flex-wrap: wrap;
        gap: 45px;
    }
    .related_products .slick-prev,.related_products .slick-next {
        width: 30px;
        height: 30px;
        background-size: 30px;
        top: 45%;
    }
    .related_products .slick-prev{
      left: -15px;
    }
    .related_products .slick-next {
        right: -15px;
    }
    .related_grid_item {
        padding: 0 8px;
    }
    .info_list ul li p,.info_list ul li h4 {
        line-height: 21px;
    }
    .ingredients_elements ul li img, .benifits_elements ul li img {
        width: 52px;
        height: 52px;
    }
    .client_wrapper .flex_container_center.update-gap-mobile .img_wrapper img {
        width: 58%;
    }
    .product_slider_sec {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .main-container,.nav-container {
        width: 100%;
    }
    .product_slider_sec .slider_left_item img {
        max-width: 95px;
    }
    .product_content_right p {
        padding: 0 0 30px 0;
    }
    .product_content_right p {
        padding-bottom: 0;
    }
    section.client_wrapper {
        padding: 30px 0 30px;
    }
    .client_wrapper h2.text_center {
        margin-bottom: 0;
    }
    .call_now_btn {
        padding-top: 20px;
    }
    .product_accord_content p {
        margin-bottom: 20px;
    }
    .product_accord_content {
        padding: 0;
    }
    }