@media only screen and (min-width: 1025px) {

	.enquiry-form form {
		position: relative;
		z-index: 1;
		background: #fff;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		padding: 20px 30px;
		padding-top: 10px;
		border-radius: 10px;
		box-shadow: 0 0 28px 0 #0004;
	}

	.home-enquiry-form {
		width: 100%;
		position: absolute;
		bottom: -150px;
	}

	.home-enquiry-form .btn-theme {
		width: auto !important;
		display: block;
		margin: auto;
		margin-top: 5px;
		padding: 10px 20px !important;
	}

	.slider-caption {
		top: 30%;
	}

	.navbar-nav .menu:hover .dropdown_menu {
		display: block;
	}

	.footer {
		padding-top: 40px;
		padding-bottom: 10px;
		border-top: 1px solid #6d6b72;
	}

	.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%;
	}

	/*	about*/
	.img-box1 .img1 img {
		height: 575px;
	}
	.about__content-two{
		padding-left: 30px;
	}

	.img-box1 .img2 img {
		height: 273px;
		object-fit: cover;
	}

	.about__img-wrap-two>img {
		width: 421px;
		height: 513px;
	}

	.float_whatsapp,
	.float-call {
		position: fixed;
		right: 20px;
		bottom: 20px;
		width: 175px !important;
		height: 40px;
		border-radius: 10px;
		animation: float 1s ease-in-out infinite;
	}

	.float-call {
		right: auto;
		left: 20px;
	}

	.fixed__btns {
		background-color: transparent;
		height: 0;
		transform: none;
	}
}

/*phone and tablet media query*/
@media only screen and (max-width: 768px) {
	header .navbar-collapse {
		max-height: 100vh;
		padding: 20px 0;
	}

	.navbar-nav .nav-item {
		margin: 10px 0;
		border-bottom: 1px solid #000;
	}

	header .navbar-nav {
		align-items: normal;
	}

	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: 80%;
		text-align: center;
		left: 50%;
	}

	.slider-caption .caption-subtitle {
		font-size: 12px;
	}

	.slider-caption .caption-title {
		font-size: 2em;
		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 #f2f2f2;
		border-radius: 40px;
		width: 96%;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.coolinput label.text {
		margin-left: 30px;
	}

	/*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: 150px;
	}

	.navbar-brand span {
		font-size: 18px;
	}

	.multi-button a {
		font-size: 13px;
	}

	.navbar-toggler {
		background-color: var(--theme-color);
		padding: 6px;
	}

	header .navbar-nav a:before {
		display: none;
	}

	/*about*/
	.about-one__experience__shape__two {
		width: 230px;
	}

	.content-container .title {
		font-size: 28px;
	}

	.footer {
		padding-top: 25px;
		padding-bottom: 0px;
		border-top: 1px solid #6d6b72;
	}

	.contact-section .card .card-icon {
		width: 31%;
	}

	.footer-widget .widget_title {
		margin-bottom: 5px;
	}

	.section-title {
		margin-bottom: 25px;
	}

	/*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: 80px;
	}

	/*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;
	}

	.img-box1 .img1 img {
		width: 100%;
	}

	/*cab-service-section*/
	.cab-service-section .card {
		padding: 5px;
	}

	.cab-service-section .card img {
		height: 100px;
	}

	.cab-service-section .card .card-title {
		font-size: 13px;
	}

	.btngroup {
		gap: 5px;
		font-size: 7px;
	}

	.btngroup i {
		padding-right: 3px;
	}

	.amazing-trip p {
		font-size: 14px;
		margin-top: 5px;
	}

	.amazing-trip .h4 {
		font-size: 20px;
		margin-top: 5px;
	}

	.tour-wrapper.style-six .tour-thumb {
		height: 230px;
	}

	.testimonial-style-four:nth-child(2n+1) {
		margin-inline-start: 0;
	}

	/*about img*/
	.about-thumb-wrap .img-2 {
		width: 100%;
	}

	.about-thumb-wrap .img-3 {
		bottom: 0;
		margin-left: 0;
		margin-top: 0;
		position: absolute;
		right: 0;
		width: 287px;
		height: 244px;
	}

	.section-title .title {
		font-size: 25px;
		line-height: 1.2;
		margin-bottom: 10px;
	}

	.coolinput label.text {
		font-size: 12px;
		margin-bottom: 4px;
	}

	.coolinput .input {
		height: 35px;
		padding: 0 1px;
		margin-left: 28px;
		width: auto;
	}

	.coolinput i {
		left: 1px;
	}

	.enquiry-form form .btn-theme {
		border-radius: 30px;
	}

	.socials .res_dnone {
		display: none;
	}

	.outstation-taxi-service {
		padding-top: 25px !important;
	}

	.service-section-new .div_top_margin {
		top: 0;
	}

	.service-section-new .row .col-lg-4 {
		margin-top: 0;
	}

	.service-section-new .row {
		margin-top: 5px;
	}

	.service-section-new {
		padding-bottom: 30px;
	}

	.service-page .row:first-child {
		flex-direction: column-reverse;
	}

	.widget_service_categories {
		display: none;
	}

	.service-page {
		padding-top: 12px !important;
	}

	.common-booking-form .row {
		flex-direction: column !important;
	}

	footer .site_name_name {
		top: -10px;
	}

	/* ========================================== */
	header::before {
		width: 188px;
	}

	.copyright-wrap p {
		padding-bottom: 45px;
	}
}