@media (min-height:500px) and (max-height:650px){
    .banner-text-wrap .img {
        max-height: 77vh;
    }
    .banner-text h2 {
        font-size: 42px;
        margin: 0 0 18px;
    }
    .banner-text p {
        line-height: 150%;
        font-size: 16px;
    }
    .banner-text h3 {
        font-size: 22px;
    }
    .banner-text-wrap .btn-set {
        margin-top: 0;
    }
    .banner-text-wrap .banner-text {
        padding-top: 0;
    }

 

}

/*Mini Laptop view*/
@media (max-width:1450px){
    .banner-text-wrap .img {
        margin-right: 0;
    }




}


@media (min-width:992px) and (max-width:1199px){
    header .navbar-nav > li + li {
        margin-left: 10px;
    }
    header .navbar-nav > li > a {
        font-size: 15px;
    }
    .header-center {
        margin-left: 0;
    }
    header{
        padding-left:15px;
        padding-right:15px;
    }
    .toggle-menu {
        margin-left: 15px;
    }
    .header-btn {
        padding: 0 25px;
        font-size: 15px;
    }
    .banner-text-wrap .img {
        width: 43%;
        margin-right: 0;
        height: 640px;
    }
    .inner-banner-bg,
    .banner-bg {
        margin-right: -230px;
    }
    .title {
        font-size: 38px;
    }
    .customer-logo-box {
        height: 100px;
        padding: 15px;
    }
    .supplement-item {
        padding: 15px;
    }
    .video-box .play-box {
        margin: 0 auto 20px;
    }
    .title-box {
        font-size: 16px;
    }
    .footer-form-box {
        padding: 40px;
    }
    .inner-count-box {
        left: -70px;
        min-width: 140px;
        border-radius: 15px;
        padding: 10px 10px;
        top: 60px;
    }
    .inner-count-box:nth-child(2) {
        margin-top: 100px;
        margin-left: -28px;
    }
    .inner-count-box h4 {
        margin: 0 0 5px;
        font-size: 24px;
    }
    .inner-count-box h6 {
        font-size: 13px;
    }
    .inner-banner-text {
        max-width: 400px;
        padding-top: 0;
        padding-left: 30px;
    }
    .inner-banner  p {
        font-size: 15px;
    }
    .inner-banner h2 {
        font-size: 38px;
        margin: 0 0 16px;
    }
    .inner-banner h2  br{
        display: none;
    }
    .icon-box-1 p {
        font-size: 18px;
    }
    .icon-box-2 {
        padding: 18px;
    }
    .available-products-box h2 {
        font-size: 20px;
    }

}

@media (max-width:991px){
    .header-info {
        display:none;
    }
    .product-gallery-thumbs-wrap {
        display: none;
    }
    header {
        padding: 15px;
    }
    header .logo {
        max-width: 110px;
    }
    .header-center {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        width: 290px;
        background: #fff;
        z-index: 999;
        border-left: 1px solid #ddd;
        padding: 20px;
        overflow: auto;
        transition: all 0.3s;
        transform: translatex(100%);
    }
    .header-info-show .header-center{
        transform: translatex(0);
    }
    .header-btn {
        line-height: 40px;
        padding: 0 20px;
        font-size: 14px;
    }
    .toggle-menu {
        margin-left: 15px;
    }
    html:not(.sticky) header.header-light .navbar-nav > li > a {
        color: var(--dark);
    }
    header .navbar-nav {
        display: block;
        
    }
    header .navbar-nav > li {
        display: block;
    }
    header .navbar-nav > li + li {
        margin-top: 10px;
        margin-left:0;
    }
    html:not(.sticky) header .navbar-nav > li > a:before {
        background-color: var(--primary);
    }
    header .navbar-nav > li:hover > a:before, header .navbar-nav > li.active > a:before {
        width: 4px;
        height: 40px;
    }
    header .navbar-nav > li > a:before {
        left: -20px;
        right: auto;
        top: 0;
        height: 0;
        width: 4px;
    }
    .sticky header .navbar-nav > li > a:before {
        top: 0;
    }
    header .navbar-nav > li.parent-menu > a:after{
        display:none;
    }
    header .navbar-nav li .plus-icon {
        display: flex;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 4px;
        color: var(--dark);
        align-items: center;
        justify-content: center;
        padding: 0 7px;
        transition:all 0.5s;
    }
    header .navbar-nav li.submenu-show >  .plus-icon {
        transform: rotate(180deg);
        color: var(--primary);
    }
    header .navbar-nav > li ul {
        opacity: 1;
        visibility: visible;
        position: relative;
        border: 1px solid #efefef;
        margin-top: 0;
        display: none;
        min-width:0;
    }
    header .navbar-nav li.submenu-show >  ul {
        display: block;
    }
    .inner-banner h2  br{
        display: none;
    }

}
/*Tablet view*/
@media (min-width:768px) and (max-width:991px){
    body {
        font-size: 15px;
    }
    .main-banner {
        padding-top: 95px;
        margin-bottom:0;
    }
    .banner-bg {
        margin-right: -120px;
        border-radius: 0 0 0 40px;
        height:510px;
    }
    .inner-banner-bg:before,
    .inner-banner-bg:after,
    .banner-bg:before, .banner-bg:after {
        margin-left: 8px;
        width: 8px;
    }
    .inner-banner-bg:after,
    .banner-bg:after {
        margin-left: 24px;
    }
    .banner-text h4 {
        font-size: 10px;
        line-height: 30px;
        letter-spacing: 3px;
        margin: 0 0 15px;
    }
    .banner-text h3 {
        font-size: 18px;
    }
    .banner-text h2 {
        font-size: 32px;
        margin: 0 0 18px;
    }
    .banner-text p {
        line-height: 140%;
        font-size: 15px;
    }
    .btn-set {
        margin-top: 25px;
    }
    html .btn {
        font-size: 13px;
        line-height: 30px;
        padding: 5px 25px;
    }
    .btn-set .btn + .btn {
        margin-left: 10px;
    }
    .banner-text-wrap .img {
        height: 460px;
    }
    .product-gallery-big .owl-dots button.owl-dot {
        padding-right: 25px !important;
        font-size: 18px;
        line-height: 32px;
        margin: 0 0 5px;
        width: 90px;
    }
    .product-gallery-big .owl-dots button.owl-dot.active {
        padding-right: 32px !important;
        font-size: 26px;
    }
    .product-gallery-big .owl-dots button.owl-dot.active:after {
        width: 28px;
    }
    .product-gallery-big .owl-dots button.owl-dot:after {
        width: 19px;
        height: 4px;
        top: -7px;
    }
    .title.title-left {
        margin-bottom: 20px;
    }
    .title {
        font-size: 36px;
        margin: 0 0 45px;
    }
    section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .about-img.about-img-1 {
        border-radius: 6px 60px;
        height: 300px;
    }
    .about-shap {
        max-width: 130px;
    }
    .about-img {
        margin-bottom: 25px;
    }
    .about-img.about-img-2, .about-img.about-img-3 {
        border-radius: 6px 100px 100px 6px;
        height: 120px;
    }
    .title-box h2 {
        font-size: 36px;
    }
    .title-box .more-link a {
        font-size: 14px;
    }
    .title-box {
        margin-bottom: 30px;
        font-size: 15px;
    }
    .customer-logo-box {
        height: 80px;
        padding: 10px;
        border-radius: 8px;
    }
    .third-party-section:before {
        border-radius: 50px 0;
    }
    .icon-box .icon {
        width: 55px;
        height: 55px;
        padding: 10px;
    }
    .icon-box-wide {
        padding-left: 0;
        font-size: 13px;
        margin: 0 0 20px;
        min-height: 0;
    }
    .icon-box-wide .icon {
        width: 55px;
        height: 55px;
        position: relative;
        margin: 0 0 10px;
        border-radius: 25px 6px;
        padding: 10px;
    }
    .supplements-items-design {
        display: none;
    }
    .supplements-items-left {
        padding-right: 0;
    }
    .supplements-items-right {
        padding-left: 0;
    }
    .supplement-item .txt {
        padding-right: 35px;
        font-size: 12px;
    }
    .supplement-item {
        height: 190px;
        margin: 0 0 20px;
        border-radius: 10px;
        padding: 12px;
    }
    .supplement-item h3 {
        font-size: 16px;
    }
    .video-box .play-box {
        margin: 0px auto 20px;
    }
    .video-box {
        padding: 40px 40px;
    }
    .testimonial-section {
        border-radius: 40px;
    }
    .testimonial-box {
        padding: 18px;
        margin-bottom: 25px;
        font-size: 14px;
    }
    .testimonial-design-3 {
        width: 70px;
    }
    .testimonial-design-2 {
        width: 70px;
    }
    .testimonial-design-1 {
        width: 60px;
    }
    .title-nav .owl-nav button[class*="owl-"] {
        width: 46px;
        height: 46px;
    }
    .title-nav .owl-nav button[class*="owl-"]:before {
        left: 8px;
        width: 15px;
        height: 15px;
    }
    .title-nav .owl-nav {
        top: -65px;
    }
    .footer-form-box {
        padding: 30px;
        border-radius: 25px;
    }
    .footer-form-box h2 {
        font-size: 36px;
        margin: 0 0 15px;
    }
    .footer-form-box h5 {
        font-size: 14px; 
        margin: 0 0 30px;
    }
    .form-group-2 textarea.form-control {
        height: 110px;
    }
    .form-submit-wrap .btn {
        min-width: 110px;
    }
    .footer-form-section {
        padding-bottom: 70px;
    }
    .footer-social ul {
        padding: 10px 20px;
    }
    .footer-social ul a {
        width: 24px;
        height: 24px;
    }
    footer .logo {
        max-width: 150px;
        margin: 0 auto 20px;
    }
    footer .footer-about {
        max-width: 50%;
        margin: 0 auto 50px;
        text-align: center;
    }
    .copyright {
        padding: 20px 0;
        margin-top: 50px;
    }
    .sticky .scrollToTop {
        margin-bottom: 40px;
    }
    .scrollToTop {
        right: 30px;
        width: 36px;
        height: 36px;
        padding: 0 8px;
    }
    .footer-info .item {
        font-size: 14px;
        line-height: 130%;
    }
    .testimonial-head h3 {
        font-size: 16px;
    }
    .rating {
        width: 90px;
        height: 15px;
        background-position: 0 -19px;
    }
    .rating span {
        height: 15px;
        background-size: 90px auto;
    }
    .testimonial-head .avtar {
        width: 44px;
        height: 44px;
    }
    .testimonial-head {
        padding-left: 54px;
        min-height: 44px;
        margin: 0 0 15px;
    }
    .banner-text-wrap .banner-text {
        padding-top: 30px;
    }
    .breadcrumb-list-wrap ul {
        font-size: 13px;
    }
    .inner-banner h2 {
        font-size: 34px;
        margin: 0 0 15px;
    }
    .inner-banner  p {
        font-size: 14px;
        line-height: 150%;
        max-width: 350px;
    }
    .inner-banner-bg {
        margin-right: -120px;
        bottom: 30px;
        border-radius: 0 0 0 40px;
    }
    .inner-banner-text {
        padding-top: 0;
    }
    .inner-banner .img img {
        border-radius: 50px 0;
        border: 5px solid var(--primary);
    }
    .inner-banner .img {
        margin-left: 0;
    }
    .inner-count-box h6 {
        font-size: 12px;
    }
    .inner-count-box h4 {
        margin: 0 0 5px;
        font-size: 24px;
    }
    .inner-count-box {
        left: -50px;
        min-width: 150px;
        border-radius: 12px;
        padding: 12px 10px;
        top: 50px;
    }
    .inner-count-box:nth-child(2) {
        margin-top: 90px;
        margin-left: -18px;
    }
    .icon-box-1  .icon {
        width: 50px;
        height: 50px;
    }
    .icon-box-1 h3 {
        font-size: 17px;
    }
    .icon-box-1 p {
        font-size: 14px;
    }
    .title-box h5 {
        font-size: 16px;
    }
    .about-right-content {
        max-width: 660px;
    }
    ul.custom-list {
        font-size: 15px;
    }
    ul.custom-list > li {
        padding-left: 30px;
        min-height: 22px;
        margin: 0px 0 7px;
        padding-top: 4px;
    }
    ul.custom-list > li:before {
        width: 22px;
        height: 22px;
    }
    .about-count-wrap .item h3 {
        font-size: 30px;
        margin: 0  0 5px;
    }
    .about-count-wrap .item {
        font-size: 15px;
    }
    .about-count-wrap {
        border-radius: 28px;
        padding: 15px;
    }
    .certificates-carousel-2.title-nav .owl-nav {
        left: auto;
        margin-left: 0;
        right: 15px;
    }
    .owl-carousel.certificates-carousel-2 {
        padding: 0 15px;
    }
    .certificates-box-2 .img {
        height: 270px;
    }
    .video-bottle-wrap {
        border-radius: 30px;
        max-width: 1200px;
        margin: 140px auto -80px;
        padding: 1px 20px;
    }
    .video-section-bg-pattern {
        height: 410px;
    }
    .manufacturer-video-box .text  h2 {
        font-size: 30px;
    }
    .manufacturer-video-box .text p {
        font-size: 15px;
    }
    .manufacturer-video-box .text {
        max-width: 520px;
        padding: 40px 60px 40px 0;
    }
    .manufacturer-video-box {
        min-height: 520px;
    }
    .img-box:before {
        border: 3px solid var(--primary);
        transform: rotate(5deg);
    }
    .capsule-manufacturing-list {
        padding: 40px 30px;
        border-radius: 26px;
    }
    .capsule-manufacturing-list h6 {
        font-size: 34px;
    }
    .capsule-manufacturing-list .item + .item {
        margin-top: 60px;
    }
    .active + .active .manufactured-img-box .img {
        transform: scale(1);
        opacity: 0.2;
    }
    .available-products-list .item {
        width: 33.33%;
    }
    .available-products-list .item:nth-child(2n+2) {
        transform: translatey(0);
    }
    .available-products-list .item:nth-child(3n+2) {
        transform: translatey(70px);
    }
    .available-products-box .img {
        height: 230px;
    }
    .available-products-box h2 {
        font-size: 20px;
    }
    .available-products-list:before {
        width: 50px;
        height: 50px;
        left:33.33%
    }
    .available-products-list:after {
        display:none;
    }
    .accordion .accordion-item .accordion-button {
        padding: 12px 0;
        font-size: 17px;
        line-height: 24px;
    }
    .accordion .accordion-item + .accordion-item {
        margin-top: 18px;
    }
    .accordion .accordion-item {
        padding: 0 18px;
    }
    .faq-wrap {
        margin-bottom: -80px;
    }
    .bottling-wrap .img {
        border-width: 3px;
        border-radius: 18px;
        height: 240px;
    }
    .private-label-slider .img {
        height: 240px;
    }
    .images-carousel .img {
        height: 180px;
    }
    .packaging-slider-section:before {
        height: 310px;
    }



}


/*Mobile view*/
@media (max-width:767px){
    body {
        font-size: 14px;
    }
    .header-btn {
        line-height: 34px;
        padding: 0 18px;
        font-size: 13px;
    }
    .toggle-menu {
        margin-left: 10px;
    }
    .header-info-close:before, .header-info-close:after {
        width: 32px;
    }
    .header-center {
        width: 260px;
    }
    header .navbar-nav > li ul li {
        margin-bottom: 0;
        position:relative;
        
    }
    header .logo {
        max-width: 90px;
    }
    .sticky header .logo {
        max-width: 70px;
    }
    html:not(.sticky) .toggle-menu span {
        background: #fff;
    }
    html:not(.sticky) .header-btn{
        background-color: #fff;
        color:var(--dark)
    }
    .main-banner {
        padding-top: 95px;
        margin-bottom:0;
    }
    .inner-banner-bg,
    .banner-bg {
        margin-right: 0;
        border-radius: 0 0 25px 25px;
        height: 100%;
        right: 0;
    }
    .banner-text-wrap {
        flex-direction: column;
        text-align:center;
        padding-bottom:40px;
    }
    .banner-text-wrap .banner-text {
        width: 100%;
        padding-top: 20px;
    }
    .inner-banner-bg:before,
    .inner-banner-bg:after,
    .banner-bg:before, .banner-bg:after {
        display:none;
    }
    .banner-text h4 {
        font-size: 10px;
        line-height: 30px;
        letter-spacing: 3px;
        margin: 0 0 15px;
    }
    .banner-text h3 {
        font-size: 14px;
    }
    .banner-text h2 {
        font-size: 24px;
        margin: 0 0 13px;
    }
    .banner-text p {
        line-height: 140%;
        font-size: 13px;
    }
    .product-gallery-big .owl-dots{
        display:none;
    }
    .btn-set {
        margin-top: 20px;
    }
    html .btn {
        font-size: 13px;
        line-height: 28px;
        padding: 5px 20px;
    }
    .btn-set .btn + .btn {
        margin-left: 6px;
    }
    html .btn svg {
        width: 13px;
        margin-left: 6px;
    }
    .banner-text-wrap .img {
        width: 100%;
        height: 260px;
        order: -1;
        padding: 0 40px;
    }
    .product-gallery-big .owl-dots button.owl-dot {
        padding-right: 25px !important;
        font-size: 18px;
        line-height: 32px;
        margin: 0 0 5px;
        width: 90px;
    }
    .product-gallery-big .owl-dots button.owl-dot.active {
        padding-right: 32px !important;
        font-size: 26px;
    }
    .product-gallery-big .owl-dots button.owl-dot.active:after {
        width: 28px;
    }
    .product-gallery-big .owl-dots button.owl-dot:after {
        width: 19px;
        height: 4px;
        top: -7px;
    }
    .title.title-left {
        margin-bottom: 30px;
        text-align: center;
    }
    .title {
        font-size: 30px;
        margin: 0 0 30px;
    }
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about-img.about-img-3,
    .about-img.about-img-2 {
        margin-right: 0;
    }
    .about-img.about-img-1 {
        border-radius: 6px 60px;
        height: 300px;
    }
    .about-shap {
        max-width: 120px;
    }
    .about-img {
        margin-bottom: 25px;
    }
    .about-img.about-img-2, .about-img.about-img-3 {
        border-radius: 6px 100px 100px 6px;
        height: 120px;
    }
    .title-box h2 {
        font-size: 28px;
    }
    .title-box .more-link a {
        font-size: 14px;
    }
    .title-box {
        margin-bottom: 30px;
        font-size: 13px;
        text-align: center;
    }
    .title-box [class*="col-"] + [class*="col-"]{
        margin-top:15px;
    }
    .promo-carousel .item-wrap {
        width: 700%;
    }
    .contract-text {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .customer-logo-box {
        height: 60px;
        padding: 8px;
        border-radius: 6px;
        margin: 5px;
        box-shadow: 0 3px 5px 0 rgb(0 0 0 / 12%);
    }
    .third-party-section:before {
        border-radius: 30px 0;
    }
    .icon-box {
        text-align: center;
    }
    .icon-box .icon {
        width: 55px;
        height: 55px;
        padding: 10px;
        margin: 0 auto 12px;
    }
    .icon-box-wide {
        padding-left: 0;
        font-size: 13px;
        margin: 0 0 20px;
        min-height: 0;
        text-align:center;
    }
    .icon-box-wide .icon {
        width: 55px;
        height: 55px;
        position: relative;
        margin: 0 auto 10px;
        border-radius: 25px 6px;
        padding: 10px;
    }
    .third-party-img {
        height: 310px;
    }
    .third-party-img-wrap {
        max-width: 300px;
        margin: 40px auto 0;
    }
    .supplements-items-design {
        display: none;
    }
    .supplements-items-left {
        padding-right: 0;
    }
    .supplements-items-right {
        padding-left: 0;
    }
    .supplement-item .txt {
        padding-right: 35px;
        font-size: 12px;
    }
    .supplement-item {
        height: 190px;
        margin: 0 0 20px;
        border-radius: 10px;
        padding: 12px;
    }
    .supplement-item h3 {
        font-size: 16px;
    }
    .video-box .play-box {
        margin: 0px auto 20px;
    }
    .video-box {
        padding: 25px;
        border-radius: 25px;
    }
    .video-box:before {
        background: var(--primary);
    }
    .testimonial-section {
        border-radius: 30px;
    }
    .testimonial-box {
        padding: 18px;
        margin-bottom: 15px;
        font-size: 14px;
    }
    .testimonial-design-3 ,
    .testimonial-design-2 ,
    .testimonial-design-1 {
        display:none;
    }
    .testimonial-box:last-child {
        margin-bottom: 15px;
    }
    .title-nav .owl-nav button[class*="owl-"] {
        width: 40px;
        height: 40px;
    }
    .title-nav .owl-nav button[class*="owl-"]:before {
        left: 6px;
        width: 12px;
        height: 12px;
        border-width:2px;
    }
    .title-nav .owl-nav {
        top: 0;
        position: relative;
        justify-content: center;
        margin: 30px 0 0;
    }
    .footer-form-box {
        padding: 25px;
        margin: 0;
        border-radius: 20px;
    }
    .footer-form-img{
        display:none;
    }
    .form-group-2 .form-control {
        height: 44px;
        font-size: 15px;
        line-height: 120%;
        padding: 0 12px;
    }
    .form-group-2 {
        margin: 0 0 13px;
    }
    .footer-form-box h2 {
        font-size: 26px;
        margin: 0 0 15px;
    }
    .footer-form-box h5 {
        font-size: 13px; 
        margin: 0 0 25px;
    }
    .form-group-2 textarea.form-control {
        height: 110px;
    }
    .form-submit-wrap .btn {
        min-width: 110px;
    }
    .footer-form-section {
        padding-bottom: 40px;
    }
    .footer-social ul {
        padding: 10px 20px;
    }
    .footer-social ul a {
        width: 20px;
        height: 20px;
    }
    .footer-top [class*="col-"] + [class*="col-"] {
        margin-top: 30px;
    }
    ul.footer-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        font-size:14px;
    }
    ul.footer-list li + li {
        margin-top: 0;
    }
    ul.footer-list li {
        width: 48%;
        margin-bottom: 4px;
    }
    ul.footer-list li a:before {
        top: 4px;
    }
    footer .logo {
        max-width: 120px;
        margin: 0 auto 30px;
    }
    footer .footer-about {
        text-align: center;
    }
    .copyright {
        padding: 20px 0;
        margin-top: 50px;
    }
    .sticky .scrollToTop {
        margin-bottom: 100px;
    }
    .scrollToTop {
        right: 15px;
        width: 36px;
        height: 36px;
        padding: 0 8px;
    }
    .footer-info .item {
        font-size: 14px;
        line-height: 130%;
    }
    .testimonial-head h3 {
        font-size: 16px;
    }
    .rating {
        width: 90px;
        height: 15px;
        background-position: 0 -19px;
    }
    .rating span {
        height: 15px;
        background-size: 90px auto;
    }
    .testimonial-head .avtar {
        width: 44px;
        height: 44px;
    }
    .testimonial-head {
        padding-left: 54px;
        min-height: 44px;
        margin: 0 0 15px;
    }
    #loader {
        max-width: 110px;
    }
    .inner-banner-text {
        max-width: 100%;
        padding-top: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .inner-banner {
        padding-top: 110px;
        padding-bottom: 60px;
    }
    .breadcrumb-list-wrap ul {
        margin: 0 0 10px;
        justify-content: center;
        font-size: 13px;
    }
    .inner-banner h2 {
        font-size: 32px;
        margin: 0 0 12px;
    }
    .inner-banner  p {
        font-size: 14px;
        line-height: 130%;
    }
    .inner-banner .img {
        margin-left: 0;
    }
    .inner-banner .img img {
        border-radius: 40px 0;
        border: 0;
    }
    .inner-count-box {
        left: 15px;
        min-width: 0;
        padding: 10px 10px;
        border-radius: 12px;
        top: auto;
        bottom: -30px;
    }
    .inner-count-box h6 {
        font-size: 10px;
    }
    .inner-count-box h4 {
        margin: 0 0 4px;
        font-size: 20px;
    }
    .inner-count-box:nth-child(2) {
        margin-top: auto;
        margin-left: auto;
        right: 15px;
        left: auto;
    }
    .icon-box-1  .icon {
        width: 50px;
        height: 50px;
        margin: 0 auto 18px;
    }
    .icon-box-1 .icon:before {
        width: 60px;
        height: 60px;
    }
    .icon-box-1 h3 {
        font-size: 18px;
    }
    .icon-box-1 p {
        font-size: 16px;
    }
    .icon-box-1 {
        margin: 0 0 20px;
    }
    .title-box h5 {
        font-size: 14px;
    }
    .about-img-left {
        padding: 5px;
        margin: 0 15px ;
    }
    .about-right-content {
        padding-left: 15px;
        max-width: 100%;
        padding-right: 15px;
    }
    ul.custom-list > li {
        padding-left: 30px;
        min-height: 22px;
        margin: 0 0 10px;
        padding-top: 4px;
    }
    ul.custom-list {
        font-size: 14px;
    }
    ul.custom-list > li:before {
        width: 22px;
        height: 22px;
    }
    .about-count-wrap {
        display: block;
        border-radius: 15px;
        padding: 15px;
        box-shadow: 10px 13px 19px rgba(0,0,0,0.15);
        margin-top: 30px;
    }
    .about-count-wrap .item {
        width: 100%;
        font-size: 16px;
    }
    .about-count-wrap .item:before{
        display:none;
    }
    .about-count-wrap .item h3 {
        font-size: 30px;
        margin: 0  0 4px;
    }
    .certificates-box-2 {
        margin: 15px 20px 38px;
    }
    .certificates-carousel-2.title-nav .owl-nav {
        left: 0;
        margin-left: auto;
        right: auto;
        margin-top: 0;
    }
    .video-bottle-wrap {
        border-radius: 10px;
        margin: 50px auto 0px;
        padding: 1px 10px;
    }
    .video-bottle-wrap .img {
        margin-top: -30px;
        margin-bottom: 0px;
    }
    .video-bottle-wrap .play-box {
        transform: scale(0.7);
    }
    .video-section-bg-pattern {
        height: 280px;
    }
    .certificates-box-2 .img {
        height: 300px;
    }
    .icon-box-2 {
        padding: 20px;
        text-align: center;
    }
    .icon-box-2 .icon {
        margin: 0 auto 15px;;
    }
    .manufacturer-video-box .text {
        max-width: 120%;
        padding: 30px 15px 60px 0;
        margin-right: -15px;
        text-align: center;
    }
    .manufacturer-video-box .text  h2 {
        font-size: 22px;
        margin: 0 0 20px;
    }
    .manufacturer-video-box .text p {
        margin-right: 0;
        font-size: 15px;
    }
    .manufacturer-video-box .text:before {
        display: none;
    }
    .manufacturer-video-box .text .play-box {
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        transform: scale(0.7);
        position: relative;
    }
    .manufacturer-video-box:after {
        left: 0;
        right: 40%;
        height: 50px;
        margin-bottom: 6px;
        border-top: 3px solid var(--dark);
        border-right: 3px solid var(--dark);
        margin-right: -12px;
    }
    .manufacturer-video-box:before {
        right: 38%;
        height: 44px;
    }
    .manufacturer-video-box {
        margin-top: 50px;
        background: var(--primary) !important;
        min-height: 0;
    }
    .img-box:before {
        border: 3px solid var(--primary);
        border-radius: 15px;
        transform: rotate(7deg);
    }
    .img-box img {
        border-radius: 18px;
    }
    .img-box {
        margin: 0 0 40px;
    }
    .capsule-manufacturing-list {
        padding: 10px;
        border-radius: 13px;
        text-align: center;
    }
    .capsule-manufacturing-list .item:nth-child(2n+1) [class*="col-"]:first-child {
        order: 0;
    }
    .capsule-manufacturing-list .img {
        margin-right: 5px;
        margin-top: 20px;
    }
    .capsule-manufacturing-list img {
        border-radius: 14px;
        box-shadow: 5px 5px 0 0 var(--primary);
    }
    .capsule-manufacturing-list h6 {
        font-size: 30px;
    }
    .capsule-manufacturing-list h6:after {
        display: none;
    }
    .capsule-manufacturing-list .item + .item {
        margin-top: 50px;
    }
    .capsule-manufacturing-list .item:nth-child(2n+2) .img {
        margin-right: 5px;
        margin-left: 0;
    }
    .manufactured-wrap .third-party-img-round {
        width: 300px;
        height: 300px;
    }
    .manufactured-img-box .img {
        transform: scale(1) !important;
        width: 250px;
        height: 200px;
        border-radius: 15px;
    }
    .manufactured-img-box {
        padding: 0;
    }
    .manufactured-wrap {
        margin: 40px 0 150px;
    }
    .title-nav.manufactured-carousel .owl-nav {
        bottom: -120px;
    }
    .available-products-list .item {
        width: 100%;
        margin-bottom:20px;
    }
    .available-products-list .item:nth-child(2n+2) {
        transform: translatey(0);
    }
    .available-products-list:before,
    .available-products-list:after{
        display:none;
    }
    .available-products-list{
        margin-bottom:0;
    }
    .accordion .accordion-item .accordion-button {
        padding: 10px 0;
        font-size: 16px;
        line-height: 22px;
    }
    .accordion .accordion-item,
    .accordion .accordion-item + .accordion-item {
        margin-top: 12px;
    }
    .accordion .accordion-item {
        padding: 0 15px;
    }
    .accordion .accordion-item .accordion-button:after {
        width: 14px;
        height: 14px;
    }
    .faq-wrap {
        margin-bottom: -10px;
    }
    .private-label-slider .img {
        border-radius: 16px;
        height: 220px;
    }
    .private-label-slider {
        margin-bottom: 70px;
    }
    .bottling-wrap .img {
        border-width: 3px;
        border-radius: 16px;
        height: 230px;
    }
    .bottling-section:before, .bottling-section:after {
        width: 180px;
        height: 180px;
        border-width: 20px;
    }
    .packaging-slider .title-nav  .owl-nav {
        margin-top: 20px;
    }




}




