/* Mission Css Start Here */
.our_mission {
    overflow-x: hidden;
}
.our_mission .contentDv {
    padding: 0 70px 0 120px;
}
.our_mission .img-box img {
    width: 100%;
}
.our_mission .contentDv h2 {
    color: #000;
    font-size: 60px;
    line-height: 70px;
    font-family: "Poppins";
}
.our_mission .contentDv p {
    font-size: 18px;
    line-height: 24px;
    font-family: "poppins";
    color: #707070;
    font-weight: 400;
}
@media (max-width: 575px) {
    .our_mission {
        /* padding: 50px 0 0; */
    }
    .our_mission .contentDv {
        padding: 40px 20px 40px 20px;
    }
    .our_mission .contentDv h2 {
        font-size: 50px !important;
        line-height: 45px !important;
    }
    .our_mission .contentDv p {
        font-size: 15px;
        font-weight: 500;
    }
    .our_mission .contentDv h3 {
        font-size: 35px !important;
        line-height: 2.5 !important;
    }
    .our_mission .img-box img {
        height: 304px;
        object-fit: cover;
        object-position: right;
    }
}
/* Mission Css End Here */
/* You May Also Like Css Start Here */
.may_also {
    padding: 80px 0 50px;
}
.may_also .heading_warpper {
    padding-bottom: 25px;
}
.may_also .heading_warpper h4 {
    font-family: "poppins";
    font-size: 30px;
    color: #000;
    font-weight: 600;
}
.may_also .products .slides {
    background: #f5f5f5;
}
.may_also .slides figure img {
    margin: 0px auto;
    padding: 100px 0px 40px;
    transition: 0.6s;
    width: 40%;
}
.may_also .products:hover img {
    transform: scale(1.1);
}
.may_also ul.slick-dots {
    top: 0 !important;
    bottom: unset !important;
    transition: 0.6s;
    opacity: 0;
}
.may_also .products:hover ul.slick-dots {
    opacity: 1;
}
.may_also .slick-dots li {
    width: 55px;
    height: 3px;
    background: #00000038;
}
.may_also .slick-dots li.slick-active {
    background: #0000007a !important;
}
.may_also ul.slick-dots li button:before {
    font-size: 0;
}
.may_also ul.bottles_variation {
    margin: 0;
    list-style: none;
    position: absolute;
    top: 18rem;
    left: 3.5rem;
    padding: 8px 20px;
    border-radius: 10px;
    background: #fff;
    transition: 0.6s;
    opacity: 0;
}
.may_also .products:hover ul.bottles_variation {
    opacity: 1;
}
.may_also ul.bottles_variation li {
    display: inline-block;
    margin: 0 5px;
}
.may_also ul.bottles_variation li img {
    width: 25px;
}
.may_also ul.bottles_variation li.cari.count {
    color: #000;
}
@media (max-width: 1366px) {
    .our_mission .contentDv h2 {
        font-size: 40px;
        line-height: 70px;
    }
    .our_mission .contentDv {
        padding: 0 60px 0 60px;
    }
    .our_mission .contentDv p {
        font-size: 14px;
        line-height: 22px;
    }
}
@media (max-width: 1100px) {
    .may_also .slick-dots li {
        width: 45px;
    }
}
@media (max-width: 575px) {
    .our_mission .contentDv {
        padding: 20px 35px 20px 35px;
    }
    .our_mission .contentDv h4 {
        font-size: 17px;
        line-height: 26px;
    }
    .our_mission .contentDv h2 {
        font-size: 25px !important;
        line-height: 35px !important;
    }
    .may_also {
        padding: 20px 0 20px;
    }
    .may_also ul.slick-dots {
        opacity: 1;
    }
    .may_also ul.bottles_variation {
        opacity: 1;
    }
    .our_mission .mission-0 {
        flex-direction: column-reverse;
    }
    .our_mission .mission-2 {
        flex-direction: column-reverse;
    }
}
@media (max-width: 480px) {
    .may_also .slick-dots li {
        width: 30px;
    }
    .may_also ul.bottles_variation {
        left: 1.5rem;
    }
}
/* You May Also Like Css Start Here */
