/************************
    - Media queries -
************************/

/* Medium Devices */

/* Desktops */
@media (min-width:1500px) {
	/* Reset */
	p {
		font-size:16px;
		line-height:1.75;
	}
}

@media (min-width:1200px) {
	/* Navigation */
	.nav-menu li a {
		padding:10px 20px;
	}
}

@media (max-width:1199px) {
	.banner-text h1 em {
		display:inline;
		clear:none;
	}
}


@media only screen and (max-width:1024px){
	.bridging1_sec{
		width: 50% ;
	}
	.bridging2_sec{
		width: 50% ;
	}
	.review_slider .single-box{
		width: 85%;
		margin: 0 auto;
	}

	.about_main{
		width: 100%;
	}
	.about_main_img{
		width: 100%;
		margin-left: 0px;
	}

	.app_screenshot{
		height: 100%;
	}

	.banner_text_second h1{
		font-size: 45px;
	}

	.slideshow{
		height: 560px ;
	}

	#home{
		height: 145px ;
		margin-top: -60px;
	}

	.app_screen_section{
		height: 100%;
	}
	.slideshow .slider_text{
		padding-top: 350px;
	}

	.banner_image_slider h3{
		font-size: 28px;
	}
	.features_main .features-item li{
		height: 300px;
	}
	.blog-inner{
		top: -110px;
	}
	
}


@media (min-width:992px) {
	/* Section header */
	.section-title h3 {
		font-size:2.25em;
	}
	
	/* Navigation */
	.main-menu-area .navbar-brand1 {
		padding:0;
	}
	
	.nav-menu li a {
		padding:10px 12px;
		text-align:left;
		border-bottom:none;
	}
	
	.nav-menu li a:hover, 
	.nav-menu li a.active {
		background-color:transparent;
		color:#fff;
	}

	.nav-menu li a:hover span:after, 
	.nav-menu li a.active span:after {
		left:0;
		right:auto;
		width:100%;
	}
	
	.nav-menu li.dropdown .submenu {
		position:absolute;
		display:block;
		padding-right:0;
		min-width:230px;
		background-color:#fff;
		left:0;
		top:100%;
		transform:scaleY(0);
		transform-origin:top;
		transition:all 0.3s ease-in-out;
	}
	
	.nav-menu li.dropdown .submenu li a {
		display:block;
		padding:13px 20px;
		color:#111;
		font-size:80%;
		transition:all 0.3s ease-in-out;
	}
	
	.nav-menu li.dropdown .submenu li a:hover,
	.nav-menu li.dropdown .submenu li a.active-submenu {
		background-color:#000;
		color:#fff;
	}
	
	.nav-menu li.dropdown:hover .submenu {
		transform:scaleY(1);
	}
	
	.main-menu-area.fixed-menu {
		padding:17px 0;
	}
	
	.main-menu-area.fixed-menu .nav-menu li a {
		color:#111;
	}
	
	.main-menu-area.fixed-menu .nav-menu li a span:after {
		background-color:#111;
	}
	
	/* Search */
	.search-body .menu-search-form input {
		font-size:36px;
	}
	
	/* Banner */	
	.banner .banner-text {
		text-align:left;
	}


}


@media only screen and (max-width:991px){
	#about_us h1{
		padding-right: 0;
		margin-top: 35px;
	}
	#mainNav{
		background-color: transparent;
		box-shadow: none;

	}
	.navbar-brand1-img{
		width: 200px;
	}
	.navbar-brand2-img{
		width: 200px;
	}
	.navbar-brand3-img{
		width: 200px;
	}
	.bridging2_sec{
		width: 100%;
	}

	.bridging1_sec{
		width: 100%;
	}



	

	.main-menu-area.fixed-menu{
		background-color: #ffffff !important;
	}

	#work_steps .new_traffic_section{
		height: 250px;
	}

	.banner_new{
		/* background-position: right ; */
		background-position: inherit !important;
		/* background-image: radial-gradient(circle at 24.1% 68.8%, rgb(0 0 0 / 85%) 0%, rgb(0 0 0 / 74%) 99.4%), 
		url(../images/banner/Truck4_new.png) !important; */
	}

	.footer-widgets .quick_enquiry{
		margin-top: 50px;
	}

	/* Margin */
	.res-margin {
		margin-bottom:30px;
	}
	
	footer .res-margin {
		margin-bottom:50px;
	}
	
	/* Header */
	.header {
		padding:0px 20px;
		background-color: #fff;
	}
	
	/* Mobile menu */
	.op-mobile-menu {
		position:fixed;
		top:0;
		left:-100vw;
		width:100vw;
		height:100vh;
		background-color:#fff;
		overflow-y:auto;
		transition:all 0.3s ease-in-out;
	}
	
	.op-mobile-menu .m-menu-header {
		padding:10px 20px;
	}
	
	.op-mobile-menu .close-button {
		position:relative;
		width:20px;
		height:20px;
	}
	
	.op-mobile-menu .close-button:before,
	.op-mobile-menu .close-button:after {
		content:'';
		position:absolute;
		left:2px;
		top:10px;
		width:20px;
		height:2px;
		margin-top:-1px;
		background-color:#999;
		transform-origin:center;
	}
	
	.op-mobile-menu .close-button:before {
		transform:rotate(45deg);
	}
	
	.op-mobile-menu .close-button:after {
		transform:rotate(-45deg);
	}
	
	.mobile-menu-open .op-mobile-menu {
		left:0;
	}
	
	.op-mobile-menu .search-option {
		display:none;
	}
	
	.op-mobile-menu .nav-menu li {
		padding:0 30px;
	}
	
	.op-mobile-menu .nav-menu li a {
		clear:both;
		padding:10px 0;
		border:0;
		color:#111;
	}
	
	.op-mobile-menu .nav-menu > li:first-child > a {
		padding-top:0;
	}
    
    /* Banner */
	.banner {
		height:auto;
	}
	
    .banner-text .button-store .custom-btn {
        padding:10px;
        min-width:150px;
    }
	
	.banner-image {
		float:none;
		clear:both;
		text-align:center;
	}
	
	.banner-image-center {
		max-width:100%;
	}
	
	/* Feature box */
	.feature-box.box-left {
		padding:0;
		text-align:left;
	}
	
	.feature-box.box-left .box-icon {
		position:relative;
		width:auto;
		height:auto;
		margin:0 20px 0 0;
	}
	
	/* Pricing */
	.price-table.plan-popular {
		padding:30px 0;
		margin:0;
		box-shadow:none;
	}
	
	/* Previous/Next posts */
	.nav-links .nav-previous div,
	.nav-links .nav-next div {
		width:100%;
	}
	
	.nav-links img {
		display:none;
	}
	
	/* Member info */
	.member-info:after {
		width:100%;
	}
	
	.member-info li {
		clear:both;
		float:none;
		width:100%;
	}
	
	/* Contact info */
	.contact-info {
		text-align:center;
	}

	#home{
		margin-top: -200px;
		height: 140px;
	}
	.section-title h1{
		font-size: 34px;
	}

	.review_slider{
		padding-top: 0px;
	}

	#about_us .experience{
		text-align: center;
	}

	.features_main{
		width: 100%;
		padding-bottom: 0px !important;
		margin-bottom: 0px !important;
	}

	.features-item{
		padding-bottom: 0px !important;
		margin-bottom: 0px !important;
		margin-top: 0px !important;
		padding-top: 0px !important;
	}

	.slider_info{
		display: contents;
	}
	.review_slider{
		width: 100%;
	}
	.app-btn-group{
		width: 70%;
		margin: 0 auto;	
	}

	.features_main .features-item li{
		height: 300px;
	}

	.banner_app_screenshot{
		height: 350px;
		padding-top: 50px;
	}

	.app_content{
		padding-top: 16%;
	}

	.slideshow{
		height: 410px !important;
		margin-top: 66px;
	}

	#features .feature-box {
		justify-content: center;
		text-align: center;
	}
	#features .features_main .feature-box .box-icon .icon{
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
	
	
	#features .features_main .feature-box .box-icon{
		margin-right: 0px;
	}

	#accordion .accordion-header a{
		padding: 25px 18px;
	}

	.app_banner_img{
		width: 40%;
	}
/* 
	.app_banner_content{
		width: 60%;
	} */


	
}

/* Tablets */
@media (min-width:768px) {
	/* Parallax video */
	.video-btn .video-text {
		font-size:26px;
	}
	
	.play-btn {
		width:100px;
		height:100px;
		line-height:100px;
		font-size:30px;
	}
}

/* Small Devices */
@media only screen and (max-width:767px) {
	.about-content-main-home{
		padding-left: 0px;
	  }
	/* Banner */
	.banner-text h1 {
		font-size:36px;
	}
	
	/* Sections */
	section .container,
    footer .footer-widgets {
		padding-top:80px;
		padding-bottom:80px;
	}
	
	/* Services */
	.service-mobile {
		padding-top:30px;
		margin-bottom:-100px;
	}
	
	/* Testimonials */
    .testimonial-carousel .carousel-text .single-box {
	  	width:100%;
	}
	
	/* Google maps */
	.map #google-map {
		height:250px;
	}
	
	/* Blog */
	.post-meta > li {
		clear:both;
		float:none;
		width:100%;
	}
    
    /* Footer */
    footer .widget {
        text-align:left;
    }

	.we_work_mobile_view{
		display: block;
	}

	.we_work_mobile_view .we_work_nav .nav-tabs .nav-link{
		width: 145px;
	}

	.we_work_large{
		display: none;
	}

	.we_work_mobile_view .we_work_nav .nav-tabs .company_tab_m{
		border-radius: 20px 0px 0px  20px !important;
	}

	.we_work_mobile_view .we_work_nav .nav-tabs .vehicle_tab_m{
		border-radius: 0px 20px 20px  0px !important;
	}

	.img_small{
		border-radius: 40px;
	}

	.slideshow{
		height: 100% !important ;
		margin-top: 60px;
	}

	.slideshow .slider_text{
		padding-top: 135px;
		padding-left: 10px;
	}
	.banner_image_slider h3{
		font-size: 20px;
	}
	.banner_image_slider{
		display: none;
	}
	#home{
		margin-top: 0px !important;
		height: 100% !important;
	}
	.banner_bottom h2{
		font-size: 20px;
	}
	.banner_bottom p{
		font-size: 14px;
	}
	section .container{
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.call-float{
		display: block;
	}

	.feature-box{
		height: 100%;
	}

	.new_container .overview-box{
		margin: 0 auto;
	}
	.new_container .box_icon{
		left: 15px;
		top: 10px;
	}
	.overview-box .content{
		width: 100%;
		padding-left: 40px;
	}

	#about_us h1{
		font-size: 24px;
        line-height: 30px;
        margin-top: 25px;
        padding: 0px;
	}
	.features_main .features-item li h4{
		font-size: 18px;
	}

	.banner_text_second h1{
		font-size: 24px;
	}

	#accordion .accordion-header h5{
		font-size: 13px;
		line-height: 30px;
	}

	.blog-inner h4{
		font-size: 20px;
	}

	.section-title h2{
		font-size: 24px;
	}
	.section-title p{
		font-size: 16px;
	}

	.app-btn-group{
		width: 100%;
		display: flex;
	}
	.bumpload_app_section .qr-text1{
		font-size: 12px;
		transform: translateX(0%);
		/* padding: 20px; */
		padding-left: 20px;
		padding-right: 20px;
		margin-top: -15px;
	}

	.app_btn{
		width: 70%;
	}
	.download_app_btn{
		text-align: center;
	}

	.app_qr_img{
		width: 65%;
		padding: 0px;
	}

	.download_app_scanner{
		text-align: center;
	}

	.screenshot_img_sec{
		margin-bottom: -25px !important;
	}
	
	.footer_sec_address{
		margin-bottom: 30px;
	}

	.footer-social{
		margin-bottom: 40px;
	}
	.new_footer{
		padding-left: 10px;
	}

	.counter_1{
		width: 50%;
	}

	#accordion .accordion-header a{
		padding: 10px 24px 10px 5px;
		line-height: 16px;
	}

	.accordion-body p{
		font-size: 12px;
	}

	#accordion .accordion-button:after{
		top: 10px;
		right: 3px;
		padding-left: 5px;
	}

	.review_slider .single-box p{
		font-size: 14px;
	}

	.review_slider .slick-list{
		margin: 0px;
	}

	.footer_sec_address .footer_address{
		gap: 10px;
	}

	.footer_sec_address .footer_contact{
		gap: 10px;
	}

	.footer_sec_address .footer_email{
		gap: 10px;
	}

	.we_work_nav .nav-tabs{
		margin-bottom: 10px;
	}

	footer .copyright{
		line-height: 25px;
	}

	.app_content{
		padding-top: 50%;
	}

	.counter-content h5{
		line-height: 25px;
	}
	.app_screen_section{
		height: 100%;
	}

	.app_banner_content{
		margin-top: -22px;
		text-align: center;
	}


	.banner_app_screenshot{
		height: 250px;
		padding: 25px !important;
		
	
	}
	.app_content{
		padding-top: 50%;
	}

	.app_content h3{
		font-size: 30px;
        margin-bottom: 20px;
    }
	.mobile_banner_slider{
		display: block;
	}

	}

	.app_content p{
		margin-bottom: 0px;
		font-size: 16px;
        line-height: 20px;
	}
	/* .banner_new:before{
		background-repeat: no-repeat;
		background-size: cover;
		background-image: radial-gradient(circle at 24.1% 68.8%, rgb(0 0 0 / 55%) 0%, rgb(0 0 0 / 65%) 99.4%), 
		url(../images/banner/small_view_bg.jpg) !important;
	} */


	.button-store .custom-btn{
		min-width: 138px;
		padding: 5px 0px;
		border: 1px solid #fff;
		font-weight: 500;
		border-radius: 3px;
		margin: 10px !important;
		justify-content: center;
	
	}

	.button-store .custom-btn i{
		font-size: 25px;
	}
	.button-store .custom-btn p{
		font-size: 11px;
		margin: 0;
		line-height: 1;
	}

	.button-store .custom-btn p span{
		font-size: 14px;
	}
	.sec_mobile{
		display: block;
	}
	.sec_2{
		display: none;
	}

	.banner_bottom img{
		float: left;
	}

	#features .features_main .feature-box .box-icon{
		margin-right: 0px;
		/* margin-top: 35px; */
	}
	/* .new_traffic_section img{
		width: 100% !important;
	} */

	.bumpload_circle{
		top: 500px;
	}

	.app_banner_img_mobile{
		display: block;
	}

	.app_banner_img{
		display: none;
	}

	/* .app_banner_content{
		width: 100%;
	} */
	/* #loadMore{
		width: 110px;
		padding: 2px;
	} */




/* Extra Small Devices, Phones */ 
@media only screen and (max-width:480px) {
	.main-menu-area:not(.fixed-menu) .container {
		padding:0;
	}
}







/* 
.we_work_mobile_view{
	display: none;
} */