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


  /* ---------Moblie Menu------------- */
  .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: 40px;
    height: 40px;
    background: #121212;
    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 Menu------------- */
  /* ---------Moblie Call Action------------- */
  .mobile-fixed-button {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .call-btn {
    background-color: #000;
    padding: 15px 50px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-align: center;
  }
  .mobile-fixed-button {
    display: none;
  }
  .top_ber{
        display: none;
  }
  /* ---------Moblie Call Action------------- */
  .main_header .navbar_logo {
       display: none;
  }
    .main_header .nav_menu.ms-auto {
	display: none;
}
  .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::before {
	content: "";
	position: absolute;
	background-color: var(--theme-color);
	width: 30px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	left: -40px;
}
.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;
}
.heading h6::before {
	content: "";
	position: absolute;
	background-color: var(--theme-color);
	width: 30px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	left: -40px;
}
.heading h6::after {
	content: "";
	position: absolute;
	background-color: var(--theme-color);
	width: 30px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	right: -47px;
}
.inner_page h1 {
	text-transform: uppercase;
	font-size: 34px;
	font-weight: 500;
	color: var(--theme-color);
}
.inner_page {
	padding: 190px 0 50px;
	position: relative;
}
.inner_page h1 {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 500;
	color: var(--theme-color);
}
.heading p br {
	display: none;
}
.contact-section .contact-number i {
	color: #fff;
	background-color: var(--theme-color);
	min-width: 45px;
	height: 45px;
	padding: 0;
	border-radius: 45px;
	font-size: 26px;
	text-align: center;
	line-height: 50px;
}
.contact-section #contact-form {
	background: #282a35;
	background-size: cover;
	padding: 27px 15px;
	border-radius: 7px;
	color: #fff;
}
.running-taxi .taxi {
	background-image: url(../image/truck-1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	position: absolute;
	width: 60px;
	height: 40px;
	right: 0;
	bottom: 0;
	animation: running-anim 20s 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: 60px;
	height: 38px;
	right: 30%;
	bottom: 0;
	animation: running-anim 30s linear infinite;
}
.running-taxi .taxi-4 {
	background-image: url(../image/truck-4.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	position: absolute;
	width: 110px;
	height: 40px;
	left: 30%;
	bottom: 0;
	animation: running-anim-left 60s linear infinite;
	display: none;
}
.running-taxi .men {
	background-image: url(../image/footer-man.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	position: absolute;
	width: 44px;
	height: 25px;
	left: 30%;
	bottom: 0;
}
.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: 82px;
	height: 94px;
	right: 70%;
	bottom: 0;
	animation: running-anim-left 35s linear infinite;
}
.m-backtotop {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: fixed;
	bottom: -50px;
	right: 20px;
	width: 35px;
	height: 35px;
	background: #fe8a02;
	border-radius: 0px;
	text-align: center;
	border: 2px solid #fe8a02;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	opacity: 0;
	overflow: hidden;
	color: #fff;
	border-radius: 0%;
	z-index: 99;
	font-size: 27px;
}
.destinations_conted .top_img {
    overflow: hidden;
    border-radius: 18px;
    position: relative;
    height: 245px;
}
.footer-mid-wrap {
    padding: 40px 0 130px 0;
}

.destinations_inner .content_dest .dec_det {
    display: flex;
    gap: 12px;
    align-items: center;
}
.destinations_inner .content_dest .dec_det img {
    width: 20px;
}
.destinations_inner .contt_right img {
    width: 30px;
}
.destinations_inner .content_dest .dec_det label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
}
.destinations_inner .content_dest a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    align-items: center;
}

.running-taxi .men2 {
	background-image: url(../image/footer-man.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	position: absolute;
	width: 22px;
	height: 36px;
	right: 26%;
	bottom: 0;
	display: none;
}
.container_flex {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	gap: 14px;
}

.hd_btn_sec {
	display: flex;
	gap: 10px;
}
.top_ber {
	background: #f7f7f7;
	padding: 3px 0;
}
.main_header .hd_btn_sec {
	text-align: center;
	margin-left: initial;
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
	width: 100%;

}
.main_header {
	width: 100%;
	transition: all .3s ease-in-out;
	background: #f7f7ff;
		padding: 1px 5px;
}
.content_car .top_con label {
	border-radius: 4px;
	padding: 2px 5px;
	font-size: 13px;
	/* max-width: 254px; */
}
.banner_heading h4 {
	margin-bottom: 0;
	position: relative;
	display: inline-block;
	font-size: 14px;
}
.content_car .btn_sess {
	margin-top: 10px;
}
.content_car .top_con label {
	width:133px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#google_translate_element {
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 50px;
	z-index:111;
}
}

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

@media screen and (max-width: 567px) {
  .mobile-fixed-button {
    display: block;
  }
  .home-slider .banner_padding {
	padding: 90px 0;
	height: 50vh;
}
  .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);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    padding: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    text-align: left;
  }
  .inner_page {
    padding: 97px 0 32px;
    position: relative;
  }
  .breadcrumb-row ul li {
    padding: 0;
    margin-right: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
  }
  .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 130px 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;
  }
  .inner_page h1 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
    color: var(--theme-color);
  }
  .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 9px 5px;
    font-size: 1rem;
    color: #5F656F;
    text-align: left;
    background-color: #fff;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  }

  .accordion-body {
    padding: 7px;
    font-size: 13px;
  }
  body {
    font-size: 15px;
  }
  .check_from {
	padding: 20px 0;
}
.destinations_conted .top_img {
	overflow: hidden;
	border-radius: 18px;
	position: relative;
	height: 170px;
}
.destinations_conted .btoms h4 {
	margin-bottom: 4px;
	font-weight: 500;
	font-size: 15px;
	color: #343434;
}
.destinations_conted .btoms p {
	font-size: 13px;
	margin-bottom: 0;
	font-weight: 500;
	color: #696969;
}
.destinations_conted .top_img .overlay {
	background-color: #00000073;
	color: #fff;
	height: 100%;
	left: 0;
	padding: 11px;
	position: absolute;
	right: 0;
	top: -120%;
	transition: all .6s;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.destinations_conted .top_img .overlay a {
	color: var(--theme-color);
	font-size: 13px;
}
.destinations_sec {
	padding: 50px 0 20px;
}
    .booking_page .check_from {
	background-color: var(--theme-color);
	border-radius: 10px;
	padding: 20px;
}
.prices_sec h3 {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
}
  .hd_btn_sec {
    display: flex;
    gap: 6px;
  }
.f-14 {
	font-size: 11px !important;
}
  .btn {
	padding: .3rem .5rem !important;
	font-size: 1rem;

}

}

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