.apps_b_buttons.apps_b_buttons_mobile
    {
    	display: none;
    }
@media screen and (max-width: 1279px) and (min-width: 992px)
{
	.index-header-inner-slider .main_slide_item img {
    	object-position: 74%;
	}
	.on_main_sllider_content .slider_subtitle {
	    font-size: 2.3vw;
	}
}

@media screen and (max-width: 991px)
{
	.on_main_sllider_content .main_slider_title, .on_main_sllider_content h1 {
        font-size: 3vh;
        width: 50%;
    }

	.on_main_sllider_content {
    	left: 5%;
    	top: 46%;
	}

	.index-header-inner-slider .main_slide_item img {
    object-position: 66%;
	}
	.on_main_sllider_content .slider_subtitle {
        color: #fff;
        max-width: 50%;
        line-height: 1.2;
        font-size: 2.8vw;
        text-shadow: 0 0 5px #000;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:599px)
{
	.header-logo a img {
    	max-height: 70%;
	}
	.apps_b_head
	{
		display: none;
	}
	.index-header-inner-slider .main_slide_item {
        height: 40vh;
    }
    .index-header-inner-slider .main_slide_item img {
        object-position: 25%;
    }
    .on_main_sllider_content .main_slider_title, .on_main_sllider_content h1 {
        font-size: 2vh;
        margin-bottom: 8px;
        max-width: 50%;
    }
    .on_main_sllider_content .slider_subtitle {
        color: #fff;
        max-width: 60%;
        line-height: 1;
        font-size: 2.1vw;
        text-shadow: 0 0 5px #000;
        margin-bottom: 8px;
    }
    .apps_b_buttons.apps_b_buttons_desctop
    {
    	display: none;
    }
    .apps_b_buttons.apps_b_buttons_mobile
    {
    	display: flex;
    }
	 .apps_b_buttons.apps_b_buttons_mobile a {
	    width: 30px;
	    height: 30px;
	    border-radius: 50%;
	    background: #333;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}

	.apps_b_buttons.apps_b_buttons_mobile a img {
	    max-width: 60%;
	    height: auto;
	}

	.apps_b_buttons.apps_b_buttons_mobile {
	    justify-content: flex-start;
	    gap: 10px;
	}
	.on_main_sllider_content {
        left: 5%;
        top: 57%;
    }
    div#main_slide_item_1 img {
    	object-position: 98%;
	}
	div#main_slide_item_3 .on_main_sllider_content {
    top:64%;
	}



}
@media screen and (max-width:375px)
{
	.on_main_sllider_content {
        left: 5%;
        top: 66%;
    }
}