@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  background-color: transparent !important;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  scroll-behavior: smooth;
}

.whatsapp-container {
  background-color: #42db87;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  box-shadow: 2px 2px 3px #000;
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 7;
}

.fixed_contactus_btn {
  padding: 15px 20px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  background: #000;
  color: #fff;
  position: fixed;
  top: 50%;
  right: -150px;
  transform: translateY(-50%);
  transition: 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  z-index: 3;
}
.fixed_contactus_btn > i {
  font-size: 20px;
}
.fixed_contactus_btn .contact {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
}
.fixed_contactus_btn .contact a {
  color: #fff;
}
.fixed_contactus_btn .phnumber {
  height: 0px;
  overflow: hidden;
  color: #fff;
  transition: 0.3s;
  display: block;
}
.fixed_contactus_btn a:hover {
  color: #f0ad4e;
}
.fixed_contactus_btn:hover {
  color: #f0ad4e;
  right: 0px;
}
.fixed_contactus_btn:hover .phnumber {
  height: auto;
  overflow: auto;
  margin-top: 6px;
  padding: 5px 0px;
}

.loading-container {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4470588235);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: none;
}
.loading-container .wrap {
  width: 100%;
  position: absolute;
  top: 50%;
}
.loading-container .spinner-wrap {
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.loading-container .spinner {
  height: 50px;
  width: 50px;
  display: inline-block;
  margin: -25px auto 0;
  animation: spin 1s steps(12, end) infinite;
}
.loading-container .spinner:first-child {
  margin-right: 25px;
}
.loading-container .spinner i {
  height: 15px;
  width: 3px;
  margin-left: -1.5px;
  display: block;
  transition: height 1s;
  position: absolute;
  left: 50%;
  transform-origin: center 25px;
  background: #fff;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.loading-container .spinner:hover i {
  height: 3px;
}
.loading-container .spinner:hover:nth-child(2) i {
  height: 15px;
}
.loading-container .spinner i:nth-child(1) {
  opacity: 0.08;
}
.loading-container .spinner i:nth-child(2) {
  transform: rotate(30deg);
  opacity: 0.167;
}
.loading-container .spinner i:nth-child(3) {
  transform: rotate(60deg);
  opacity: 0.25;
}
.loading-container .spinner i:nth-child(4) {
  transform: rotate(90deg);
  opacity: 0.33;
}
.loading-container .spinner i:nth-child(5) {
  transform: rotate(120deg);
  opacity: 0.4167;
}
.loading-container .spinner i:nth-child(6) {
  transform: rotate(150deg);
  opacity: 0.5;
}
.loading-container .spinner i:nth-child(7) {
  transform: rotate(180deg);
  opacity: 0.583;
}
.loading-container .spinner i:nth-child(8) {
  transform: rotate(210deg);
  opacity: 0.67;
}
.loading-container .spinner i:nth-child(9) {
  transform: rotate(240deg);
  opacity: 0.75;
}
.loading-container .spinner i:nth-child(10) {
  transform: rotate(270deg);
  opacity: 0.833;
}
.loading-container .spinner i:nth-child(11) {
  transform: rotate(300deg);
  opacity: 0.9167;
}
.loading-container .spinner i:nth-child(12) {
  transform: rotate(330deg);
  opacity: 1;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.container-fluid {
  padding: 0 150px;
}

.container {
  width: 100%;
  max-width: 1235px;
  padding: 0 15px;
  margin: 0px auto;
}

.bnr h1 {
  font-size: 30px;
}

@media (max-width: 1399px) {
  .container {
    max-width: 1170px !important;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px !important;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px !important;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px !important;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100% !important;
  }
}
ul {
  margin-bottom: 0px !important;
}

ul li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

p {
  margin-bottom: 0 !important;
}

button:focus {
  outline: none !important;
}

.pt_70 {
  padding-top: 70px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pb_40 {
  padding-bottom: 40px;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*========================================
    Header Css Begin 
==========================================*/
._header {
  padding: 6px 0 0 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
}

.logo {
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0;
  width: 8%;
}

.logo img {
  width: 100%;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-toggler-icon {
  height: auto;
}

.navbar-toggler-icon:focus,
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.navbar-toggler-icon .bar {
  height: 3px;
  width: 30px;
  background: #000;
  margin-bottom: 5px;
}

.navbar-toggler-icon .bar:last-child {
  margin-bottom: 0;
}

.change .bar-1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.change .bar-2 {
  opacity: 0;
}

.change .bar-3 {
  transform: rotate(45deg) translate(-5px, -7px);
}

._mob-menu-hdr {
  display: block;
  padding: 10px 15px;
  background: #000000;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

._mob-menu-hdr img {
  width: 100%;
}

.navbar-collapse {
  position: fixed;
  background: #ee0c0d;
  left: 0;
  top: 0;
  height: 100%;
  width: 280px;
  z-index: 2;
  display: block;
  transition: transform 0.5s;
  transform: translateX(-100%);
}

.top_conList {
  flex-direction: column;
}

.navbar-collapse.show {
  transform: translateX(0%);
}

.collapse.show {
  display: block;
}

.clickD {
  right: 3px;
  background-position: center;
  top: 17px;
  position: absolute;
  transition: transform 0.5s;
  color: #000000;
  font-size: 12px;
  transition: 0.5s;
  cursor: pointer;
}

.clickD i::before {
  content: "\f107";
}

.navbar .navbar-nav > li:hover .clickD {
  color: #000000;
}

.navbar .navbar-nav > li .clickD.toggled {
  transform: rotate(0deg);
}

.sub-menu,
.cities-menu {
  position: relative;
  opacity: 1;
  visibility: visible;
  display: none;
  width: 100%;
  padding: 10px 0;
  border-radius: 5px;
  z-index: 99;
}

#cities li {
  padding: 8px 0px;
}
#cities li a {
  color: #000;
}

.sub-menu li.active a {
  color: #d2a400 !important;
}

.sub-menu li a,
.cities-menu li a {
  display: block;
}

.clickD.toggled ~ .sub-menu,
.toggled .sub-menu {
  display: block;
  top: 0;
  background: #252981;
}

._overHidden {
  overflow: hidden;
}

.navbar .navbar-nav > li {
  padding: 11px 0;
  position: relative;
}

.navbar .navbar-nav > li.active a {
  color: #000000;
}

.navbar .navbar-nav > li:last-child {
  border-bottom: none;
  margin-left: 0px;
}
.navbar .navbar-nav > li:last-child::after {
  display: none;
}
.navbar .navbar-nav > li:last-child .sub-menu {
  width: 40px;
  margin-left: 0;
  top: 25px;
  left: 2px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}
.navbar .navbar-nav > li:last-child .sub-menu li {
  padding: 10px 12px;
  transition: 0.5s;
}
.navbar .navbar-nav > li:last-child .sub-menu li a {
  border: 0;
}
.navbar .navbar-nav > li:last-child .sub-menu li a img {
  border-radius: 3px;
}
.navbar .navbar-nav > li:last-child .sub-menu li:hover {
  background-color: #000000;
}

.navbar li a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 0 12px;
  text-decoration: none;
  transition: 0.5s;
  font-weight: 700;
  text-transform: capitalize;
}

.navbar li a.ride {
  background-color: #FFC701;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  transition: 0.5s;
  padding: 8px 30px;
  margin-left: 50px;
  background-color: #FFC701;
  color: #000000;
}
.navbar li a.ride:hover {
  background-color: #000000;
  color: #fff;
}
.navbar li a.ride:hover {
  color: #fff;
}

.navbar li.active a {
  color: #000000;
}

.navbar-collapse.collapse:not(.show) {
  display: block;
}

.navbar .navbar-nav > li::after {
  position: absolute;
  width: 100%;
  bottom: -22px;
  height: 3px;
  border-radius: 50px;
  content: "";
  transition: all 0.5s ease 0s;
  background-color: #FFC701;
  left: 50%;
  transform: translate(-50%) scale(0);
}

.navbar .navbar-nav > li:is(:hover, .active)::after {
  transform: translate(-50%) scale(1);
}

.navbar .navbar-nav > li:is(:hover, .active) > a {
  color: #fff;
}

.labo {
  width: 130px;
  height: 100%;
}
.labo img {
  width: 100%;
}

/* SideBar */
.btn_side::after {
  display: none;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidebar a:hover {
  color: #f1f1f1;
}
.sidebar .side_conarea {
  padding-left: 20px;
  padding-right: 20px;
}
.sidebar .side_conarea .sidelogo {
  padding-bottom: 20px;
  padding-left: 0;
  border-bottom: 1px solid #fff;
}
.sidebar .side_conarea p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  padding-top: 15px;
}
.sidebar .side_conarea h6 {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.sidebar .side_conarea ul.sidecont {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.sidebar .side_conarea ul.sidecont li {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
.sidebar .side_conarea ul.sidecont li a {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  font-weight: 600;
  padding: 0;
}
.sidebar .side_conarea ul.sidecont li a i {
  padding-right: 8px;
}
.sidebar .side_conarea ul.sidecont li.side_add {
  display: flex;
  align-items: flex-start;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.sidebar .side_conarea ul.sidecont li.side_add i {
  padding-right: 15px;
  padding-top: 5px;
}
.sidebar .side_conarea .sidemap {
  height: 190px;
}
.sidebar .side_conarea .sidefb {
  padding-top: 15px;
}
.sidebar .side_conarea .sidefb ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar .side_conarea .sidefb ul li {
  padding: 0 15px;
}
.sidebar .side_conarea .sidefb ul li a {
  min-width: 40px;
  min-height: 40px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  padding: 0;
}
.sidebar .side_conarea .sidefb a.sdebknow {
  margin-top: 20px;
  background-color: #FFC701;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  transition: 0.5s;
  padding: 8px 30px;
  background-color: #fff;
  color: #000000;
  font-weight: 700;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover {
  background-color: #000000;
  color: #fff;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover {
  background-color: #fff;
}
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: transparent;
  color: white;
  padding: 0px 10px;
  border: none;
}

#main {
  transition: margin-left 0.5s;
  padding: 16px;
  margin-left: 0 !important;
}

/* SideBar */
@media (max-width: 991px) {
  .navbar .navbar-nav > li.active a {
    color: #f2f2f2;
  }
  .navbar .navbar-nav h6 {
    color: #FFC701;
  }
  .clickD i {
    display: block;
  }
  .navbar li a i {
    display: none;
  }
}
ul.ml-auto {
  margin-left: auto !important;
  align-items: center;
}

.navbar li a:hover {
  color: #FFC701;
}

.navbar li a.active {
  color: #FFC701;
}

.navbar-toggler {
  padding: 0;
  border: 0;
}

@media (min-width: 992px) {
  ._mob-menu-hdr {
    display: none;
  }
  .navbar-collapse {
    position: unset;
    transform: translate(0);
    background: transparent;
    border: none;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
  }
  .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggler {
    display: none;
  }
  .clickD i {
    display: none;
  }
  .sub-menu {
    position: absolute;
    display: block;
    width: 220px;
    background: #fff;
    box-shadow: -7.794px 4.5px 20px rgba(17, 79, 160, 0.17);
    top: 110%;
    padding: 10px 0;
    border-radius: 5px;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    opacity: 0;
    padding-top: 0;
    left: 0;
  }
  .cities-menu {
    width: 500px;
    left: -200px;
  }
  .fleet-menu {
    width: 750px;
    left: -350px;
  }
  .tourist-menu {
    width: 1000px;
    left: -350px;
  }
  .sub-menu.SUB li {
    padding: 7px 15px 0px 10px;
  }
  .sub-menu.SUB li:last-child {
    padding: 5px 15px 7px 10px;
  }
  .sub-menu.SUB li:hover {
    background-color: #de544a;
  }
  .sub-menu.SUB li:hover a {
    color: #fff;
  }
  .sub-menu.SUB li a:hover {
    border-bottom: 0px;
  }
  .sub-menu li:hover {
    color: #000000;
  }
  .navbar .navbar-nav > li .sub-menu li.active a {
    color: #000000;
  }
  .navbar .sub-menu li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .sub-menu li:hover a {
    border-color: #000000;
  }
  .navbar .sub-menu li:hover a {
    color: #000000;
    border-color: #000000;
  }
  .navbar .sub-menu li a {
    color: #000000;
    padding: 10px 10px;
    border-bottom: 1px solid #1a1a1a;
    border-bottom-style: dotted;
    transition: 0.5s;
    text-transform: capitalize;
  }
  .menu-item-has-children .clickD.toggled ~ .sub-menu {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
    background: #fff;
  }
  ._header._menu_fixed {
    position: fixed;
    z-index: 99999999 !important;
    width: 100%;
    background-color: #000000;
    top: 0;
    transition: top 0.3s;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  }
  ._header._menu_fixed .clickD {
    color: #fff;
    top: 45%;
  }
  ._header._menu_fixed .navbar li:hover .clickD {
    color: #000000;
  }
  ._header._menu_fixed .nav_soal ul li:hover a {
    color: #fff;
  }
  ._header._menu_fixed .navbar li a:hover {
    color: #FFC701;
  }
  ._header._menu_fixed .navbar li a.ride:hover {
    color: #fff;
    background-color: #FFC701;
  }
  ._header._menu_fixed .navbar li a.active {
    color: #fff;
  }
  ._header._menu_fixed .navbar .sub-menu li a {
    color: #000000;
  }
  ._header._menu_fixed .navbar .sub-menu li:hover a {
    color: #FFC701;
  }
  .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    z-index: 5;
  }
  ._header._menu_fixed .menu-item-has-children:hover .sub-menu {
    top: 64px;
  }
  .enquBtn {
    margin-left: 0px;
    display: flex;
    align-items: center;
  }
  .enquBtn select {
    border: 0;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #454545;
    transition: 0.5s;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .main_head .navbar-nav .clickD {
    position: absolute;
    right: -5px;
    top: 50%;
    width: 10px;
    height: 5px;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    cursor: pointer;
    display: block;
    background-size: 10px;
    z-index: 9999;
    transform: translateY(-50%);
  }
  .main_head ul.navbar-nav li .clickD + .sub-menu {
    opacity: 0;
    visibility: hidden;
  }
  .main_head ul.navbar-nav li .clickD.toggled + .sub-menu {
    position: absolute;
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}
/*========================================
  Header Css End
  ==========================================*/
/*********************************
    Banner section start
*********************************/
.banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 450px 0;
  padding-bottom: 50px;
}
.banner .container.bnr {
  position: relative;
  z-index: 1;
}
.banner .contact {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #fff;
  justify-content: center;
}
.banner .contact a {
  color: #fff;
  margin: 5px 0px;
}
.banner .leftcap {
  height: 100%;
  padding: 50px 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: none;
}
.banner .leftcap ul {
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
.banner .leftcap ul li {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0px 15px;
  text-transform: uppercase;
}
.banner .leftcap ul li:first-child {
  padding-left: 0;
}
.banner .leftcap ul li:nth-child(even) {
  border: 1px solid #fff;
  width: 35px;
  height: 1px;
}
.banner .leftcap h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 66px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.banner .leftcap p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  font-size: 20px;
  padding-bottom: 25px;
  width: 75%;
  color: #fff;
}
.banner .leftcap .twobtn {
  display: flex;
}
.banner .leftcap .twobtn a {
  margin-right: 15px;
  background-color: #FFC701;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  transition: 0.5s;
  padding: 8px 30px;
  color: #000000;
  transition: 0.5s;
}
.banner .leftcap .twobtn a:hover {
  background-color: #000000;
  color: #fff;
}
.banner .leftcap .twobtn a:last-child {
  align-items: center;
  background-color: #000000;
  color: #fff;
  border-radius: 0px 50px 50px 100px;
}
.banner .leftcap .twobtn a:last-child i {
  padding-right: 10px;
}
.banner .leftcap .twobtn a:last-child:hover {
  background-color: #fff;
}
.banner .leftcap .twobtn a:hover {
  color: #fff;
}
.banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 18%, rgba(255, 199, 1, 0.1) 100%);
  top: 0;
  left: 0;
}
.banner::after {
  display: none;
}
.banner .rightform {
  padding: 50px 0;
}

.navbar .navbar-nav > li.tgle::after {
  display: none;
}
.navbar .navbar-nav > li.tgle a .openbtn:hover {
  color: #000000;
}

.rightform booking-widget .lf-w-full {
  z-index: 8;
}

.navbar .navbar-nav > li.mobibk:hover::after {
  display: none;
}

.navbar .navbar-nav > li.mobibk a {
  background-color: #000000;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  transition: 0.5s;
  padding: 10px 25px;
}

.navbar .navbar-nav > li.mobibk:hover a {
  color: #000000;
}

.allmob p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
}

/*********************************
    Banner section end
*********************************/
.bnrcontact {
  background-color: #FFC701;
  padding: 19px 0;
}
.bnrcontact .contact {
  display: flex;
  align-items: center;
  height: 100%;
}
.bnrcontact .contact .icon {
  min-width: 58px;
  height: 58px;
  background-color: #fff;
  margin-right: 25px;
  border-radius: 100%;
}
.bnrcontact .contact .icon i {
  font-size: 20px;
}
.bnrcontact .contact a {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  font-size: 14px;
}
.bnrcontact .contact a.tariff {
  background-color: #FFC701;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  transition: 0.5s;
  padding: 8px 30px;
  text-transform: uppercase;
  font-weight: 24px;
  font-weight: 700;
  color: #2b2a2a;
  background-color: transparent;
  border: 1px solid #000000;
}
.bnrcontact .contact a.tariff:hover {
  background-color: #000000;
  color: #fff;
}
.bnrcontact .contact.address a {
  font-size: 13px;
}

.home_service {
  padding-bottom: 40px;
}
.home_service h2 {
  color: #000000;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #FFC701;
}
.home_service h3 {
  color: #FFC701;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
}
.home_service .col-lg-3:not(:last-child) {
  border-right: 1px dashed #b5b5b5;
  border-right-width: initial;
}
.home_service .col-lg-3:not(:last-child).br0 {
  border-right: 0;
}
.home_service .cardbox {
  height: 100%;
  transition: all 0.5s;
  padding: 10px;
  display: block;
}
.home_service .cardbox .icon {
  width: 90px;
  height: 90px;
  padding-bottom: 20px;
  margin: auto;
}
.home_service .cardbox .capsec h3 {
  color: #FFC701;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
}
.home_service .cardbox .capsec p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  margin: auto;
  text-align: center;
}
.home_service .cardbox:hover {
  background-color: #FFC701;
  border-color: #000000;
  border-radius: 8px;
}
.home_service .cardbox:hover .icon img {
  filter: brightness(0) invert(0);
}

.tarifs {
  background-color: #f1f1f1;
}
.tarifs h2 {
  color: #000000;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.tarifs h3 {
  color: #FFC701;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
}
.tarifs .cardsec {
  border-radius: 6px;
  background-color: #f2f2f2;
  box-shadow: rgba(100, 100, 111, 0.086) 0px 7px 29px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 30px 30px 30px;
  position: relative;
  transition: all 0.5s;
  border: 2px solid transparent;
  overflow: hidden;
}
.tarifs .cardsec .imgsec {
  height: 150px;
}
.tarifs .cardsec .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tarifs .cardsec .capsec h3 {
  color: #FFC701;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.tarifs .cardsec .capsec p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  width: 100%;
  margin: auto;
  text-align: center;
  padding-bottom: 30px;
}
.tarifs .cardsec .capsec .price p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
}
.tarifs .cardsec .capsec .price p b {
  font-size: 20px;
  font-weight: 600;
}
.tarifs .cardsec:hover {
  border-color: #FFC701;
}
.tarifs .cardsec:hover::after {
  position: absolute;
  content: "";
  top: -2px;
  right: -5px;
  background-image: url(../images/tariffs_hover_star.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
  width: 52px;
  height: 53px;
}
.tarifs a.bknow {
  background-color: #FFC701;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  transition: 0.5s;
  padding: 8px 30px;
  margin: auto;
  display: table;
}
.tarifs a.bknow:hover {
  background-color: #000000;
  color: #fff;
}

.driver {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}
.driver .cap70sec {
  width: 70%;
}
.driver .cap70sec h3 {
  color: #FFC701;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
  text-align: left;
}
.driver .cap70sec h2 {
  color: #000000;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  text-align: left;
  width: 75%;
}
.driver .cap70sec p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: left;
  padding-bottom: 30px;
  width: 65%;
}
.driver .cap70sec ul {
  display: flex;
  width: 65%;
  flex-wrap: wrap;
}
.driver .cap70sec ul li {
  width: 50%;
  position: relative;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  font-weight: 600;
  padding-left: 50px;
  text-align: left;
  padding-bottom: 20px;
}
.driver .cap70sec ul li::before {
  position: absolute;
  content: "";
  background-image: url(../images/charm_tick-double.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
  width: 31px;
  height: 31px;
  top: 0;
  left: 0;
}

.testmonial h3 {
  color: #FFC701;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
}
.testmonial h2 {
  color: #000000;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.testmonial .testmsec .card {
  border: 1px solid #FFC701;
  padding: 50px 25px;
  position: relative;
  margin-top: 55px;
  min-height: 370px;
}
.testmonial .testmsec .card .round {
  width: 80px;
  height: 80px;
  margin: 0px auto;
  margin-top: -100px;
}
.testmonial .testmsec .card .cap {
  padding-top: 30px;
}
.testmonial .testmsec .card .cap h6 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #000000;
  padding-bottom: 60px;
}
.testmonial .testmsec .card .cap p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: center;
  margin: auto;
  width: 90%;
}
.testmonial .testmsec .card::after {
  position: absolute;
  content: "";
  background-image: url(../images/entypo_quote.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
  width: 66px;
  height: 65px;
  top: 85px;
  left: 44%;
}
.testmonial .testmsec .card:hover {
  background-color: transparent;
}
.testmonial .testmsec .card:hover .round img {
  filter: none;
}
.testmonial .testmsec .slick-slide.slick-active {
  transition: transform 0.3s ease-in-out;
}
.testmonial .slick-list {
  margin: 0 -15px;
}
.testmonial .slick-slide {
  padding: 0 15px;
}
.testmonial .slick-prev,
.testmonial .slick-next {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-color: #FFC701;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  top: 50%;
  right: -55px;
}
.testmonial .slick-prev:nth-child(1),
.testmonial .slick-next:nth-child(1) {
  left: -70px;
  top: 50%;
}
.testmonial .slick-prev::before,
.testmonial .slick-next::before {
  content: "";
}
.testmonial .slick-prev:hover,
.testmonial .slick-next:hover {
  background-color: #000000;
}
.testmonial .slick-prev:hover img,
.testmonial .slick-next:hover img {
  filter: brightness(0) invert(1);
}

/*********************************
    Footer section start
*********************************/
footer {
  background-color: #000;
  padding: 70px 0;
  padding-bottom: 0 !important;
}
footer .footlogo {
  padding-bottom: 25px;
  display: flex;
  align-items: center;
}
footer .footlogo img {
  width: 90px;
}
footer .footlogo p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-left: 20px;
  color: #fff;
  text-align: left;
}
footer p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  padding-bottom: 10px;
}
footer h5 {
  color: #fff;
  padding-bottom: 10px;
}
footer ul.foot_socl {
  display: flex;
  flex-wrap: wrap;
}
footer ul.foot_socl li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
footer ul.foot_socl li a {
  color: #fff;
  transition: 0.5s;
  font-size: 25px;
  border: 0;
}
footer ul.foot_socl li a i {
  color: #fff;
}
footer ul.foot_socl li a:hover {
  color: #FFC701;
  transform: rotate(360deg);
}
footer ul.foot_socl li a:hover i {
  color: #FFC701;
}
footer h4 {
  color: #FFC701;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  padding-bottom: 16px;
  text-transform: uppercase;
  padding-top: 0px !important;
  position: relative;
}
footer ul {
  padding-top: 10px;
}
footer ul li {
  display: flex;
}
footer ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 5px;
  width: 100%;
  align-items: center;
  transition: 0.5s;
  text-transform: capitalize;
  border-bottom: 1px dashed #fff;
}
footer ul li a i {
  padding-right: 10px;
  color: #FFC701;
}
footer ul li a img {
  padding-right: 10px;
  filter: brightness(0) invert(1);
}
footer ul li a.bknow {
  background-color: #FFC701;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  transition: 0.5s;
  padding: 8px 30px;
  margin-top: 15px;
  width: 70%;
  background-color: #fff;
  transition: 0.5s;
}
footer ul li a.bknow:hover {
  background-color: #000000;
  color: #fff;
}
footer ul li a.bknow:hover {
  background-color: #000000;
}
footer ul li a:hover {
  color: #FFC701;
  border-color: #FFC701;
}
footer ul.footer_contct li {
  padding-bottom: 15px;
}
footer ul.footer_contct li .concol {
  display: flex;
  align-items: center;
}
footer ul.footer_contct li .concol .rond {
  min-width: 58px;
  height: 58px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer ul.footer_contct li .concol .rond i {
  font-size: 20px;
}
footer ul.footer_contct li .concol a {
  padding-left: 15px;
  margin-bottom: 0;
  color: #fff;
  border: 0;
  transition: all 0.5s;
}
footer ul.footer_contct li .concol a:hover {
  color: #FFC701;
}
footer .footcol {
  padding-left: 60px;
}

.copy {
  padding: 15px 0;
  padding-top: 30px;
}
.copy p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff !important;
  text-align: center;
}
.copy p a {
  color: #fff !important;
}
.copy p a img {
  max-width: initial;
  display: inline;
}

/*********************************
    Footer section end
*********************************/
/* inner Pages Goes Start Here */
/* on Road Taxi */
.road {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
}
.road::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #fff), #fff 50%, transparent 50%, transparent 100%;
  background-size: 50px;
  animation: animate_road 0.125s linear infinite;
}

@keyframes animate_road {
  0% {
    background-position: 50px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
/* on Road Taxi */
.banner.inrbnr {
  padding: 100px 0;
}
.banner.inrbnr .bredcrumb ul {
  display: flex;
  justify-content: center;
}
.banner.inrbnr .bredcrumb ul li {
  color: #FFC701;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  text-transform: capitalize;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  opacity: 0.7;
}
.banner.inrbnr .bredcrumb ul li a {
  color: #fff;
  padding: 0 5px;
  white-space: nowrap;
  font-size: 14px;
}
.banner.inrbnr .bredcrumb ul li span {
  padding-left: 5px;
  color: #FFC701;
}
.banner.inrbnr h1 {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.118px;
  text-align: center;
  padding: 15px 0px;
  text-transform: uppercase;
}
.banner.inrbnr::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 28%, rgba(255, 199, 1, 0.35) 100%);
}

.main_fet h3 {
  color: #FFC701;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
}
.main_fet h2 {
  color: #000000;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.main_fet .iconcard {
  display: flex;
  align-items: flex-start;
}
.main_fet .iconcard .icon {
  min-width: 55px;
  min-height: 55px;
  border-radius: 100%;
  background-color: #FFC701;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_fet .iconcard .icon img {
  width: auto;
}
.main_fet .iconcard .cap {
  padding-left: 30px;
}
.main_fet .iconcard .cap h4 {
  color: #000000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.main_fet .iconcard .cap p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  width: 60%;
}
.main_fet .iconcard:nth-child(1) {
  padding-bottom: 100px;
}
.main_fet .iconcard.right .cap {
  padding-left: 0;
  padding-right: 30px;
}
.main_fet .iconcard.right .cap h4 {
  text-align: right;
}
.main_fet .iconcard.right .cap p {
  text-align: right;
  width: 66%;
  margin-left: auto;
}
.main_fet .imagbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.main_fet .imagbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home_service.wlcm_taxi {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
.home_service.wlcm_taxi h2 {
  color: #fff;
  text-transform: capitalize;
}
.home_service.wlcm_taxi p.cmmp {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  margin: 0px auto;
  text-align: center;
  width: 56%;
  padding-bottom: 50px;
  color: #fff;
}
.home_service.wlcm_taxi .col-lg-3:not(:last-child) {
  border-right: 1px solid #b5b5b5;
}
.home_service.wlcm_taxi .col-lg-3:nth-child(4) {
  border-right: 0px;
}
.home_service.wlcm_taxi .cardbox .capsec h3 {
  color: #fff;
}
.home_service.wlcm_taxi .cardbox .capsec p {
  color: #fff;
}

.home_service.wlcm_taxi.services {
  margin-top: 40px;
  margin-bottom: 0;
}
.home_service.wlcm_taxi.services h2 {
  text-transform: uppercase;
  color: #FFC701;
}
.home_service.wlcm_taxi.services .cardbox {
  border: 0 !important;
  border-radius: 14px;
  position: relative;
  min-height: 329px;
  padding: 0px;
}
.home_service.wlcm_taxi.services .cardbox .card-img {
  width: 100%;
  height: 100%;
}
.home_service.wlcm_taxi.services .cardbox .card-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.home_service.wlcm_taxi.services .cardbox .capsec {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.home_service.wlcm_taxi.services .cardbox .capsec p {
  color: #000000;
}
.home_service.wlcm_taxi.services .cardbox a {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 8px 0px 14px 0px;
  background: #FFC701;
  right: -3px;
  bottom: -3px;
  padding: 8px 13px;
  transition: 0.5s;
}

.appsec .capsec {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
}
.appsec .capsec h3 {
  color: #FFC701;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
  text-align: left;
}
.appsec .capsec h2 {
  color: #000000;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  text-align: left;
}
.appsec .capsec p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 30px;
}
.appsec .capsec .app_link ul {
  display: flex;
}
.appsec .capsec .app_link ul li {
  padding-right: 15px;
}
.appsec .d3frame {
  height: 100%;
  display: flex;
  justify-content: center;
}
.appsec .d3frame img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.enjoy .lftcap h3 {
  color: #FFC701;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
  text-align: left;
}
.enjoy .lftcap h2 {
  color: #000000;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  text-align: left;
}
.enjoy .lftcap p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 30px;
}
.enjoy .lftcap a {
  background-color: #FFC701;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  transition: 0.5s;
  padding: 8px 30px;
}
.enjoy .lftcap a:hover {
  background-color: #000000;
  color: #fff;
}
.enjoy .right_list {
  position: relative;
}
.enjoy .right_list::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  background-color: #8b7600;
  top: 100px;
  left: 60px;
}
.enjoy .right_list .list_item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.enjoy .right_list .list_item .icon {
  min-width: 120px;
  min-height: 120px;
  border-radius: 100%;
  background-color: #FFC701;
  padding: 10px 10px;
  border: 1px solid #8b7600;
}
.enjoy .right_list .list_item .icon img {
  width: auto;
  height: auto;
}
.enjoy .right_list .list_item .cap {
  padding-left: 25px;
}
.enjoy .right_list .list_item .cap h4 {
  text-transform: capitalize;
  font-size: 24px;
  color: #000000;
  font-weight: 700;
  padding-bottom: 12px;
}
.enjoy .right_list .list_item .cap p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  font-size: 14px;
  width: 95%;
}

.abt_localtaxi {
  padding-bottom: 80px;
}
.abt_localtaxi .leftcap {
  position: relative;
}
.abt_localtaxi .leftcap .onebox {
  width: 380px;
  height: 380px;
  border-radius: 12px;
}
.abt_localtaxi .leftcap .onebox:nth-child(2) {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 160px;
  left: 100px;
}
.abt_localtaxi .leftcap .onebox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.abt_localtaxi .leftcap::before {
  position: absolute;
  content: "";
  background-image: url(../images/Vector_shape1.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 317px;
  height: 306px;
  top: -75px;
  left: -80px;
  z-index: -1;
}
.abt_localtaxi .leftcap::after {
  position: absolute;
  content: "";
  background-image: url(../images/Vector_shape2.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 376px;
  height: 363px;
  bottom: -150px;
  right: 82px;
  z-index: -1;
}
.abt_localtaxi .rightcap h3 {
  color: #FFC701;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
  text-align: left;
}
.abt_localtaxi .rightcap h2 {
  color: #000000;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  text-align: left;
}
.abt_localtaxi .rightcap p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 30px;
}
.abt_localtaxi .rightcap ul {
  display: flex;
  flex-wrap: wrap;
}
.abt_localtaxi .rightcap ul li {
  position: relative;
  width: 50%;
  padding-left: 40px;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 15px;
}
.abt_localtaxi .rightcap ul li::before {
  position: absolute;
  content: "";
  background-image: url(../images/charm_circle-tick.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
  width: 27px;
  height: 27px;
  top: 0;
  left: 0;
}

.enjoy.flt_sing1 {
  padding-bottom: 40px;
}
.enjoy.flt_sing1 .imgbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.enjoy.flt_sing1 .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.enjoy.flt_proces {
  background-color: #f5f5f5;
}
.enjoy.flt_proces .right_list::before {
  width: 81%;
  height: 1px;
  top: 60px;
  left: 110px;
}
.enjoy.flt_proces .right_list .list_item {
  flex-direction: column;
  align-items: center;
}
.enjoy.flt_proces .right_list .list_item .icon {
  margin: 0px auto;
}
.enjoy.flt_proces .right_list .list_item .cap {
  padding-left: 0;
  padding-top: 15px;
}
.enjoy.flt_proces .right_list .list_item .cap h4 {
  text-align: center;
}
.enjoy.flt_proces .right_list .list_item .cap p {
  margin: 0px auto;
  text-align: center;
}

.citymain {
  position: relative;
}
.citymain::before {
  position: absolute;
  content: "";
  height: 60%;
  width: 100%;
  background-color: #FFC701;
  left: 0;
  top: 38%;
}
.citymain h2 {
  color: #000000;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.citymain h3 {
  color: #FFC701;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
}
.citymain .cardbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: 0.5s;
  padding: 20px;
  height: 270px;
}
.citymain .cardbox .imgbx {
  position: absolute;
  top: 20px;
  width: 90%;
  height: 180px;
  transition: 0.5s;
  border-radius: 12px;
  overflow: hidden;
}
.citymain .cardbox .imgbx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.citymain .cardbox .content {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 215px;
  height: 40px;
  overflow: hidden;
  transition: 0.5s;
}
.citymain .cardbox .content h4 {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 15px;
}
.citymain .cardbox .content p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 20px;
  width: 75%;
  margin: 0px auto;
  text-align: center;
}
.citymain .cardbox .content a {
  background-color: #FFC701;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  transition: 0.5s;
  padding: 8px 30px;
  margin: 0px auto;
}
.citymain .cardbox .content a:hover {
  background-color: #000000;
  color: #fff;
}
.citymain .cardbox:hover {
  height: 300px;
}
.citymain .cardbox:hover .imgbx {
  top: -130px;
  scale: 0.75;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.citymain .cardbox:hover .content {
  top: 50px;
  height: 100%;
}

.single_city .cpbox h2 {
  color: #000000;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  text-align: left;
}
.single_city .cpbox h3 {
  margin-bottom: 10px !important;
}
.single_city .cpbox p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  width: 92%;
}
.single_city .imgbox {
  position: relative;
  border-radius: 4px;
  padding-right: 20px;
  height: 100%;
}
.single_city .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_city .imgbox::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  background-color: #FFC701;
  top: 20px;
  right: 0;
  z-index: -1;
}
.single_city:nth-child(even) .row {
  flex-direction: row-reverse;
}
.single_city:nth-child(even) .cpbox {
  padding-left: 20px;
}

.blog_main .mainblgcap {
  height: 100%;
}
.blog_main .mainblgcap .imgbox {
  height: 290px;
}
.blog_main .mainblgcap .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_main .mainblgcap .capbox {
  padding: 30px 30px;
  background-color: #fffbec;
}
.blog_main .mainblgcap .capbox h2 {
  color: #000000;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  text-align: left;
  color: #000000;
  font-size: 32px;
  text-transform: capitalize;
}
.blog_main .mainblgcap .capbox p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 30px;
}
.blog_main .mainblgcap .capbox ul li {
  display: flex;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 0;
  font-weight: 500;
}
.blog_main .mainblgcap .capbox ul li span {
  padding-left: 30px;
  font-weight: 400;
}
.blog_main .sideblg h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
  padding-bottom: 15px;
  border-bottom: 2px solid #FFC701;
  margin-bottom: 15px !important;
}
.blog_main .sideblg .blogsdcp {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.blog_main .sideblg .blogsdcp h6 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  padding-bottom: 10px;
}
.blog_main .sideblg .blogsdcp ul li {
  display: flex;
  justify-content: space-between;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  font-weight: 300;
}
.blog_main .sideblg .blogsdcp ul li span {
  padding: 0;
}

.thumbnlg .thmbox {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.thumbnlg .thmbox .imgbox {
  height: 200px;
}
.thumbnlg .thmbox .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumbnlg .thmbox .content {
  padding: 20px;
}
.thumbnlg .thmbox .content h6 {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 10px;
}
.thumbnlg .thmbox .content p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 10px;
}
.thumbnlg .thmbox .content a {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  font-weight: 600;
  transition: 0.5s;
  display: block;
}
.thumbnlg .thmbox .content a:hover {
  color: #FFC701;
}
.thumbnlg .thmbox .content span {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 8px;
  display: block;
}
.thumbnlg .thmbox .content span.normal {
  font-weight: 400;
}

.blog_main.detilblog p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 20px;
}
.blog_main.detilblog .mainblgcap .capbox {
  background-color: transparent;
  padding-bottom: 0;
}
.blog_main.detilblog .mainblgcap .capbox ul {
  padding-bottom: 30px;
}
.blog_main.detilblog .mainblgcap .capbox sub {
  font-size: 36px;
  text-transform: uppercase;
}
.blog_main.detilblog .mainblgcap .imgbox {
  margin-bottom: 30px;
}
.blog_main.detilblog .singimgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact_main .form_sec {
  border-radius: 8px;
  background-color: #ffe073;
  padding: 30px;
}
.contact_main .form_sec label {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
}
.contact_main .form_sec input,
.contact_main .form_sec select {
  padding: 10px 15px;
  border-radius: 15px;
  border: 0.5px solid #797979;
  background: #fff;
  height: 50px;
  margin-bottom: 15px;
}
.contact_main .form_sec .is-invalid {
  border: 1.5px solid red;
}
.contact_main .form_sec .iti {
  width: 100%;
}
.contact_main .form_sec textarea {
  padding: 10px 15px;
  border-radius: 15px;
  border: 0.5px solid #797979;
  background: #fff;
  height: 120px;
  margin-bottom: 15px;
}
.contact_main .form_sec #captcha {
  height: 50px !important;
}
.contact_main .form_sec button[type=submit] {
  background-color: #FFC701;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  transition: 0.5s;
  padding: 8px 30px;
  width: 100%;
  border: 0;
  border-radius: 15px;
  background-color: #fff;
  padding: 23px 30px;
}
.contact_main .form_sec button[type=submit]:hover {
  background-color: #000000;
  color: #fff;
}
.contact_main .form_sec .gg_con {
  padding: 0 15px;
}
.contact_main .gettouch_cont h2 {
  font-size: 50px;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
  line-height: 66px;
  padding-bottom: 15px;
}
.contact_main .gettouch_cont p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 30px;
}
.contact_main .gettouch_cont .mapcap {
  display: flex;
}
.contact_main .gettouch_cont .mapcap .icon {
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #FFC701;
}
.contact_main .gettouch_cont .mapcap .icon i {
  font-size: 20px;
  color: #000000;
}
.contact_main .gettouch_cont .mapcap .addrebox {
  padding-left: 10px;
}
.contact_main .gettouch_cont .mapcap .addrebox span {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  font-size: 14px;
  padding-bottom: 3px;
  padding-bottom: 0;
}
.contact_main .gettouch_cont .mapcap .addrebox p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #000000;
  padding-bottom: 0;
}
.contact_main .gettouch_cont .mapcap .addrebox p a {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #000000;
  transition: 0.5s;
  padding-bottom: 0;
}
.contact_main .gettouch_cont .mapcap .addrebox p a:hover {
  color: #FFC701;
}
.contact_main .gettouch_cont .scal_mda {
  padding-top: 20px;
  border-top: 1px solid #FFC701;
}
.contact_main .gettouch_cont .scal_mda h6 {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 10px 0;
}
.contact_main .gettouch_cont .scal_mda ul {
  display: flex;
  padding-top: 20px;
}
.contact_main .gettouch_cont .scal_mda ul li {
  padding: 0 10px;
}
.contact_main .gettouch_cont .scal_mda ul li a {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  font-size: 30px;
  font-weight: 500;
}

.bigmapsec {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}
.bigmapsec iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.thkp {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-top: 30px;
  color: #fff;
  text-align: center;
}

.tarifs.fleetmain {
  overflow-x: hidden;
}
.tarifs.fleetmain .cardsec .capsec h3 a {
  color: #000;
  transition: 0.3s;
}
.tarifs.fleetmain .cardsec .capsec h3 a:hover {
  color: #c99e00;
}
.tarifs.fleetmain .cardsec .capsec .book-now {
  background-color: #FFC701;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  transition: 0.5s;
  padding: 8px 30px;
  width: 100%;
  margin-top: 15px;
  width: 100%;
  display: block;
}
.tarifs.fleetmain .cardsec .capsec .book-now:hover {
  background-color: #000000;
  color: #fff;
}
.tarifs.fleetmain .cardsec:hover::after {
  display: none;
}

/* inner Pages Goes End Here */
.suggestions-list {
  list-style-type: none;
  padding: 0;
}

.suggestions-list li {
  padding: 5px;
  cursor: pointer;
}

.suggestions-list li:hover {
  background-color: #f1f1f1;
}

.clear-btn {
  background: none;
  border: none;
  color: #007bff;
  cursor: pointer;
}

.swapbtn {
  cursor: pointer;
}

.d-none {
  display: none;
}

/*  */
.tarifs.fleet_trif .cardsec .capsec .price p {
  justify-content: center;
}
.tarifs.fleet_trif .cardsec .capsec .price p b {
  padding-left: 15px;
}
.tarifs.fleet_trif .cardsec .capsec button {
  background-color: #FFC701;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  transition: 0.5s;
  padding: 8px 30px;
  border: 0;
  width: 100%;
  margin-top: 15px;
}
.tarifs.fleet_trif .cardsec .capsec button:hover {
  background-color: #000000;
  color: #fff;
}

.tab_sorting {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding: 30px;
  border-radius: 15px;
  padding-top: 0px;
  overflow-x: hidden;
}
.tab_sorting .tab-content {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  border-top-left-radius: 0px;
}
.tab_sorting ul {
  position: relative;
  margin: auto;
  border-bottom: 0px;
}
.tab_sorting ul li.nav-item a {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.tab_sorting ul li.nav-item a.active {
  color: #000;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
}
.tab_sorting button {
  background-color: #FFC701;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  transition: 0.5s;
  padding: 8px 30px;
  margin: 0px auto;
  border: 0;
  display: block;
}
.tab_sorting button:hover {
  background-color: #000000;
  color: #fff;
}
.tab_sorting button img {
  padding-right: 5px;
}
.tab_sorting button:hover img {
  filter: brightness(0) invert(1);
}
.tab_sorting #from-place {
  position: relative;
}
.tab_sorting #from-place::before {
  position: absolute;
  content: "";
  left: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../images/form_place.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
}

.fleet_serchway .outr {
  border-radius: 8px;
  border: 1px solid #d2a400;
  background: #fff;
  box-shadow: 0px 2px 17.8px 0px rgba(0, 0, 0, 0.25);
}
.fleet_serchway .outr .fltbody {
  display: flex;
  padding: 10px 15px;
}
.fleet_serchway .outr .fltbody .carbody {
  display: flex;
  align-items: center;
  height: 100%;
  border-right: 1px solid #FFC701;
  padding-right: 15px;
}
.fleet_serchway .outr .fltbody .carbody .imgbox {
  height: 130px;
}
.fleet_serchway .outr .fltbody .carbody .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fleet_serchway .outr .fltbody .carbody .cap {
  padding-left: 20px;
  text-align: center;
}
.fleet_serchway .outr .fltbody .carbody .cap h3 {
  color: #FFC701;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
  text-transform: capitalize;
  color: #000000;
  font-size: 20px;
}
.fleet_serchway .outr .fltbody .carbody .cap span {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
}
.fleet_serchway .outr .fltbody .carbody .cap span a {
  padding-left: 10px;
}
.fleet_serchway .outr .fltbody .rated {
  display: flex;
  border-right: 1px solid #FFC701;
  padding: 0 15px;
  width: 30%;
  justify-content: space-between;
}
.fleet_serchway .outr .fltbody .rated .ratbox {
  width: 40%;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fleet_serchway .outr .fltbody .rated .ratbox .imgbox {
  height: 50px;
}
.fleet_serchway .outr .fltbody .rated .ratbox p {
  padding-top: 15px;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: center;
}
.fleet_serchway .outr .fltbody .price {
  border-right: 1px solid #FFC701;
  width: 17%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fleet_serchway .outr .fltbody .price .actual-price {
  text-decoration: line-through;
  display: none;
}
.fleet_serchway .outr .fltbody .price .discount {
  font-size: 34px;
  font-weight: 400;
  color: #d2a400;
  padding-bottom: 10px;
  display: none;
}
.fleet_serchway .outr .fltbody .price .discount b {
  padding-left: 10px;
}
.fleet_serchway .outr .fltbody .price .offer-price {
  color: rgb(0, 182, 0);
  display: none;
}
.fleet_serchway .outr .fltbody .price .km-rate {
  display: none;
}
.fleet_serchway .outr .fltbody .price .ac-rate,
.fleet_serchway .outr .fltbody .price .nonac-rate {
  text-align: center;
}
.fleet_serchway .outr .fltbody .price .nonac-rate {
  margin-top: 12px;
}
.fleet_serchway .outr .fltbody .price p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
}
.fleet_serchway .outr .fltbody .bk_now {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
}
.fleet_serchway .outr .fltbody .bk_now button {
  background-color: #FFC701;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  transition: 0.5s;
  padding: 8px 30px;
}
.fleet_serchway .outr .fltbody .bk_now button:hover {
  background-color: #000000;
  color: #fff;
}
.fleet_serchway .outr .fltbody .bk_now .add-vehicle-btn {
  font-size: 14px;
  margin-right: 10px;
  width: auto;
  border: none;
  outline: none;
}

.details-container {
  margin-top: 15px;
}

.details-toggle {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  background-color: #f8f9fa;
  border: none;
  color: #333;
  cursor: pointer;
  padding: 10px;
  font-size: 16px;
}

.details-toggle span {
  font-size: 16px;
}

.details-content {
  margin-top: 15px;
  border-top: 1px solid #FFC701;
  padding-top: 15px;
  padding-left: 70px;
  padding-right: 70px;
}
.details-content ul {
  border: 0;
}
.details-content ul li.nav-item a.nav-link {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-transform: uppercase;
  border: 0;
}
.details-content ul li.nav-item a.nav-link.active {
  color: #495057;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 2px solid #d2a400;
}

.colpse_tab_content {
  padding-top: 15px;
}
.colpse_tab_content .tab-pane ol {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.colpse_tab_content .tab-pane ol li {
  display: flex;
  width: 45%;
  align-items: center;
  gap: 15px;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 10px;
}
.colpse_tab_content .tab-pane ol li .fleet-icon,
.colpse_tab_content .tab-pane ol li i {
  font-size: 25px;
  color: #ffc701;
}

.cuscol_pb {
  margin-bottom: 75px;
}

.see-less-btn {
  text-align: center;
  margin-top: 15px;
  padding-top: 10px;
  display: none;
}

#collapse-btn {
  background-color: #f8f9fa;
  border: none;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

#collapse-btn span {
  font-size: 16px;
}

.custm_colpse {
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #d2a400;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 20%;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
}
.custm_colpse:hover {
  background-color: #FFC701;
  border-color: transparent;
}

.serch_ride {
  background-color: #FFC701;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  transition: 0.5s;
  padding: 8px 30px;
  border-radius: 6px;
  border: 0;
  border: 0;
  margin: 0px auto;
  display: block;
}
.serch_ride:hover {
  background-color: #000000;
  color: #fff;
}
.serch_ride img {
  padding-right: 10px;
}
.serch_ride:hover img {
  filter: brightness(0) invert(1);
}

.suggestions {
  border: 1px solid rgba(241, 241, 241, 0.8196078431);
  max-height: 150px;
  overflow-y: auto;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.488);
  z-index: 1000;
}

.suggest-item {
  padding: 8px;
  cursor: pointer;
}

.suggest-item:hover {
  background-color: #f0f0f0;
}

.car-item {
  margin-bottom: 20px;
}

.details-content.show {
  display: block;
}

.collapse-btn {
  cursor: pointer;
}

.booking_data_Sec {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
}
.booking_data_Sec h3 {
  color: #FFC701;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  text-transform: capitalize;
  background-color: #FFC701;
  color: #000000;
  padding: 10px 0;
  border-radius: 8px 8px 0px 0px;
}
.booking_data_Sec .adresdiv {
  display: flex;
  justify-content: space-between;
  padding: 30px 70px;
}
.booking_data_Sec .adresdiv .adres_put p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
}
.booking_data_Sec .adresdiv .adres_put p strong {
  padding-bottom: 15px;
}

/*  */
.detils_img {
  margin-top: 50px;
}
.detils_img img {
  margin: 0px auto;
  display: block;
}
.detils_img h3 {
  color: #FFC701;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.details_outr {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0;
}
.details_outr h3 {
  color: #FFC701;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px 8px 0px 0px;
  background: #d2a400;
  color: #000000;
  text-transform: capitalize;
  padding: 15px 0;
}
.details_outr .detils_fatching {
  padding: 30px;
}
.details_outr .detils_fatching ul {
  display: flex;
  flex-wrap: wrap;
}
.details_outr .detils_fatching ul li {
  display: flex;
  width: 48%;
  padding-bottom: 15px;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
}
.details_outr .detils_fatching p {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
.details_outr .detils_fatching p:first-child {
  padding-top: 0;
}
.details_outr .detils_fatching p:last-child {
  padding-bottom: 0;
}

.booking_det_form {
  border: 1px solid #FFC701;
  border-radius: 10px;
  margin-top: 50px;
}
.booking_det_form h3 {
  color: #FFC701;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px 8px 0px 0px;
  background: #d2a400;
  color: #000000;
  text-transform: capitalize;
  padding: 15px 0;
}
.booking_det_form .form_sec {
  padding: 0 !important;
  background-color: transparent;
}
.booking_det_form .form_sec form {
  padding: 30px;
}
.booking_det_form .form_sec input.rightside {
  height: 70px;
}
.booking_det_form .form_sec button {
  background-color: #FFC701 !important;
  color: #fff !important;
}
.booking_det_form .form_sec button:hover {
  background-color: #000000 !important;
}

/* on Road Taxi */
.animte_taxi {
  background-color: #FFC701;
  padding: 70px 0;
}
.animte_taxi .road {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
}
.animte_taxi .road::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #fff, #fff 50%, transparent 50%, transparent 100%);
  background-size: 50px;
  animation: animate_road 0.125s linear infinite;
}
.animte_taxi .taxiKing {
  position: absolute;
  right: 50px;
  width: 200px;
  height: 80px;
  background-color: #FFC701;
  border-radius: 10px;
  box-shadow: -10px 10px rgba(0, 0, 0, 0.1);
  transform-style: preserve-3d;
  perspective: 800px;
  z-index: 10;
  animation: animate_taxi 5s linear infinite;
  animation-delay: -5s;
}
.animte_taxi .taxiKing::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 2px;
  width: 5px;
  height: 15px;
  border-radius: 2px;
  background-color: red;
  box-shadow: 0 42px red;
}
.animte_taxi .taxiKing::after {
  position: absolute;
  content: "";
  top: 10px;
  right: 2px;
  width: 6px;
  height: 16px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 44px #fff;
}
.animte_taxi .taxiKing span {
  position: absolute;
  inset: 5px 10px;
  background-color: #fdd206;
  border-radius: 10px;
  overflow: hidden;
}
.animte_taxi .taxiKing span::before {
  position: absolute;
  content: "Taxi";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: #fff;
  padding: 2px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3333333333);
  z-index: 1000;
}
.animte_taxi .taxiKing span b {
  position: absolute;
  inset: 0 30px;
  background-color: #111;
  border-radius: 10px;
}
.animte_taxi .taxiKing span b::before {
  position: absolute;
  content: "";
  inset: 6px 25px;
  background-color: #fbb206;
  border-radius: 5px;
}
.animte_taxi .taxiKing span b::after {
  position: absolute;
  content: "";
  inset: 0px 58px;
  background-color: #fbb206;
}
.animte_taxi .taxiKing span i {
  position: absolute;
  inset: 0;
}
.animte_taxi .taxiKing span i::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 20px;
  width: 40px;
  height: 5px;
  background-color: #fbb206;
  transform-origin: right;
  transform: rotate(15deg);
  box-shadow: 100px 34px #fbb206;
}
.animte_taxi .taxiKing span i::after {
  position: absolute;
  content: "";
  bottom: 7px;
  left: 20px;
  width: 40px;
  height: 5px;
  background-color: #fbb206;
  transform-origin: right;
  transform: rotate(15deg);
  box-shadow: 100px 34px #fbb206;
}
.animte_taxi .taxiKing .side_mirror {
  position: absolute;
  inset: 0;
}
.animte_taxi .taxiKing .side_mirror::before {
  position: absolute;
  content: "";
  top: -8px;
  right: 40px;
  width: 5px;
  height: 10px;
  background-color: #f4b603;
  border-top-right-radius: 10px;
}
.animte_taxi .taxiKing .side_mirror::after {
  position: absolute;
  content: "";
  bottom: -8px;
  right: 40px;
  width: 5px;
  height: 10px;
  background-color: #f4b603;
  border-bottom-right-radius: 10px;
}

/* Taxi Animation */
@keyframes animate_taxi {
  0% {
    transform: translateX(20px) translateY(20px);
  }
  25% {
    transform: translateX(-50px) translateY(0px);
  }
  50% {
    transform: translateX(20px) translateY(-20px);
  }
  75% {
    transform: translateX(50px) translateY(0px);
  }
  100% {
    transform: translateX(20px) translateY(20px);
  }
}
@keyframes animate_road {
  0% {
    background-position: 50px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
/* on Road Taxi */
/* 3D Box */
/* 3D Box */
/* Taxi Animation */
/*********************************
    404 Page
*********************************/
.four_0_four img.thnkimg {
  margin: 0px auto;
  display: block;
}
.four_0_four h2 {
  color: #000000;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  color: #263238;
  padding-bottom: 12px;
}
.four_0_four a {
  border-radius: 50px;
  background-color: #FFC701;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  transition: 0.5s;
  padding: 8px 30px;
  font-size: 13px;
  padding: 8px 20px;
  margin: 0px auto;
  display: table;
  transition: 0.5s;
}
.four_0_four a:hover {
  background-color: #000000;
  color: #fff;
}

/*********************************
    404 Page
*********************************/
/*****************************
    Scroll to top css start
*****************************/
.scrollTop {
  position: fixed;
  right: 2%;
  bottom: 10px;
  padding: 0px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.scrollTop span a {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 7px solid #FFC701;
}

.bottToparrow {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.bottToparrow img {
  padding-bottom: 3px;
  stroke: #000000;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.bottToparrow img.bottompath1 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s; /* Safari 和 Chrome */
}

.bottToparrow img.bottompath2 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; /* Safari 和 Chrome */
}

.bottToparrow img.bottompath3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

/*****************************
    Scroll to top css end
*****************************/
/* loader */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #272727;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader img {
  width: 150px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* loader */
/* Hide Google's default suggestions */
.pac-container {
  display: none !important;
}

#suggestions-container {
  position: absolute;
  width: 250px;
  max-height: 200px;
  overflow-y: auto;
  background-color: white;
  border: 1px solid #f1f1f1;
  z-index: 1000;
  font-size: 15px;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(218, 218, 218);
  border-radius: 10px;
}

.suggestions {
  max-height: 250px;
  max-width: 224px;
  overflow-y: auto;
  position: absolute;
  background-color: #fff;
  z-index: 1000;
  width: 100%;
  display: none;
}

.suggestion-item {
  padding: 10px;
  cursor: pointer;
}

.suggestion-item:hover {
  background-color: #f0f0f0;
}

#pickup-fields {
  display: flex;
  justify-content: space-between;
}
#pickup-fields .pickup-card {
  width: 19%;
  padding: 0px 5px;
}
#pickup-fields .pickup-card #airport-address-container {
  height: 300px;
  overflow: auto;
  background: white;
  z-index: 3000;
  display: none;
  border: 1px solid #f1f1f1;
}
#pickup-fields .pickup-card #airport-address-list {
  list-style-type: none;
  padding: 0;
}
#pickup-fields .pickup-card #airport-address-list li {
  padding: 10px 15px;
  font-size: 14px;
}
#pickup-fields .pickup-card #airport-address-list li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
#pickup-fields .pickup-card #airport-address-list li:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

#round-trip .row {
  justify-content: space-around;
}
#round-trip .row .round_trip_input {
  width: 19%;
}

#one-way .row {
  justify-content: space-around;
}
#one-way .row .oneway_card {
  width: 24%;
}

#hourly-trip .hourly_card {
  width: 24%;
}

.booking-container {
  margin: 20px auto;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 0px 10px;
}

.booking-header {
  background-color: #d2a400;
  color: black;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
  text-transform: capitalize;
}

.booking-details .booking-data {
  display: flex;
  padding: 10px 20px;
  justify-content: space-between;
}

.details-row {
  padding: 5px 0;
  gap: 10px;
}

.details-row p {
  margin: 0;
  font-weight: bold;
}

.details-row p:has(span) {
  font-weight: 400;
}

@media (max-width: 1200px) {
  .tarifs .cardsec {
    padding: 0px 20px 20px 20px;
  }
  #pickup-fields .pickup-card {
    width: 33%;
  }
  #round-trip .row .round_trip_input {
    width: 33%;
  }
  #one-way .row .oneway_card {
    width: 33%;
  }
  #hourly-trip .hourly_card {
    width: 33%;
  }
}
@media (max-width: 992px) {
  #pickup-fields {
    flex-wrap: wrap;
  }
  #pickup-fields .pickup-card {
    width: 50%;
  }
  #round-trip .row .round_trip_input {
    width: 48%;
  }
  #one-way .row .oneway_card {
    width: 49%;
  }
  #hourly-trip .hourly_card {
    width: 49%;
  }
  .booking-details .booking-data {
    flex-wrap: wrap;
  }
  .details-row {
    margin-top: 10px;
  }
  .home_service .col-lg-3:nth-child(even) {
    border-right: 0px !important;
  }
}
@media (max-width: 767px) {
  #pickup-fields .pickup-card {
    width: 100%;
  }
  #round-trip .row .round_trip_input {
    width: 95%;
  }
  #one-way .row .oneway_card {
    width: 97%;
  }
  #hourly-trip .hourly_card {
    width: 97%;
  }
  .home_service .col-lg-3 {
    border-right: 0px !important;
  }
}
@media (max-width: 576px) {
  .book-now-form form .car-selection .vehicle-card {
    width: 90%;
    margin: 0px auto;
  }
  #hourly-trip .hourly_card,
  #hourly-trip .oneway_card {
    width: 97%;
  }
}
:root {
  --themecolor: #d2a400;
}

.mega_menu_header {
  background: #000;
  position: relative;
  padding: 10px 0px;
  z-index: 10;
}
.mega_menu_header .logo {
  width: 70px;
  height: 88px;
}
.mega_menu_header .logo img {
  width: 100%;
  height: 100%;
}
.mega_menu_header .menu_list > ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.mega_menu_header .menu_list > ul .service_mega {
  height: 100%;
}
.mega_menu_header .menu_list > ul li > a {
  color: #fff;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.mega_menu_header .menu_list > ul li > a:hover {
  color: var(--themecolor);
}
.mega_menu_header .menu_list > ul li > .active {
  color: var(--themecolor);
}
.mega_menu_header .menu_list > ul li .mega_menu {
  perspective: 700px;
  transform: scaleY(0);
  transform-origin: top;
  position: absolute;
  opacity: 0;
  width: 100%;
  left: 0px;
  top: 100%;
  z-index: 3;
  background: #fff;
  transition: 0.3s;
}
.mega_menu_header .menu_list > ul li .mega_menu .mega_menu_footer {
  background: #eeeeee;
  text-align: center;
  display: flex;
  align-items: center;
}
.mega_menu_header .menu_list > ul li .mega_menu .mega_menu_footer a {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 8px auto;
  color: #000;
}
.mega_menu_header .menu_list > ul li .service_mega_menu .service_link_parent {
  border-right: 1px solid rgba(194, 194, 194, 0.8980392157);
  padding-right: 0px;
}
.mega_menu_header .menu_list > ul li .service_mega_menu .service_link_parent a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px 12px 40px;
  border-bottom: 1px solid rgba(194, 194, 194, 0.8980392157);
  color: #000;
}
.mega_menu_header .menu_list > ul li .service_mega_menu .service_link_parent a:hover {
  background: #d2a400;
}
.mega_menu_header .menu_list > ul li .service_mega_menu .service_link_parent a:last-child {
  border-bottom: 0px;
}
.mega_menu_header .menu_list > ul li .service_mega_menu .service_link_parent .highlight {
  cursor: unset;
  background: #d2a400;
}
.mega_menu_header .menu_list > ul li .service_mega_menu .airport_link_parent ul {
  border-right: 1px solid rgba(194, 194, 194, 0.8980392157);
}
.mega_menu_header .menu_list > ul li .service_mega_menu .airport_link_parent ul li a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #000;
  margin-top: 20px;
}
.mega_menu_header .menu_list > ul li .service_mega_menu .airport_link_parent ul li a .title {
  font-weight: 600;
}
.mega_menu_header .menu_list > ul li .service_mega_menu .airport_link_parent ul li a .img img {
  width: 80px;
}
.mega_menu_header .menu_list > ul li .service_mega_menu .airport_link_parent ul li a p {
  font-size: 14px;
}
.mega_menu_header .menu_list > ul li .service_mega_menu .airport_link_parent ul li a:last-child {
  margin-bottom: 10px;
}
.mega_menu_header .menu_list > ul li .service_mega_menu .airport_link_parent ul:last-child {
  border-right: 0px;
}
.mega_menu_header .menu_list > ul li .fleet_mega_menu .fleet_mega_menu_card_parent {
  padding: 20px 30px;
}
.mega_menu_header .menu_list > ul li .fleet_mega_menu .fleet_mega_menu_card_parent ul li a {
  font-size: 18px;
  color: #000;
  padding: 6px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.mega_menu_header .menu_list > ul li .fleet_mega_menu .fleet_mega_menu_card_parent ul li a i {
  display: inline-block;
  margin-top: 4px;
}
.mega_menu_header .menu_list > ul li .fleet_mega_menu .fleet_mega_menu_card_parent .fleet_mega_menu_card {
  border-radius: 15px;
  color: #000;
  display: block;
  height: 100%;
}
.mega_menu_header .menu_list > ul li .fleet_mega_menu .fleet_mega_menu_card_parent .fleet_mega_menu_card .card_img {
  height: 125px;
  overflow: hidden;
  border-radius: 10px;
}
.mega_menu_header .menu_list > ul li .fleet_mega_menu .fleet_mega_menu_card_parent .fleet_mega_menu_card .card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: 0.3s;
}
.mega_menu_header .menu_list > ul li .fleet_mega_menu .fleet_mega_menu_card_parent .fleet_mega_menu_card .card_content {
  padding: 10px 0px;
}
.mega_menu_header .menu_list > ul li .fleet_mega_menu .fleet_mega_menu_card_parent .fleet_mega_menu_card .card_content .title {
  font-weight: 600;
  color: #191919;
}
.mega_menu_header .menu_list > ul li .fleet_mega_menu .fleet_mega_menu_card_parent .fleet_mega_menu_card .card_content p {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0px;
  color: #868788;
  transition: 0.3s;
}
.mega_menu_header .menu_list > ul li .fleet_mega_menu .fleet_mega_menu_card_parent .fleet_mega_menu_card .card_content .learnBtn {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  color: #0473ea;
  font-weight: 700;
}
.mega_menu_header .menu_list > ul li .fleet_mega_menu .fleet_mega_menu_card_parent .fleet_mega_menu_card:hover .card_img img {
  transform: scale(1.2);
}
.mega_menu_header .menu_list > ul li .fleet_mega_menu .fleet_mega_menu_card_parent .fleet_mega_menu_card:hover .card_content p {
  color: #000;
}
.mega_menu_header .menu_list > ul li .fleet_mega_menu .fleet_mega_menu_card_parent .fleet_mega_menu_card:hover .card_content .title {
  color: #0276f2;
}
.mega_menu_header .menu_list > ul li .city_mega_menu .city_link_parent {
  margin: 20px 0px;
  width: 25%;
  border-right: 1px solid rgba(194, 194, 194, 0.8705882353);
  padding: 0px 15px;
}
.mega_menu_header .menu_list > ul li .city_mega_menu .city_link_parent .route_link {
  display: flex;
  color: #000;
  padding: 5px 0px;
  font-size: 18px;
  align-items: center;
}
.mega_menu_header .menu_list > ul li .city_mega_menu .city_link_parent .route_link img {
  width: 50px;
  border-radius: 4px;
  margin: 0px 10px;
}
.mega_menu_header .menu_list > ul li .city_mega_menu .city_link_parent:last-child {
  border-right: none;
}
.mega_menu_header .menu_list > ul li:hover .mega_menu {
  transform: scaleY(1);
  opacity: 1;
}
.mega_menu_header .link {
  display: flex;
  align-items: center;
  gap: 20px;
}
.mega_menu_header .link .booknow_btn {
  background-color: #d2a400;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 14px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  transition: 0.5s;
  padding: 8px 30px;
}
.mega_menu_header .link .hambargar_menu {
  color: #fff;
  font-size: 18px;
}
.mega_menu_header .link .hambargar_menu span {
  font-size: 13px;
}
.mega_menu_header .link .bargar-menu {
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}

.fixednav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  transition: 0.2s;
}

/* cookies wrapper start here */
.cookieswrapper {
  position: fixed;
  bottom: 50px;
  left: -350px; /* Initially off-screen on the right */
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 25px 15px 25px 22px;
  transition: 0.3s; /* Animate right position */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 20;
}

.show {
  left: 10px; /* When the 'show' class is added, move to the screen */
}

.cookieswrapper .header i {
  color: #000;
  font-size: 32px;
}

.cookieswrapper .header h2 {
  color: #000;
  font-weight: 500;
  font-size: 24px;
}

.cookieswrapper .data {
  margin-top: 16px;
}

.cookieswrapper .data p {
  color: #333;
  font-size: 16px;
}

.data p a {
  color: #000;
  text-decoration: none;
}

.data p a:hover {
  text-decoration: underline;
}

.cookieswrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookieswrapper .buttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #000;
  cursor: pointer;
  width: calc(50% - 10px);
  transition: all 0.2s ease;
}

.cookieswrapper .buttons #acceptBtn:hover {
  background-color: #000;
}

.cookieswrapper #declineBtn {
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
}

.cookieswrapper #declineBtn:hover {
  background-color: #000;
  color: #fff;
}

/* cookies wrapper end here */
@media (max-width: 1200px) {
  .mega_menu_header {
    padding: 0px 20px;
  }
  .mega_menu_header .menu_list {
    position: absolute;
    z-index: 2;
    width: 100%;
    min-height: 100vh;
    left: 0px;
    top: 87px;
    background: #000;
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
  }
  .mega_menu_header .menu_list ul:not(.social_media) {
    display: block !important;
  }
  .mega_menu_header .menu_list ul:not(.social_media) .city_menu > a,
  .mega_menu_header .menu_list ul:not(.social_media) .fleet_menu > a,
  .mega_menu_header .menu_list ul:not(.social_media) .service_menu > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
  }
  .mega_menu_header .menu_list ul:not(.social_media) li > a {
    font-size: 20px;
    padding: 10px 0px;
    display: block;
    color: #fff;
  }
  .mega_menu_header .menu_list ul:not(.social_media) li .mega_menu {
    padding-bottom: 90px;
    top: 0px;
    display: none;
  }
  .mega_menu_header .menu_list ul:not(.social_media) li .mega_menu.active {
    display: block;
  }
  .mega_menu_header .menu_list ul:not(.social_media) li .service_mega_menu .service_link_parent {
    padding-right: 15px;
    border-right: 0px;
  }
  .mega_menu_header .menu_list ul:not(.social_media) li .service_mega_menu .airport_link_parent ul {
    border-right: 0px;
  }
  .mega_menu_header .menu_list ul:not(.social_media) li .service_mega_menu .airport_link_parent ul li a {
    padding: 0px 10px;
  }
  .mega_menu_header .menu_list ul:not(.social_media) li .fleet_mega_menu .fleet_mega_menu_card_parent .fleet_mega_menu_card .card_img {
    height: 150px;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .mega_menu_header .menu_list ul:not(.social_media) li .city_mega_menu .city_link_parent {
    width: 50%;
  }
  .mega_menu_header .menu_list .social_media {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: 40px;
  }
  .mega_menu_header .menu_list .social_media li a {
    font-size: 25px;
    color: #fff;
  }
  .mega_menu_header .menuadd {
    display: block;
  }
  .mega_menu_header .back {
    background: #3a3a3a;
    padding: 20px 30px;
  }
  .mega_menu_header .link .hambargar_menu {
    position: absolute;
    right: 0px;
    width: 70px;
    height: 100%;
    top: 0px;
    background: #3a3a3a;
    text-align: center;
    z-index: 2;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
  }
  .mega_menu_header .link .hambargar_menu i {
    font-size: 26px;
  }
  #cities > a {
    display: inline-block !important;
  }
  #cities .cities-menu {
    display: none;
    padding-top: 0px;
    height: 300px;
    overflow-y: auto;
  }
  #cities .cities-menu a {
    color: #fff !important;
    padding: 0px !important;
    font-size: 16px;
  }
  #cities .cities-menu.active {
    display: flex !important;
    flex-wrap: wrap;
  }
  .gallery_sidebar {
    top: 88px !important;
    overflow-y: scroll;
    padding-bottom: 100px !important;
  }
}
@media (max-width: 767px) {
  .mega_menu_header .menu_list ul li .city_mega_menu .city_link_parent {
    width: 100% !important;
    border-right: 0px;
    padding: 0px 40px;
  }
}
.tourist_main {
  position: relative;
}
.tourist_main .search-container {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.tourist_main .search-container .search-wrapper {
  position: relative;
  width: 100%;
}
.tourist_main .search-container .search-wrapper i {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  color: #888;
  font-size: 18px;
  transition: color 0.3s ease;
}
.tourist_main .search-container .search-wrapper input {
  width: 100%;
  padding: 12px 20px 12px 45px;
  font-size: 16px;
  border: 2px solid #ddd;
  border-radius: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  background-color: #f9f9f9;
}
.tourist_main .search-container .search-wrapper input::-moz-placeholder {
  color: #aaa;
  font-style: italic;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.tourist_main .search-container .search-wrapper input::placeholder {
  color: #aaa;
  font-style: italic;
  transition: color 0.3s ease;
}
.tourist_main .search-container .search-wrapper input:hover {
  border-color: #bbb;
  background-color: #fff;
}
.tourist_main .search-container .search-wrapper input:focus {
  outline: none;
  border-color: #4a90e2;
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(74, 144, 226, 0.3);
}
.tourist_main .search-container .search-wrapper input:focus::-moz-placeholder {
  color: transparent;
}
.tourist_main .search-container .search-wrapper input:focus::placeholder {
  color: transparent;
}
.tourist_main .search-container .search-wrapper input:focus + i {
  color: #4a90e2;
}
.tourist_main::before {
  content: "";
  position: absolute;
  left: var(--x, 50%);
  top: var(--y, 50%);
  width: 50%;
  height: 50%;
  background: radial-gradient(circle closest-side, rgba(163, 131, 0, 0.105), transparent);
  transform: translate(-50%, -50%) scale(var(--scale, 0));
  transition: transform 0.2s ease;
  pointer-events: none;
  z-index: 0;
  position: relative;
}
.tourist_main #map {
  border-radius: 15px;
  position: sticky !important;
  top: 90px;
  height: 90vh;
}
.tourist_main #map .gm-style-iw.gm-style-iw-c {
  padding: 0px;
  max-width: 250px !important;
}
.tourist_main #map .gm-style .gm-style-iw-tc::after {
  background: #000;
}
.tourist_main #map .gm-style .gm-style-iw-d {
  overflow: auto !important;
}
.tourist_main #map .gm-style-iw-chr {
  display: none;
}
.tourist_main #map .map-card {
  font-family: sans-serif;
  background: #000;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
  position: relative;
  overflow: auto;
  width: 250px;
}
.tourist_main #map .map-card__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  min-height: 25px;
  min-width: 25px;
  text-align: center;
  align-items: center;
  line-height: 25px;
  font-size: 12px;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.tourist_main #map .map-card__image-wrapper {
  position: relative;
}
.tourist_main #map .map-card__image {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px 8px 0 0;
}
.tourist_main #map .map-card__info {
  padding: 20px;
  background: #1a1a1a;
}
.tourist_main #map .map-card__title {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.tourist_main #map .map-card__title i {
  font-size: 13px;
  margin-left: 5px;
}
.tourist_main #map .map-card__type {
  font-size: 13px;
  color: #bbb;
  margin: 7px 0px;
  font-style: italic;
}
.tourist_main #map .map-card__address {
  font-size: 12px;
  color: #ccc;
  margin-bottom: 10px;
}
.tourist_main #map .map-card_btn {
  border: none;
  outline: none;
}
.tourist_main #map .map-card__btn, .tourist_main #map .map-card__phone {
  font-size: 13px;
  color: #ffeb3b;
  margin-top: 8px;
}
.tourist_main .touristSidebar {
  position: sticky;
  top: 108px;
}
.tourist_main .touristSidebar .view-options {
  -moz-column-gap: 7px;
       column-gap: 7px;
}
.tourist_main .touristSidebar .view-options .view-btn {
  display: block;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ededed;
  padding: 10px;
  font-size: 11px;
  width: 100%;
  color: #999;
  font-size: 16px;
}
.tourist_main .touristSidebar .view-options .view-btn i {
  margin-bottom: 10px;
  font-size: 22px;
}
.tourist_main .touristSidebar #filters_col {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ededed;
  border-radius: 5px;
  margin: 15px 0px;
}
.tourist_main .touristSidebar #filters_col .filter-box {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  /* Visible state */
}
.tourist_main .touristSidebar #filters_col .filter-box.open {
  max-height: 1000px; /* large enough to fit content */
  opacity: 1;
}
.tourist_main .touristSidebar #filters_col .filter-box .form-switch {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tourist_main .touristSidebar #filters_col .filter-box .form-switch label {
  width: 175px;
  font-size: 14px;
  text-transform: capitalize;
}
.tourist_main .touristSidebar #filters_col .filter-box .form-switch .custom-switch {
  width: 42px;
  height: 22px;
  background-color: #ccc;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  border-radius: 20px;
  transition: background-color 0.3s;
}
.tourist_main .touristSidebar #filters_col .filter-box .form-switch .custom-switch::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 2px;
  top: 2px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s;
}
.tourist_main .touristSidebar #filters_col .filter-box .form-switch .custom-switch:checked {
  background-color: #d2a400;
}
.tourist_main .touristSidebar #filters_col .filter-box .form-switch .custom-switch:checked::before {
  transform: translateX(20px);
}
.tourist_main .touristSidebar #filters_col .filter-box h6 {
  border-top: 1px solid #ddd;
  margin: 15px 0;
  padding: 15px 0 0;
  font-size: 13px;
  font-weight: bold;
}
.tourist_main .touristSidebar .filter_type ul {
  padding: 0;
  margin: 0 0 15px;
}
.tourist_main .row .tourist_card {
  display: flex;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 12px;
  border-radius: 8px;
  border: 1px solid silver;
  -moz-column-gap: 15px;
       column-gap: 15px;
  height: 100%;
  position: relative;
}
.tourist_main .row .tourist_card .tooltip-wrapper {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  top: 5px;
  right: 5px;
  background: #fff;
}
.tourist_main .row .tourist_card .tooltip-wrapper .map-icon {
  font-size: 18px;
  color: #d2a400;
  padding: 6px;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.tourist_main .row .tourist_card .tooltip-wrapper .custom-tooltip {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.tourist_main .row .tourist_card .tooltip-wrapper .custom-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.tourist_main .row .tourist_card .tooltip-wrapper:hover .custom-tooltip {
  opacity: 1;
}
.tourist_main .row .tourist_card .card-bg {
  width: 150px;
  min-height: 140px;
}
.tourist_main .row .tourist_card .card-bg img {
  width: 150px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.tourist_main .row .tourist_card h3 {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  padding-right: 30px;
}
.tourist_main .row .tourist_card h3 a {
  color: #000;
}
.tourist_main .row .tourist_card h3 a:hover {
  color: #d2a400;
}
.tourist_main .row .tourist_card h3 i {
  margin-left: 15px;
}
.tourist_main .row .tourist_card p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.tourist_main #loadMoreBtn {
  background-color: #d2a400;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 14px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  transition: 0.5s;
  padding: 8px 30px;
  border: none;
  margin-top: 40px;
  display: inline-block;
}

#tourist_single_page {
  background: #f5f5f5;
  padding: 50px 0px;
}
#tourist_single_page .tourist_single_left-content {
  padding: 30px 30px 0;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #ededed;
  background: #fff;
}
#tourist_single_page .tourist_single_left-content .box_info {
  border-radius: 5px;
  padding: 15px 20px 20px;
  background-color: #f7f4ee;
  margin-bottom: 15px;
  position: relative;
}
#tourist_single_page .tourist_single_left-content .box_info a {
  color: #d2a400;
}
#tourist_single_page .tourist_single_left-content .box_info a.button.small {
  position: absolute;
  right: 15px;
  top: 62px;
  padding: 7px 15px;
  font-size: 13px;
  display: inline-block;
  background-color: #d2a400;
  color: #fff;
  border-radius: 3px;
  border: 0;
  font-size: 14px;
  outline: 0;
  transition: all 0.3s ease;
}
#tourist_single_page .tourist_single_left-content .box_info h3 {
  font-size: 16px;
  border-bottom: 2px solid #fff;
  margin: 0 -20px 15px;
  padding: 0 5px 5px 10px;
}
#tourist_single_page .tourist_single_left-content .box_info ul {
  margin-top: 15px;
}
#tourist_single_page .tourist_single_left-content hr {
  margin: 30px -45px;
  border: 0;
  border-top: 3px solid #f5f5f5;
}
#tourist_single_page .tourist_single_left-content .lead {
  font-size: 21px;
  font-weight: 300;
}
#tourist_single_page .tourist_single_left-content p {
  padding: 10px 0px;
}
#tourist_single_page .tourist_single_left-content h2 {
  display: block;
  width: 100%;
  margin-top: 20px;
}
#tourist_single_page .tourist_single_left-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0px !important;
  display: block;
  width: 100%;
}
#tourist_single_page .tourist_single_left-content h4 {
  font-size: 16px;
  font-weight: 800;
  width: 100%;
  margin-top: 10px;
}
#tourist_single_page .tourist_single_left-content .img {
  width: 100%;
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 15px 0px;
}
#tourist_single_page .tourist_single_left-content ul li {
  padding: 8px 0px;
  width: 100%;
}
#tourist_single_page .tourist_single_left-content ul li span {
  color: #d2a400;
}
#tourist_single_page .tourist_single_left-content ul.cbp_tmtimeline {
  margin: 45px 0;
  padding: 0;
  position: relative;
  width: 100%;
}
#tourist_single_page .tourist_single_left-content ul.cbp_tmtimeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #ebeef3;
  left: 4%;
  margin-left: -2px;
}
#tourist_single_page .tourist_single_left-content ul.cbp_tmtimeline li {
  position: relative;
}
#tourist_single_page .tourist_single_left-content ul.cbp_tmtimeline li .cbp_tmtime {
  display: none;
  width: 23%;
  padding-right: 80px;
  position: absolute;
  left: 40px;
}
#tourist_single_page .tourist_single_left-content ul.cbp_tmtimeline li .cbp_tmtime span {
  display: block;
}
#tourist_single_page .tourist_single_left-content ul.cbp_tmtimeline li .cbp_tmtime span:first-child {
  font-size: 0.9em;
  color: #888;
  margin-bottom: 0;
}
#tourist_single_page .tourist_single_left-content ul.cbp_tmtimeline li .cbp_tmtime span:last-child {
  font-size: 18px;
  font-weight: 500;
}
#tourist_single_page .tourist_single_left-content ul.cbp_tmtimeline li .cbp_tmicon {
  width: 48px;
  height: 48px;
  font-weight: 500;
  background-color: #fff;
  text-transform: none;
  font-size: 24px;
  line-height: 50px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #f93;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #999;
  text-align: center;
  left: 4%;
  top: 0;
  margin: 0 0 0 -25px;
}
#tourist_single_page .tourist_single_left-content ul.cbp_tmtimeline li .cbp_tmlabel {
  margin: 0 0 15px 10%;
  background: #eef3f7;
  padding: 20px;
  position: relative;
  border-radius: 5px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: space-between;
}
#tourist_single_page .tourist_single_left-content ul.cbp_tmtimeline li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #eef3f7;
  border-width: 10px;
  top: 15px;
}
#tourist_single_page .tourist_single_left-content ul.cbp_tmtimeline li .cbp_tmlabel img.thumb_visit {
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  margin-top: -5px;
  margin-left: 15px;
  border-radius: 50%;
  display: none;
}
#tourist_single_page .tourist_single_left-content ul.cbp_tmtimeline li .cbp_tmlabel h4 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 16px;
}
#tourist_single_page .tourist_single_left-content ul.cbp_tmtimeline li .cbp_tmlabel p {
  margin-bottom: 0;
  font-size: 13px;
}
#tourist_single_page .tourist_single_left-content p a {
  color: #d2a400;
}
#tourist_single_page .tourist_single_left-content .carousel_slider {
  width: 100%;
  margin-top: 25px;
}
#tourist_single_page .tourist_single_left-content .carousel_slider .swiper {
  width: 100%;
  height: 100%;
}
#tourist_single_page .tourist_single_left-content .carousel_slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
#tourist_single_page .tourist_single_left-content .carousel_slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#tourist_single_page .tourist_single_left-content .carousel_slider .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#tourist_single_page .tourist_single_left-content .carousel_slider .swiper-slide {
  background-size: cover;
  background-position: center;
}
#tourist_single_page .tourist_single_left-content .carousel_slider .mySwiper2 {
  height: 375px;
  width: 100%;
}
#tourist_single_page .tourist_single_left-content .carousel_slider .mySwiper {
  box-sizing: border-box;
  padding: 10px 0;
  height: auto;
}
#tourist_single_page .tourist_single_left-content .carousel_slider .mySwiper .swiper-slide {
  height: 60px;
  opacity: 0.4;
}
#tourist_single_page .tourist_single_left-content .carousel_slider .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
#tourist_single_page .tourist_single_left-content .carousel_slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
#tourist_single_page .tourist_single_left-content .carousel_slider .swiper-button-next,
#tourist_single_page .tourist_single_left-content .carousel_slider .swiper-button-prev {
  background: #d2a400;
  width: 32px;
  height: 32px;
  padding: 4px;
  text-align: center;
  border-radius: 2px;
  left: 24px;
  font-size: 24px;
}
#tourist_single_page .tourist_single_left-content .carousel_slider .swiper-button-next::after,
#tourist_single_page .tourist_single_left-content .carousel_slider .swiper-button-prev::after {
  font-size: 20px;
}
#tourist_single_page .tourist_single_left-content .carousel_slider .swiper-button-next {
  right: 10px;
  left: auto;
}
#tourist_single_page .tour-right .tour_offer {
  background: url(../images/book-bg.png) center center/cover no-repeat;
  padding: 50px 30px;
  margin-bottom: 30px;
  border-radius: 10px;
}
#tourist_single_page .tour-right .tour_offer .band1 {
  width: 50px;
  height: auto;
  position: absolute;
  z-index: 99;
  top: -4px;
  right: 61px;
}
#tourist_single_page .tour-right .tour_offer h4 {
  color: rgb(255, 255, 255);
  font-size: 50px;
  text-align: center;
}
#tourist_single_page .tour-right .tour_offer h4 span {
  color: rgb(241, 40, 96);
  font-size: 25px;
}
#tourist_single_page .tour-right .tour_offer h4 .n-td {
  text-decoration: line-through;
}
#tourist_single_page .tour-right .tour_offer p {
  text-align: center;
  color: rgb(26, 165, 216);
}
#tourist_single_page .tour-right .tour_offer .link-btn {
  background-color: #d2a400;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 14px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  transition: 0.5s;
  padding: 8px 0px;
  width: 100%;
  margin-top: 20px;
  display: block;
}
#tourist_single_page .tour-right .tour-ri-com {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(226, 226, 226);
  margin-bottom: 30px;
  border-radius: 7px;
}
#tourist_single_page .tour-right .tour-ri-com .tour_rela_1 {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  padding: 20px 25px 20px 25px;
}
#tourist_single_page .tour-right .tour-ri-com .tour_rela_1 h4 {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 600;
}
#tourist_single_page .tour-right .tour-ri-com .tour_rela_1 p {
  margin: 10px 0px !important;
}
#tourist_single_page .tour-right .tour-ri-com .tour_rela_1 .link-btn {
  background-color: #d2a400;
  border-radius: 8px;
  text-transform: capitalize;
  font-size: 14px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  transition: 0.5s;
  padding: 8px 0px;
  width: 100%;
  margin-top: 20px;
  display: block;
}
#tourist_single_page .tour-right .tour-ri-com .tour_rela_1 img {
  width: 100%;
  border-radius: 5px;
}
#tourist_single_page .tour-right .tour_right h3 {
  background: 0% 0%/22px rgb(37, 61, 82);
  color: rgb(255, 255, 255);
  font-size: 14px;
  margin-top: 0px;
  font-weight: 600;
  padding: 15px;
  margin-bottom: 0px;
  border-radius: 7px 7px 0 0;
}
#tourist_single_page .tour-right .tour_right ul {
  padding: 15px;
  margin-bottom: 0px;
}
#tourist_single_page .tour-right .tour_right ul li {
  list-style-type: none;
  background: url(../images/tick.png) left center no-repeat;
  padding-left: 30px;
  margin-bottom: 8px;
  font-size: 14px;
}
#tourist_single_page .tour-right .social_link ul {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: center;
}
#tourist_single_page .tour-right .social_link ul li {
  list-style: none;
  background: none !important;
  padding-left: unset;
  margin-bottom: unset;
}
#tourist_single_page .tour-right .social_link ul li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 32px;
}
#tourist_single_page .tour-right .tour_help_1 {
  padding: 15px;
  text-align: center;
}
#tourist_single_page .tour-right .tour_help_1 h4 {
  margin-bottom: 0px;
  font-size: 24px;
}
#tourist_single_page .tour-right .tour_help_1 h4 a {
  color: #000;
}
#tourist_single_page .tour-right .tour_help_1 .tour_help_1_call {
  color: rgb(221, 75, 57);
  margin-top: 0px;
  margin-bottom: 10px !important;
  font-weight: 600;
}
#tourist_single_page .tour-right .tourist_single_sidebar {
  overflow: auto;
}
#tourist_single_page .tour-right .tourist_single_sidebar .route_link {
  background: #fff;
  display: flex;
  padding: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border: 1px solid #ededed;
  margin-bottom: 8px;
  border-radius: 5px;
  position: relative;
  color: #555;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 18px;
}
#tourist_single_page .tour-right .tourist_single_sidebar .route_link img {
  width: 60px;
  border-radius: 5px;
}

.package-container .package-card-parent {
  width: 50%;
  padding: 20px;
}
.package-container .package-card-parent .package-card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  color: #000;
}
.package-container .package-card-parent .package-card i {
  color: #da8600;
}
.package-container .package-card-parent .package-card .card-img {
  position: relative;
  width: 100%;
  height: 270px;
}
.package-container .package-card-parent .package-card .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.package-container .package-card-parent .package-card .card-img .duration {
  position: absolute;
  bottom: -10px;
  left: 5%;
  background: #fff;
  color: #404040;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 4px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.package-container .package-card-parent .package-card .card-img .duration i {
  color: #da8600;
  padding: 0px 4px;
}
.package-container .package-card-parent .package-card .card-img .badge-sale {
  top: 15px;
  right: 20px;
  background: rgb(201, 134, 0);
  color: white;
  position: absolute;
  padding: 2px 15px;
  border-radius: 20px;
  font-size: 14px;
}
.package-container .package-card-parent .package-card .card-content {
  padding: 1rem;
}
.package-container .package-card-parent .package-card .card-content .title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
  margin-top: 20px;
}
.package-container .package-card-parent .package-card .card-content .location {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 10px;
}
.package-container .package-card-parent .package-card .card-content .description {
  color: #777;
  padding: 15px 0px;
  font-size: 18px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.package-container .package-card-parent .package-card .card-content .package-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0px;
  color: #777;
  font-weight: 400;
  font-size: 18px;
}
.package-container .package-card-parent .package-card .card-content .package-card-footer .details-btn {
  background-color: #d2a400;
  color: #fff;
  border: none;
  padding: 6px 15px;
  border-radius: 4px;
}
.package-container .package-card-parent .package-card .card-content .package-card-footer .price span {
  font-size: 1.7rem;
  font-weight: 700;
  color: #000;
}
.package-container.list-view .package-card-parent {
  width: 100%;
}
.package-container.list-view .package-card-parent .package-card {
  flex-direction: row;
  align-items: flex-start;
}
.package-container.list-view .package-card-parent .package-card .card-img {
  width: 40%;
  height: 270px;
}
.package-container.list-view .package-card-parent .package-card .card-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.package-container.list-view .package-card-parent .package-card .card-content {
  width: 60%;
  padding: 1.5rem 1rem;
}
.package-container.list-view .package-card-parent .package-card .card-content .title {
  margin-top: 0;
}

.package-view-options {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  width: 100px;
  margin-left: auto;
  position: absolute;
  top: 0px;
  right: 0px;
}
.package-view-options .view-btn {
  flex: 1;
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #555;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}
.package-view-options .view-btn i {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  color: #d2a400;
  margin: 0px;
}
.package-view-options .view-btn:hover {
  background: #f5f5f5;
}
.package-view-options .view-btn.active {
  background-color: #d2a400;
  color: #fff;
}
.package-view-options .view-btn.active i {
  color: #fff;
}

.tourist-carousel {
  padding: 20px;
  overflow-x: hidden;
  background: #f9f6f0;
}
.tourist-carousel .item {
  position: relative;
  overflow: hidden;
  height: 360px;
}
.tourist-carousel .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tourist-carousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.tourist-carousel .owl-nav .owl-prev,
.tourist-carousel .owl-nav .owl-next {
  background-color: rgba(54, 54, 54, 0.8);
}
.tourist-carousel .owl-nav .owl-prev i,
.tourist-carousel .owl-nav .owl-next i {
  font-size: 25px;
  color: #fff;
  text-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.8784313725);
}
.tourist-carousel .owl-nav .owl-prev:hover,
.tourist-carousel .owl-nav .owl-next:hover {
  color: #d2a400;
  background: transparent;
}
.tourist-carousel .owl-nav .owl-prev {
  margin-left: 15px;
}
.tourist-carousel .owl-nav .owl-next {
  margin-right: 50px;
}
.tourist-carousel .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.tourist-carousel .owl-dots .owl-dot span {
  background: #ccc;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin: 5px 4px;
}
.tourist-carousel .owl-dots .owl-dot.active span {
  background: #d2a400;
}

section.location {
  background: #f9f6f0;
  padding-bottom: 50px;
}
section.location .location_right {
  display: flex;
  justify-content: space-between;
}
section.location .location_right .duration,
section.location .location_right .difficulty,
section.location .location_right .min-age {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
section.location .location_right .duration .icon,
section.location .location_right .difficulty .icon,
section.location .location_right .min-age .icon {
  width: 50px;
  height: 50px;
  background: #d2a400;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  line-height: 50px;
  font-size: 24px;
}
section.location .location_right .duration h3,
section.location .location_right .difficulty h3,
section.location .location_right .min-age h3 {
  color: #414141;
  font-size: 16px;
  font-weight: 400;
}
section.location .location_right .duration p,
section.location .location_right .difficulty p,
section.location .location_right .min-age p {
  font-size: 24px;
  font-weight: 700;
}

section.package_single_content {
  padding: 80px 0px;
  position: relative;
}
section.package_single_content .content_left h2,
section.package_single_content .content_left h3,
section.package_single_content .content_left p {
  margin-bottom: 20px !important;
}
section.package_single_content .content_left hr {
  margin: 50px 0px;
}
section.package_single_content .content_left p {
  color: #5d5d5d;
}
section.package_single_content .content_left p .td-underline {
  text-decoration: underline;
}
section.package_single_content .content_left ul li {
  color: #5d5d5d;
  padding-bottom: 8px;
}
section.package_single_content .content_left ul li .fa-check {
  color: #d2a400;
}
section.package_single_content .content_left ul li i {
  margin-right: 10px;
}
section.package_single_content .content_left .accordion {
  width: 100%;
}
section.package_single_content .content_left .accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  cursor: pointer;
  border-bottom: 1px solid rgba(204, 204, 204, 0.862745098);
  font-size: 16px;
  transition: 0.3s;
  font-weight: bold;
}
section.package_single_content .content_left .accordion .accordion-header span {
  color: #d57c48;
}
section.package_single_content .content_left .accordion .accordion-icon {
  transition: transform 0.3s ease;
  display: inline-block;
}
section.package_single_content .content_left .accordion .accordion-content {
  height: 0px;
  overflow: hidden;
  padding: 0px 10px;
  font-size: 16px;
  transition: 0.2s;
  transform-origin: top;
}
section.package_single_content .content_left .accordion.open .accordion-icon {
  transform: rotate(90deg);
}
section.package_single_content .content_left .accordion.open .accordion-header {
  border-bottom: 1px solid rgba(204, 204, 204, 0);
}
section.package_single_content .content_left .accordion.open .accordion-content {
  height: auto;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
section.package_single_content .content_left .gallery-section .gallery-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px 0;
}
section.package_single_content .content_left .gallery-section .gallery-box .box {
  height: 180px;
  overflow: hidden;
}
section.package_single_content .content_left .gallery-section .gallery-box .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 12px;
}
@media (max-width: 768px) {
  section.package_single_content .content_left .gallery-section .gallery-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  section.package_single_content .content_left .gallery-section .gallery-box {
    grid-template-columns: 1fr;
  }
}
section.package_single_content .content_right .enquery_form {
  width: 100%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 30px 40px;
  border-radius: 20px;
  position: sticky;
  top: 140px;
}
section.package_single_content .content_right .enquery_form .form_title {
  color: #d2a400;
  text-align: center;
}
section.package_single_content .content_right .enquery_form form input,
section.package_single_content .content_right .enquery_form form textarea {
  padding: 14px 15px;
  border: 1px solid #ebeef3;
  margin-top: 20px;
  background: transparent;
}
section.package_single_content .content_right .enquery_form form .is-invalid {
  border: 1px solid red;
}
section.package_single_content .content_right .enquery_form form button {
  font-weight: 700;
  letter-spacing: 0px;
  color: #ffffff;
  background-color: #d2a400;
  border-radius: 5px 5px 5px 5px;
  padding: 15px 30px 15px 30px;
  border: 0px;
  margin: 20px auto;
  display: block;
}
section.package_single_content .content_right .form_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #4a4a4a;
}
section.package_single_content .content_right .form_header .text p {
  font-size: 20px;
  font-weight: 900;
}
section.package_single_content .content_right .form_header .price {
  font-weight: 900;
  font-size: 25px;
}
section.package_single_content .content_right .form_header .price span {
  font-size: 40px;
}

section.all_package .h6 {
  color: #FFC701;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
}
section.all_package h2 {
  color: #000000;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.service_single .service_sidebar .menu .menu-button,
.fleet_single .service_sidebar .menu .menu-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background-color: #f6faff;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}
.service_single .service_sidebar .menu .menu-button .arrow-icon,
.fleet_single .service_sidebar .menu .menu-button .arrow-icon {
  background-color: #fff;
  border-radius: 30px;
  min-width: 40px;
  transition: background-color 0.3s;
  text-align: center;
  height: 25px;
  line-height: 27px;
  transition: 0.3s;
}
.service_single .service_sidebar .menu .menu-button.active .arrow-icon,
.fleet_single .service_sidebar .menu .menu-button.active .arrow-icon {
  background-color: #ffc701;
  color: #000;
}
.service_single .service_sidebar .menu .menu-button:hover,
.fleet_single .service_sidebar .menu .menu-button:hover {
  background-color: #eaf4ff;
}
.service_single .service_sidebar .menu .menu-button:hover .arrow-icon,
.fleet_single .service_sidebar .menu .menu-button:hover .arrow-icon {
  background: #ffc701;
}
.service_single .service_sidebar .help-card,
.fleet_single .service_sidebar .help-card {
  width: 100%;
  margin: 40px auto 0;
  overflow: hidden;
}
.service_single .service_sidebar .help-card .help-image img,
.fleet_single .service_sidebar .help-card .help-image img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_single .service_sidebar .help-card .help-bottom,
.fleet_single .service_sidebar .help-card .help-bottom {
  background-color: #ffc701;
  text-align: center;
  padding: 30px 20px 20px;
  position: relative;
}
.service_single .service_sidebar .help-card .help-bottom .phone-icon,
.fleet_single .service_sidebar .help-card .help-bottom .phone-icon {
  width: 70px;
  height: 70px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -70px auto 10px;
  font-size: 32px;
  color: #ffc701;
}
.service_single .service_sidebar .help-card .help-bottom .phone-icon img,
.service_single .service_sidebar .help-card .help-bottom .phone-icon i,
.fleet_single .service_sidebar .help-card .help-bottom .phone-icon img,
.fleet_single .service_sidebar .help-card .help-bottom .phone-icon i {
  width: 30px;
  height: 30px;
}
.service_single .service_sidebar .help-card .help-bottom .help-text,
.fleet_single .service_sidebar .help-card .help-bottom .help-text {
  font-size: 14px;
  color: #000;
  margin-bottom: 8px;
  font-weight: 500;
}
.service_single .service_sidebar .help-card .help-bottom .help-number,
.fleet_single .service_sidebar .help-card .help-bottom .help-number {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.service_single .service_right h2,
.service_single .service_right h3,
.fleet_single .service_right h2,
.fleet_single .service_right h3 {
  font-weight: 700;
}
.service_single .service_right h2,
.service_single .service_right h3,
.fleet_single .service_right h2,
.fleet_single .service_right h3 {
  margin-top: 20px;
}
.service_single .service_right h4,
.service_single .service_right p,
.fleet_single .service_right h4,
.fleet_single .service_right p {
  margin-top: 15px;
}
.service_single .service_right ul li,
.fleet_single .service_right ul li {
  margin-top: 15px;
}
.service_single .service_right ul li i,
.fleet_single .service_right ul li i {
  margin-right: 10px;
}
.service_single .service_right ul,
.fleet_single .service_right ul {
  margin-top: 18px;
}
.service_single .service_right .list li,
.fleet_single .service_right .list li {
  display: flex;
  align-items: center;
}
.service_single .service_right .row .img img,
.fleet_single .service_right .row .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_single .service_right .faq-section,
.fleet_single .service_right .faq-section {
  margin: 0 auto;
  padding: 40px 0px;
  font-family: "Segoe UI", sans-serif;
}
.service_single .service_right .faq-section .faq-title,
.fleet_single .service_right .faq-section .faq-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px !important;
}
.service_single .service_right .faq-section .faq-item,
.fleet_single .service_right .faq-section .faq-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.124);
  overflow: hidden;
  transition: all 0.3s ease;
}
.service_single .service_right .faq-section .faq-question,
.fleet_single .service_right .faq-section .faq-question {
  padding: 20px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service_single .service_right .faq-section .faq-question.active,
.fleet_single .service_right .faq-section .faq-question.active {
  background: #f8f8f8;
}
.service_single .service_right .faq-section .faq-question.active .arrow,
.fleet_single .service_right .faq-section .faq-question.active .arrow {
  transform: rotate(180deg);
}
.service_single .service_right .faq-section .faq-question .arrow,
.fleet_single .service_right .faq-section .faq-question .arrow {
  font-size: 16px;
  transition: transform 0.3s ease;
}
.service_single .service_right .faq-section .faq-answer,
.fleet_single .service_right .faq-section .faq-answer {
  padding: 20px 20px;
  color: #555;
  display: none;
}
.service_single .service_right .faq-section .faq-answer.show,
.fleet_single .service_right .faq-section .faq-answer.show {
  display: block;
}

.fleet_single .fleet_sidebar .taxi-booking-boxes {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-family: "Segoe UI", sans-serif;
}
.fleet_single .fleet_sidebar .taxi-booking-boxes .price-card,
.fleet_single .fleet_sidebar .taxi-booking-boxes .appointment-card {
  background: #f8f8f8;
  padding: 25px 30px;
  border-radius: 6px;
}
.fleet_single .fleet_sidebar .taxi-booking-boxes .price-card .price {
  font-size: 44px;
  margin-bottom: 20px !important;
}
.fleet_single .fleet_sidebar .taxi-booking-boxes .price-card .price .amount {
  font-weight: 700;
  color: #000;
}
.fleet_single .fleet_sidebar .taxi-booking-boxes .price-card .price .per-day {
  font-size: 16px;
  color: #555555;
  font-weight: 400;
}
.fleet_single .fleet_sidebar .taxi-booking-boxes .price-card .features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.fleet_single .fleet_sidebar .taxi-booking-boxes .price-card .features li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  color: #333;
  padding: 20px 0px;
}
.fleet_single .fleet_sidebar .taxi-booking-boxes .price-card .features li i {
  margin-right: 10px;
  color: #000;
  min-width: 20px;
}
.fleet_single .fleet_sidebar .taxi-booking-boxes .price-card .features li span:first-child {
  max-width: 140px;
  min-width: 110px;
}
.fleet_single .fleet_sidebar .taxi-booking-boxes .price-card .features li span:not(:last-child) {
  font-weight: 600;
}
.fleet_single .fleet_sidebar .taxi-booking-boxes .price-card .features li span:last-child {
  text-align: right;
}
.fleet_single .fleet_sidebar .taxi-booking-boxes .price-card .btn-book {
  background: #d2a400;
  border: none;
  width: 100%;
  padding: 12px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
}
.fleet_single .fleet_sidebar .taxi-booking-boxes .appointment-card h3 {
  margin-bottom: 20px !important;
  font-size: 28px;
  font-weight: 700;
  color: #111;
}
.fleet_single .fleet_sidebar .taxi-booking-boxes .appointment-card .booking-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.fleet_single .fleet_sidebar .taxi-booking-boxes .appointment-card .booking-form .is-invalid {
  border: 1px solid red;
}
.fleet_single .fleet_sidebar .taxi-booking-boxes .appointment-card .booking-form input,
.fleet_single .fleet_sidebar .taxi-booking-boxes .appointment-card .booking-form textarea {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  width: 100%;
}
.fleet_single .fleet_sidebar .taxi-booking-boxes .appointment-card .booking-form .two-inputs {
  display: flex;
  gap: 10px;
}
.fleet_single .fleet_sidebar .taxi-booking-boxes .appointment-card .booking-form .two-inputs input {
  flex: 1;
}
.fleet_single .fleet_sidebar .taxi-booking-boxes .appointment-card .booking-form .btn-appointment {
  background: #d2a400;
  border: none;
  padding: 12px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
}
.fleet_single .features-section {
  padding: 20px 0px;
  font-family: "Segoe UI", sans-serif;
}
.fleet_single .features-section .features-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px !important;
}
.fleet_single .features-section .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}
.fleet_single .features-section .feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.fleet_single .features-section .feature-item .icon-wrapper {
  min-width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #111;
  opacity: 0.5;
}
.fleet_single .features-section .feature-item .label {
  font-weight: 600;
  font-size: 15px;
  color: #111;
}
.fleet_single .service_right .faq-section {
  padding-top: 20px;
}

.news-faq-section {
  background: #f7f7f7;
  padding: 60px 20px;
}
.news-faq-section .section-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.news-faq-section .faq .faq-item {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}
.news-faq-section .faq .faq-item .faq-header {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
.news-faq-section .faq .faq-item .faq-header .icon {
  font-size: 18px;
  font-weight: bold;
  background: #f1c40f;
  color: #fff;
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}
.news-faq-section .faq .faq-item .faq-header h4 {
  margin-left: 80px;
  padding: 20px 0px;
  font-size: 16px;
}
.news-faq-section .faq .faq-item .faq-body {
  padding: 16px 20px;
  color: #555;
  display: none;
  padding-left: 80px;
}
.news-faq-section .faq .faq-item.active .faq-body {
  display: block;
}
.news-faq-section .faq .faq-item.active .faq-header {
  border-bottom: 2px solid #eee;
}
.news-faq-section .faq .faq-item.active .faq-header .icon {
  background: #f1c40f;
  content: "−";
}
.news-faq-section .news .news-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.064);
}
.news-faq-section .news .news-card img {
  width: 100%;
  height: auto;
}
.news-faq-section .news .news-card .content {
  padding: 20px;
}
.news-faq-section .news .news-card .date {
  color: #f1c40f;
  font-size: 13px;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
}
.news-faq-section .news .news-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin: bottom 20px;
  color: #222;
}
.news-faq-section .news .news-card p {
  color: #555;
  margin: 20px 0px;
}

.testimonial-section {
  background-color: #fbfcf7;
}
.testimonial-section .container {
  background: #fff;
  padding: 30px 20px;
}
.testimonial-section .testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.testimonial-section .testimonial-header h2 {
  font-size: 28px;
  color: #1b372b;
  margin-bottom: 20px;
  font-weight: 700;
}
.testimonial-section .testimonial-header .google-rating {
  text-align: right;
}
.testimonial-section .testimonial-header .google-rating img {
  height: 24px;
  vertical-align: middle;
}
.testimonial-section .testimonial-header .google-rating .stars {
  margin-top: 5px;
  font-size: 14px;
  color: #ffb000;
}
.testimonial-section .testimonial-header .google-rating .stars .review-count {
  font-size: 13px;
  color: #444;
  margin-left: 5px;
}
.testimonial-section .testimonial-cards {
  margin-top: 20px;
}
.testimonial-section .testimonial-card {
  background-color: #fbfcf7;
  padding: 15px;
  border-radius: 10px;
  font-size: 14px;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  min-height: 240px;
}
.testimonial-section .testimonial-card .card_header {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.testimonial-section .testimonial-card .card_header .user_img {
  min-width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-section .testimonial-card .card_header .user_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-section .testimonial-card .card_header h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #1b372b;
  text-transform: capitalize;
}
.testimonial-section .testimonial-card .card_header .stars {
  color: #ffb000;
  font-size: 16px;
  margin-bottom: 10px;
}
.testimonial-section .testimonial-card .card_header .stars span {
  font-size: 12px;
  margin-left: 5px;
  color: #666;
}
.testimonial-section .testimonial-card .user-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial-section .testimonial-card .user-row img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-section .testimonial-card .user-row h4 {
  margin: 0;
  font-size: 15px;
}
.testimonial-section .testimonial-card .sub {
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
}
.testimonial-section .testimonial-card small {
  font-size: 12px;
  color: #777;
  margin-top: 10px;
  display: inline-block;
}
.testimonial-section .owl-theme .owl-dots {
  margin-top: 20px !important;
}
.testimonial-section .see-more {
  text-align: left;
  margin-top: 20px;
}
.testimonial-section .see-more a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}
.testimonial-section .see-more a:hover {
  text-decoration: underline;
}

.attractions {
  padding: 50px 0;
  background-color: #fbfcf7;
}
.attractions h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #1b372b;
  margin-bottom: 20px !important;
}
.attractions .attractions-carousel .owl-stage {
  padding: 10px 0px;
}
.attractions .attractions-carousel .attraction_card {
  background: #fff;
  border-radius: 12px;
  text-align: center;
  padding: 15px 10px;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: block;
}
.attractions .attractions-carousel .attraction_card img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}
.attractions .attractions-carousel .attraction_card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #1b1b1b;
  margin: 15px 0px !important;
}
.attractions .attractions-carousel .attraction_card p {
  font-size: 13px;
  color: #555;
  margin: 0;
}
.attractions .attractions-carousel .attraction_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.attractions .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.attractions .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s;
}
.attractions .owl-dots .owl-dot.active {
  background: #1b372b;
  width: 12px;
  height: 12px;
}

.banner_icon li {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-top: 10px;
  align-items: center;
}
.banner_icon li .icon {
  min-width: 50px;
  height: 50px;
  background: #fff;
  color: #000;
  border-radius: 50%;
}
.banner_icon li a {
  color: #fff;
}

.partner-card {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
.partner-card .partner-card-header {
  font-size: 24px;
  text-transform: uppercase;
  background-color: #ffc107 !important;
  color: white;
  padding: 20px 20px;
  font-weight: 700;
}
.partner-card .partner-card-body {
  padding: 20px 30px;
}
.partner-card .partner-card-body .profile_img {
  min-width: 50px;
  height: 50px;
  background: #0276f2;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  color: white;
  border-radius: 50%;
  margin-right: 15px;
  overflow: hidden;
}
.partner-card .partner-card-body .profile_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.partner-card .partner-card-body .partner-card-title {
  font-size: 20px;
  font-weight: 600;
}
.partner-card .partner-card-body .rating {
  font-size: 14px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 10px 0px;
  flex-wrap: wrap;
}
.partner-card .partner-card-body .rating .stars i {
  color: #ffc701;
  font-size: 12px;
}
.partner-card .partner-card-body img {
  height: 122px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.partner-card .partner-card-footer {
  padding: 20px 30px;
  background-color: #ffc701;
  font-size: 14px;
  display: flex;
  font-weight: 700;
  flex-wrap: wrap;
  text-transform: capitalize;
}
.partner-card .partner-card-footer i {
  font-size: 20px;
}
.partner-card .partner-card-footer .showmore {
  background: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  color: #000;
  margin-top: 15px;
  display: inline-block;
}

.owner-section {
  background-color: #ffffff;
}
.owner-section .owner-img {
  min-width: 280px;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 10px solid #ffc701;
}
.owner-section h5 {
  font-size: 1.25rem;
  color: #000;
}
.owner-section p {
  font-size: 1rem;
  line-height: 1.7;
}

.contact_section {
  background: #fafafa;
}
.contact_section .error-msg {
  color: red;
  font-size: 0.85em;
  margin-top: 4px;
  display: block;
}
.contact_section input,
.contact_section select,
.contact_section textarea {
  margin-bottom: 0px;
}

/* Base Gallery Grid Styles */
.gallery-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  /* Image item styling */
  /* Hover effect */
  /* Responsive Grid (Min-width 850px) */
}
.gallery-section .gallery-grid {
  display: grid;
  grid-gap: 12px; /* Space between items */
  grid-template-columns: repeat(2, 1fr); /* Default to 2 columns */
  grid-auto-rows: 30vw; /* Base height of grid items */
  list-style: none;
}
.gallery-section .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery-section .gallery-item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.gallery-section .gallery-item img,
.gallery-section .gallery-item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #f5f3f4;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.gallery-section .gallery-item:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.gallery-section .gallery-item:hover img {
  transform: scale(1.1);
  filter: brightness(0.8); /* Darken image on hover */
}
@media (min-width: 850px) {
  .gallery-section .gallery-grid {
    grid-gap: 24px;
    grid-template-columns: repeat(4, 1fr); /* 5 columns on larger screens */
    grid-auto-rows: 12vw;
  }
  .gallery-section .gallery-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .gallery-section .gallery-item:nth-of-type(even) {
    grid-column: span 1;
  }
  .gallery-section .gallery-item:nth-of-type(odd) {
    grid-column: span 2;
  }
  .gallery-section .gallery-item:nth-of-type(3n) {
    grid-column: span 1;
  }
}

/* Load More Button */
.load-more-btn {
  padding: 12px 24px;
  background-color: #ffbf00;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
  transition: background-color 0.3s ease;
}
.load-more-btn:hover {
  background-color: #b38c00;
}
.load-more-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background: url("spinner.svg") center center no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.load-more-btn.loading:after {
  opacity: 1; /* Show the spinner when loading */
}

.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  padding: 30px 0px;
}
.container.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
}
.container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.tz-gallery {
  padding: 40px;
}
.tz-gallery .row > div {
  padding: 2px;
  min-height: 250px;
  max-height: 300px;
}
.tz-gallery a {
  display: block;
  width: 100%;
  height: 100%;
}
.tz-gallery a img,
.tz-gallery a video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  position: relative;
}
.tz-gallery a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f03e";
  pointer-events: none;
  z-index: 2; /* Make sure icon is above overlay */
  transition: opacity 0.4s ease;
}
.tz-gallery a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(206, 161, 46, 0.7);
  content: "";
  transition: opacity 0.4s ease;
  z-index: 1;
}
.tz-gallery a:hover:before, .tz-gallery a:hover:after {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}

.sidebar-toggle {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  padding: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(161, 161, 161, 0.2);
  cursor: pointer;
  z-index: 2;
  transition: 0.3s;
}
.sidebar-toggle i {
  font-size: 1.2rem;
}

.sidebar-toggle-active {
  left: 260px;
}

.gallery_sidebar {
  position: fixed;
  top: 108px;
  left: -260px;
  width: 260px;
  height: 100%;
  background: #f7f7f7;
  overflow-y: auto;
  padding: 1rem;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  transition: left 0.3s ease;
  z-index: 3;
  text-align: center;
}
.gallery_sidebar > h3 {
  font-size: 20px;
  padding: 15px 0px;
}
.gallery_sidebar > p {
  font-size: 14px;
  padding-bottom: 20px;
}
.gallery_sidebar.open {
  left: 0;
}
.gallery_sidebar .category-card {
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 1rem;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.gallery_sidebar .category-card img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_sidebar .category-card span {
  padding: 0 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
}

.main-slider {
  padding: 1rem;
  width: 100%;
  margin: 80px 0px;
  margin-top: 20px;
}
.main-slider .owl-stage-outer,
.main-slider .owl-stage,
.main-slider .owl-item {
  height: 100% !important;
}
.main-slider .carousel-container {
  display: none;
  height: 100%;
}
.main-slider .carousel-container .owl-carousel {
  height: 100%;
}
.main-slider .carousel-container .owl-carousel .item {
  height: 100%;
}
.main-slider .carousel-container .owl-carousel .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.main-slider .owl-nav {
  position: absolute;
  width: 94%;
  top: 50%;
  left: 3%;
  transform: translateY(-70%);
  display: flex;
  justify-content: space-between;
}
.main-slider .owl-nav button.owl-next,
.main-slider .owl-nav button.owl-prev {
  width: 45px;
  height: 45px;
  display: block;
  background: rgba(255, 255, 255, 0.8549019608) !important;
  font-size: 25px;
}
.main-slider .owl-nav button.owl-next:hover,
.main-slider .owl-nav button.owl-prev:hover {
  color: #000;
  background: #fff !important;
}
.main-slider .owl-dots {
  margin-top: 15px;
}
.main-slider .fancybox-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.main-slider .fancybox-gallery a {
  width: calc(25% - 10px); /* 4 images per row */
  display: block;
  height: 300px;
}
.main-slider .fancybox-gallery img, .main-slider .fancybox-gallery video {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  body {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .package-container .package-card-parent {
    width: 100%;
  }
  .news-faq-section {
    background: #f7f7f7;
    padding: 60px 0px;
  }
  .testimonial-section .testimonial-header {
    width: 100%;
    text-align: center;
  }
  .testimonial-section .testimonial-header h2 {
    margin: 0px auto;
  }
  .testimonial-section .testimonial-header .google-rating {
    width: 100%;
    text-align: center;
  }
  .testimonial-section .owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
  }
}
@media (max-width: 1200px) {
  .tourist_main #map {
    height: 70vh;
  }
  #tourist_single_page .tourist_single_left-content .box_info a.button.small {
    position: static;
    margin-top: 10px;
  }
  #tourist_single_page .tourist_single_left-content ul.cbp_tmtimeline li .cbp_tmtime {
    left: 5px;
    padding-right: 0px;
    position: unset;
  }
  #tourist_single_page .tourist_single_left-content ul.cbp_tmtimeline li .cbp_tmicon {
    left: unset;
    right: 0px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    top: -17%;
  }
  #tourist_single_page .tourist_single_left-content ul.cbp_tmtimeline li .cbp_tmlabel {
    margin: 20px 0px;
  }
  #tourist_single_page .tourist_single_left-content ul.cbp_tmtimeline li .cbp_tmlabel::after {
    right: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #eef3f7;
    border-width: 10px;
    top: -20px;
    transform: rotate(90deg);
  }
  .main-slider .fancybox-gallery a {
    width: calc(33% - 10px); /* 4 images per row */
    height: 200px;
  }
}
@media (max-width: 992px) {
  #tourist_single_page .tourist_single_left-content {
    padding: 10px 30px;
    overflow-x: hidden;
  }
  #tourist_single_page .tour-right .tourist_single_sidebar {
    height: auto;
  }
  .partner-card {
    margin-top: -60px;
    z-index: 2;
    position: relative;
  }
  .partner-card .partner-card-header {
    font-size: 20px;
  }
  .partner-card .partner-card-body {
    padding: 15px 10px;
  }
  .partner-card .partner-card-body .partner-card-title {
    font-size: 16px;
  }
}
#allPageSidebar {
  width: 400px;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: -400px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: right 0.3s ease;
  z-index: 1000;
}
#allPageSidebar .h5 {
  padding: 20px 0px 10px 0px;
}
#allPageSidebar a {
  color: #000;
}
#allPageSidebar .commonbtn {
  background: #ffc701;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 14px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  transition: 0.5s;
  padding: 8px 30px;
}
#allPageSidebar.active {
  right: 0;
}
#allPageSidebar .sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
  border-bottom: 1px solid #e5e5e5;
}
#allPageSidebar .sidebar-header .sidebar-logo {
  width: 70px;
}
#allPageSidebar .sidebar-header .close-btn {
  background: none;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
}
#allPageSidebar .sidebar-content {
  padding: 15px;
  flex: 1;
  overflow-y: auto;
}
#allPageSidebar .sidebar-content .description {
  font-size: 0.9rem;
  margin-bottom: 20px;
  color: #555;
}
#allPageSidebar .sidebar-content .contact-info h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 15px 0px !important;
}
#allPageSidebar .sidebar-content .contact-info p {
  margin-bottom: 10px !important;
  display: flex;
  -moz-column-gap: 7px;
       column-gap: 7px;
}
#allPageSidebar .sidebar-content .contact-info p a {
  display: flex;
  -moz-column-gap: 7px;
       column-gap: 7px;
}
#allPageSidebar .sidebar-content .contact-info p i {
  margin-right: 8px;
  color: #555;
  font-size: 18px;
}
#allPageSidebar .sidebar-content .map {
  margin: 30px 0;
}
#allPageSidebar .sidebar-content .map iframe {
  border-radius: 12px;
}
#allPageSidebar .sidebar-content .social-icons {
  display: flex;
  gap: 15px;
  margin: 20px 0;
}
#allPageSidebar .sidebar-content .social-icons a {
  color: #333;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}
#allPageSidebar .sidebar-content .social-icons a:hover {
  color: #f0ad4e;
}

.input-wrapper {
  position: relative;
}

/* Flatpickr input with icon */
.input-wrapper::after {
  content: "\f073"; /* Font Awesome calendar icon (Unicode) */
  font-family: "Font Awesome 6 Free"; /* Adjust version if needed */
  font-weight: 900;
  position: absolute;
  right: 12px;
  top: 50px;
  transform: translateY(-50%);
  color: #888;
  pointer-events: none;
  font-size: 18px;
}

#returnDateContainer::after {
  top: 65px;
}

/* Prevent input zoom on iPhone Safari */
@media screen and (max-width: 567px) {
  input.custom-date {
    font-size: 16px;
    text-align: left;
    min-width: 100%;
  }
  .fleet_single .features-section .feature-item .icon-wrapper {
    min-width: 50px;
    height: 50px;
    font-size: 22px;
  }
  .fleet_single .features-section .feature-item .label {
    font-size: 12px;
    font-weight: 400;
  }
  .fleet_single .features-section .features-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  #tourist_single_page .tourist_single_left-content ul.cbp_tmtimeline li .cbp_tmicon {
    left: unset;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    top: -8%;
  }
  .main-slider .fancybox-gallery a {
    width: calc(50% - 10px); /* 4 images per row */
    height: 160px;
  }
}
/* translation */
body {
  top: 0 !important;
}

/* Your custom styles for Google Translate */
#google_translate_element .goog-te-gadget .goog-te-gadget-simple {
  background: transparent !important;
  border: 1px solid #d2a400 !important;
  color: #fff !important;
  padding: 8px 10px;
  border-radius: 20px;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  color: #fff;
  border-left: 0px solid transparent !important;
  margin-left: 5px;
}

#google_translate_element .goog-te-combo {
  background: transparent !important;
  border: 1px solid #d2a400 !important;
  color: #fff !important;
  padding: 8px 10px;
  border-radius: 20px;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  transition: 0.5s;
  outline: none;
  margin-bottom: -20px;
}

#google_translate_element .goog-te-combo option {
  color: #000 !important;
  background-color: #fff !important;
}

/* Hide Google Translate banners and logos */
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-yAWNEb-L7lbkb {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}

.goog-te-gadget img {
  display: none;
}

.goog-te-gadget .goog-te-combo {
  margin: -4px 0;
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Responsive adjustments */
@media screen and (max-width: 1024px) {
  #google_translate_element {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #google_translate_element {
    margin-right: 45px;
  }
  #google_translate_element .goog-te-combo {
    font-size: 14px;
    font-weight: 400;
  }
  .main-slider {
    height: auto;
    margin-bottom: 0px;
  }
  .main-slider .carousel-container .owl-carousel .item img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-slider .owl-nav {
    top: 38%;
  }
}
/* Prevent translation/style changes on menu */
.notranslate {
  all: unset !important;
}/*# sourceMappingURL=style.css.map */