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

.small nav {
  padding: 5px 0;
}

.small nav .container-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.small nav .menu {
  width: 40px;
  height: 40px;
  background: #E2A432;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  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;
}
/* ---------Moblie Call Action------------- */
.site-logo{
  display: none;
}
.main_header .header-info{
  display: none;
}
.main_header .container-flex{
  display: none;
}
.logo a img {
	width: 110px;
}
.main_header {
	width: 100%;
	position: relative;
	background: #f7f7f7;
}

.banner_heading h1 {
  font-size: 55px;
  line-height: 55px;
}
.home-slider .banner_padding {
	padding: 62px 0 135px;
}
.booking-form-2::before {
	border-radius: 0 0px 0 0;
}
.booking_car img {
	width: 100%;
	position: relative;
	left: -27px;
	bottom: 0;
}
section {
	padding: 55px 0px;
}
.heading h2 {
	font-size: 33px;
}
.heading h6.subtitle {
	display: inline-block;
	align-items: center;
	gap: 12px;
	font-size: 15px;
	color: var(--theme-color);
	margin-bottom: 2px;
	text-transform: capitalize;
	font-family: var(--theme-default-font);
	font-weight: 400;
	letter-spacing: 0px;
	position: relative;
	display: inline-block;
	padding-right: 30px;
}
.about_sec .heading{
  text-align: center;
}
.ey_sec .top_ivon {
	background-color: #ffffff;
	padding: 20px 12px 20px 12px;
	border: 1px solid transparent;
	transition: all 0.6s;
	cursor: pointer;
	width: 100%;
	height: 100%;
	text-align: center;
	border: 1px solid var(--theme-color);
}

.footer-top .brand {
  display: inherit;
  grid-template-columns: 165px 1fr;
  align-items: center;
  grid-gap: 20px;
  position: relative;
  padding: 58px 70px 30px 10px;
  z-index: 2;
}
.footer-top .brand p {
  position: relative;
  padding-left: 0;
  width: 100%;
  padding-top: 27px;
}
.footer-top .brand p::before {
  background-color: #ffffff42;
  width: 1px;
  height: 100%;
  content: '';
  position: relative;
  left: initial;
  top: initial;
}
.footer-top .brand {
	display: inherit;
	grid-template-columns: 165px 1fr;
	align-items: center;
	grid-gap: 20px;
	position: relative;
	padding: 58px 0px 30px 10px;
	z-index: 2;
}
.mid-header-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 15px;
	padding: 8px 0;
}
.breadcrumb-area h2 {
	color: var(--theme-color);
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 0;
}
.breadcrumb-area .breadcrumb-wrap h1 {
	font-weight: 500;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 15px;
	color: #fff;
	text-transform: uppercase;
}
.breadcrumb-area {
	padding: 75px 0 45px;
}
.about_uc_es .heading {
	text-align: center;
}
}

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

@media screen and (max-width: 567px) {
  .mobile-fixed-button{
    display: block;
  }
  .btn_gap {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .booking-form-2 .col-lg-8 {
    padding: 0 25px 25px;
  }
  .imge_ani_con img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
  }
  .footer-links li {
    display: inline-block;
    width: 145px;
  }
  .banner_heading h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .mid-header-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    padding: 2px 0;
  }
  .logo a img {
    width: 90px;
  }

.travel_sec .heading h6.subtitle i {
	font-size: 20px;
	position: absolute;
	right: 85px;
	bottom: inherit;
}
.travel_sec .heading h6.subtitle {
	display: inline-block;
	align-items: center;
	gap: 12px;
	font-size: 15px;
	color: var(--theme-color);
	margin-bottom: 2px;
	text-transform: capitalize;
	font-family: var(--theme-default-font);
	font-weight: 400;
	letter-spacing: 0px;
	position: relative;
	display: inline-block;
	padding-right: 0;
}
.footer-links li a i {
	position: relative;
	color: var(--theme-color);
	font-size: 15px;
	margin-right: 3px;
}
.contact_sec1 .contact-top {
	background: #fff0;
	padding: 15px;
	width: 100%;
	height: 100%;
	border: 1px solid var(--theme-color);
	box-shadow: 0 4px 16px #dedede;
	border-radius: 10px;
}
.contact_sec2 .contact-form {
	background: #e5e5e500;
	padding: 25px 20px;
	border-radius: 10px;
	border: 1px solid var(--theme-color);
	height: 100%;
}
}

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