
/******** min 768 ********/
@media (min-width: 768px) {


}



/******** min 992 ********/
@media (min-width: 992px) {


}



/******** min 1200 ********/
@media (min-width: 1200px) {


}



/******** max 767 ********/
@media (max-width: 767px) {


}



/******** min 768 & max 991 ********/
@media (min-width: 768px) and (max-width: 991px) {



}



/******** min 992 & max 1199 ********/
@media (min-width: 992px) and (max-width: 1199px) {


}

/******** max 1400 ********/
@media (max-width: 1400px) {



}


/******** max 1199 ********/
@media (max-width: 1199px) {


}



/******** max 1024 ********/
@media (max-width: 1024px) {


}



/******** max 900 ********/
@media screen and (max-width: 900px) {
    .header-search-box {
        width: 100%;
    }
    
    
    
    
    
}



/******** max 767 ********/
@media screen and (max-width: 767px) {
    .header-search-box {
        width: 100%;
    }
    .header-search-box button.e-search-submit {
        position: absolute;
        top: 14px;
        right: 14px;
    }
    .home-customer-opinion .elementor-swiper-button-next,
    .home-customer-opinion .elementor-swiper-button-prev {
        left: 0px !important;
    }
    .single-truck-image-bottom.home-page > .elementor-column-gap-default {
		height: 170px;
		padding-bottom: 11px;
		width: 95%;
		margin-right: 9px;
	}
	.single-truck-image-bottom > .elementor-column-gap-default {
		height: 170px;
		padding-bottom: 11px;
		width: 95%;
		margin-right: 9px;
	}
	.box-terms-boards {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    
    
    
    
    


}



/******** max 600 ********/
@media screen and (max-width: 600px) {


}



/******** max 480 ********/
@media screen and (max-width: 480px) {


}