@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lightgrey {
  /* background: rgb(246, 248, 252); */
}

.swiper-button-next:after,
.swiper-button-prev:after {
  background: var(--primarycolor);
  color: #fff;
  font-size: 20px;
  padding: 8px;
  border-radius: 10px;
}

.commonbox {
  /* background-color: #fff; */
  border-radius: 0px;
  /* -webkit-box-shadow: 2px 2px 5px 0 #00000014; */
  /* box-shadow: 2px 2px 5px 0 #00000014; */
  padding: 15px 15px;
  /* border: 1px solid #e7e7e7; */
  /* border-radius: 10px; */
}

.commonbox h2 {
  /* border-bottom: 1px solid #e8e8e8; */
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 28px;
  text-align: center;
}

.commonbox.tbpad {
  padding-top: 15px;
  padding-bottom: 15px;
}

.mobile-cta,
.whyusmob,
.fixed-btn2,
.mobileheader {
  display: none;
}

.box_inner ul {
  background: #f2f2f2;
}

.box_inner ul li {
  border-top: 1px solid rgb(255, 255, 255);
  padding: 7px 10px;
  font-size: 13px;
}

.progressset {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  z-index: 999;
  min-width: 100%;
}

.pageprogress {
  transition: all linear 0.1s;
  min-width: 0%;
  height: 5px;
}

.progressbg {
  background: #f9f9f9;
}

header {
  padding: 5px 10px;
  background: #f9f9f9;
}

header h1 {
  font-size: 1.8rem;
  font-weight: 700;
}

header p {
  font-size: 1rem;
  margin-bottom: 0;
}

header ul {
  padding: 0;
  text-align: right;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

header ul li a {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  display: inline;
  font-family: arial;
  display: flex;
}

.logo {
  display: block;
  text-align: left;
  border-radius: 10px;
  overflow: hidden;
  /* padding: 5px; */
  /* background: #febe23; */
}

.logo img {
  /* width: 65%; */
}

header h2 {
  font-size: 25px;
  margin-bottom: 0;
}

header p {
  font-size: 14px;
  line-height: 17px;
}

.homeslide {
  position: relative;
  background: #e4f3ff4a;
  padding: 50px 0;
  border-bottom: 1px solid #ebebeb;
}

.homeslide .slideimg:after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #00000085;
  pointer-events: none;
  /* margin-bottom: -2px; */
}

.slideimg img {
  height: 80vh;
  width: 100%;
  object-fit: cover;
}

.slidecontent {
  /* min-width: 70%; */
  /* display: flex; */
  /* flex-direction: column; */
  /* position: absolute; */
  z-index: 2;
  top: 50%;
  left: 50%;
  /* margin-left: -293px; */
  box-sizing: border-box;
  /* align-items: center; */
  /* text-align: center; */
  /* justify-content: center; */
  /* transform: translate(-50%, -50%); */
}

.slidecontent h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  margin-top: 17px;
  padding-right: 15px;
}

.slidecontent h3 span {
  padding: 0 4px;
  border-radius: 5px;
  color: #000;
  font-weight: 500;
  background: #febe23;
}

.slidecontent h2 {
  color: #017bdc;
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
  /* text-shadow: 2px 2px #000000; */
}

.slidecontent h2 span {
  color: #febe23;
  font-weight: 700;
  text-transform: uppercase;
  /* text-shadow: 2px 2px #ffeded; */
  display: inline-block;
}

.slidecontent .ctndraw {
  width: 100%;
  margin: 15px 0;
  min-height: 1px;
  background: linear-gradient(270deg, hsla(0, 0%, 100%, .05) -.13%, hsla(0, 0%, 88%, .05) 0, #fff 49.17%, hsla(0, 0%, 88%, .05));
}

.slidecontent .tprice {
  color: #e0e0e0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.slidecontent .tprice .inprice {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  margin: 0 5px 0 10px;
}

.slidecontent .tprice .closeprice {
  color: #e0e0e0;
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
  margin-right: 15px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.slidecontent a {
  margin-top: 15px;
  /* width: 184px; */
  /* height: 45px; */
  line-height: 45px;
  border-radius: 10px;
  background: #febe23;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-transform: capitalize;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
}

.menu {
  background: #017bdc;
  padding: 3px 0;
}

.homeicon {
  float: left;
  background: rgb(255 255 255);
  padding: 6px 9px;
  border-radius: 7px;
  margin-right: 5px;
}

.homeicon img {
  width: 24px;
}

.menu ul.topmenu {
  list-style: none;
  padding: 0%;
  margin: 0%;
  text-align: left;
  float: left;
}

.menu ul.topmenu li {
  display: inline-block;
}

.menu ul.topmenu li a {
  padding: 0.5rem 0.7rem;
  display: block;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 6px;
}

.menu ul.topmenu li a.is-current {
  background: #ffffff;
  color: #017bdc;
}

.menu ul.topmenu li a:active {
  color: #fff;
  background: blue;
  border-color: blue;
}

.topmenu li img {
  width: 20px;
}

.menu.has-sticky {
  display: block !important;
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 16px;
  width: 100%;
  z-index: 99;
  top: 5px;
  backdrop-filter: blur(10px);
  animation: 0.35s ease-out 0s 1 normal none running slideDown;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0px);
  }
}

.menu ul.childmenu {
  text-align: right;
  border-top: 1px solid #fff;
  margin-bottom: 0;
  list-style: none;
  background: #fff;
}

.menu ul.childmenu li {
  display: inline-block;
}

.menu ul.childmenu a {
  padding: 0.5rem 0.7rem;
  display: block;
  color: #434242;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.promisem {
  background-color: #fff;
  padding: 25px 0px 0;
}

.promisebox {
  background: url(../images/promise-bg.svg) center bottom / cover;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  align-items: center;
}

.promisebox .promise-set1 {
  flex: 0 0 25%;
}

.promisebox .promise-set1 h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 21px;
  margin-bottom: 0;
}

.promisebox .promise-set2 {
  flex: 0 0 75%;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(229, 229, 229);
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 0.25px 3px, rgba(0, 0, 0, 0.19) 0px 2.75px 9px;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.promisebox .promise-set2 .set2 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.promisebox .promise-set2 .set2 img {
  width: 80px;
  height: 80px;
}

.promisebox .promise-set2 .set2 h3 {
  font-size: 18px;
  margin-bottom: 0;
  color: #465986;
}

.promisebox .promise-set2 .set2 h3 img {
  width: 20px;
  height: 20px;
}

.promisebox .promise-set2 .set2 p {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 0;
  color: #465986;
}

.ctabox {
  font-family: "Montserrat", sans-serif;
  padding: 30px 0px;
  background: #017bdc;
}

.ctabox h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.ctabox form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ctabox .countryno {
  box-shadow: 2px 2px 5px #888;
  background: #000000;
  text-align: center;
  border-radius: 6px;
  font-size: 20px;
  width: 7%;
  height: 40px;
  line-height: 40px;
  color: #fff;
}

.ctabox form input[type=tel] {
  border-radius: 5px;
  border: 0;
  box-shadow: 2px 2px 5px #888;
  height: 40px;
  width: 70%;
}

.ctabox form input[type=submit] {
  background-color: #000000;
  border: 0;
  color: #ffffff;
  border-radius: 5px;
  width: 33%;
  height: 40px;
}

.how-it-work {
  padding: 20px 0px;
}

.elementor-widget-container {
  padding: 25px;
  text-align: center;
}

.ha-steps-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
  padding: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 46px;
  height: 150px;
  width: 150px;
  background: #febe23;
}

.ha-step-arrow {
  width: 60px;
  border-color: rgb(155, 155, 155);
}

.ha-steps-icon img {
  width: 70px;
}

.ha-steps-icon .ha-steps-label {
  position: absolute;
  top: 5px;
  right: 0px;
  overflow: hidden;
  padding: 8px 10px;
  max-width: 200%;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 20px;
  color: rgb(255, 255, 255);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
}

.ha-steps-title {
  margin-bottom: 10px;
  color: rgb(0 0 0);
  font-size: 17px;
  letter-spacing: 0.6px;
  font-weight: 900;
}

.ha-step-description {
  color: rgb(46, 46, 46);
  font-size: .8rem;
}

.ha-steps-label {
  color: rgb(49, 62, 100);
  background: rgb(1 123 220);
}



.tripplan {
  padding: 80px 0px;
  font-family: "Montserrat", sans-serif;
  background: url(../img/Ujjain-city.avif) center center no-repeat #0000008a;
  background-size: cover;
  background-blend-mode: color;
}

.tripplan ul {
  display: flex;
  text-align: center;
  justify-content: space-around;
  align-items: center;
}

.tripplan ul li .tripcounter {
  color: #eca41e;
  font-size: 60px;
  font-weight: 700;
  text-shadow: 2px 2px #000000;
}

.tripplan ul li p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
}

.whyrow ul {
  background-image: linear-gradient(#017bdc, #4fa8f0);
  padding: 14px 20px;
  border-radius: 16px;
  margin: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.whyrow ul li {
  background: #fff;
  padding: 10px;
  border-radius: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex: 0 0 24%;
}

.whyrow ul img {
  width: 60px;
  height: 60px;
}

.whyrow ul h6 {
  margin-bottom: 0;
  font-size: 15px
}

.cabsbook>.swiper-wrapper {
  margin-bottom: 40px;
}

.f12b {
  margin-bottom: 5px;
  font-size: 12px;
  margin-top: 5px;
}

.am_ttl2 {
  list-style: circle;
  /* padding-left: 20px; */
  margin-bottom: 10px;
}

.am_ttl2 li {
  font-size: 10px;
}

.scrolllist {
  padding: 5px;
  background: #fff;
  border: 1px solid #f9f9f9;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 0.5rem;
}

.scrolllist .swiper-slide {
  box-shadow: none !important;
  border: 0 !important;
}





.scrolllist .swiper-button-next,
.scrolllist .swiper-button-prev,
.slideone .swiper-button-next,
.slideone .swiper-button-prev,
.slidetwo .swiper-button-next,
.slidetwo .swiper-button-prev {
  background: rgb(227 237 255 / 48%);
  border-radius: 0px 10px 10px 0px;
  height: 27px;
}

.cabbox ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.cabbox ul li {
  padding: 10px;
}

.cabbox ul li p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 7px;
}

.slideone .swiper-button-next {
  height: 20px;
  width: 20px;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  top: 22px;
  border-radius: 10px 0px 0px 10px;
}

.slideone .swiper-button-prev {
  height: 20px;
  width: 20px;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  top: 22px;
}

.slideone .swiper-button-prev:after,
.slideone .swiper-button-next:after {
  color: #fff !important;
  font-size: 10px !important;
}

.scrolllist .swiper-button-next::after,
.scrolllist .swiper-button-prev::after,
.slideone .swiper-button-next::after,
.slideone .swiper-button-prev::after,
.slidetwo .swiper-button-next::after,
.slidetwo .swiper-button-prev::after {
  color: #000;
  font-size: 14px;
}

.scrolllist .swiper-button-next.swiper-button-disabled,
.scrolllist .swiper-button-prev.swiper-button-disabled,
.slideone .swiper-button-prev.swiper-button-disabled,
.slideone .swiper-button-next.swiper-button-disabled,
.slidetwo .swiper-button-prev.swiper-button-disabled,
.slidetwo .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.scrollexpert ul {
  display: inline-block;
  white-space: nowrap;
  overflow-x: scroll;
  width: 100%;
}

.scrollexpert ul li {
  display: inline-block;
  font-size: 11px;
  border: 1px solid #ddd;
  padding: 5px 5px;
  margin-bottom: 5px;
  background: #fff;
  border-radius: 4px;
}

.onebox {
  font-size: 9px;
  border: 1px solid #ddd;
  padding: 3px 2px;
  margin-bottom: 5px;
  background: #fff;
  border-radius: 4px;
}

.scrolllist .swiper-button-next {
  right: 0px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px 0px 0px 10px;
}

.scrolllist .swiper-button-prev {
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
}

.scrolllist .swiper-button-next:after,
.scrolllist .swiper-button-prev:after {
  color: #fff;
  font-size: 11px;
}

.pbtn {
  display: flex;
  gap: 5px;
  background: #17254e;
  justify-content: space-between;
  padding: 6px 6px;
  border-radius: 10px;
}

.packagebtn {}

.packagebtn a {
  background: rgb(255 255 255 / 12%);
  border-radius: 5px;
  padding: 5px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.packagebtn a img {
  width: 20px;
}

.packagebtn a span {
  color: #fff;
  font-size: 12px;
}

.pbtn .packbtn {}

.pbtn .packbtn a {
  background: #ee2737;
  color: #fff;
  display: block;
  border-radius: 50px;
  box-shadow: 1px 0px 7px 0px;
  padding: 4px 9px;
  font-size: 14px;
}

.outstation {
  padding: 20px 0px;
}

.outstation .outstationbox {
  padding: 20px 10px 20px;
}

.stationinner {
  background: #f8f8f8;
  /* box-shadow: 0 .25px 3px #0000000a, 0 2.75px 9px #00000030; */
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #0000001f;
}

.stationinner img {
  width: 100%;
  height: 145px;
  object-fit: cover;
  border-radius: 10px;
}

.stationinner h6 {
  margin-bottom: 2px;
  font-size: 18px;
  margin-top: 8px;
  text-align: center;
}

.outstation .outstationbox .swiper-pagination {
  bottom: 0;
}

.imageslider img {
  width: 120px;
  border: 1px solid #fff;
  padding: 10px 0px;
  margin-top: 0px;
}

.marquee-carousel {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding-bottom: 0;
  overflow: hidden;
}

.marquee-carousel .item-wrap {
  transform: translateX(0px);
  width: 400%;
  position: relative;
  white-space: nowrap;
  display: flex;
}

.tourpackage {
  padding: 20px 0 20px;
}

.tourpackage .tourtitle h2 {
  line-height: 33px;
  font-size: 22px;
  font-weight: 600;
  color: #202020;
  text-transform: capitalize;
  margin-bottom: 0;
}

.tourpackage .tourtitle h3 {
  line-height: 27px;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #515151;
  text-transform: capitalize;
  margin-top: 0;
}

.tpcakage {
  margin-top: 20px;
  border: 1px solid #c9c7c7;
  box-shadow: 2px 2px 5px 0 #00000014;
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.tpcakage img {
  border-radius: 10px;
  width: 100%;
  height: 340px;
  object-fit: cover;
  cursor: pointer;
}

.tpcakage .dayscount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9;
  width: 100%;
  margin: -44px auto 0px;
  background: rgb(0 0 0 / 45%);
  padding: 10px 10px;
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
}

.tpcakage li .dcount {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.tpcakage .dayscount svg {
  margin-top: -8px;
}

.tpcakage .dayscount .rating {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin: 0 5px 0px 0px;
}

.tpcakage li span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.tpcakage h2 {
  color: #202020;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 10px;
}

.ilternarylist {
  background: linear-gradient(180deg, rgba(255, 186, 10, .1), rgba(255, 186, 10, 0));
  font-size: 12px;
  margin: 3px 0px;
  height: 36px;
}

.tamenities {
  margin-top: 10px;
}

.tamenities ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.tamenities ul li img {
  width: 32px;
  height: 32px;
}

.tamenities ul li p {
  margin-bottom: 0;
  font-size: 12px;
}

.tpcakage .tprice {
  display: flex;
  justify-content: flex-start;
  gap: 3px;
  align-items: center;
}

.tpcakage .tprice .mprice {
  color: #202020;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-right: 5px;
}

.tpcakage .tprice .sprice {
  color: #515151;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration-line: line-through;
}

.tbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.packagebtn1 a {
  border: 1px solid #f37002;
  display: block;
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  border-radius: 7px;
}

.packagebtn1 a svg {
  color: #f37002;
}

.packagerequest1 a {
  background: #f37002;
  color: #fff;
  display: block;
  height: 51px;
  line-height: 51px;
  width: 100%;
  text-align: center;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
}

.packagerequest1 {
  display: inline-block;
  padding: 0px 10px;
  width: calc(100% - 100px);
}

.packagebtn1 {
  width: 51px;
  display: inline-block;
}

.tslide .swiper-button-prev,
.tslide .swiper-button-next {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100%;
  opacity: 1;
  transition: opacity .2s linear;
}

.tslide:hover .swiper-button-prev,
.tslide:hover .swiper-button-next {
  opacity: 1;
}

.tslide .swiper-button-prev:after,
.tslide .swiper-button-next:after {
  color: #637075;
  font-size: 13px;
  width: 30px;
  height: 30px;
  line-height: 15px;
  text-align: center;
}

.tslide .swiper-pagination-bullet {
  background-color: #fff;
  opacity: .5;
}

.tslide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.tourpackagelist .swiper-button-next.tpbo,
.tourpackagelist .swiper-button-prev.tpbo {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
}

.tourpackagelist .swiper-button-next.tpbo:after,
.tourpackagelist .swiper-button-prev.tpbo:after {
  color: #000;
  font-size: 15px;
  font-weight: 700
}

.topattraction {
  font-family: "Montserrat", sans-serif;
  padding: 30px 0;
}

.topattraction h2 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.attraction .swiper-wrapper {
  margin-bottom: 30px;
}

.topattraction .attractionbox {
  padding: 10px;
  background: #f5f5f5;
  border-radius: 5px;
}

.topattraction .attractionbox img {
  width: 100%;
  margin-bottom: 10px;
}

.topattraction .attractionbox h4 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
  padding: 10px 0px;
}

.benfittab {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.benfittab ul {
  white-space: nowrap;
  display: inline-block;
  overflow-x: scroll;
  width: 100%;
}

.benfittab ul li {
  display: inline-block;
  text-align: center;
  padding: 10px;
}

.benfittab ul li img {
  width: 90px;
}

.benfittab ul li p {
  margin-bottom: 0;
  font-size: 10px;
}

.slidetwo {
  text-align: center;
  padding: 5px;
}

.slidetwo img {
  width: 90px;
}

.slidetwo p {
  margin-bottom: 0;
  font-size: 10px;
}

.placesnear {
  margin-top: 10px;
}

.placesnear .onebox {
  font-size: 10px;
  text-align: center;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.plvi {
  font-weight: 700;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 6px;
}

.featurelist {
  margin: 30px 0px 10px;
}

.feature {
  padding: 30px 0px;
  font-family: "Montserrat", sans-serif;
}

.feature h2 {
  text-align: center;
  font-weight: 600;
}

.feature_box {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
  height: 70px;
}

.feature_box img {
  width: 30px;
}

.feature_box p {
  margin-bottom: 0;
  font-size: 14px;
}

#popupmodel .modelclosebtn {
  position: absolute;
  right: 0px;
  top: -11px;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #000;
  border-radius: 100%;
  text-align: center;
  line-height: 33px;
  box-shadow: 0 -5px 15px rgba(82, 82, 82, .5);
  z-index: 2;
}

#popupmodel .modelclosebtn .btn-close {
  transition: all .2s ease-in-out;
  font-size: 13px;
}

#popupmodel .modelclosebtn .btn-close:hover {
  transform: rotate(90deg);
  color: #000;
  font-size: 14px;
}

.mainform h3 {
  color: #202020;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 3px;
}

.mainform h3 span {
  color: #febe23;
  font-weight: 600;
  margin-left: 5px;
}

.mainform p {
  color: #515151;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.mainform label {
  font-size: 14px;
  color: #cbcbcb;
  transition: all .1s linear;
}

.mainform label span {
  color: red;
}

.mainform .form-control:focus {
  box-shadow: none;
  border-color: #dee2e6;
}

.mainform .input-group-text {
  background: transparent;
  width: 14%;
  margin-right: 2%;
  border-radius: 5px;
}

.mainform .input-group input {
  border-radius: 5px;
}

.mainform textarea {
  height: 82px;
  margin-bottom: 11px;
}

.mainform input[type=submit] {
  border-radius: 7px;
  background: #f47625;
  width: 100%;
  height: 51px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all .1s linear;
  border: 0;
  text-decoration: none;
}

.mainform .form-floating,
.mainform .input-group-text {
  margin-bottom: 11px;
}

.mainform .form-floating .form-control {
  height: 52px;
  min-height: 52px;
  padding: .7rem .75rem 0;
  font-size: 14px;
}


.details_form {
  background: #ececec;
  padding: 18px 10px;
  border-radius: 10px;
}

.details_form p {
  /* margin-bottom: 0; */
  font-size: 13px;
  color: #fff
}

.details_form input {
  height: 38px
}

.details_form .btn {
  line-height: .5;
  background: #000;
  border: none;
  text-transform: capitalize;
}

.details_form img {
  margin-bottom: 5px
}

.details_form .input-group-text {
  padding: 4px;
  font-size: .8rem
}

.form-number {
  background: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 0 5px 0 0;
  color: #b3b3b3;
  line-height: 40px;
  height: 38px;
  border: 1px solid #c9c9c9
}

.details_form img {
  width: 23px
}

footer {
  padding: 3rem 0 0;
  background: #1c1c1c;
}

footer h3 {
  color: #febe23;
  border-bottom: 1px solid #757575;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

footer h5 {
  color: #c9c9c9;
  margin-bottom: 0;
  font-size: 1rem;
}

footer .footerfirst ul {
  margin-top: 1rem;
  padding-left: 0;
  list-style: none;
}

footer .footerfirst ul li {
  margin-bottom: 1rem;
}

footer .footerfirst ul li a {
  color: #d0d0d0;
}

footer .footerfirst ul li a i {
  margin-right: 0.6rem;
}

footer h6 {
  color: #f9f9f9
}

footer .approved img {
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 10px
}

footer .accept img {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 100%
}

.disclamier {
  background: #f2ead3;
}

.disclamier p {
  margin-top: 10px;
  text-align: center;
  color: #000;
  padding: 10px;
  font-size: .9rem;
  margin-bottom: 0;
}

.copyright p {
  text-align: left;
  color: #fff;
  padding: 10px 0;
}

.modal-overlay.slideuppopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.modal-content.slideupcontent {
  background-color: #e1e1e1;
  height: 100vh !important;
  width: 70%;
  padding: 1px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: fixed;
  bottom: 0;
  right: 0;
}

.close-btn {
  position: absolute;
  top: 341px;
  left: -57px;
  padding: 2px;
  cursor: pointer;
  font-size: 26px;
  color: #fff;
  border-radius: initial;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 10px auto;
  background-color: #000;
  border-radius: 30px;
}

#backgroundOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9998;
}

@keyframes slideIn {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(100%);
  }
}

@keyframes slideleft {
  from {
    transform: translateX(+100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideleftOut {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(+100%);
  }
}

.whyus .modeltitle {
  text-align: center;
  padding: 10px;
  background: #F2EAD3;
  color: #121212;
  padding-top: 10px;
  border-radius: 6px 6px 0px 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #d1cbcb;
  text-transform: uppercase;
  font-size: 28px;
}

.scrollfix {
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 7%;
}

.packageenquiry {
  position: fixed;
  width: 100%;
  max-width: 310px;
  top: 50%;
  box-sizing: border-box;
  padding: 5px 10px;
  margin-top: -184px
}

.packageenquiry input,
.packageenquiry textarea {
  margin-bottom: 4px;
  font-size: 14px;
}

.packageenquiry img {
  width: 21px;
}

.packageenquiry .form-number {
  height: 35px;
}

.packageenquiry h3 {
  font-size: 1rem;
  text-align: center
}

.packageenquiry p {
  font-size: 13px;
  text-align: center
}

#popupmodel .modelclosebtn {
  position: absolute;
  right: 0px;
  top: -11px;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #000;
  border-radius: 100%;
  text-align: center;
  line-height: 33px;
  box-shadow: 0 -5px 15px rgba(82, 82, 82, .5);
  z-index: 2;
}

#popupmodel .modelclosebtn .btn-close {
  transition: all .2s ease-in-out;
  font-size: 13px;
}

#popupmodel .modelclosebtn .btn-close:hover {
  transform: rotate(90deg);
  color: #000;
  font-size: 14px;
}

.mainform h3 {
  color: #202020;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 3px;
}

.mainform h3 span {
  color: #febe23;
  font-weight: 600;
  margin-left: 5px;
}

.mainform p {
  color: #515151;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.mainform label {
  font-size: 14px;
  color: #cbcbcb;
  transition: all .1s linear;
}

.mainform label span {
  color: red;
}

.mainform .form-control:focus {
  box-shadow: none;
  border-color: #dee2e6;
}

.mainform .input-group-text {
  background: transparent;
  width: 14%;
  margin-right: 2%;
  border-radius: 5px;
}

.mainform .input-group input {
  border-radius: 5px;
}

.mainform textarea {
  height: 82px;
  margin-bottom: 11px;
}

.mainform input[type=submit] {
  border-radius: 7px;
  background: #febe23;
  width: 100%;
  height: 51px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all .1s linear;
  border: 0;
  text-decoration: none;
}

.mainform .form-floating,
.mainform .input-group-text {
  margin-bottom: 11px;
}

.mainform .form-floating .form-control {
  height: 52px;
  min-height: 52px;
  padding: .7rem .75rem 0;
  font-size: 14px;
}


.differntshow {
  background-color: #ed713b;
  padding: 15px 0 0;
  margin-bottom: 2rem;
}

.differbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.differbox .differctn {
  padding-bottom: 1rem;
}

.differbox .differctn h2 {
  color: #fff;
  border-bottom: 1px solid #f58f62;
  font-size: 30px;
  padding-bottom: 10px;
}

.differbox .differctn p {
  color: #fff;
  font-weight: 300;
}

.differbox .differctn a {
  border: 2px solid #fff;
  color: #fff;
  padding: 5px 20px;
  border-radius: 60px;
  font-weight: 300;
  display: inline-block;
}

.readlater {
  background-color: #fff;
  box-shadow: 0 2px 6px #0003;
  padding: 15px;
  border-radius: 10px;
  width: 842px;
  margin: 2rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.readctn {
  display: flex;
  gap: 10px;
}

.readctn img {
  width: 32px;
  height: 32px;
}

.readctn h2 {
  font-size: 1.25rem;
  margin-bottom: .25rem;
}

.readctn p {
  color: #111111e6;
  margin-bottom: 0;
  font-size: 14px;
}

.readbtn a {
  display: block;
  color: #ed1c24;
  border: 1px solid #ed1c24;
  border-radius: 30px;
  font-weight: 500;
  font-size: 13px;
  padding: 5px 10px;
}

.readbtn a img {
  width: 30px;
}

.gallery {
  padding: 30px 0;
}

.gallerylist .swiper-wrapper {
  margin-bottom: 30px;
}

.gallerylist img {
  border: 2px solid #000;
}

.fixed-btn2 {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 333;
}

.fixed-btn2 ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}

.fixed-btn2 ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;

}

.fixed-btn2 ul li a {
  color: #fff;
  font-size: 18px;
  position: relative;
  width: 100%;
  padding: 6px 0px;
}

.fixed-btn2 ul .p-1 {
  background: #ffc107;
  width: 33%;
  text-align: center;
  /* list-style: none; */
}

.fixed-btn2 ul .w-1 {
  width: 33%;
  background: #00de81;
  color: #fff;
  text-align: center;
}

.fixed-btn2 ul .e-1 {
  width: 33%;
  background: #3a5896;
  /* color: red; */
  text-align: center;
}

.p-1 span {
  text-indent: 8px;
  display: block;
  margin-top: -30px;
  color: #ffc107;
  font-size: 22px;
  width: 100%;
  /* height: 40px; */
  position: relative;
  position: absolute;
  opacity: 0;
}

.fixed-btn2 ul li a {
  font-size: 14px;
}

.taxi-service-btn .talk-to-cd {
  background: rgb(238 196 56);
  width: 100% !important;
  border-radius: 5px !important;
  margin-top: 0;
  padding: 6px 10px;
  color: rgb(255, 255, 255);
  text-align: left;
  margin: 20px 0px 0px;
  text-decoration: none !important;
  margin-bottom: 20px;
}

.t-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.taxi-service-btn .img-box {
  border: 1px solid #ffffff66;
  padding: 2px 7px;
  background: #e9b916;
  border-radius: 5px;
  position: relative;
}

.taxi-service-btn .t-inner img {
  width: 20px;
  border-radius: 7px 7px 0px 0px;
}

span.data-pick {
  position: absolute;
  font-size: 40px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  opacity: 0;
}

.taxi-service-btn .img-box span {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}

.t-info {
  margin: 0 17px;
  text-align: center;
}

.taxi-service-btn .talk-to-cd h6 {
  font-size: 15px;
  margin-bottom: 1px;
  margin: 0px 0px 4px;
  text-align: center;
  color: #fff;
}

.taxi-service-btn .talk-to-cd h2 {
  font-size: 13px;
  color: #fff;
  margin: 0px;
}







.phone-icon {
  position: relative;
  height: 30px;
  width: 30px;
  margin-right: 20px;
}

.c-white {
  color: white !important;
}

.bgc-blue {
  background-color: #febe23 !important;
}

.circle {
  border-radius: 50%;
}

.phone-icon .icon:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #febe23;
  opacity: 1;
  animation: ring-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.phone-icon .icon:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: #febe23;
  border-radius: 50%;
  border: none;
  animation: ring-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.osc-rotation {
  box-sizing: border-box;
  animation: oscillate-rotation 1s infinite ease-in-out;
  transform-origin: 50% 50%;
}

.phone-icon .icon {
  font-size: 15px;
  line-height: 1;
  text-rendering: optimizeLegibility;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes ring-circle-anim {
  0% {
    transform: rotate(0) scale(1.1) skew(0deg);
    opacity: 0;
  }

  30% {
    transform: rotate(0) scale(1.5) skew(0deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0) scale(1.7) skew(0deg);
    opacity: 0.1;
  }
}

@keyframes ring-circle-fill-anim {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0) scale(1.4) skew(0deg);
    opacity: 0.2;
  }

  100% {
    transform: rotate(0) scale(1.1) skew(0deg);
    opacity: 0.2;
  }
}

@keyframes oscillate-rotation {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(0deg);
  }
}





.flatbook {
  border: 1px solid #d4d4d4;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 7px;
  margin-bottom: 30px;
}

.flatbook>img {
  border-radius: 8px;
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.service-title h3 {
  /* background: radial-gradient(circle, rgb(255 255 255) 77%, rgba(255, 255, 255, 0) 100%); */
  text-align: center;
  /* margin-top: -50px; */
  z-index: 1;
  position: relative;
  text-transform: capitalize;
  font-size: 21px;
  padding: 10px 0;
}

section.package-section {
  padding: 20px 0;
}

.taxi-service-btn .img-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0;
}

.tbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-bottom: 10px;
  /* margin-left: 10px; */
  /* margin-right: 10px; */
}

.packagebtn {
  /* width: 51px; */
  display: inline-block
}

.packagebtn a,
.packagerequest a {
  height: 41px;
  line-height: 41px;
  text-align: center;
}

.packagebtn a {
  border: 1px solid #017bdc;
  display: block;
  width: 41px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center
}


.packagerequest {
  display: inline-block;
  padding: 0 10px;
  width: calc(100% - 100px)
}

.packagerequest a {
  color: #fff;
  display: block;
  width: 100%;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  background-color: #017bdc;
  border-radius: 5px;
}

.rating img {
  width: 16px;
  margin: 0 1px;
}

.rating {
  /* margin: 14px 0; */
  display: flex;
  /* justify-content: center; */
  align-items: center;
  /* margin-top: 24px; */
}

.amenties {
  width: 100%;
  float: left;
  margin-top: 2px;
  margin-bottom: 4px;
  padding: 0 10px;
}

.flatbook p {
  font-size: .7rem;
  /* padding: 0px 10px; */
  margin-bottom: 0;
}

.amenties ul li {
  list-style: circle;
  margin: 0px;
  float: left;
  line-height: 20px;
  padding: 0px;
  width: 100%;
}

.am_ttl2 {
  font-size: 12px;
  color: rgb(60, 55, 55);
  font-weight: 600;
}

.amenties ul {
  padding-left: 15px;
}

.inclusion_block {
  border: 1px solid #0000003d;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 4px 0;
  position: relative;
  padding-top: 5px;
  margin-top: 16px;
  /* margin-top: 40px; */
}

.incl_align {
  background: #fff;
  left: 15px;
  padding: 0 10px;
  position: absolute;
  top: -12px;
  color: green !important;
  font-weight: 500 !important;
  text-transform: capitalize;
  font-size: 10px !important;
}

.package_list-inclusions {
  display: flex;
  overflow-x: auto;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  overflow-y: hidden;
}

.package_list-inclusions>li:first-child {
  margin-left: 0;
}

.package_list-inclusions>li {
  cursor: pointer;
  text-align: center;
  text-transform: capitalize;
  margin: 0 6px;
  /* min-width: auto; */
  font-size: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}

.inclusion_block p img {
  width: 29px;
  /* height: 19px; */
}

.taxi-sec-inner {
  background: #ffffff;
  border: 1px solid #00000012;
  padding: 10px;
  border-radius: 15px;
}

.taxi-sec-inner p {
  font-size: 13px;
  color: #00000080;
  margin-bottom: 5px;
  margin-top: 5px;
}

.taxi-sec-inner h3 {
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 10px;
}

section.taxi-sec {
  padding: 50px 0;
}

span.img-icon {
  background: #017bdc2b;
  padding: 2px;
  border: 1px solid #017bdc;
  border-radius: 5px;
  padding: 3px;
  width: 25px;
  display: flex;
  height: 25px;
  margin-right: 5px;
}

.taxi-sec-inner ul li {
  display: flex;
  font-size: 13px;
  font-weight: 500;
  align-items: center;
  margin: 10px 0;
}

a.car-sec-btn {
  background: #017bdc;
  width: 100%;
  display: block;
  padding: 7px 10px;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.taxi-sec-inner>img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

section.our-all-car h2,
section.package-section h2 {
  text-align: center;
  margin-bottom: 25px;
}

section.our-all-car {
  background: #e4f3ff4a;
  padding: 20px 0;
}

section#faq {
  padding: 50px 0;
}

section#faq h2.head {
  margin-bottom: 30px;
  text-align: center;
  display: block;
}

.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: left;
  border: 2px solid #e5e5e5;
  /* box-shadow: 0px 5px 10px 5px rgb(0 0 0 / 5%), 0px 5px 10px 5px rgba(0, 0, 0, 0.02); */
  border-radius: 10px;
  min-height: 250px;
  margin: 20px 0;
}

.shadow-effect i {
  position: absolute;
  top: 0;
  font-size: 35px;
  color: #000000;
}

.testimonialbox {
  padding: 50px 0;
  background: #e4f3ff4a;
}

.shadow-effect p {
  margin-top: 20px;
}

.tutor-name {
  font-weight: 600;
}

section.mobshow.details_form {
  display: none;
}

.menu ul.topmenu::-webkit-scrollbar {
  display: none;
}

.sevenway {
  padding: 50px 0;
}

.sevenway .head {
  margin-bottom: 20px;
  text-align: center;
}

.gallery-inner {
  position: relative;
  padding: 2px;
  border: 1px dashed #febe23;
  border-radius: 10px;
}

.gallery-inner img {
  border-radius: 10px;
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.gallery-inner h3 {
  position: absolute;
  left: 50%;
  bottom: 30px;
  text-align: center;
  transform: translateX(-50%);
  font-size: 17px;
  color: #000000;
  background: #ffffff;
  padding: 5px 10px;
  width: max-content;
  border-radius: 10px;
}

section.gallery h2 {
  text-align: center;
  margin-bottom: 15px;
}

.header-number {
  display: flex;
  align-items: center;
  justify-content: end;
}

.pricing-container .additional-info {
  margin-top: 20px;
  text-align: center;
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  animation: fadeIn 2s ease-in-out;
}

@media screen and (max-width: 767px) {
  tr.car-type td {
    padding-right: 0 !important;
  }

  .pricing-container .additional-info {
    font-size: 12px
  }

  .pricing-container h1 {
    font-size: 1.8rem;
  }

  .pricing-container .table th,
  .pricing-container .table td {
    padding: 8px;
    font-size: 0.8rem;
  }



  .pricing-container .btn {
    font-size: 0.8rem;
    padding: 10px 20px;
  }
}

.section-title {
  background: #ffc107;
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

.blue-row {
  background-color: #002171 !important;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.car-type {
  background-color: #fffde7;
  font-weight: bold;
  text-align: center;
  /* padding-left: 10px; */
  font-size: 17px;
}

.pricing-container table {
  width: 100%;
  border-collapse: collapse;
  /* margin-bottom: 30px; */
  font-size: 16px;
}

.pricing-container th,
td {
  padding: 12px;
  text-align: center;
}

.pricing-container thead {
  background-color: #022172;
  color: #ffffff;
  font-weight: bold;
}

tr.blue-row td {
  padding: 7px;
  font-size: 12px;
}

.pricing-container thead tr {
  background: transparent !important;
}

.pricing-container h2 {
  text-align: center;
  margin-bottom: 10px;
}

.pricing-container table tr:nth-child(odd) {
  background: #fef3b4;
}

.pricing-container table tr:nth-child(even) {
  background: #fbcb07;
}

.footer {
  background: #fef2b4;
  padding: 10px;
  text-align: center;
  color: red;
  font-weight: 600;
  font-size: 18px;
}

tr.car-type td {
  padding-right: 70px;
}

.taxi-head h4 {
  margin-bottom: 0;
  font-weight: 700;
  /* text-align: center; */
  font-size: 21px;
}

.taxi-feature {
  padding-top: 20px;
  margin: 20px 0 30px;
  border-top: 1px solid rgb(0 0 0 / 8%);
  position: relative
}

.taxi-feature::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 6px;
  border-radius: 50px;
  left: 50%;
  top: -4px;
  transform: translateX(-50%)
}

.taxi-feature ul li {
  padding: 4px 0;
  display: flex;
  align-items: center;
}

.taxi-feature ul li i {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 10px;
  margin-right: 10px;
  text-align: center
}

.taxi-item {
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 25px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.taxi-feature ul li i,
.taxi-feature::before {
  background: #FFB300;
}

.taxi-feature ul li span {
  /* float: right; */
  position: absolute;
  right: 0;
}

.taxi-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #efefef;
  padding: 4px 7px;
  border-radius: 5px;
}

.taxi-head h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.taxi-area.py-120 {
  padding: 50px 0;
  background: #eeeeee;
}

.site-heading.text-center {
  margin-bottom: 30px;
}

span.price-star {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #00000012;
  padding: 4px 10px;
  margin-top: 25px;
  border-radius: 5px;
}

span.price-star p {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
}

.tripplan ul li .tripcounter::after {
  content: '+';
}

img.icon.icon23 {
  filter: invert(1);
}

.custom-form form {
  max-width: 500px
}

.custom-form label {
  display: block;
  margin-top: 8px;
  font-size: 11px
}

.custom-form input[type=email],
.custom-form input[type=tel],
.custom-form input[type=text] {
  width: 100%;
  padding: 8px 6px;
  margin-top: 5px;
  box-sizing: border-box;
  border: 1px solid #00000021;
  background: #f5f5f5;
  font-size: 14px
}

.trip-buttons button {
  padding: 7px 12px;
  margin-right: 0;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  cursor: pointer;
  transition: background .3s;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600
}

.trip-buttons button.active {
  color: #fff;
  border-color: #017bdc;
}

.custom-form .hidden,
.mobile-img,
section.tripplan img {
  display: none;
}

.trip-buttons button.active {
  background: #017bdc;
}

.custom-form {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid #017bdc;
}

.custom-form button[type=submit] {
  margin-top: 10px !important;
  padding: 8px 20px;
  background: #febe24;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  margin: auto;
  position: relative;
  display: inherit;
  font-size: 15px;
  font-weight: 600
}

.custom-form h3 {
  color: #017bdc;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  font-weight: 700;
  border: #ffdead;
  padding-bottom: 0
}

.custom-form p {
  color: #747474;
  text-shadow: none;
  font-size: 15px
}

ul.list-unstyled li {
  margin: 10px 0;
  font-weight: 600;
}

.car-slider .swiper-wrapper {
  padding-bottom: 30px;
}

.tour-inner {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 80px;
  background: #e4f3ff4a;
  text-align: center;
}

.tour-inner .tbtn {
  margin: 0;
  padding-bottom: 0
}

.tour-inner h3 {
  margin-bottom: 20px;
  font-size: 22px;
}

.tour-inner img {
  width: 100px;
  border: 1px solid #00000014;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-top: -45px;
  background: #f7f7f7
}

.qucik-cab {
  display: flex;
  align-items: center;
  border: 1px solid #00000021;
  padding: 2px;
  border-radius: 5px;
  justify-content: space-around;
  margin-bottom: 18px;
  background: #fcfcfc;
}

.qucik-cab img {
  width: 70px;
  height: 100%;
  margin-right: 10px;
}

.qucik-cab h3 {
  font-size: 17px;
  margin-bottom: 0;
}

.quick-cab-btn {
  display: flex;
  gap: 5px;
}

.quick-cab-btn a {
  background: #017bdc;
  color: #fff;
  padding: 2px 10px;
  display: inline-block;
  border-radius: 3px;
  margin-left: 6px;
  height: 30px;
  display: flex;
  align-items: center;
  margin-top: 0;
  font-size: 12px;
}

section.quick-sec {
  padding: 20px 0;
}

.quick-sec h2 {
  text-align: center;
  margin-bottom: 20px;
}

.driver-inner {
  border: 1px solid #d2d2d2;
  padding: 4px;
  border-radius: 7px;
}

.driver-inner img {
  border-radius: 4px;
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.driver-inner h4 {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 6px;
}

section.driver-sec h2 {
  text-align: center;
  margin-bottom: 20px;
}

.deriver-slider .swiper-wrapper {
  padding-bottom: 30px;
}

.why-we ul li {
  width: 30%;
  background: #017bdc;
  margin: 10px;
  color: #fff;
  text-align: center;
  padding: 6px 10px;
  font-weight: 600;
  border: 1px solid #017bdc;
}

.why-we ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around
}

section.why-we--outer h2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700
}

.why-we--outer {
  padding-bottom: 20px;
  margin-top: -40px;
}
.single-feature-item {
  text-align: center;
  /* margin-bottom: 30px; */
  transition: all 0.5s ease 0s;
  border: 1px solid #f0f0f0;
  padding: 10px 0;
  border-radius: 9px;
  background: #f0f0f0;
  margin-bottom: 30px;
}
.single-feature-item {
  text-align: center;
  /* margin-bottom: 30px; */
  transition: all 0.5s ease 0s;
}
.single-feature-thumb img {
  width: 35%;
}
.single-feature-content h4 {
  font-size: 22px;
  margin: 10px 0px 0px;
  color: #000;
}