/*Mobile Media Query*/
@media screen and (max-width: 600px) {

	.header-area .container{
		max-width: 100%;
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
		max-width: 94%;
	}
	.header-right, .banner-btn{
		display: none;
	}
	.banner-slider.owl-carousel.owl-drag .owl-item {
		height: 35vh;
	}
	.features-section .feature-card.mmb-0, .worker-section .worker-card.mmb-0, .transport-section .transport-card.mmb-0{
		margin-bottom: 0;
	}
	.why-choose-section .why-choose-img .shipping-text {
		max-width: 100%;
		left: 0; 
		transform: none;
		width: 100%;
	}
	.sec-padding {
		padding: 40px 0;
	}
	.mmb-20{
		margin-bottom: 20px;
	}
	.why-choose-section .why-choose-text .accordions {
		max-width: 100%;
	}
	.gallery-div img {
		margin-bottom: 20px;
	}
	.row.f-box .col-lg-4{
		width: 33.3%;
	}
	.client-sec .col-lg-4{
        width: 50%;
	}




}/*Mobile Media Query Ends*/