.wws_product_wrapper {
  background: #f6f5f5;
  padding: 85px 20px 120px 20px;
  margin-top: 120px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: auto;
}
/*.wws_product_innerwrapper{
  max-width: 1400px;
}*/
.wws_product_innerwrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1520px;
}

.wws_product_wrapper .pd_title {
    color: #090909;
    font-family: "Filson-Soft";
    font-size: 27px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.54px;
    line-height: normal;
    position: relative;
    margin-bottom: 28px;
    padding: 0;
}
.wws_product_wrapper .pd_title span{
    background-color: #f6f5f5;
    z-index: 1;
    position: relative;
    padding-right: 25px;
}
.wws_product_wrapper .pd_title::before {
    content: "";
    width: 100%;
    background-color: #00bbd3;
    right: 0;
    position: absolute;
    height: 1px;
    top: 18px;
    z-index: 0;
}

.wws_product_wrapper .pd_desc li {
    color: #090909;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0.4px;
    position: relative;
    padding: 0 30px 20px 30px;
}
.wws_product_wrapper .wws_prod_title {
    font-size: 57px;
    font-weight: 700;
    line-height: 71.98px;
    letter-spacing: 1.14px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 0 0 22px 0;
    position: relative;
}
.wws_product_wrapper .pd_desc li::before {
    background-image: url(/wp-content/uploads/2023/03/Vector_Smart_Object.png);
    position: absolute;
    left: 0;
    content: "";
    width: 18px;
    height: 15px;
    top: 5px;
}
.wws_product_wrapper .wws_prod_title:after {
    position: absolute;
    content: '';
    height: 4px;
    background-color: #a1d184;
    left: 0;
    bottom: 0;
    width: 114px;
}

.wws_product_item {
    margin-bottom: 14px;
}
.wws_product_content {
    flex-basis: 49%;
}
.list_one ul li {
    width: 50%;
}
.pd_desc.list_one ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.pd_desc.list_four ul{
    display: flex;
    flex-wrap: wrap;
}
.wws_product_wrapper .pd_desc.list_four li{
    text-align: left;
    display: flex;
}

.wws_product_wrapper .pd_desc.list_four li strong {
    flex: 0 0 auto;
    margin-right: 7px;
}
/* --- */
button.slick-next {right: 0;z-index: 99;}

button.slick-prev {
    left: 0;
    z-index: 99;
}

.slick-next:before, .slick-prev:before {
    font-size: 50px;
    color: #514aba;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.slick-next:before {
    right: 0;
    background-image: url('https://wellwiseservices.org/wp-content/uploads/2023/06/right-arrow-svg.png');
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    width: 100%;
    height: 100%;
    background-size: 30px;
}

.slick-prev:before {
    left: 0;
    background-image: url(https://wellwiseservices.org/wp-content/uploads/2023/06/left-arrow-svg.png);
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    width: 100%;
    height: 100%;
    background-size: 30px;
}

.product_slider button:hover {
    background-color: transparent !important;
    border: 2px solid #00bbd3 !important;
}
.product_slider button:focus {
    background-color: #00bbd3 !important;
}
.product_slider button.slick-prev{position: absolute;left: 10px;margin: 0;background: #00bbd3;border-radius: 50%;padding: 30px;border: 2px solid transparent;}
.product_slider button:hover:focus {
  background-color: transparent !important;
  border: 2px solid #00bbd3 !important;
}
button.slick-next.slick-arrow {
    position: absolute;
    right: 10px;
    margin: 0;
    background: #00bbd3;
    border-radius: 50%;
    padding: 30px;
    border: 2px solid transparent;
}
/* --- */


@media(max-width:1770px){
    .wws_product_innerwrapper {
      /* background-color: rgb(246 245 245 / 55%); */
      padding: 20px;
    }
    
}
@media(max-width:1400px){
    .list_one ul li{
        width: 100%;
    }
    .wws_product_wrapper .pd_desc li{
        padding-bottom: 10px;
    }
    .wws_product_content {
      flex-basis: 62%;
    }
    .wws_product_wrapper .pd_title span{
        padding: 5px 20px;
    }
    .pd_desc.list_four ul{
        flex-direction: column;
    }
    .wws_product_wrapper .pd_desc.list_four li {
      text-align: left;
    }
}
@media(max-width:980px){
    .wws_product_content {
      flex-basis: 100%;
    }
    .wws_product_wrapper .wws_prod_title{
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 40px;
        padding: 0 0 18px 0;
    }
    .wws_product_wrapper .pd_title{
        font-size: 22px;
        line-height: 26px;
    }
    .wws_product_wrapper .pd_desc li{
        font-size: 18px;
        line-height: 22px;
    }
    .wws_product_wrapper{
        padding: 70px 0px 100px 0px;
        margin-top: 80px;
    }
    .wws_product_innerwrapper {
      /* background-color: rgba(246, 245, 245, 0.8); */
    }
}
@media(max-width:767px){
    .wws_product_wrapper .wws_prod_title{
    font-size: 26px;
    line-height: 32px;
    }
    .wws_product_wrapper .wws_prod_title::after{
        height: 2px;
        width: 90px;
    }
    .wws_product_wrapper .pd_title{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .wws_product_wrapper .pd_desc li::before {
        width: 12px;
        height: 12px;
        top: 5px;
        background-size: contain;
    }
    .wws_product_wrapper .pd_desc li{
        font-size: 15px;
        line-height: 20px;
        padding: 0 20px 10px 20px;
    }


}