@media screen and (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  .small nav {
    padding: 15px 0;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .small nav .menu {
    width: 35px;
    height: 35px;
    background: #E57F47;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
  }
  .small nav .menu iconify-icon {
    color: #fff;
    font-size: 38px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }

  .small.show .sidebar {
    right: 0;
  }
  .small nav .sidebar > ul {
    margin-top: 70px !important;
  }

  .small nav .sidebar > ul > li {
    padding: 10px;
  }
  .small nav .sidebar ul > li {
    border-bottom: 1px solid #ece4e4;
  }
  .small nav .sidebar ul > li:last-child {
    border-bottom: 0px;
  }
  .small nav .sidebar ul > li:last-child {
    border-bottom: none;
  }

  .small nav .sidebar ul > li > a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }

  .small nav .sidebar > ul > li.link-sm {
    position: relative;
  }

  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }

  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 0px !important;
  }

  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }

  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  .small .times iconify-icon {
    color: #fff;
    font-size: 24px;
  }
  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }

  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }
  .small {
    display: block;
  }

  .logo img {
	width: 65px;
}
.small nav {
	padding: 2px 0;
}
.content_right{
 display: none;
}
.main_content .content_left {
	transition: margin-left 0s;
	width: 100%;
}
.banner_heading h1 {
	font-size: 35px;
	text-transform: uppercase;
	position: relative;
}
.home-slider .banner_padding {
	padding: 95px 0;
}
.heading h2 {
	font-size: 24px;
	font-weight: 600;
	font-family: var(--theme-heading-font);
	margin-bottom: 15px;
}
section {
	padding: 50px 0px;
}
.owl-nav {
	display: none;
}
.content_car .top_con label {
	border-radius: 4px;
	padding: 2px 4px;
	font-size: 13px;
	min-width: 73px;
}

.travel_sec .heading h6::after {
	content: "";
	position: absolute;
	background-color: var(--theme-color);
	width: 30px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	right: -47px;
}
.ft_logo img {
	width: 120px;
	margin-bottom: 20px;
}
.footer-links li {
	width: 141px;
	display: inline-block;
}
.running-taxi .taxi-3 {
	background-image: url(../image/truck-3.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	position: absolute;
	width: 58px;
	height: 79px;
	right: 70%;
	bottom: 0;
	animation: running-anim-left 35s linear infinite;
}
.running-taxi .taxi-2 {
	background-image: url(../image/truck-2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	position: absolute;
	width: 90px;
	height: 38px;
	right: 30%;
	bottom: 0;
	animation: running-anim 30s linear infinite;
}
.running-taxi .taxi {
	background-image: url(../image/truck-1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	position: absolute;
	width: 74px;
	height: 40px;
	right: 0;
	bottom: 0;
	animation: running-anim 20s linear infinite;
}
.footer-mid-wrap {
	background-color: #222;
	background-image: url(../image/texture.png);
	background-repeat: repeat;
	background-size: cover;
	padding: 80px 0 130px 0;
	position: relative;
	z-index: 1;
}
.banner_heading h4::before {
	content: "";
	position: absolute;
	background-color: var(--theme-color);
	width: 30px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	left: -44px;
}
.banner_heading h4::after {
	content: "";
	position: absolute;
	background-color: var(--theme-color);
	width: 30px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	right: -48px;
}

.banner_heading h1 {
	text-transform: uppercase;
	position: relative;
	line-height: 35px;
}
.banner_heading h5 {
	font-size: 15px;
	font-weight: 400;
}
.heading h2 br{
  display: none;
}
.logo img {
	width: 150px;
}
.small {
	padding: 3px 0;
}
.call-now h4 {
	margin-bottom: 10px;
	font-size: 22px;
}
.call-now{
  text-align: center;
}
.call-now .hd_info {
	display: flex;
	align-items: center;
	color: #fff;
	gap: 14px;
	flex-wrap: wrap;
	justify-content: center;
}
.call-now .cll-info {
	text-align: center;
}
.call-now a {
	font-size: 27px;
	color: #fff;
	line-height: 1.2;
}
.call-now img {
	width: 34px;
}

.row-below {
	margin-top: 10px;
}
.booking_sec {
	text-align: center;
}
.client_service_sec {
	text-align: center;
}
.footer-logo img {
	width: 285px;
	filter: brightness(0) invert(1);
	margin-bottom: 15px !important;
	margin: 0 auto;
}
.pay_img {
	text-align: left;
}
.home-slider .banner_padding{
  width: 100%;
}
.navbar_logo {
	display: none;
}
.nav_menu {
	display: none;
}
.hd_btn_sec .btn1 {
	width: 115px;
	margin-right: 10px;
	padding: 3px 0;
	font-size: 14px;
}
.main_header .hd_btn_sec {
	text-align: center;
	margin-left: 0;
	display: flex;
	justify-content: center;
	width: 100%;
	background: #f7f7f7;
	padding: 5px 0px;
  display: none;
}
.main_header {
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 0px 0;
}
.inner_page h1 {
	font-size: 35px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0px;
}
.service_con_sty .heading {
  padding: 20px 15px;
  color: #fff;
  text-align: center;
}
.main_header {
	width: 100%;
	position: relative;
	z-index: 5;
	padding: 0px 0;
	background: #f7f7f7;
}
.inner_page {
	padding: 140px 0;
	position: relative;
}
.about_sec_i2 .heading{
  text-align: center;
}
.contact_con {
	border-radius: 5px;
	padding: 15px 10px;
	box-shadow: rgba(100, 100, 111, .2) 0 0 2px 1px;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: center;
	gap: 0px;
}
.accordion-body {
	padding: 1rem 1.25rem;
	font-size: 14px;
}
.small nav {
	padding: 4px 0;
}
.fleet_con .conbotom h4 {
	margin-bottom: 0px;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 10px;
	color: #000;
}
.footer-logo img {
	width: 180px;
	filter: brightness(0) invert(1);
	margin-bottom: 13px !important;
	margin: 0 auto;
}
footer .brand .btn_sec {
	margin-bottom: 30px;
}
.breadcrumb-row ul {
	margin-bottom: 0;
}
.breadcrumb-row ul li {
	padding: 0;
	margin-right: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
}
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 567px) {
  .mobile-fixed-button {
    display: block;
  }
  .check_from input {
    width: 100%;
    border: 1px solid #acacac;
    color: #1e1e1e;
    padding: 7px;
  }
  .date_input label img {
    width: 22px;
  }
  .breadcrumb-row {
    background: var(--theme-color);
    padding: 7px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    padding-right: 28px;
    border-radius: 0 50px 50px 0;
  }
  .check_from button {
    text-align: center;
    background: #00a4b4;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 8px 12px;
    font-size: 16px;
    font-family: var(--theme-default-font);
    display: inline-block;
    transition: all 0.6s;
    width: 100%;
    letter-spacing: 4px;
    border: 1px solid #00a4b4;
    outline: none;
  }
  .content_car .top_con .piz {
    font-size: 16px;
    font-weight: 600;
    display: block;
    color: #ffffff;
  }
  .content_car .top_con small {
    font-size: 13px;
  }
  .content_car {
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url('../image/card-bg.jpg') no-repeat center;
    background-size: cover;
    padding: 20px 16px 20px 16px;
    border: 1px solid transparent;
    transition: all 0.6s;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
  }
  .advertisement_img {
    border-radius: 9px;
    overflow: hidden;
  }
  .advertisement_img img {
    border-radius: 9px;
    overflow: hidden;
  }
  .footer-mid-wrap {
    padding: 45px 0 140px 0;
  }
  .footer-item .widget-title h3 {
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 30px;
    position: relative;
  }
  .footer-links li a, .footer-contact li {
    font-size: 14px;
  }
  p {
    font-size: 14px;
    font-family: var(--theme-default-font);
  }
  .travel_sec .top_ivon {
    padding: 20px 15px 20px 15px;
  }
  .btn_gap {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .home-slider .banner_padding {
    padding: 50px 0;
  }
  .our_fleet_sec {
    padding: 55px 0 55px;
  }
  .footer-links li {
    width: 165px;
    display: inline-block;
  }
  .inner_page {
    padding: 85px 0;
    position: relative;
  }
  .hd_btn_sec .btn1 {
    width: 145px;
    margin-right: 10px;
    padding: 8px 0;
    font-size: 12px;
  }
  .btn2 {
    background: initial;
    padding: 8px 0px;
    display: inline-block;
    width: 220px;
    font-weight: 400;
    text-align: center;
    font-family: var(--theme-default-font);
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    border-radius: 50px;
    font-size: 12px;
  }
  .hd_btn_sec .btn2 {
    width: 150px;
  }
  .logo img {
    width: 100px;
  }
  .banner_heading h1 {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
  }
  .home-slider .banner_padding {
    padding: 50px 0 100px;
  }
  .booking-form-2 {
    position: relative;
    margin-top: -105px;
    z-index: 1;
  }
  .btn2 {
    background: initial;
    padding: 8px 0px;
    display: inline-block;
    width: 180px;
    font-weight: 400;
    text-align: center;
    font-family: var(--theme-default-font);
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    border-radius: 50px;
    font-size: 12px;
  }
  .btn1 {
   
    padding: 8px 0px;
    display: inline-block;
    color: #fff;
    width: 180px;
    font-weight: 400;
    text-align: center;
    font-family: var(--theme-default-font);
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    border-radius: 50px;
    font-size: 12px;
  }
  .footer-links li {
    width: 160px;
    display: inline-block;
  }
}

@media screen and (max-width: 320px) {
}
.main_header .container-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2px 15px;
	width: 100%;
	transition: all 0.7s;
}