@media only screen and (min-width: 1025px) {
	
	.enquiry-form form{
		position: relative;
		z-index: 1;
		background: linear-gradient(rgba(255, 255, 255, 0.9),rgba(255, 255, 255, 0.9)),url(../images/bg/form-bg.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		padding: 30px;
		padding-top: 0;
		border-radius: 10px;
		box-shadow: 0px 2px 5px #cdcdcd;;
/*		border-bottom: 5px solid var(--theme-color);*/
}
.home-enquiry-form{
	width: 35%;
	position: absolute;
	top: 110px;
}
.home-enquiry-form form{
	padding-bottom: 50px;
}
.home-enquiry-form .row{
	margin-top: -20px;
}
.home-enquiry-form .btn-theme{
	width: auto!important;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -25px;
	padding: 15px 20px!important;
}
.slider-caption{
	transform: translate(-6%, -50%);
}

.navbar-nav .menu:hover .dropdown_menu{
	display: block;
}
.footer{
	padding-top: 50px;
	padding-bottom: 50px;
}
.provide-taxi-section .card .card-title{
	margin-bottom: 50px;
}
.provide-taxi-section .card .btn-theme{
	position: absolute;
	margin: auto;
	text-align: center;
	bottom: 15px;
	left: 25%;
	right: 25%;
}
}

/*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: 2em;
	margin-bottom: 40px;
	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{
	margin: 5px;
/*	background: url(../images/bg/form.jpg) no-repeat;*/
background: #fff;
background-position: right;
}
.home-enquiry-form{
	border: 5px solid var(--theme-color);
}

/*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 span{
	font-size: 20px;
}
.multi-button a{
	font-size: 13px;
}

/*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__two {
	margin: 0;
}

.about-one__image__one__img, .about-one__image__two__img{
	width: 100%;
	border-width: 10px;
}
.about-one__image__one{
	width: 80%;
}
.about-one__image__one__img{
	height: 250px;
}
.about-one__image__three__img{
	height: 130px;
}
.about-one__content{
	margin-top: 40px;
}

/*about new*/
.image-column .image-1 img{
	width: 100%;
	height: auto;
}
.image-column .image-2{
	display: none;
}
.image-column .inner-column{
	padding-right: 0;
	padding-bottom: 0;
}

.services-one__title-icon span{
	font-size: 35px;
}
.testimonial-block .image-box {
	flex-direction: column;
	padding-left: 0;
}
.testimonial-block .image-box .info-box {
	flex-direction: column;
	margin-top: 40px;
}

.service-page .contentBox img{
	border-radius: 75px 0 75px 0;
}
.common-booking-form{
	margin-top: 30px;
}
.common-booking-form form{
	background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../images/bg/form-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 30px;
	padding-top: 0;
	box-shadow: 0px 2px 5px #cdcdcd;
}
.it-destination-2-thumb img{
	height: 250px;
}
.it-destination-2-text{
	left: 30px;
	right: 30px;
}
.it-destination-2-place{
	font-size: 13px;
}
}
