
/*******************************************************************************************************
Begin Responsive
********************************************************************************************************/

@media (max-width: 1200px) {

	
	/*========================== home 1 ======================*/
	.header1-bottom .toggle-mobile-menu{
		color: #fff;
	}

	/*========================= home 2 =======================*/


	
}/*End max-width: 1200px*/

@media (max-width: 1024px)  {
	.footer1-countdown .title34{
		font-size: 28px;
	} 

	/*========================= home 2 =======================*/
  	

}/*End max-width: 1024px*/

@media (max-width: 880px) {
	.footer1-countdown .title34{
		font-size: 22px;
	} 
	.footer1-countdown .title16{
		font-size: 14px;
	}

}/*End max-width: 880px*/

@media (max-width: 767px) {
	/*=== header 1 ===*/
	.header-1 .elementor-widget-bzotech-search_global{
		width: 100%;
	}

	/*=== header 2 ===*/

	/*=== footer 2 ===*/
	.footer2-links{
		overflow-x: scroll;
	}
	.footer2-links .elbzotech-list-link-global-inline .item-link{
		white-space: nowrap;
		padding-bottom: 5px;
	}
	/*=== general ===*/
	.hidden-mobile{
		display: none;
	}
	
	.elbzotech-bread-crumb-global a,
	.step-bread-crumb,
	.bread-crumb-e{
		display: none;
	}
	.bread-crumb-e:last-child{
		display: block;
	}
	.elbzotech-bread-crumb-global{
		text-align: center;
	}
	/*=== filter ===*/
    .main-top-filter__left {
        flex-direction: column;
        width: 100%;
    }
    .main-top-filter__left>div {
        width: 100%;        
        border-right: none;
    }
    .main-top-filter__left>div.open-hide-filters{
        border-bottom: 1px solid var(--bzo-border-color);
    }
    .main-top-filter__left .dropdown-link {
        justify-content: space-between;
        height: 52px;
        line-height: 52px;
    }
    .sort-by .inline-block{
        width: 100%;
    }
    .top-filter .view-type {
        display: none;
    }
	

}/*End max-width: 767px*/
@media (max-width: 576px) {

}/*End max-width: 576px*/



