

@media (max-width: 576px) {
		 
}
 

/*Extra small devices (portrait phones, less than 576px)*/


@media (max-width: 767px){
	.header{
		border-bottom: 1px solid #e5e7eb;
		padding: 3px 0px;
	}
	.logo-box img {
	    width: 90px;
	}
	.hero-content-wapper h1 { 
	    font-size: 32px;
	}
	.hero-content-wapper h2 { 
	    margin: 10px 0px;
	    font-size: 22px;
	}
	.hero-content-wapper p {
    	font-size: 13px;
	}
	.border-btn .btn {
	    margin: 7px 5px;
	}
	.main-heading {
	    font-size: 25px;
	}
	.image-box-about img{
		margin-top: 30px;
	}
	.large-text h2 {
	    font-size: 25px;
	}
	.Why-Choose-box { 	
    	padding: 16px;
    }
    .Why-Choose-box {
    	height: 90%;
    }
    .hero-content-wapper{
    	text-align: center;
    }
    .airportwithmaximum .hero-content-wapper h1 {
	    font-size: 30px;
	}
	.airportwithmaximum .hero-content-wapper .hero-content-wapper h2 {
		font-size: 14px;
	}

	.Transfer-Routes-box a h4 {
	    font-size: 17px;
	}
	.mobile-sidebar-main-box{
		display: block;
	}
	.Send-Message{
		margin-top: 30px;
	}
	.contact-items {
		display: flex;
	}
	     
	.Find-a-vehicle-to-book{
		margin-top: 30px;
	}
	.image-box-about img{
		min-height: auto;
	}

	 
}                     







/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	 
	.footer-box{
		margin-top: 30px;
	}
	 .header{
		border-bottom: 1px solid #e5e7eb;
		padding: 3px 0px;
	}

	.Why-Choose-box { 
	    padding: 18px; 
	    height: 85%;
	}

}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 820px) and (max-width: 1124px) {
	  
}



/*Large devices (desktops, 992px and up)*/
@media (min-width: 1024px) and (max-width: 1190.98px) {
	 .menu-list { 
	    gap: 18px;
	}
	.menu-list .items-menu .menu-link { 
	    font-size: 11px;
	}
	.Price-btn .btn{
		padding: 10px 14px;
		font-size: 13px;
	}

}


/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1280px) {
	  
 }