@media only screen and (min-width: 1025px) {
	
	.enquiry-form form{
/*		margin-top: -107px;*/
		position: relative;
		z-index: 1;
/*    background: linear-gradient(rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.5)),url(../images/bg/form.jpg);*/
background: #fff;
background-size: 100% 100%;
background-repeat: no-repeat;
padding: 30px;
padding-top: 0;
border-radius: 10px;
box-shadow: 0px 6px 30px rgba(7, 36, 95, 0.08);
}
.navbar-nav .menu:hover .dropdown_menu{
	display: block;
}
.footer{
	padding-top: 50px;
}
}

/*phone and tablet media query*/
@media only screen and (max-width: 768px) {
	header .navbar-collapse{
		height: 100vh;
		padding: 50px 0;
	}
	.navbar-nav .nav-item{
		margin: 10px 0;
	}
	header .navbar-nav a{
		padding: 0;
	}
	.navbar-nav .menu i{
		float: right;
	}
	.navbar-nav li .dropdown_menu{
		position: static;
		margin-top: 20px;
	}

/*	main slider*/
#main-slider:before{
	background-color: transparent;
}
.slider-caption{
	width: 100%;
	text-align: center;
	padding: 0 20px;
	left: 50%;
}
.slider-caption .caption-subtitle{
	font-size: 12px;
}
.slider-caption .caption-title{
	font-size: 3em;
	margin-bottom: 10px;
	margin-top: 20px;
}
.slider-caption p{
	font-size: 12px;
	max-width: 100%;
}
.slider-caption .h2 {
	font-size: 30px;
	text-align: center;
}
#main-slider img{
/*	height: 300px;*/
}

/*enquiry form*/
.enquiry-form{
	border: 2px solid var(--theme-color);
	border-top: 1px solid var(--theme-color);
	border-bottom: 1px solid var(--theme-color);
	border-radius: 6px;
/*	background: url(../images/bg/form.jpg) no-repeat;*/
background: #f7f7f7;
background-position: right;
width: 98%;
margin: 1% 1%;
}
.taxi-booking__form__title{
	width: 80%;
	margin: 0 10%;
}
.taxi-booking__form__heading {
    font-size: 18px;
}
/*section title*/
.section-title .progress{
	width: 40%;
}

/*about*/

.about-us .about-img img:first-child{
	margin-left: 0px;
	width: 90%;
	float: right;

}
.about-us .about-img img:last-child{
	margin-top: -140px;
}
.experience{
	width: 85px;
	height: 85px;
	border: 5px solid white;
	padding: 22px 0px;
	margin-top: -30px;
}
.experience .year{
	font-size: 13px;
	font-weight: 800;
}
.experience p{
	color: #fff;
	font-weight: 600;
	font-size: 8px;
}

/*testimonials*/
.testimonial-slider {
	position: static;
}

/*contact page*/
.contact-form-section img{
	display: none;
}
.contact-form-section form{
	border-radius: 20px;
}
.navbar-brand > img{
	width: 70px;
}
.navbar-brand span{
	font-size: 16px;
}
.multi-button a{
	font-size: 13px;
}
.btn-theme{
	padding: 5px 20px;
}
.taxi-span{
	font-size: 37px;
}
/*about*/
.about-one__experience__shape__two{
	width: 230px;
}

.content-container .title{
	font-size: 28px;
}
.footer{
	padding-top: 70px;
	padding-bottom: 30px;
}
.contact-section .card .card-icon{
	width: 31%;
}

/*about*/
.about-one__image__one__img, .about-one__image__two__img{
	width: 65%;
}
.about-one__image__two {
	position: relative;
	margin-left: 160px;
	margin-top: -190px;
	width: 100%;
	z-index: 2;
	box-shadow: 0px 4px 60px 10px rgba(0, 0, 0, 0.1);
}

.about-one__image__one__img, .about-one__image__two__img{
	width: 100%;
	padding-left: 0px;
	border-width: 10px;
}
.about-one__image__one::before {
	width: calc(100% - 155px);
	left: 108px;
}
.about-one__content{
	margin-top: 30px;
}
.fleet-img{
	height: 200px;
} 
}
