@media only screen and (max-width: 1366px) {

    .about_title h2:before {
        left: 4rem;
    }

    .about_title h2:after {
        right: 25%;
    }

    .big_title h2:before {
        left: -5%;
        top: 0px;
    }
    
    .big_title h2:after {
        right: -5rem !important;
        bottom: 5rem;
    }

}


@media only screen and (max-width: 768px) {

    .about_title h2:before {
        left: 10%;
    }

    .about_title h2:after {
        bottom: -2rem;
    }

    .text-before:before {
        left: 15px;
    }

    #featured-prod .slick-prev {
        top: -3rem;
    }

    #featured-prod .slick-next {
        top: -3rem;
    }



    .home-title.text-before::before {
        left: -25px;
    }

    .home-title.text-before::before {
        left: -25px;
    }

    .about_sec_title::before {
        top: 0;
    }

    .big_title h2:before {
        left: -40px;
    }

    .big_title h2:after {
        bottom: 0rem;
        right: -3rem !important;
    }

    .post-type-archive .bapf_sfilter.bapf_divi_button .bapf_button {
        font-size: 14px;   
    }


}



@media only screen and (max-width: 767px) {


    .elementor-custom-embed-play svg {
        height: 40px;
        width: 40px;
    }

    #featured-prod .slick-prev {
        display: none !important;
    }

    #featured-prod .slick-next {
        display: none !important;
    }

    .text-before:before {
        display: none;
    }

    .text-after:after {
        display: none;
    }

    .text-after-1:after {
        display: none;
    }

    .home-title {
        position: relative;
    }

    .home-title_mobile {
        position: relative;
    }

    
.main_title h2:before {

    position: absolute;
	content: '';
	width: 33px;
	height: 86px;
	background-color: transparent;
	background-image: url('https://graphiccomb.com/woocommerce/kinetika/wp-content/uploads/2023/12/Vector-3.svg');
	background-repeat: no-repeat;
	background-size: contain;
	left: 0px;
    top: -10px;
 
}

    .main_title h2:after {

        position: absolute;
        content: '';
        width: 33px;
        height: 86px;
        background-color: transparent;
        background-image: url('https://graphiccomb.com/woocommerce/kinetika/wp-content/uploads/2023/12/text-after.svg');
        background-repeat: no-repeat;
        background-size: contain;
        right: -20px;
        top: -10px;
    
    }

    .big_title h2:before {
        left: -12px;
        top: -10px;
    }

    .big_title h2:after {
        right: -38px !important;
        top: -10px;
    }

    .health_ed:before {
        top: -20px;
    }

    .contact-page-map .ha-adv-google-map .ha-adv-google-map__wrapper {
        display: block;
        height: 300px !important;
    }

    .single-product a.added_to_cart.wc-forward {
        width: 100%;
    }



}